-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.5.8.Final
-
None
We have a quickstart that has recently (the last week or two) started to fail intermittently: 1 failure using jdk 21, 1 failure with jdk 17 + ipv6 and 0 with jdk 11). Any tips about possible causes or things to try would be appreciated:
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.645 sec <<< FAILURE!
org.jboss.narayana.quickstart.hibernate.TestCase Time elapsed: 0.645 sec <<< ERROR!
com.github.fungal.spi.deployers.DeployException: Deployment jar:file:/home/jenkins/.m2/repository/org/jboss/ironjacamar/ironjacamar-embedded/1.5.8.Final/ironjacamar-embedded-1.5.8.Final.jar!/transaction.xml failed
at com.github.fungal.impl.DeploymentDeployer.deploy(DeploymentDeployer.java:157)
at com.github.fungal.impl.MainDeployerImpl.deploy(MainDeployerImpl.java:144)
at com.github.fungal.impl.MainDeployerImpl.deploy(MainDeployerImpl.java:82)
at org.jboss.jca.embedded.EmbeddedJCA.deploy(EmbeddedJCA.java:317)
at org.jboss.jca.embedded.EmbeddedJCA.startup(EmbeddedJCA.java:123)
at org.jboss.narayana.quickstart.hibernate.TestCase.beforeClass(TestCase.java:59)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: com.github.fungal.spi.deployers.DeployException: Installing bean CoreEnvironmentBean
at com.github.fungal.impl.BeanDeployer.run(BeanDeployer.java:200)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.IllegalArgumentException: Unknown property resolution for property nodeIdentifier
at com.github.fungal.api.util.Injection.getValue(Injection.java:420)
at com.github.fungal.impl.Injection.getValue(Injection.java:65)
at com.github.fungal.impl.BeanDeployer.setBeanProperty(BeanDeployer.java:987)
at com.github.fungal.impl.BeanDeployer.createBean(BeanDeployer.java:392)
at com.github.fungal.impl.BeanDeployer.run(BeanDeployer.java:186)
... 5 more