[JBoss JIRA] (JBTM-2082) Upgrade Arquillian Core to 1.1.2.Final-wildfly-1
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-2082:
-----------------------------------
Summary: Upgrade Arquillian Core to 1.1.2.Final-wildfly-1
Key: JBTM-2082
URL: https://issues.jboss.org/browse/JBTM-2082
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 6.0.0.Alpha1
Current version is incompatible with WildFly 8.0.0.Final-SNAPSHOT (Thu 30/1/2014)
For example:
{code}
com.hp.mwtests.ts.jta.cdi.transactionScoped.TransactionScopedTest Time elapsed: 7.555 sec <<< ERROR!
java.lang.NoSuchMethodError: org.jboss.arquillian.container.spi.client.deployment.Validate.isArchiveOfType(Ljava/lang/Class;Lorg/jboss/shrinkwrap/api/Archive;)Z
at org.jboss.arquillian.testenricher.cdi.client.BeansXMLProtocolProcessor.process(BeansXMLProtocolProcessor.java:55)
at org.jboss.arquillian.protocol.servlet.Processor.process(Processor.java:46)
at org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager.handleArchive(ServletProtocolDeploymentPackager.java:93)
at org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager.handleArchive(ServletProtocolDeploymentPackager.java:99)
at org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager.generateDeployment(ServletProtocolDeploymentPackager.java:75)
at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.buildTestableDeployments(DeploymentGenerator.java:193)
at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.createTestableDeployments(DeploymentGenerator.java:148)
at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.generateDeployment(DeploymentGenerator.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:80)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:182)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JBTM-2082) Upgrade Arquillian Core to 1.1.2.Final-wildfly-1
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2082?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2082:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/jbosstm/narayana/pull/585
> Upgrade Arquillian Core to 1.1.2.Final-wildfly-1
> ------------------------------------------------
>
> Key: JBTM-2082
> URL: https://issues.jboss.org/browse/JBTM-2082
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Tom Jenkinson
> Assignee: Tom Jenkinson
> Fix For: 6.0.0.Alpha1
>
>
> Current version is incompatible with WildFly 8.0.0.Final-SNAPSHOT (Thu 30/1/2014)
> For example:
> {code}
> com.hp.mwtests.ts.jta.cdi.transactionScoped.TransactionScopedTest Time elapsed: 7.555 sec <<< ERROR!
> java.lang.NoSuchMethodError: org.jboss.arquillian.container.spi.client.deployment.Validate.isArchiveOfType(Ljava/lang/Class;Lorg/jboss/shrinkwrap/api/Archive;)Z
> at org.jboss.arquillian.testenricher.cdi.client.BeansXMLProtocolProcessor.process(BeansXMLProtocolProcessor.java:55)
> at org.jboss.arquillian.protocol.servlet.Processor.process(Processor.java:46)
> at org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager.handleArchive(ServletProtocolDeploymentPackager.java:93)
> at org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager.handleArchive(ServletProtocolDeploymentPackager.java:99)
> at org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager.generateDeployment(ServletProtocolDeploymentPackager.java:75)
> at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.buildTestableDeployments(DeploymentGenerator.java:193)
> at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.createTestableDeployments(DeploymentGenerator.java:148)
> at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.generateDeployment(DeploymentGenerator.java:85)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:100)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:80)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:182)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JBTM-2074) CrashRecovery02_2_Test46 test failed with JDK ORB
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2074?page=com.atlassian.jira.plugin.... ]
Michael Musgrove resolved JBTM-2074.
------------------------------------
Resolution: Rejected
The failure is due to the test environment:
Caused by: java.net.UnknownHostException: haverstraw.buildnet.ncl.jboss.com: Name or service not know
haverstraw is online now and available to it looks like a temporary DNS issue so I'm rejecting the JIRA
> CrashRecovery02_2_Test46 test failed with JDK ORB
> -------------------------------------------------
>
> Key: JBTM-2074
> URL: https://issues.jboss.org/browse/JBTM-2074
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JTS
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 6.0.0.Alpha1
>
> Attachments: client0_output.txt, emptyObjectStore_output.txt, jstack.1516, jstack.16747, jstack.22853, jstack.31245, jstack.31266, jstack.31283, jstack.31335, jstack.31453, server0_output.txt, server1_output.txt, server2_output.txt, task0_output.txt
>
>
> http://172.17.131.2/job/narayana-SUN_ORB/TESTS=QA_JTS_JDKORB,jdk=jdk7.lat...
> Client output:
> {code}
> 2014-01-10 20:41:23,795: Task [client0 405]: starting command: /usr/local/jdk1.7.0_09//bin/java -classpath dist/narayana-full-5.0.0.CR3-SNAPSHOT/etc/:dist/narayana-full-5.0.0.CR3-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.CR3-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery02_2/CrashRecovery02_2_Test46/client0-coverage.ec -DportOffsetId=4 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-SUN_ORB/TESTS/QA_JTS_JDKORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery02_2/CrashRecovery02_2_Test46/client -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.CrashRecovery02Clients2.Client21b value_1 value_2
> 2014-01-10 20:41:24,019 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2014-01-10 20:41:24,019 err: log4j:WARN Please initialize the log4j system properly.
> 2014-01-10 20:41:24,019 err: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> 2014-01-10 20:41:44,094 err: Jan 10, 2014 8:41:44 PM com.sun.corba.se.impl.orb.ORBImpl getLocalHostName
> 2014-01-10 20:41:44,094 err: WARNING: "IOP00710208: (INTERNAL) Unable to determine local hostname from InetAddress.getLocalHost().getHostName()"
> 2014-01-10 20:41:44,094 err: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
> 2014-01-10 20:41:44,094 out: Failed
> 2014-01-10 20:41:44,094 err: at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3871)
> 2014-01-10 20:41:44,094 err: at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3889)
> 2014-01-10 20:41:44,094 err: at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1743)
> 2014-01-10 20:41:44,094 err: at com.sun.corba.se.impl.orb.ORBImpl.set_parameters(ORBImpl.java:542)
> 2014-01-10 20:41:44,094 err: at org.omg.CORBA.ORB.init(ORB.java:354)
> 2014-01-10 20:41:44,094 err: at com.arjuna.orbportability.internal.orbspecific.orb.implementations.ORBBase.init(ORBBase.java:79)
> 2014-01-10 20:41:44,094 err: at com.arjuna.orbportability.orb.core.ORB.init(ORB.java:90)
> 2014-01-10 20:41:44,094 err: at com.arjuna.orbportability.ORB.initORB(ORB.java:207)
> 2014-01-10 20:41:44,095 err: at org.jboss.jbossts.qa.Utils.ORBInterface.initORB(ORBInterface.java:47)
> 2014-01-10 20:41:44,095 err: at org.jboss.jbossts.qa.CrashRecovery02Clients2.Client21b.main(Client21b.java:73)
> 2014-01-10 20:41:44,095 err: Caused by: java.net.UnknownHostException: haverstraw.buildnet.ncl.jboss.com: haverstraw.buildnet.ncl.jboss.com: Name or service not known
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress.getLocalHost(InetAddress.java:1438)
> 2014-01-10 20:41:44,095 err: at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1741)
> 2014-01-10 20:41:44,095 err: ... 7 more
> 2014-01-10 20:41:44,095 err: Caused by: java.net.UnknownHostException: haverstraw.buildnet.ncl.jboss.com: Name or service not known
> 2014-01-10 20:41:44,095 err: at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866)
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258)
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress.getLocalHost(InetAddress.java:1434)
> 2014-01-10 20:41:44,095 err: ... 8 more
> 2014-01-10 20:41:44,095 err:
> 2014-01-10 20:41:44,095 err: Client21b.main: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
> 2014-01-10 20:41:44,095 err: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
> 2014-01-10 20:41:44,095 err: at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3871)
> 2014-01-10 20:41:44,095 err: at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3889)
> 2014-01-10 20:41:44,095 err: at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1743)
> 2014-01-10 20:41:44,095 err: at com.sun.corba.se.impl.orb.ORBImpl.set_parameters(ORBImpl.java:542)
> 2014-01-10 20:41:44,095 err: at org.omg.CORBA.ORB.init(ORB.java:354)
> 2014-01-10 20:41:44,095 err: at com.arjuna.orbportability.internal.orbspecific.orb.implementations.ORBBase.init(ORBBase.java:79)
> 2014-01-10 20:41:44,095 err: at com.arjuna.orbportability.orb.core.ORB.init(ORB.java:90)
> 2014-01-10 20:41:44,095 err: at com.arjuna.orbportability.ORB.initORB(ORB.java:207)
> 2014-01-10 20:41:44,095 err: at org.jboss.jbossts.qa.Utils.ORBInterface.initORB(ORBInterface.java:47)
> 2014-01-10 20:41:44,095 err: at org.jboss.jbossts.qa.CrashRecovery02Clients2.Client21b.main(Client21b.java:73)
> 2014-01-10 20:41:44,095 err: Caused by: java.net.UnknownHostException: haverstraw.buildnet.ncl.jboss.com: haverstraw.buildnet.ncl.jboss.com: Name or service not known
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress.getLocalHost(InetAddress.java:1438)
> 2014-01-10 20:41:44,095 err: at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1741)
> 2014-01-10 20:41:44,095 err: ... 7 more
> 2014-01-10 20:41:44,095 err: Caused by: java.net.UnknownHostException: haverstraw.buildnet.ncl.jboss.com: Name or service not known
> 2014-01-10 20:41:44,095 err: at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866)
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258)
> 2014-01-10 20:41:44,095 err: at java.net.InetAddress.getLocalHost(InetAddress.java:1434)
> 2014-01-10 20:41:44,095 err: ... 8 more
> 2014-01-10 20:41:44,097 err: Client21b.main: java.lang.NullPointerException
> 2014-01-10 20:41:44,097 err: java.lang.NullPointerException
> 2014-01-10 20:41:44,097 err: at org.jboss.jbossts.qa.Utils.OAInterface.shutdownOA(OAInterface.java:75)
> 2014-01-10 20:41:44,097 err: at org.jboss.jbossts.qa.CrashRecovery02Clients2.Client21b.main(Client21b.java:129)
> {code}
> Task output:
> {code}
> 2014-01-10 20:41:44,124: Task [task0 406]: performing command: /usr/local/jdk1.7.0_09//bin/java -classpath dist/narayana-full-5.0.0.CR3-SNAPSHOT/etc/:dist/narayana-full-5.0.0.CR3-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.CR3-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery02_2/CrashRecovery02_2_Test46/task0-coverage.ec -DportOffsetId=5 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-SUN_ORB/TESTS/QA_JTS_JDKORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery02_2/CrashRecovery02_2_Test46/task0 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.Utils.RemoveServerIORStore value_1 value_2 value_3 value_4 value_5
> 2014-01-10 20:41:44,240 err: java.io.FileNotFoundException: ServerIORs (No such file or directory)
> 2014-01-10 20:41:44,240 err: at java.io.FileInputStream.open(Native Method)
> 2014-01-10 20:41:44,240 err: at java.io.FileInputStream.<init>(FileInputStream.java:138)
> 2014-01-10 20:41:44,240 err: at java.io.FileInputStream.<init>(FileInputStream.java:97)
> 2014-01-10 20:41:44,240 err: at org.jboss.jbossts.qa.Utils.FileServerIORStore.removeIOR(FileServerIORStore.java:69)
> 2014-01-10 20:41:44,240 err: at org.jboss.jbossts.qa.Utils.ServerIORStore.removeIOR(ServerIORStore.java:47)
> 2014-01-10 20:41:44,240 err: at org.jboss.jbossts.qa.Utils.RemoveServerIORStore.main(RemoveServerIORStore.java:42)
> 2014-01-10 20:41:44,240 err: java.io.FileNotFoundException: ServerIORs (No such file or directory)
> 2014-01-10 20:41:44,240 err: at java.io.FileInputStream.open(Native Method)
> 2014-01-10 20:41:44,241 err: at java.io.FileInputStream.<init>(FileInputStream.java:138)
> 2014-01-10 20:41:44,241 err: at java.io.FileInputStream.<init>(FileInputStream.java:97)
> 2014-01-10 20:41:44,241 err: at org.jboss.jbossts.qa.Utils.FileServerIORStore.removeIOR(FileServerIORStore.java:69)
> 2014-01-10 20:41:44,241 err: at org.jboss.jbossts.qa.Utils.ServerIORStore.removeIOR(ServerIORStore.java:47)
> 2014-01-10 20:41:44,241 err: at org.jboss.jbossts.qa.Utils.RemoveServerIORStore.main(RemoveServerIORStore.java:42)
> 2014-01-10 20:41:44,241 err: java.io.FileNotFoundException: ServerIORs (No such file or directory)
> 2014-01-10 20:41:44,241 err: at java.io.FileInputStream.open(Native Method)
> 2014-01-10 20:41:44,241 err: at java.io.FileInputStream.<init>(FileInputStream.java:138)
> 2014-01-10 20:41:44,241 err: at java.io.FileInputStream.<init>(FileInputStream.java:97)
> 2014-01-10 20:41:44,241 err: at org.jboss.jbossts.qa.Utils.FileServerIORStore.removeIOR(FileServerIORStore.java:69)
> 2014-01-10 20:41:44,241 err: at org.jboss.jbossts.qa.Utils.ServerIORStore.removeIOR(ServerIORStore.java:47)
> 2014-01-10 20:41:44,241 err: at org.jboss.jbossts.qa.Utils.RemoveServerIORStore.main(RemoveServerIORStore.java:42)
> 2014-01-10 20:41:44,241 err: java.io.FileNotFoundException: ServerIORs (No such file or directory)
> 2014-01-10 20:41:44,242 err: at java.io.FileInputStream.open(Native Method)
> 2014-01-10 20:41:44,242 err: at java.io.FileInputStream.<init>(FileInputStream.java:138)
> 2014-01-10 20:41:44,242 err: at java.io.FileInputStream.<init>(FileInputStream.java:97)
> 2014-01-10 20:41:44,242 err: at org.jboss.jbossts.qa.Utils.FileServerIORStore.removeIOR(FileServerIORStore.java:69)
> 2014-01-10 20:41:44,242 err: at org.jboss.jbossts.qa.Utils.ServerIORStore.removeIOR(ServerIORStore.java:47)
> 2014-01-10 20:41:44,242 err: at org.jboss.jbossts.qa.Utils.RemoveServerIORStore.main(RemoveServerIORStore.java:42)
> 2014-01-10 20:41:44,242 err: java.io.FileNotFoundException: ServerIORs (No such file or directory)
> 2014-01-10 20:41:44,242 err: at java.io.FileInputStream.open(Native Method)
> 2014-01-10 20:41:44,242 err: at java.io.FileInputStream.<init>(FileInputStream.java:138)
> 2014-01-10 20:41:44,242 err: at java.io.FileInputStream.<init>(FileInputStream.java:97)
> 2014-01-10 20:41:44,242 err: at org.jboss.jbossts.qa.Utils.FileServerIORStore.removeIOR(FileServerIORStore.java:69)
> 2014-01-10 20:41:44,242 err: at org.jboss.jbossts.qa.Utils.ServerIORStore.removeIOR(ServerIORStore.java:47)
> 2014-01-10 20:41:44,242 err: at org.jboss.jbossts.qa.Utils.RemoveServerIORStore.main(RemoveServerIORStore.java:42)
> 2014-01-10 20:41:44,242 out: Passed
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JBTM-2080) QA test suite failure: CrashRecovery05_2_Test024
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2080?page=com.atlassian.jira.plugin.... ]
Michael Musgrove resolved JBTM-2080.
------------------------------------
Resolution: Cannot Reproduce Bug
The failure is spurious: - I set up dedicated jobs (with extra debug) to run 500 iterations (on CI, job JBTM-2080) and 1512 iterations on my laptop with no failures. I'll leave the CI for now just in case we get lucky and it happens again.
The test starts 2 servers, the second one configured with CrashBehaviorCrashInRollback.
In part two the server looks up the recovery coordinator IOR for the resource that failed and triggers a replay_completion attempt (it connected with the rcv coord at 08:06:58,945, the rcv coord gets the replay request at 08:06:59,004 and finishes processing the request at 08:06:59,006 returning StatusUnknown. There is no narayana logging corresponding to why it cannot determine the status. The unknown status can occur for a various reasons and there just isn't the evidence to point to any cause as being more likely than any other but the most obvious culprit is a spurious comms failure (in these tests the recovery manager runs out of process).
I configured the jobs with trace logging so as to determine the precise reason for replay_completion StatusUnknown so it's a shame we couldn't trigger the problem.
> QA test suite failure: CrashRecovery05_2_Test024
> ------------------------------------------------
>
> Key: JBTM-2080
> URL: https://issues.jboss.org/browse/JBTM-2080
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 6.0.0.Alpha1
>
> Attachments: client0_output.txt, client1_output.txt, emptyObjectStore_output.txt, jstack.10302, jstack.12383, jstack.20309, jstack.20385, jstack.20449, jstack.30906, server0_output.txt, server1_output.txt, server2_output.txt, task0_output.txt
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-dualstack/157/con...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JBTM-2081) Why do we mandate the property file?
by Mark Little (JIRA)
Mark Little created JBTM-2081:
---------------------------------
Summary: Why do we mandate the property file?
Key: JBTM-2081
URL: https://issues.jboss.org/browse/JBTM-2081
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Transaction Core
Affects Versions: 5.0.0.Final
Reporter: Mark Little
Assignee: Tom Jenkinson
I noticed this originally when doing the Android port, but now again when doing vert.x: at some point over the years we appear to have moved to a model where the properties file must be present (e.g., in class path or CWD) or we exit. I'm not sure why we do this given that every property has a default value anyway.
For example:
java.lang.ExceptionInInitializerError: null
at com.arjuna.common.util.propertyservice.PropertiesFactory.getPropertiesFromFile(PropertiesFactory.java:93)
at com.arjuna.common.util.propertyservice.PropertiesFactory.initDefaultProperties(PropertiesFactory.java:236)
at com.arjuna.common.util.propertyservice.PropertiesFactory.getDefaultProperties(PropertiesFactory.java:66)
at com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(BeanPopulator.java:77)
at com.arjuna.common.internal.util.propertyservice.BeanPopulator.getDefaultInstance(BeanPopulator.java:49)
at com.arjuna.ats.txoj.common.txojPropertyManager.getTxojEnvironmentBean(txojPropertyManager.java:48)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months