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
| Sep 24, 2015 2:18:45 PM org.jboss.stdio.AbstractLoggingWriter write | |
| INFO: at org.ironjacamar.core.workmanager.WorkManagerImpl.shutdown(WorkManagerImpl.java:928) | |
| Sep 24, 2015 2:18:45 PM org.jboss.stdio.AbstractLoggingWriter write | |
| INFO: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| Sep 24, 2015 2:18:45 PM org.jboss.stdio.AbstractLoggingWriter write | |
| INFO: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| Sep 24, 2015 2:18:45 PM org.jboss.stdio.AbstractLoggingWriter write | |
| INFO: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| Sep 24, 2015 2:18:45 PM org.jboss.stdio.AbstractLoggingWriter write | |
| INFO: at java.lang.reflect.Method.invoke(Method.java:497) |
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
| /* | |
| * IronJacamar, a Java EE Connector Architecture implementation | |
| * Copyright 2015, Red Hat Inc, and individual contributors | |
| * as indicated by the @author tags. See the copyright.txt file in the | |
| * distribution for a full listing of individual contributors. | |
| * | |
| * This is free software; you can redistribute it and/or modify it | |
| * under the terms of the Eclipse Public License 1.0 as | |
| * published by the Free Software Foundation. | |
| * |
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
| * What went wrong: | |
| Execution failed for task ':arquillian:generateLoggingClasses'. | |
| > Compilation failed; see the compiler error output for details. | |
| * Try: | |
| Run with --info or --debug option to get more log output. | |
| * Exception is: | |
| org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':arquillian:generateLoggingClasses'. |
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
| BUILD FAILED | |
| /home/maeste/project/RH/ironjacamar/build.xml:731: java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap | |
| at org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDescriptor(PropertyUtilsBean.java:959) | |
| at org.apache.commons.beanutils.BeanUtilsBean.copyProperty(BeanUtilsBean.java:389) | |
| at com.puppycrawl.tools.checkstyle.api.AutomaticBean.contextualize(AutomaticBean.java:206) | |
| at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:157) | |
| at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure(AutomaticBean.java:184) | |
| at com.puppycrawl.tools.checkstyle.CheckStyleTask.createChecker(CheckStyleTask.java:374) | |
| at com.puppycrawl.tools.checkstyle.CheckStyleTask.realExecute(CheckStyleTask.java:300) | |
| at com.puppycrawl.tools.checkstyle.CheckStyleTask.execute(CheckStyleTask.java:262) |
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
| FAILURE: Build failed with an exception. | |
| * What went wrong: | |
| Execution failed for task ':core:generateLoggingClasses'. | |
| > Compilation failed; see the compiler error output for details. | |
| * Try: | |
| Run with --info or --debug option to get more log output. |
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
| 13:08:01,187 WARN [com.arjuna.ats.arjuna] (MSC service thread 1-7) ARJUNA012251: allObjUids caught exception: java.sql.SQLException: IJ031040: Connection is not associated with a managed connection: org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7@1d898cf4 | |
| at org.jboss.jca.adapters.jdbc.WrappedConnection.lock(WrappedConnection.java:164) | |
| at org.jboss.jca.adapters.jdbc.WrappedStatement.lock(WrappedStatement.java:138) | |
| at org.jboss.jca.adapters.jdbc.WrappedResultSet.lock(WrappedResultSet.java:6025) | |
| at org.jboss.jca.adapters.jdbc.WrappedResultSet.close(WrappedResultSet.java:303) | |
| at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCImple_driver.allObjUids(JDBCImple_driver.java:352) | |
| at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore.allObjUids(JDBCStore.java:166) | |
| at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore.allObjUids(JDBCStore.java:122) | |
| at com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager.updateTSMI(TransactionStatusConnectionManager |
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:45:26,377 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service org.wildfly.data-source.ExampleDS: org.jboss.msc.service.StartException in service org.wildfly.data-source.ExampleDS: WFLYJCA0033: Error during the deployment of ExampleDS | |
| at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService.start(AbstractDataSourceService.java:160) | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
| at java.lang.Thread.run(Thread.java:745) | |
| Caused by: org.jboss.jca.deployers.common.DeployException: IJ020056: Deployment failed: file://DataSourceDeployment | |
| at org.jboss.jca.deployers.common.AbstractDsDeployer.createObjectsAndInjectValue(AbstractDsDeployer. |
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
| <distributed-workmanager name="MyDWM" selector-name="PING_TIME" policy-name="WATERMARK" | |
| jgroups-stack="udp" jgroups-cluster="myChannel" request-timeout="100000"> | |
| <policy-option name="watermark" value="0"/> | |
| <short-running-threads name="MyDWM" | |
| core-threads="50" | |
| queue-length="50" | |
| max-threads="50" | |
| keep-alive-time="10" keep-alive-unit="seconds"/> | |
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
| diff --git a/validator/build.gradle b/validator/build.gradle | |
| index 2aac159..e1c881a 100644 | |
| --- a/validator/build.gradle | |
| +++ b/validator/build.gradle | |
| @@ -19,6 +19,16 @@ | |
| * 02110-1301 USA, or see the FSF site: http://www.fsf.org. | |
| */ | |
| + | |
| +dependencies { |
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:10:06,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "amq.rar" (runtime-name: "amq.rar") | |
| 17:10:07,906 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.module.service."deployment.amq.rar".main: org.jboss.msc.service.StartException in service jboss.module.service."deployment.amq.rar".main: JBAS018759: Failed to load module: deployment.amq.rar:main | |
| at org.jboss.as.server.moduleservice.ModuleLoadService.start(ModuleLoadService.java:91) [jboss-as-server-7.5.0.Final-redhat-SNAPSHOT.jar:7.5.0.Final-redhat-SNAPSHOT] | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1] | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1] | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) |