[JBoss JIRA] (JBTM-2127) arjPropertyManager class not found on Mac
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2127?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2127:
-------------------------------------
{code}
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1119)
{code}
No narayana folder:
{code}
soatest:workspace hudson$ pwd
/Users/hudson/workspace
soatest:workspace hudson$ ls
connectableresource narayana-jdbcobjectstore
{code}
Disk _not_ full:
{code}
Filesystem 512-blocks Used Available Capacity Mounted on
/dev/disk0s2 623463232 131677896 491273336 22% /
devfs 359 359 0 100% /dev
map -hosts 0 0 0 100% /net
map auto_home 0 0 0 100% /home
{code}
Looks like something wierd happened, maybe jenkins deleted the folder or something? Re-running...
> arjPropertyManager class not found on Mac
> -----------------------------------------
>
> Key: JBTM-2127
> URL: https://issues.jboss.org/browse/JBTM-2127
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Transaction Core
> Reporter: Gytis Trikleris
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/467/PROFILE=MAIN,...
> {code}
> Running com.arjuna.ats.internal.jts.recovery.contact.FactoryContactItemUnitTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.191 sec <<< FAILURE!
> testNull(com.arjuna.ats.internal.jts.recovery.contact.FactoryContactItemUnitTest) Time elapsed: 0.061 sec <<< ERROR!
> java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
> at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 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.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> test(com.arjuna.ats.internal.jts.recovery.contact.FactoryContactItemUnitTest) Time elapsed: 0.004 sec <<< ERROR!
> java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
> at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
> at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 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.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> Running com.arjuna.ats.jts.TransactionServerUnitTest
> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.145 sec <<< FAILURE!
> testHelp(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.016 sec <<< ERROR!
> java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
> at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 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.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> testHelp(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.019 sec <<< ERROR!
> java.lang.NullPointerException: null
> at com.hp.mwtests.ts.jts.resources.TestBase.tearDown(TestBase.java:69)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> testVersion(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.003 sec <<< ERROR!
> java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
> at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
> at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 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.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> testVersion(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.005 sec <<< ERROR!
> java.lang.NullPointerException: null
> at com.hp.mwtests.ts.jts.resources.TestBase.tearDown(TestBase.java:69)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> test(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.003 sec <<< ERROR!
> java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
> at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
> at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 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.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> test(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.005 sec <<< ERROR!
> java.lang.NullPointerException: null
> at com.hp.mwtests.ts.jts.resources.TestBase.tearDown(TestBase.java:69)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> 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:606)
> 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)
> Error occurred during initialization of VM
> java.lang.Error: Properties init: Could not determine current working directory.
> at java.lang.System.initProperties(Native Method)
> at java.lang.System.initializeSystemClass(System.java:1119)
> {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, 6 months
[JBoss JIRA] (JBTM-2127) arjPropertyManager class not found on Mac
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-2127:
-------------------------------------
Summary: arjPropertyManager class not found on Mac
Key: JBTM-2127
URL: https://issues.jboss.org/browse/JBTM-2127
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transaction Core
Reporter: Gytis Trikleris
Assignee: Tom Jenkinson
Priority: Minor
Fix For: 5.0.2
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/467/PROFILE=MAIN,...
{code}
Running com.arjuna.ats.internal.jts.recovery.contact.FactoryContactItemUnitTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.191 sec <<< FAILURE!
testNull(com.arjuna.ats.internal.jts.recovery.contact.FactoryContactItemUnitTest) Time elapsed: 0.061 sec <<< ERROR!
java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
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.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
test(com.arjuna.ats.internal.jts.recovery.contact.FactoryContactItemUnitTest) Time elapsed: 0.004 sec <<< ERROR!
java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
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.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
Running com.arjuna.ats.jts.TransactionServerUnitTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.145 sec <<< FAILURE!
testHelp(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.016 sec <<< ERROR!
java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
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.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
testHelp(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.019 sec <<< ERROR!
java.lang.NullPointerException: null
at com.hp.mwtests.ts.jts.resources.TestBase.tearDown(TestBase.java:69)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
testVersion(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.003 sec <<< ERROR!
java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
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.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
testVersion(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.NullPointerException: null
at com.hp.mwtests.ts.jts.resources.TestBase.tearDown(TestBase.java:69)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
test(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.003 sec <<< ERROR!
java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
at com.hp.mwtests.ts.jts.resources.TestBase.emptyObjectStore(TestBase.java:83)
at com.hp.mwtests.ts.jts.resources.TestBase.setUp(TestBase.java:54)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
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.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
test(com.arjuna.ats.jts.TransactionServerUnitTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.NullPointerException: null
at com.hp.mwtests.ts.jts.resources.TestBase.tearDown(TestBase.java:69)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
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:606)
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)
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1119)
{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, 6 months
[JBoss JIRA] (JBTM-2103) ORB-less JTS
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2103?page=com.atlassian.jira.plugin.... ]
Michael Musgrove edited comment on JBTM-2103 at 3/17/14 6:45 AM:
-----------------------------------------------------------------
I would suggest we are ready to react today - please also consider the RTS interface which already has had exposure to battle conditions - BlackTie has been running quite nicely on it for some time now.
I should add that the current solution uses Gytis' inbound JTA bridging solution so we would need to measure the performance of that. We would also to add in the outbound JTA bridge.
was (Author: mmusgrov):
I would suggest we are ready to react today - please also consider the RTS interface which already has had exposure to battle conditions - BlackTie has been running quite nicely on it for some time now.
> ORB-less JTS
> ------------
>
> Key: JBTM-2103
> URL: https://issues.jboss.org/browse/JBTM-2103
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTS
> Affects Versions: 5.0.0
> Reporter: Mark Little
> Assignee: Tom Jenkinson
>
> At some point in the future there's a good chance that the ORB requirement will be removed from EE entirely. If that happens we need to be able to react and ensure that the JTS continues to work because it’s the most complete distributed transaction implementation that we possess. Now there are two ways to do that:
> (i) we ship our own ORB, either JacORB or something else, say.
> (ii) we remove the dependency on CORBA entirely.
> Whilst (i) is a good short term option, I think we need to look at (ii). An old in-house TM that JBoss had which Narayana replaced had a JTS implementation which supported CORBA and JBoss Remoting (I think it was Remoting). Ultimately what we need is a high performance distributed transactions implementation and JTS is it today but it has a dependency on CORBA that we need to try to remove and yet keep most of the non-ORB generated code/dependencies.
--
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, 6 months
[JBoss JIRA] (JBTM-2103) ORB-less JTS
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2103?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-2103:
----------------------------------------
I would suggest we are ready to react today - please also consider the RTS interface which already has had exposure to battle conditions - BlackTie has been running quite nicely on it for some time now.
> ORB-less JTS
> ------------
>
> Key: JBTM-2103
> URL: https://issues.jboss.org/browse/JBTM-2103
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTS
> Affects Versions: 5.0.0
> Reporter: Mark Little
> Assignee: Tom Jenkinson
>
> At some point in the future there's a good chance that the ORB requirement will be removed from EE entirely. If that happens we need to be able to react and ensure that the JTS continues to work because it’s the most complete distributed transaction implementation that we possess. Now there are two ways to do that:
> (i) we ship our own ORB, either JacORB or something else, say.
> (ii) we remove the dependency on CORBA entirely.
> Whilst (i) is a good short term option, I think we need to look at (ii). An old in-house TM that JBoss had which Narayana replaced had a JTS implementation which supported CORBA and JBoss Remoting (I think it was Remoting). Ultimately what we need is a high performance distributed transactions implementation and JTS is it today but it has a dependency on CORBA that we need to try to remove and yet keep most of the non-ORB generated code/dependencies.
--
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, 6 months
[JBoss JIRA] (JBTM-2125) Blacktie quickstart cannot start server because of misconfiguration
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2125?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2125:
--------------------------------
Priority: Blocker (was: Major)
> Blacktie quickstart cannot start server because of misconfiguration
> -------------------------------------------------------------------
>
> Key: JBTM-2125
> URL: https://issues.jboss.org/browse/JBTM-2125
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> {code}
> [exec] ===============================================================================
> [exec]
> [exec] JBoss Bootstrap Environment
> [exec]
> [exec] JBOSS_HOME: "C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\jboss-as"
> [exec]
> [exec] JAVA: "C:\Program Files (x86)\Java\jdk1.7.0_51\bin\java"
> [exec]
> [exec] JAVA_OPTS: "-client -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE"
> [exec]
> [exec] ===============================================================================
> [exec]
> [exec] 09:53:51,170 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [exec] 09:53:51,554 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [exec] 09:53:51,733 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [exec] 09:53:53,767 ERROR [org.jboss.as.server] (Controller Boot Thread) JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
> [exec] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:112) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.ServerService.boot(ServerService.java:331) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:256) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
> [exec] Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[401,31]
> [exec] Message: JBAS014664: An element of this type named 'jms-destinations' has already been declared
> [exec] at org.jboss.as.controller.parsing.ParseUtils.duplicateNamedElement(ParseUtils.java:254) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.messaging.MessagingSubsystemParser.processHornetQServer(MessagingSubsystemParser.java:204)
> [exec] at org.jboss.as.messaging.Messaging13SubsystemParser.processHornetQServers(Messaging13SubsystemParser.java:212)
> [exec] at org.jboss.as.messaging.MessagingSubsystemParser.readElement(MessagingSubsystemParser.java:134)
> [exec] at org.jboss.as.messaging.MessagingSubsystemParser.readElement(MessagingSubsystemParser.java:93)
> [exec] at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.staxmapper.XMLExtendedStreamReaderImpl.handleAny(XMLExtendedStreamReaderImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.parseServerProfile(StandaloneXml.java:1131) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.readServerElement_1_4(StandaloneXml.java:458) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:145) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:107) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:104) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] ... 3 more
> [exec]
> [exec] 09:53:53,773 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> [exec] 09:53:53,820 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 17ms
> [exec] C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\jboss-as\bin>Buildfile: C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\blacktie\test\initializeBlackTie.xml
> [exec]
> [exec] tweak-txfooapp-for-environment:
> [exec]
> [exec] BUILD SUCCESSFUL
> [exec] Total time: 0 seconds
> [exec] calling generated setenv - error 0
> [exec] "Running all quickstarts"
> [exec] "Quickstart: Running XATMI admin quickstart"
> [exec] [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
> [exec] [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
> [exec]
> [exec] BUILD SUCCESSFUL
> [exec] Total time: 3 seconds
> [exec] Checking for host: WIN-5GKPEREVUOO or ip: 172.17.131.21
> [exec] 2014-03-14 09:54:18,518 [0x00000964] ERROR (HybridConnectionImpl :106 ) - Connection failed: WIN-5GKPEREVUOO, 61613
> [exec]
> [exec] 2014-03-14 09:54:18,519 [0x00000964] ERROR (HybridConnectionImpl :109 ) - APR Error was: 730061: No connection could be made because the target machine actively refused it.
> [exec]
> [exec] 2014-03-14 09:54:18,526 [0x00000964] ERROR (HybridSocketSessionImpl :446 ) - Could not send frame
> [exec]
> [exec] 2014-03-14 09:54:18,526 [0x00000964] ERROR (HybridSocketSessionImpl :450 ) - APR Error was: 20011: No socket was provided and one was required.
> [exec]
> [exec] 2014-03-14 09:54:18,530 [0x00000964] ERROR (AtmiBrokerServer :1113) - Could not advertise service with command: tpadvertise,fooapp,.fooapp1,0,queue,5.0.2.Final-SNAPSHOT,
> [exec]
> [exec] 2014-03-14 09:54:18,538 [0x00000964] FATAL (AtmiBrokerServer :473 ) - advertise admin service failed
> [exec]
> [exec] 2014-03-14 09:54:19,641 [0x00000964] FATAL (AtmiBrokerServer :254 ) - serverinit failed
> [exec] "Could not start server"
> {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, 6 months
[JBoss JIRA] (JBTM-2125) Blacktie quickstart cannot start server because of misconfiguration
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2125?page=com.atlassian.jira.plugin.... ]
Amos Feng updated JBTM-2125:
----------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/jbosstm/quickstart/pull/119
> Blacktie quickstart cannot start server because of misconfiguration
> -------------------------------------------------------------------
>
> Key: JBTM-2125
> URL: https://issues.jboss.org/browse/JBTM-2125
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> {code}
> [exec] ===============================================================================
> [exec]
> [exec] JBoss Bootstrap Environment
> [exec]
> [exec] JBOSS_HOME: "C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\jboss-as"
> [exec]
> [exec] JAVA: "C:\Program Files (x86)\Java\jdk1.7.0_51\bin\java"
> [exec]
> [exec] JAVA_OPTS: "-client -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE"
> [exec]
> [exec] ===============================================================================
> [exec]
> [exec] 09:53:51,170 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [exec] 09:53:51,554 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [exec] 09:53:51,733 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [exec] 09:53:53,767 ERROR [org.jboss.as.server] (Controller Boot Thread) JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
> [exec] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:112) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.ServerService.boot(ServerService.java:331) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:256) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
> [exec] Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[401,31]
> [exec] Message: JBAS014664: An element of this type named 'jms-destinations' has already been declared
> [exec] at org.jboss.as.controller.parsing.ParseUtils.duplicateNamedElement(ParseUtils.java:254) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.messaging.MessagingSubsystemParser.processHornetQServer(MessagingSubsystemParser.java:204)
> [exec] at org.jboss.as.messaging.Messaging13SubsystemParser.processHornetQServers(Messaging13SubsystemParser.java:212)
> [exec] at org.jboss.as.messaging.MessagingSubsystemParser.readElement(MessagingSubsystemParser.java:134)
> [exec] at org.jboss.as.messaging.MessagingSubsystemParser.readElement(MessagingSubsystemParser.java:93)
> [exec] at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.staxmapper.XMLExtendedStreamReaderImpl.handleAny(XMLExtendedStreamReaderImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.parseServerProfile(StandaloneXml.java:1131) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.readServerElement_1_4(StandaloneXml.java:458) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:145) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:107) [wildfly-server-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> [exec] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:104) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT]
> [exec] ... 3 more
> [exec]
> [exec] 09:53:53,773 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> [exec] 09:53:53,820 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 17ms
> [exec] C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\jboss-as\bin>Buildfile: C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\blacktie\test\initializeBlackTie.xml
> [exec]
> [exec] tweak-txfooapp-for-environment:
> [exec]
> [exec] BUILD SUCCESSFUL
> [exec] Total time: 0 seconds
> [exec] calling generated setenv - error 0
> [exec] "Running all quickstarts"
> [exec] "Quickstart: Running XATMI admin quickstart"
> [exec] [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
> [exec] [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
> [exec]
> [exec] BUILD SUCCESSFUL
> [exec] Total time: 3 seconds
> [exec] Checking for host: WIN-5GKPEREVUOO or ip: 172.17.131.21
> [exec] 2014-03-14 09:54:18,518 [0x00000964] ERROR (HybridConnectionImpl :106 ) - Connection failed: WIN-5GKPEREVUOO, 61613
> [exec]
> [exec] 2014-03-14 09:54:18,519 [0x00000964] ERROR (HybridConnectionImpl :109 ) - APR Error was: 730061: No connection could be made because the target machine actively refused it.
> [exec]
> [exec] 2014-03-14 09:54:18,526 [0x00000964] ERROR (HybridSocketSessionImpl :446 ) - Could not send frame
> [exec]
> [exec] 2014-03-14 09:54:18,526 [0x00000964] ERROR (HybridSocketSessionImpl :450 ) - APR Error was: 20011: No socket was provided and one was required.
> [exec]
> [exec] 2014-03-14 09:54:18,530 [0x00000964] ERROR (AtmiBrokerServer :1113) - Could not advertise service with command: tpadvertise,fooapp,.fooapp1,0,queue,5.0.2.Final-SNAPSHOT,
> [exec]
> [exec] 2014-03-14 09:54:18,538 [0x00000964] FATAL (AtmiBrokerServer :473 ) - advertise admin service failed
> [exec]
> [exec] 2014-03-14 09:54:19,641 [0x00000964] FATAL (AtmiBrokerServer :254 ) - serverinit failed
> [exec] "Could not start server"
> {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, 6 months
[JBoss JIRA] (JBTM-2123) XATMI implementation tests fail to create the orb management function
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2123?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2123:
---------------------------------
I think it has been resolved.
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/465
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-windows2008-tacon...
> XATMI implementation tests fail to create the orb management function
> ---------------------------------------------------------------------
>
> Key: JBTM-2123
> URL: https://issues.jboss.org/browse/JBTM-2123
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/462/
> {code}
> org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException: Could not create the orb management function
> at org.jacorb.orb.iiop.ClientIIOPConnection.connect(Unknown Source)
> at org.jacorb.orb.giop.GIOPConnection.sendMessage(Unknown Source)
> at org.jacorb.orb.giop.GIOPConnection.sendRequest(Unknown Source)
> at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
> at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
> at org.jacorb.orb.Delegate.invoke_internal(Unknown Source)
> at org.jacorb.orb.Delegate.invoke(Unknown Source)
> at org.jacorb.orb.Delegate.is_a(Unknown Source)
> at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
> at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.OrbManagement.<init>(OrbManagement.java:76)
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.OrbManagement.getInstance(OrbManagement.java:42)
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.TransportFactory.<init>(TransportFactory.java:47)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.server.BlackTieServer.<init>(BlackTieServer.java:89)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.server.BlackTieServerTestCase.setUp(BlackTieServerTestCase.java:31)
> {code}
> {code}
> Tests in error:
> TestConnection.setUp:29 » Configuration Could not create the orb management fu...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestSpecQuickstartOne.setUp:38 » Configuration Could not create the orb manage...
> TestSpecQuickstartTwo.setUp:33 » Configuration Could not create the orb manage...
> TestTPACall.setUp:33 » Configuration Could not create the orb management funct...
> TestTPACall.setUp:33 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCancel.setUp:33 » Configuration Could not create the orb management func...
> TestTPCancel.setUp:33 » Configuration Could not create the orb management func...
> TestTPCancel.setUp:33 » Configuration Could not create the orb management func...
> TestTPConnect.setUp:38 » Configuration Could not create the orb management fun...
> TestTPConnect.setUp:38 » Configuration Could not create the orb management fun...
> TestTPConnect.setUp:38 » Configuration Could not create the orb management fun...
> TestTPConversation.setUp:39 » Configuration Could not create the orb managemen...
> TestTPConversation.setUp:39 » Configuration Could not create the orb managemen...
> TestTPDiscon.setUp:34 » Configuration Could not create the orb management func...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPRecv.setUp:35 » Configuration Could not create the orb management functi...
> TestTPReturn.setUp:33 » Configuration Could not create the orb management func...
> TestTPReturn.setUp:33 » Configuration Could not create the orb management func...
> TestTPReturn.setUp:33 » Configuration Could not create the orb management func...
> TestTPSend.setUp:35 » Configuration Could not create the orb management functi...
> TestTPSend.setUp:35 » Configuration Could not create the orb management functi...
> TestTPSend.setUp:35 » Configuration Could not create the orb management functi...
> TestTPService.setUp:35 » Configuration Could not create the orb management fun...
> TestTimeToLive.setUp:33 » Configuration Could not create the orb management fu...
> TestTopic.setUp:33 » Configuration Could not create the orb management functio...
> TestTopic.setUp:33 » Configuration Could not create the orb management functio...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> {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, 6 months
[JBoss JIRA] (JBTM-2123) XATMI implementation tests fail to create the orb management function
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2123?page=com.atlassian.jira.plugin.... ]
Amos Feng updated JBTM-2123:
----------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> XATMI implementation tests fail to create the orb management function
> ---------------------------------------------------------------------
>
> Key: JBTM-2123
> URL: https://issues.jboss.org/browse/JBTM-2123
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/462/
> {code}
> org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException: Could not create the orb management function
> at org.jacorb.orb.iiop.ClientIIOPConnection.connect(Unknown Source)
> at org.jacorb.orb.giop.GIOPConnection.sendMessage(Unknown Source)
> at org.jacorb.orb.giop.GIOPConnection.sendRequest(Unknown Source)
> at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
> at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
> at org.jacorb.orb.Delegate.invoke_internal(Unknown Source)
> at org.jacorb.orb.Delegate.invoke(Unknown Source)
> at org.jacorb.orb.Delegate.is_a(Unknown Source)
> at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
> at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.OrbManagement.<init>(OrbManagement.java:76)
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.OrbManagement.getInstance(OrbManagement.java:42)
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.TransportFactory.<init>(TransportFactory.java:47)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.server.BlackTieServer.<init>(BlackTieServer.java:89)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.server.BlackTieServerTestCase.setUp(BlackTieServerTestCase.java:31)
> {code}
> {code}
> Tests in error:
> TestConnection.setUp:29 » Configuration Could not create the orb management fu...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestRollbackOnly.setUp:43 » Configuration Could not create the orb management ...
> TestSpecQuickstartOne.setUp:38 » Configuration Could not create the orb manage...
> TestSpecQuickstartTwo.setUp:33 » Configuration Could not create the orb manage...
> TestTPACall.setUp:33 » Configuration Could not create the orb management funct...
> TestTPACall.setUp:33 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPAlloc.setUp:37 » Configuration Could not create the orb management funct...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCall.setUp:36 » Configuration Could not create the orb management functi...
> TestTPCancel.setUp:33 » Configuration Could not create the orb management func...
> TestTPCancel.setUp:33 » Configuration Could not create the orb management func...
> TestTPCancel.setUp:33 » Configuration Could not create the orb management func...
> TestTPConnect.setUp:38 » Configuration Could not create the orb management fun...
> TestTPConnect.setUp:38 » Configuration Could not create the orb management fun...
> TestTPConnect.setUp:38 » Configuration Could not create the orb management fun...
> TestTPConversation.setUp:39 » Configuration Could not create the orb managemen...
> TestTPConversation.setUp:39 » Configuration Could not create the orb managemen...
> TestTPDiscon.setUp:34 » Configuration Could not create the orb management func...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPGetRply.setUp:35 » Configuration Could not create the orb management fun...
> TestTPRecv.setUp:35 » Configuration Could not create the orb management functi...
> TestTPReturn.setUp:33 » Configuration Could not create the orb management func...
> TestTPReturn.setUp:33 » Configuration Could not create the orb management func...
> TestTPReturn.setUp:33 » Configuration Could not create the orb management func...
> TestTPSend.setUp:35 » Configuration Could not create the orb management functi...
> TestTPSend.setUp:35 » Configuration Could not create the orb management functi...
> TestTPSend.setUp:35 » Configuration Could not create the orb management functi...
> TestTPService.setUp:35 » Configuration Could not create the orb management fun...
> TestTimeToLive.setUp:33 » Configuration Could not create the orb management fu...
> TestTopic.setUp:33 » Configuration Could not create the orb management functio...
> TestTopic.setUp:33 » Configuration Could not create the orb management functio...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> BlackTieServerTestCase.setUp:31 » Configuration Could not create the orb manag...
> {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, 6 months