On Wed, Feb 24, 2016 at 12:00:36PM +1000, David Holmes wrote: > I just had a failed JPRT build on Solaris sparc caused by: > > === Output from failing command(s) repeated here === > /usr/ccs/bin/printf "* For target > support_test_hotspot_closed_tonga_dist_java_classes__the.BUILD_JAVA_TOOLS_classes_batch:\n" > > * For target > support_test_hotspot_closed_tonga_dist_java_classes__the.BUILD_JAVA_TOOLS_classes_batch: > (/usr/ccs/bin/ggrep -v -e "^Note: including file:" < > /opt/jprt/T/P1/001448.daholme/s/build/solaris-sparcv9-debug/make-support/failure-logs/support_test_hotspot_closed_tonga_dist_java_classes__the.BUILD_JAVA_TOOLS_classes_batch.log > || true) | /usr/ccs/bin/head -n 12 > Connection attempt failed: Connection refused > Connection attempt failed: Connection refused > Connection attempt failed: Connection refused > Giving up > [CLIENT] Exception caught: java.io.IOException: Could not connect to server > java.io.IOException: Could not connect to server > at > com.sun.tools.sjavac.client.SjavacClient.tryConnect(SjavacClient.java:183) > 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) >
I have pushed a pretty big refactoring of the logging code now (changeset 3265:b7583d50f67d). Hopefully we should get a better error message now, so if you run into this again, please send me the new information. Meanwhile I have requested access to a solaris / spark machine so that I can run the build my self a couple of times to see if I can trigger this. -- Andreas