Hi, try this: # Use 7GB RAM for Jack Server -1GB from 8GB export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx7000m" # Killing... out/host/linux-x86/bin/jack-admin kill-server # Starting... out/host/linux-x86/bin/jack-admin start-server
On Friday, December 4, 2015 at 10:45:02 PM UTC+4, Kim Schulz wrote: > > I am trying to build AOSP master, but the new JACK-server is giving me a > hard time. > During build I hit this: > [ 0% 4/21058] /bin/bash -c "(true) && (out/host/linux-x86/bin/jack-admin > install-server out/host/linux-x86/framework/jack-launcher.jar > out/host/linux-x86/framework/jack-server.jar 2>&1 || (exit 0)) && > (JACK_SERVER_VM_ARGUMENTS=\"-Dfile.encoding=UTF-8 -XX:+TieredCompilation\" > out/host/linux-x86/bin/jack-admin start-server 2>&1 || exit 0) && > (out/host/linux-x86/bin/jack-admin update server > out/host/linux-x86/framework/jack-server.jar 4.1.ALPHA 2>&1 || exit 0) && > (out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack--1.1.PRE_ALPHA.jar -1.1.PRE_ALPHA || exit > 47; out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack--1.2.PRE_ALPHA.jar -1.2.PRE_ALPHA || exit > 47; out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack-2.24.RELEASE.jar 2.24.RELEASE || exit 47; > out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack-3.7.ALPHA.jar 3.7.ALPHA || exit 47) && > (mkdir -p out/host/linux-x86/obj/EXECUTABLES/jack_intermediates/) && > (out/host/linux-x86/bin/acp -fp prebuilts/sdk/tools/jack > out/host/linux-x86/obj/EXECUTABLES/jack_intermediates/jack)" > *FAILED*: /bin/bash -c "(true) && (out/host/linux-x86/bin/jack-admin > install-server out/host/linux-x86/framework/jack-launcher.jar > out/host/linux-x86/framework/jack-server.jar 2>&1 || (exit 0)) && > (JACK_SERVER_VM_ARGUMENTS=\"-Dfile.encoding=UTF-8 -XX:+TieredCompilation\" > out/host/linux-x86/bin/jack-admin start-server 2>&1 || exit 0) && > (out/host/linux-x86/bin/jack-admin update server > out/host/linux-x86/framework/jack-server.jar 4.1.ALPHA 2>&1 || exit 0) && > (out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack--1.1.PRE_ALPHA.jar -1.1.PRE_ALPHA || exit > 47; out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack--1.2.PRE_ALPHA.jar -1.2.PRE_ALPHA || exit > 47; out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack-2.24.RELEASE.jar 2.24.RELEASE || exit 47; > out/host/linux-x86/bin/jack-admin update jack > prebuilts/sdk/tools/jacks/jack-3.7.ALPHA.jar 3.7.ALPHA || exit 47) && > (mkdir -p out/host/linux-x86/obj/EXECUTABLES/jack_intermediates/) && > (out/host/linux-x86/bin/acp -fp prebuilts/sdk/tools/jack > out/host/linux-x86/obj/EXECUTABLES/jack_intermediates/jack)" > Jack server already installed in "/home/kschulz/.jack-server" > *Communication error with Jack server (58), try other ports or see Jack > server log* > *Failed to contact Jack server: Problem reading > /home/kschulz/.jack-server/client.pem* > *Failed to contact Jack server: Problem reading > /home/kschulz/.jack-server/client.pem* > > > I have searched to try to find a solution for this but no one else seem to > have discussed this problem yet. > > I have tested on Ubuntu 13, 14 and 15 without luck (all of which worked > fine before moving to Jack). > > > anyone that has an idea as to how I get by this problem ? > > thanks > > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
