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:48,787 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 60) MSC000001: Failed to start service jboss.deployment.unit."test.jar".component.ShippingRequestProcessor.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."test.jar".component.ShippingRequestProcessor.START: java.lang.RuntimeException: javax.resource.ResourceException: IJ000852: Validation exception | |
| at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [wildfly-ee-9.0.0.Alpha1-SNAPSHOT.jar:9.0.0.Alpha1-SNAPSHOT] | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_40] | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_40] | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_40] | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_40] | |
| at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_40] | |
| at org.jboss.threads.JBossTh |
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:53:26,896 DEBUG [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) Recovery Subject=Subject: | |
| Principal: usercrash | |
| Private Credential: javax.resource.spi.security.PasswordCredential@c3b0d380 | |
| 16:53:27,238 DEBUG [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) Open managed connection (Subject: | |
| Principal: usercrash | |
| Private Credential: javax.resource.spi.security.PasswordCredential@c3b0d380 | |
| ) | |
| 16:53:27,350 DEBUG [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) Open connection (org.jboss.jca.adapters.jdbc.xa.XAManagedConnection@37b6c965, Subject: | |
| Principal: usercrash |
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] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-cli: Compilation failure: Compilation failure: | |
| [ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/UnresolvedVariableException.java:[37,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types; | |
| [ERROR] required: java.lang.String | |
| [ERROR] found: java.lang.String,java.lang.String | |
| [ERROR] reason: actual and formal argument lists differ in length | |
| [ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/UnresolvedVariableException.java:[45,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types; | |
| [ERROR] required: java.lang.String | |
| [ERROR] found: java.lang.String,java.lang.String | |
| [ERROR] reason: actual and formal argument lists differ in length | |
| [ERROR] /home/maeste/p |
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
| 00:27:55,710 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) JBAS014612: Operation ("write-attribute") failed - address: ([ | |
| ("subsystem" => "datasources"), | |
| ("data-source" => "ExampleDS"), | |
| ("statistics" => "pool") | |
| ]): java.lang.UnsupportedOperationException | |
| at org.jboss.dmr.ModelNode.checkProtect(ModelNode.java:1655) [jboss-dmr-1.2.0.Final.jar:1.2.0.Final] | |
| at org.jboss.dmr.ModelNode.get(ModelNode.java:853) [jboss-dmr-1.2.0.Final.jar:1.2.0.Final] | |
| at org.jboss.as.controller.AbstractWriteAttributeHandler.execute(AbstractWriteAttributeHandler.java:80) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT] | |
| at org.jboss.as.controller.operations.global.WriteAttributeHandler.execute(WriteAttributeHandler.java:101) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT] | |
| at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:591) [wildfly-controller-8.0.1.Final-SNAPSHOT.jar:8.0.1.Final-SNAPSHOT] |
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
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD FAILURE | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 23.558s | |
| [INFO] Finished at: Tue Mar 04 22:23:53 CET 2014 | |
| [INFO] Final Memory: 175M/829M | |
| [INFO] ------------------------------------------------------------------------ | |
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-controller: Compilation failure: Compilation failure: | |
| [ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[32,29] package org.jboss.marshalling does not exist | |
| [ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[33,29] package org.jboss.marshalling does not exist |
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] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-transactions: Compilation failure: Compilation failure: | |
| [ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/service/ArjunaRecoveryManagerService.java:[44,55] cannot find symbol | |
| [ERROR] symbol: class ConnectableResourceRecordRecoveryModule | |
| [ERROR] location: package com.arjuna.ats.internal.jta.recovery.arjunacore | |
| [ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/service/ArjunaRecoveryManagerService.java:[44,55] cannot find symbol | |
| [ERROR] symbol: class ConnectableResourceRecordRecoveryModule | |
| [ERROR] location: package com.arjuna.ats.internal.jta.recovery.arjunacore | |
| [ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/service/ArjunaRecoveryManagerService.java:[99,32] cannot find symbol | |
| [ERROR] symbol: class ConnectableResourceRecordRecoveryModule | |
| [ERROR] location: class org.jboss.as.tx |
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
| [domain@localhost:9990 /] /profile=default/subsystem=datasources/data-source=ExampleDS:disable{allow-resource-service-restart=true} | |
| { | |
| "outcome" => "success", | |
| "result" => undefined, | |
| "server-groups" => undefined | |
| } | |
| [domain@localhost:9990 /] /profile=default/subsystem=datasources/data-source=ExampleDS:enable{allow-resource-service-restart=true} | |
| { | |
| "outcome" => "success", | |
| "result" => undefined, |
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:9990 /] /subsystem=datasources/data-source=ExampleDS:disable{allow-resource-service-restart=true} | |
| {"outcome" => "success"} | |
| [standalone@localhost:9990 /] /subsystem=datasources/data-source=ExampleDS:enable{allow-resource-service-restart=true} | |
| {"outcome" => "success"} | |
| [standalone@localhost:9990 /] /subsystem=datasources/data-source=ExampleDS:disable{allow-resource-service-restart=true} | |
| {"outcome" => "success"} | |
| [standalone@localhost:9990 /] /subsystem=datasources/data-source=ExampleDS:enable{allow-resource-service-restart=true} | |
| {"outcome" => "success"} | |
| [standalone@localhost:9990 /] |
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
| <xs:complexType name="llr-resources-Type"> | |
| <xs:annotation> | |
| <xs:documentation> | |
| <![CDATA[ | |
| Settings for LLR resources | |
| ]]> | |
| </xs:documentation> | |
| </xs:annotation> | |
| <xs:all> | |
| <xs:element name="llr-resource" type="llr-resource-Type" minOccurs="1"/> |
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
| <xs:complexType name="llr-resource-Type"> | |
| <xs:annotation> | |
| <xs:documentation> | |
| <![CDATA[ | |
| Settings for a single LLR resource | |
| ]]> | |
| </xs:documentation> | |
| </xs:annotation> | |
| <xs:all> | |
| <xs:element name="table" type="table-Type" minOccurs="0" maxOccurs="1"/> |