]
Tom Jenkinson commented on JBTM-2843:
-------------------------------------
Seems like a simple upgrade of the build-tools doesn't work. Effectively the config
that worked for 4.2 doesn't seem to work on the current WFLY master server. Attempting
to use 10.1.0 zip from the downloads site however that would mean that the BT runs would
execute with the older version of Narayana.
BlackTie builds failing (including release quickstarts)
-------------------------------------------------------
Key: JBTM-2843
URL:
https://issues.jboss.org/browse/JBTM-2843
Project: JBoss Transaction Manager
Issue Type: Bug
Reporter: Tom Jenkinson
Assignee: Amos Feng
Priority: Blocker
There are some builds failing consistently:
Main build:
http://narayanaci1.eng.hst.ams2.redhat.com/job/narayana/58/PROFILE=BLACKT...
Hanging here:
{quote}
jboss.naming.context.java.JmsXA: javax.naming.NameNotFoundException: JmsXA -- service
jboss.naming.context.java.JmsXA
at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:106)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
at
org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:235)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:193)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:189)
at javax.naming.InitialContext.lookup(InitialContext.java:417)
at javax.naming.InitialContext.lookup(InitialContext.java:417)
at org.codehaus.stomp.jms.StompConnect.createXAConnectionFactory(StompConnect.java:195)
at org.codehaus.stomp.jms.StompConnect.getXAConnectionFactory(StompConnect.java:84)
at org.codehaus.stomp.jms.StompConnect.assignProtocolConverter(StompConnect.java:64)
at org.codehaus.stomp.tcp.TcpTransportServer.run(TcpTransportServer.java:82)
at java.lang.Thread.run(Thread.java:745)
{quote}
Release quickstarts:
http://narayanaci1.eng.hst.ams2.redhat.com/job/release-narayana-quickstar...
(similar error and shows
{quote}
[exec] "Services that were unable to start:" =>
["jboss.concurrent.ee.context.service.default"],
[exec] "Services that may be the cause:" => [
[exec] "jboss.iiop-openjdk.naming-service",
[exec] "jboss.iiop-openjdk.orb-service"
{quote}
)