I deployed the buildserver on a separate machine, and configured AppInventor (appengine-web.xml) to use the remote build server (both servers are on a local network). When building an app, the build server is called and the APK is successfully built. However, the AppInventor page is not being updated with the build progress ; it is stuck on 50%. I see a bunch of these errors in the build output:
IOException during progress report
build_output_ubuntu.txt
Build server: Ubuntu 18.04 (java-8-openjdk-amd64/)
AppInventor server: Windows 10 (java oracle 1.8.0_201)
Which makes me believe that the build server is not able to contact AppInventor. As mentioned, I'm running the AppInventor and build servers on a local network - I know the documentation says that "The buildserver machine must be reachable from the public internet" (Section 6.2) - but that's currently not an option for me.
Affects
Expected behavior
For the build progress in AppInventor to proceed normally.
Steps to reproduce
Run the AppInventor and build servers on a local network, and update appengine-web.xml to point towards the buildserver's local IP address.
I deployed the buildserver on a separate machine, and configured AppInventor (
appengine-web.xml) to use the remote build server (both servers are on a local network). When building an app, the build server is called and the APK is successfully built. However, the AppInventor page is not being updated with the build progress ; it is stuck on 50%. I see a bunch of these errors in the build output:build_output_ubuntu.txt
Build server: Ubuntu 18.04 (java-8-openjdk-amd64/)
AppInventor server: Windows 10 (java oracle 1.8.0_201)
Which makes me believe that the build server is not able to contact AppInventor. As mentioned, I'm running the AppInventor and build servers on a local network - I know the documentation says that "The buildserver machine must be reachable from the public internet" (Section 6.2) - but that's currently not an option for me.
Affects
Expected behavior
For the build progress in AppInventor to proceed normally.
Steps to reproduce
Run the AppInventor and build servers on a local network, and update
appengine-web.xmlto point towards the buildserver's local IP address.