javac server: No port file values materialized. on AIX
Thomas Stüfe
thomas.stuefe at gmail.com
Thu Jan 14 07:29:50 UTC 2016
Hi all,
on AIX, I keep getting
Server log:
------- Server log start -------
------- Server log end ---------
[CLIENT] Exception caught: java.io.IOException: No port file values
materialized. Giving up after 5375 ms
java.io.IOException: No port file values materialized. Giving up after 5375
ms
at
com.sun.tools.sjavac.server.PortFile.waitForValidValues(PortFile.java:242)
at
com.sun.tools.sjavac.client.SjavacClient.fork(SjavacClient.java:262)
at
com.sun.tools.sjavac.client.SjavacClient.makeSureServerIsRunning(SjavacClient.java:216)
at
com.sun.tools.sjavac.client.SjavacClient.tryConnect(SjavacClient.java:173)
at
com.sun.tools.sjavac.client.SjavacClient.compile(SjavacClient.java:126)
at com.sun.tools.sjavac.client.ClientMain.run(ClientMain.java:84)
at com.sun.tools.sjavac.client.ClientMain.run(ClientMain.java:47)
at com.sun.tools.sjavac.Main.go(Main.java:56)
at com.sun.tools.sjavac.Main.main(Main.java:46)
javac server issues when building.
I build hs-rt, and I manually applied the patch from
https://bugs.openjdk.java.net/browse/JDK-8145944
which fixes the windows-delayed-delete-issue, but that (obviously) does not
help on AIX.
My current workaround is --disable-javac-server. But I would prefer running
with javac server, my AIX build machine is slow enough as it is :)
Any suggestions?
Thanks! Kind Regards, Thomas
More information about the build-dev
mailing list