[JBoss JIRA] (JBTM-2450) OracleXADataSource not found in jdbc test
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2450?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2450:
-------------------------------------
Thanks Mike - adding for completeness that its reproducible: http://albany.eng.hst.ams2.redhat.com/job/narayana-catelyn/953/
> OracleXADataSource not found in jdbc test
> -----------------------------------------
>
> Key: JBTM-2450
> URL: https://issues.jboss.org/browse/JBTM-2450
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.next
>
>
> {code}
> Running com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.391 sec <<< FAILURE!
> test(com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest) Time elapsed: 0.219 sec <<< ERROR!
> java.lang.ClassNotFoundException: oracle.jdbc.xa.client.OracleXADataSource
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest.getDataSource(SimpleJdbcTest.java:79)
> at com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest.test(SimpleJdbcTest.java:33)
> Running com.hp.mwtests.ts.jdbc.utils.JNDISetup
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.172 sec <<< FAILURE!
> test(com.hp.mwtests.ts.jdbc.utils.JNDISetup) Time elapsed: 0.016 sec <<< ERROR!
> java.lang.ClassNotFoundException: TODO
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at com.hp.mwtests.ts.jdbc.utils.JNDISetup.test(JNDISetup.java:46)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (JBTM-2447) BlackTie test failure - requires investigation
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2447?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2447:
-------------------------------------
{code}
[exec] --16720:1:mallocfr newSuperblock at 0x86950000 (pszB 1048560) owner VALGRIND/exectxt
[31m11:04:53,162 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0012: Scan of /home/hudson/workspace/narayana/PROFILE/BLACKTIE/jdk/jdk7.latest/label/linux32el6/blacktie/wildfly-9.0.0.Alpha2-SNAPSHOT/standalone/deployments threw Exception: java.lang.RuntimeException: WFLYDS0032: Failed to list files in directory /home/hudson/workspace/narayana/PROFILE/BLACKTIE/jdk/jdk7.latest/label/linux32el6/blacktie/wildfly-9.0.0.Alpha2-SNAPSHOT/standalone/deployments. Check that the contents of the directory are readable.
at org.jboss.as.server.deployment.scanner.FileSystemDeploymentService.listDirectoryChildren(FileSystemDeploymentService.java:1131)
at org.jboss.as.server.deployment.scanner.FileSystemDeploymentService.scanDirectory(FileSystemDeploymentService.java:633)
at org.jboss.as.server.deployment.scanner.FileSystemDeploymentService.scan(FileSystemDeploymentService.java:453)
at org.jboss.as.server.deployment.scanner.FileSystemDeploymentService.scan(FileSystemDeploymentService.java:375)
at org.jboss.as.server.deployment.scanner.FileSystemDeploymentService$DeploymentScanRunnable.run(FileSystemDeploymentService.java:155)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
[0m [exec] --16720:1:syswrap- thread_wrapper(tid=3): exit
[exec] --16720:1:syswrap- run_a_thread_NORETURN(tid=3): post-thread_wrapper
[exec] --16720:1:syswrap- run_a_thread_NORETURN(tid=3): not last one standing
[exec] .2015-02-12 11:04:55,350 [0x4ed7d40] INFO (AtmiBrokerLogc :60 ) - TestTxTPCall::setUp
[exec] 2015-02-12 11:04:55,382 [0x4ed7d40] ERROR (AtmiBrokerEnvParser :49 ) - Failed to open blacktie schema: ../cxx/compile//btconfig.xsd
[exec] 2015-02-12 11:04:55,398 [0x4ed7d40] ERROR (AtmiBrokerEnv :421 ) - can not parse ./btconfig.xml
[exec] 2015-02-12 11:04:55,474 [0x4ed7d40] ERROR (AtmiBrokerServer :247 ) - Server startup failed
[exec] 2015-02-12 11:04:55,488 [0x4ed7d40] FATAL (AtmiBrokerServer :254 ) - serverinit failed
[exec] F2015-02-12 11:04:55,558 [0x4ed7d40] INFO (AtmiBrokerLogc :60 ) - TestTxTPCall::tearDown
{code}
> BlackTie test failure - requires investigation
> ----------------------------------------------
>
> Key: JBTM-2447
> URL: https://issues.jboss.org/browse/JBTM-2447
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: BlackTie
> Reporter: Tom Jenkinson
> Assignee: Amos Feng
>
> http://albany.eng.hst.ams2.redhat.com/job/narayana/745/PROFILE=BLACKTIE,j...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (JBTM-2450) OracleXADataSource not found in jdbc test
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2450?page=com.atlassian.jira.plugin.... ]
Michael Musgrove reassigned JBTM-2450:
--------------------------------------
Assignee: Michael Musgrove (was: Tom Jenkinson)
> OracleXADataSource not found in jdbc test
> -----------------------------------------
>
> Key: JBTM-2450
> URL: https://issues.jboss.org/browse/JBTM-2450
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.next
>
>
> {code}
> Running com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.391 sec <<< FAILURE!
> test(com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest) Time elapsed: 0.219 sec <<< ERROR!
> java.lang.ClassNotFoundException: oracle.jdbc.xa.client.OracleXADataSource
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest.getDataSource(SimpleJdbcTest.java:79)
> at com.hp.mwtests.ts.jdbc.basic.SimpleJdbcTest.test(SimpleJdbcTest.java:33)
> Running com.hp.mwtests.ts.jdbc.utils.JNDISetup
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.172 sec <<< FAILURE!
> test(com.hp.mwtests.ts.jdbc.utils.JNDISetup) Time elapsed: 0.016 sec <<< ERROR!
> java.lang.ClassNotFoundException: TODO
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at com.hp.mwtests.ts.jdbc.utils.JNDISetup.test(JNDISetup.java:46)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months