This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR [org.jboss.as.controller] (Controller Boot Thread) Operation ("add") failed - address: ([ | |
| ("subsystem" => "datasources"), | |
| ("data-source" => "java:jboss/datasources/ExampleDS") | |
| ]): java.lang.IllegalStateException: Stage MODEL is already complete | |
| at org.jboss.as.controller.OperationContextImpl.getResourceRegistrationForUpdate(OperationContextImpl.java:529) | |
| at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceAdd.performRuntime(AbstractDataSourceAdd.java:78) | |
| at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:50) | |
| at org.jboss.as.controller.OperationContextImpl.executeStep(OperationContextImpl.java:351) | |
| at org.jboss.as.controller.OperationContextImpl.doCompleteStep(OperationContextImpl.java:298) | |
| at org.jboss.as.controller.OperationContextImpl.completeStep(OperationContextImpl.java:223) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.jboss.shrinkwrap.descriptor.spi.query.PatternTestCase | |
| Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec | |
| Running org.jboss.shrinkwrap.descriptor.spi.xml.dom.XMLRoundTripTestCase | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec | |
| Running org.jboss.shrinkwrap.descriptor.spi.NodeTestCase | |
| Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec | |
| Running org.jboss.shrinkwrap.descriptor.spi.query.QueryTestCase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16:49:22,530 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "wmq.jmsra.rar" | |
| 16:49:37,571 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "ejb.jar" | |
| 16:49:37,600 INFO [org.jboss.as.jpa] (MSC service thread 1-2) added javax.persistence.api dependency to ejb.jar | |
| 16:49:37,695 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."ejb.jar".component.SimpleMDB.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."ejb.jar".component.SimpleMDB.START: Failed to start service | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1786) | |
| at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24] | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24] | |
| at j |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 17:06:24,603 INFO [stdout] (MSC service thread 1-8) MQJCA4005:Distributed transactions are not available in client mode. | |
| 17:06:24,618 INFO [org.jboss.as.connector.metadata.deployment.ResourceAdapterXmlDeploymentService$AS7RaXmlDeployer] (MSC service thread 1-8) IJ020002: Deployed: file:/dati/project/RH/jboss-as/build/target/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/tmp/vfs/tempdbe2f34c867047e2/wmq.jmsra.rar-44b9b21c0f30923d/contents/ | |
| 17:06:24,618 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-8) Starting sevice service jboss.ra."wmq.jmsra_1" | |
| 17:06:24,661 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "wmq.jmsra.rar" | |
| ^[[A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.jboss.as.test.embedded.deployment.rar.AS7_1452.AS7_1452TestCase | |
| Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.296 sec <<< FAILURE! | |
| Results : | |
| Tests in error: | |
| org.jboss.as.test.embedded.deployment.rar.AS7_1452.AS7_1452TestCase: DeploymentScenario contains targets not matching any defined Container in the registry. jca-test. Possible causes are: No Deployable Container found on Classpath or your have defined a @org.jboss.arquillian.container.test.api.Deployment with a @org.jboss.arquillian.container.test.api.TargetsContainer value that does not match any found/configured Containers (see arquillian.xml container@qualifier) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [standalone@localhost:9999 /] /subsystem=datasources/data-source=ExampleDS:read-resource-description | |
| { | |
| "outcome" => "success", | |
| "result" => { | |
| "description" => "A JDBC data-source configuration", | |
| "head-comment-allowed" => true, | |
| "tail-comment-allowed" => true, | |
| "attributes" => { | |
| "connection-url" => { | |
| "description" => "The JDBC driver connection URL", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Exception: JBAS014676: Failed to parse configuration | |
| at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:161) [jboss-as-controller-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT] | |
| at java.lang.Thread.run(Thread.java:679) [:1.6.0_22] | |
| Caused by: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration | |
| at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:125) [jboss-as-controller-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT] | |
| at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:187) [jboss-as-controller-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT] | |
| at org.jboss.as.server.ServerService.boot(ServerService.java:256) [jboss-as-server-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT] | |
| at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155) [jboss-as-controller-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| more /dati/project/RH/jboss-as/testsuite/integration/basic/target/surefire-reports/org.jboss.as.test.integration.beanvalidation.jca.NegativeValidationRATestCase-output.txt | |
| 12:58:13,532 INFO [org.jboss.as.repository] (MainThread) JBAS014900: Content added at location /dati/project/RH/jboss-as/testsuite/integration/basic/target/jbossas/standalon | |
| e/data/content/55/117a12a913fc0f5f4d70c93f3857d9357376f6/content | |
| 12:58:13,535 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "valid.rar" | |
| 12:58:13,600 INFO [org.jboss.as.arquillian] (MSC service thread 1-5) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."valid.rar",unit=valid. | |
| rar,tests=[org.jboss.as.test.integration.beanvalidation.jca.NegativeValidationRATestCase]] | |
| 12:58:13,629 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-6) JBAS010406: Registered connection factory java:jboss/VCF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.099 sec <<< FAILURE! | |
| testShutdown(org.jboss.as.test.integration.ejb.mdb.containerstart.SendMessagesTestCase) Time elapsed: 12.082 sec <<< FAILURE! | |
| java.lang.AssertionError | |
| at org.junit.Assert.fail(Assert.java:92) | |
| at org.junit.Assert.assertTrue(Assert.java:43) | |
| at org.junit.Assert.assertNotNull(Assert.java:526) | |
| at org.junit.Assert.assertNotNull(Assert.java:537) | |
| at org.jboss.as.test.integration.ejb.mdb.containerstart.SendMessagesTestCase.testShutdown(SendMessagesTestCase.java:256) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:47:28,194 ERROR [org.jboss.as.ejb3.tx.CMTTxInterceptor] (Thread-2 (HornetQ-client-global-threads-1110939874)) javax.ejb.EJBTransactionRolledbackException: java.util.concurrent.TimeoutException | |
| 14:47:28,195 ERROR [org.jboss.ejb3.invocation] (Thread-2 (HornetQ-client-global-threads-1110939874)) JBAS014134: EJB Invocation failed on component ReplyingMDB for method public abstract void javax.jms.MessageListener.onMessage(javax.jms.Message): javax.ejb.EJBTransactionRolledbackException: java.util.concurrent.TimeoutException | |
| at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:139) [jboss-as-ejb3-7.1.1.Final-SNAPSHOT.jar:7.1.1.Final-SNAPSHOT] | |
| at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:204) [jboss-as-ejb3-7.1.1.Final-SNAPSHOT.jar:7.1.1.Final-SNAPSHOT] | |
| at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:306) [jboss-as-ejb3-7.1.1.Final-SNAPSHOT.jar:7.1.1.Final-SNAPSHOT] |