javac server: No port file values materialized. on AIX

Erik Joelsson erik.joelsson at oracle.com
Thu Jan 14 08:06:56 UTC 2016


There is a bug for that as we see the same thing on Solaris from time to 
time, as I see you know. Andreas, who is the main engineer working on 
sjavac, is currently on vacation. We don't currently know the cause of 
this issue. Any help would be appreciated.

/Erik

On 2016-01-14 08:29, Thomas Stüfe wrote:
> 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