You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/10/19 09:23:59 UTC

[I] Intermittent failure of debug integration test [camel-quarkus]

jamesnetherton opened a new issue, #5443:
URL: https://github.com/apache/camel-quarkus/issues/5443

   ### Bug description
   
   Seems to occur on Windows predominately.
   
   ```
   2023-10-19T07:49:05.4477902Z [ERROR] org.apache.camel.quarkus.component.debug.it.DebugTest.camelDebugJmxConnection -- Time elapsed: 0.660 s <<< ERROR!
   2023-10-19T07:49:05.4479552Z java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: jmxrmi/camel
   2023-10-19T07:49:05.4480991Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:370)
   2023-10-19T07:49:05.4482417Z 	at java.management/javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)
   2023-10-19T07:49:05.4483669Z 	at java.management/javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:229)
   2023-10-19T07:49:05.4485748Z 	at org.apache.camel.quarkus.component.debug.it.DebugTest.camelDebugJmxConnection(DebugTest.java:61)
   2023-10-19T07:49:05.4493463Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   2023-10-19T07:49:05.4494563Z 	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1014)
   2023-10-19T07:49:05.4496127Z 	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:828)
   2023-10-19T07:49:05.4497529Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2023-10-19T07:49:05.4498325Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2023-10-19T07:49:05.4499070Z Caused by: javax.naming.NameNotFoundException: jmxrmi/camel
   2023-10-19T07:49:05.4500261Z 	at jdk.naming.rmi/com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:136)
   2023-10-19T07:49:05.4501475Z 	at java.naming/com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:220)
   2023-10-19T07:49:05.4502675Z 	at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409)
   2023-10-19T07:49:05.4503752Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1839)
   2023-10-19T07:49:05.4505036Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1813)
   2023-10-19T07:49:05.4506255Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:302)
   2023-10-19T07:49:05.4507003Z 	... 8 more
   2023-10-19T07:49:05.4507223Z 
   2023-10-19T07:49:05.4508073Z [ERROR] org.apache.camel.quarkus.component.debug.it.DebugTest.accessToBacklogDebugger -- Time elapsed: 0.014 s <<< ERROR!
   2023-10-19T07:49:05.4509443Z java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: jmxrmi/camel
   2023-10-19T07:49:05.4510623Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:370)
   2023-10-19T07:49:05.4511782Z 	at java.management/javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)
   2023-10-19T07:49:05.4513028Z 	at java.management/javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:229)
   2023-10-19T07:49:05.4514310Z 	at org.apache.camel.quarkus.component.debug.it.DebugTest.accessToBacklogDebugger(DebugTest.java:88)
   2023-10-19T07:49:05.4515307Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   2023-10-19T07:49:05.4516298Z 	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1014)
   2023-10-19T07:49:05.4517520Z 	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:828)
   2023-10-19T07:49:05.4518501Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2023-10-19T07:49:05.4519211Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2023-10-19T07:49:05.4519948Z Caused by: javax.naming.NameNotFoundException: jmxrmi/camel
   2023-10-19T07:49:05.4521071Z 	at jdk.naming.rmi/com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:136)
   2023-10-19T07:49:05.4522200Z 	at java.naming/com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:220)
   2023-10-19T07:49:05.4523252Z 	at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409)
   2023-10-19T07:49:05.4524557Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1839)
   2023-10-19T07:49:05.4525838Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1813)
   2023-10-19T07:49:05.4526997Z 	at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:302)
   2023-10-19T07:49:05.4527796Z 	... 8 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Intermittent failure of debug integration test [camel-quarkus]

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng closed issue #5443: Intermittent failure of debug integration test
URL: https://github.com/apache/camel-quarkus/issues/5443


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org