Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK13 JTReg Test Failure: java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations #6749

Open
adam-thorpe opened this issue Aug 16, 2019 · 1 comment

Comments

@adam-thorpe
Copy link

Failure link

Optional info

  • Intermittent failure: No
  • Regression or new test: Regression
  • Test seems to iterate through the for loop (CheckAnotations.java:112) once and fail in the second loop, when it tries do myRMI.printOut(OUT + iteration);

Failure output (captured from console output)

From STDERR:

08:25:04  Create activation group in this VM
08:25:04  errXYZ-1
08:25:04  errXYZ-1
08:25:04  rmid output not yet received, retrying...
08:25:04  rmid output not yet received, retrying...
08:25:04  rmid output not yet received, retrying...
08:25:04  rmid output not yet received, retrying...
08:25:04  rmid output not yet received, retrying...
08:25:04  Deactivate object via method call
08:25:04  ACTIVATION_LIBRARY: inactive successful
08:25:04  TEST FAILED: 
08:25:04  Test failed with: activation failed; nested exception is: 
08:25:04  	java.rmi.activation.ActivationException: timeout creating child process
08:25:04  java.rmi.activation.ActivateFailedException: activation failed; nested exception is: 
08:25:04  	java.rmi.activation.ActivationException: timeout creating child process
08:25:04  	at java.rmi/sun.rmi.server.ActivatableRef.activate(ActivatableRef.java:303)
08:25:04  	at java.rmi/sun.rmi.server.ActivatableRef.invoke(ActivatableRef.java:209)
08:25:04  	at CheckAnnotations_Stub.printOut(CheckAnnotations_Stub.java:107)
08:25:04  	at CheckAnnotations.checkAnnotations(CheckAnnotations.java:162)
08:25:04  	at CheckAnnotations.main(CheckAnnotations.java:115)
@pshipton
Copy link
Member

Doesn't seem anyone is working on this so I'll move it to the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants