JDK-8194848 : SA: serviceability/sa/TestHeapDumpForLargeArray.java - java.io.IOException: App waiting timeout
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-01-09
  • Updated: 2020-07-30
  • Resolved: 2018-02-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
jib > java.io.IOException: App waiting timeout
jib > 	at jdk.test.lib.apps.LingeredApp.waitAppReady(LingeredApp.java:236)
jib > 	at jdk.test.lib.apps.LingeredApp.startApp(LingeredApp.java:406)
jib > 	at TestHeapDumpForLargeArray.main(TestHeapDumpForLargeArray.java:110)
jib > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jib > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
jib > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
jib > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
jib > 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
jib > 	at java.base/java.lang.Thread.run(Thread.java:844)
Comments
This looks like an environment issue. LingeredApp process did not start and we did not get any failure from ProcessBuilder either. The above IOException is thrown because the LingeredApp did not start.
11-01-2018