]
Amos Feng commented on JBTM-1626:
---------------------------------
It looks like the similar with AS7-3019 which was using wrong configuration elements in
arquillian.xml
Service jboss.binding.undefined not found in
AdvertiseUnadvertiseTest
---------------------------------------------------------------------
Key: JBTM-1626
URL:
https://issues.jboss.org/browse/JBTM-1626
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: BlackTie
Reporter: Gytis Trikleris
Assignee: Amos Feng
Priority: Critical
Fix For: 5.0.0.M3
http://172.17.131.2/job/blacktie-linux64/1469
{noformat}
Running AdvertiseUnadvertiseTest
2013-04-10 07:43:10,924 [main] INFO (org.xnio :73 ) - XNIO
Version 3.1.0.Beta9
2013-04-10 07:43:10,946 [main] INFO (xnio.nio :51 ) - XNIO
NIO Implementation Version 3.1.0.Beta9
2013-04-10 07:43:11,013 [main] INFO (jboss.remoting :70 ) - JBoss
Remoting version 3.2.15.GA
[0m07:43:12,415 INFO [org.jboss.as.repository] (management-handler-thread - 5)
JBAS014900: Content added at location
/home/hudson/workspace/blacktie-linux64/jboss-as/standalone/data/content/03/0b85cbbfba334c502c74b16edf96ec3b7c581d/content
[0m[0m07:43:12,417 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4)
JBAS015876: Starting deployment of "test.war" (runtime-name:
"test.war")
[0m[33m07:43:13,135 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3)
JBAS018567: Deployment "deployment.test.war" is using a private module
("org.jboss.jts:main") which may be changed or removed in future versions
without notice.
[0m[33m07:43:13,346 WARN [org.jboss.weld.deployer] (MSC service thread 1-4)
JBAS016012: Deployment deployment "test.war" contains CDI annotations but
beans.xml was not found.
[0m[0m07:43:13,482 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142:
Started message driven bean 'BlacktieStompAdministrationService' with
'hornetq-ra' resource adapter
[0m[0m07:43:13,487 INFO [org.jboss.as.undertow] (MSC service thread 1-1) JBAS018210:
Register web context: /test
[0m[0m07:43:13,523 INFO [org.hornetq.ra] (default-threads - 1) HQ151000: awaiting
topic/queue creation queue/BTR_BTStompAdmin
[0m[0m07:43:13,638 INFO [org.jboss.as.server] (management-handler-thread - 5)
JBAS018559: Deployed "test.war" (runtime-name : "test.war")
[0m[31m07:43:14,344 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 7) JBAS014612: Operation ("read-attribute") failed
- address: ({
"socket-binding-group" => "standard-sockets",
"socket-binding" => "undefined"
}): org.jboss.msc.service.ServiceNotFoundException: Service service
jboss.binding.undefined not found
at
org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:625)
[jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at
org.jboss.as.controller.OperationContextImpl$OperationContextServiceRegistry.getRequiredService(OperationContextImpl.java:1081)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.server.services.net.BindingMetricHandlers$AbstractBindingMetricsHandler$1.execute(BindingMetricHandlers.java:66)
[jboss-as-server-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:439)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:321)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:228)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:223)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:193)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:114)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:139)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:108)
[jboss-as-controller-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:296)
[jboss-as-protocol-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at
org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518)
[jboss-as-protocol-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_17]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
[jboss-threads-2.1.0.Final.jar:2.1.0.Final]
[0m[0m07:43:14,419 INFO [org.jboss.as.undertow] (MSC service thread 1-3) JBAS018224:
Unregister web context: /test
[0m[0m07:43:14,446 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2)
JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 56ms
[0m[0m07:43:14,539 INFO [org.jboss.as.repository] (management-handler-thread - 8)
JBAS014901: Content removed from location
/home/hudson/workspace/blacktie-linux64/jboss-as/standalone/data/content/03/0b85cbbfba334c502c74b16edf96ec3b7c581d/content
[0m[0m07:43:14,539 INFO [org.jboss.as.server] (management-handler-thread - 8)
JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
[0mTests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.814 sec
<<< FAILURE!
Results :
Tests in error:
AdvertiseUnadvertiseTest:
org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException:
"JBAS014749: Operation handler failed: Service service jboss.binding.undefined not
found"
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
{noformat}
--
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: