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:2.1:compile (default-compile) on project jboss-as-arquillian-container-common: Compilation failure | |
| [ERROR] /dati/project/RH/jboss-as/arquillian/container-common/src/main/java/org/jboss/as/arquillian/container/common/JBossASDeploymentPackager.java:[59,16] inconvertible types | |
| [ERROR] found : org.jboss.shrinkwrap.api.Archive<capture#522 of ?> | |
| [ERROR] required: org.jboss.shrinkwrap.api.spec.WebArchive |
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
| javax.management.MBeanException: org.jboss.util.NestedSQLException: Unable to get managed connection for java:/H2DS; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for java:/H2DS) | |
| at com.sun.jmx.mbeanserver.MBeanIntrospector.unwrapInvocationTargetException(MBeanIntrospector.java:301) | |
| at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:228) | |
| at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) | |
| at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:251) | |
| at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:857) | |
| at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:795) | |
| at org.jboss.as.jmx.tcl.TcclMBeanServer.invoke(TcclMBeanServer.java:214) | |
| at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1450) | |
| at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:90) |
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:01,382 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Completed deployment of "rar-mbean.sar" in 569 ms | |
| 14:47:01,489 INFO [stdout] (MSC service thread 1-1) org.jboss.as.demos.rar.archive.HelloWorldResourceAdapter from [Module "deployment.rar-example.rar:main" from Service Module Loader] | |
| 14:47:01,490 INFO [stdout] (MSC service thread 1-1) java.lang.ClassNotFoundException: org.jboss.as.demos.rar.archive.HelloWorldResourceAdapter from [Module "deployment.rar-example.rar:main" from Service Module Loader] | |
| 14:47:01,490 INFO [stdout] (MSC service thread 1-1) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:184) | |
| 14:47:01,490 INFO [stdout] (MSC service thread 1-1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:314) | |
| 14:47:01,491 INFO [stdout] (MSC service thread 1-1) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:263) | |
| 14:47:01,491 INFO [stdout] (MSC service thread 1-1) at org.jb |
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:37:26,934 ERROR [org.jboss.as.controller] operation ("remove") failed - address: ([("subsystem" => "datasources")]): java.lang.IllegalStateException: No handler for remove at address [("subsystem" => "datasources")] | |
| at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:216) | |
| at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:187) | |
| at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:171) | |
| at org.jboss.as.server.ServerControllerImpl$RollbackAwareResultHandler$2.run(ServerControllerImpl.java:398) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [:1.6.0_18] | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [:1.6.0_18] | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:166) [:1.6.0_18] | |
| at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) [:1.6.0_18] | |
| at java.util.concurrent.ScheduledThreadPoolExecutor$S |
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
| /profile=default/subsystem=transactions:read-resource | |
| { | |
| "outcome" => "success", | |
| "result" => { | |
| "core-environment" => { | |
| "socket-binding" => "txn-socket-process-id", | |
| "node-identifier" => undefined | |
| }, | |
| "recovery-environment" => { | |
| "socket-binding" => "txn-recovery-environment", |
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
| /profile=default/subsystem=connector:read-resource-description | |
| { | |
| "outcome" => "success", | |
| "result" => { | |
| "description" => "The connector subsystem providing general config for JCA connectors", | |
| "head-comment-allowed" => true, | |
| "tail-comment-allowed" => true, | |
| "namespace" => "urn:jboss:domain:connector:1.0", | |
| "attributes" => { | |
| "default-workmanager-short-running-thread-pool" => { |
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
| 12:34:27,640 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "ds-mbean.sar" | |
| 12:34:27,664 WARN [org.jboss.vfs] (MSC service thread 1-2) VFS was unable to set the URLStreamHandlerFactory. This will have unpredictable results | |
| 12:34:27,802 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Completed deployment of "ds-mbean.sar" in 162 ms | |
| 12:34:28,199 INFO [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (RMI TCP Connection(2)-127.0.0.1) Driver not yet registered for url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 | |
| 12:34:28,200 INFO [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (RMI TCP Connection(2)-127.0.0.1) Driver not yet registered for url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 | |
| 12:34:28,200 INFO [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (RMI TCP Connection(2)-127.0.0.1) class loaded and instance created:org.h2.Driver@5092eb76 | |
| 12:34:28,201 INFO [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFact |
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
| private boolean isDriverLoadedForURL(String url) | |
| { | |
| boolean trace = log.isTraceEnabled(); | |
| ClassLoader tccl = Thread.currentThread().getContextClassLoader(); | |
| try | |
| { | |
| Thread.currentThread().setContextClassLoader(getClassLoaderPlugin().getClassLoader()); | |
| driver = DriverManager.getDriver(url); | |
| if (trace) |
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
| Caused by: java.sql.SQLException: Name 'TransactionManager' not found in context '' | |
| at org.jboss.jca.adapters.jdbc.WrapperDataSource.initTransactionManager(WrapperDataSource.java:255) | |
| at org.jboss.jca.adapters.jdbc.WrapperDataSource.checkTransactionActive(WrapperDataSource.java:215) | |
| at org.jboss.jca.adapters.jdbc.WrappedConnection.checkTransactionActive(WrappedConnection.java:1569) | |
| at org.jboss.jca.adapters.jdbc.WrappedConnection.checkStatus(WrappedConnection.java:1584) | |
| at org.jboss.jca.adapters.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:1558) | |
| at org.jboss.jca.adapters.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:386) | |
| at org.jboss.as.demos.ds.mbean.Test.test(Test.java:44) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) |
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
| [localhost:9999 /] /profile=default/subsystem=datasources:read-resource(recursive=1, operations=1) | |
| { | |
| "outcome" => "success", | |
| "result" => { | |
| "data-source" => {"java:/H2DS" => { | |
| "connection-url" => "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", | |
| "driver-class" => "org.h2.Driver", | |
| "jndi-name" => "java:/H2DS", | |
| "module" => "org.h2.Driver#1.2", | |
| "pool-name" => "H2DS", |