Skip to content

Instantly share code, notes, and snippets.

@maeste
Created March 23, 2011 12:27
Show Gist options
  • Select an option

  • Save maeste/883026 to your computer and use it in GitHub Desktop.

Select an option

Save maeste/883026 to your computer and use it in GitHub Desktop.
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.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,202 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (RMI TCP Connection(2)-127.0.0.1) Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection
at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:237)
at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:205)
at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool.createConnectionEventListener(SemaphoreArrayListManagedConnectionPool.java:653)
at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool.getConnection(SemaphoreArrayListManagedConnectionPool.java:319)
at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:288)
at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:249)
at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:319)
at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:371)
at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:433)
at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:128)
at org.jboss.as.demos.ds.mbean.Test.test(Test.java:43) [ds-mbean.sar:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_18]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [:1.6.0_18]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:616) [:1.6.0_18]
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:111) [:1.6.0_18]
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:45) [:1.6.0_18]
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:226) [:1.6.0_18]
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) [:1.6.0_18]
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:251) [:1.6.0_18]
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:857) [:1.6.0_18]
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:795) [:1.6.0_18]
at org.jboss.as.jmx.tcl.TcclMBeanServer.invoke(TcclMBeanServer.java:214)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1450) [:1.6.0_18]
at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:90) [:1.6.0_18]
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1285) [:1.6.0_18]
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1383) [:1.6.0_18]
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:807) [:1.6.0_18]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_18]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [:1.6.0_18]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:616) [:1.6.0_18]
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322) [:1.6.0_18]
at sun.rmi.transport.Transport$1.run(Transport.java:177) [:1.6.0_18]
at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_18]
at sun.rmi.transport.Transport.serviceCall(Transport.java:173) [:1.6.0_18]
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553) [:1.6.0_18]
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808) [:1.6.0_18]
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667) [:1.6.0_18]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_18]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_18]
at java.lang.Thread.run(Thread.java:636) [:1.6.0_18]
Caused by: javax.resource.ResourceException: Apparently wrong driver class specified for URL: class: org.h2.Driver, url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getDriver(LocalManagedConnectionFactory.java:564)
at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:216)
... 41 more
12:34:28,348 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment ds-mbean.sar in 15ms
12:34:29,458 ERROR [org.jboss.as.management] (Read thread for /127.0.0.1:35798) java.net.SocketException: Connection reset
^C12:35:25,350 INFO [org.jboss.as.logging] Restored bootstrap log handlers
12:35:25,360 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Server version 2.1.2.Final (Colmeia, 120) stopped
12:35:25,364 INFO [org.jboss.as] JBoss AS 7.0.0.Beta2 "(TBD)" stopped in 30ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment