Can you look back in the server.log for the original exception and also check that jboss-common-jdbc-wrapper.jar is in your server/<config>/lib directory and that it includes the BaseWrapperManagedConnectionFactory class?
thanks david jencks On 2003.06.23 04:44 "Meyer-Willner, Bernhard" wrote: > Hi, > > recently tried upgrading from 3.0.5 to 3.0.8 and am experiencing problems > with deploying an Oracle 8 datasource which worked before. It didn't seem > that anything syntactically related to the oracle-service.xml changed. > > The datasource is deployed in a SAR that's part of the EAR. During > deployment JBoss says a certain class can't be found (Could not find > ManagedConnectionFactory class: > org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory > java.lang.ClassNotFoundException: Unexpected error during load of: > org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory), > although this class is included in jboss-local-jdbc.jar which is deployed > as > part of jboss-local-jdbc.rar; this rar sits in the deploy folder. > > Please see the stacktrace below for the exact cause: > > Thanks, > Bernie > > 2003-06-20 15:09:25,142 DEBUG [org.jboss.deployment.SARDeployer] > Deploying > SAR, start step: url > file:/C:/projects/d/development/server/jboss/deploy/isis.ear/oracle-service. > sar/ > 2003-06-20 15:09:25,142 DEBUG [org.jboss.system.ServiceController] > waiting > in start jboss.jca:service=LocalTxCM,name=OracleDS on > jboss.jca:service=LocalTxDS,name=OracleDS > 2003-06-20 15:09:25,142 DEBUG [org.jboss.system.ServiceController] > Starting > dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=OracleDS > state: CREATED > I Depend On: jboss.jca:service=LocalTxDS,name=OracleDS > jboss.jca:service=LocalTxPool,name=OracleDS > jboss.jca:service=CachedConnectionManager > jboss.security:service=JaasSecurityManager > jboss.jca:service=RARDeployer > > Depends On Me: ] > 2003-06-20 15:09:25,142 DEBUG [org.jboss.system.ServiceController] > waiting > in start jboss.jca:service=LocalTxCM,name=OracleDS on > jboss.jca:service=LocalTxPool,name=OracleDS > 2003-06-20 15:09:25,152 INFO > [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] > > Starting > 2003-06-20 15:09:25,152 INFO > [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started > 2003-06-20 15:09:25,163 DEBUG [org.jboss.system.ServiceController] > Starting > dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=OracleDS > state: CREATED > I Depend On: jboss.jca:service=LocalTxDS,name=OracleDS > jboss.jca:service=LocalTxPool,name=OracleDS > jboss.jca:service=CachedConnectionManager > jboss.security:service=JaasSecurityManager > jboss.jca:service=RARDeployer > > Depends On Me: ] > 2003-06-20 15:09:25,163 INFO > [org.jboss.resource.connectionmanager.LocalTxConnectionManager] Starting > 2003-06-20 15:09:25,183 ERROR > [org.jboss.resource.connectionmanager.RARDeployment] Could not find > ManagedConnectionFactory class: > org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory > java.lang.ClassNotFoundException: Unexpected error during load of: > org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory, > msg=org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnectionFactory > at > org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java: > 198) > at java.lang.ClassLoader.loadClass(ClassLoader.java:255) > at > org.jboss.resource.connectionmanager.RARDeployment.startManagedConnectionFac > tory(RARDeployment.java:540)... > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be > copied, > disclosed to, retained or used by, any other party. If you are not an > intended recipient then please promptly delete this e-mail and any > attachment and all copies and inform the sender. Thank you. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be > copied, disclosed to, retained or used by, any other party. If you are > not an intended recipient then please promptly delete this e-mail and any > attachment and all copies and inform the sender. Thank you. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
