Stephen, I really don't care to look into that kind of esoterica at isn't a problem for me, but since it is for you (or you just took a liking of it ;) you are welcome to fix it in the source and submit a patch.
thanks marcf |-----Original Message----- |From: Stephen Davidson [mailto:[EMAIL PROTECTED]] |Sent: Thursday, February 28, 2002 8:25 AM |To: marc fleury |Cc: jboss-development |Subject: Re: [JBoss-dev] "Empty Jars" Break EJBDeployer? | | |Hi Marc. | |W/o that entry, and no ejb-jar.xml file, the exception (duplicate |JNDI name) still occurs. |With an empty ejb-jar.xml file (no data in the tags), this Jar |file deploys normally, and I only have stacktraces for a |datasource defined for JBoss, and the |Ear itself (attached). | |I am verifying the functioning of the applications inside the ear |file. This will take me about another 1/2hour. The servlets do |appear to be available, but |some of the EJBs seem to be malfunctioning. I am currently |investigating to see how widespread, and if it is my code. | |Suggestions? |Steve | |marc fleury wrote: |> |is attempting to be deployed. HRXCommon.jar is in the MANIFEST.MF |> |classpath for HRXExporter.jar. |> |> remove that entry |> |> |Have I found another strange test case to mess up the classloaders? |> |> no, the classloader used here is the straight URLClassLoader as |I showed in |> the code. You are not using UnifiedClassLoaders here. |> |> marcf |> |> |> | |10:19:58,985 INFO [ConnectionFactoryLoader] Starting |10:19:59,518 INFO [jdbc/pool/hrnexus] PrincipalMapping properties |set to: {password=hrnexus, userName=hrnexus} |10:20:00,477 ERROR [jdbc/pool/hrnexus] Unable to create ManagedConnection: |javax.resource.ResourceException: Unable to create DB connection |for url: jdbc:oracle:thin:@192.168.2.11:1521:ORCL, user: null, exception: |java.sql.SQLException: invalid arguments in call | at |org.jboss.resource.adapter.jdbc.local.JDBCManagedConnectionFactory. |createManagedConnection(JDBCManagedConnectionFactory.java:392) | at |org.jboss.resource.connectionmanager.ManagedConnectionPoolFactory.c |reateObject(ManagedConnectionPoolFactory.java:97) | at org.jboss.pool.ObjectPool.createNewObject(ObjectPool.java:1013) | at org.jboss.pool.ObjectPool.initialize(ObjectPool.java:730) | at |org.jboss.resource.connectionmanager.PoolManager.createPool(PoolMan |ager.java:43) | at |org.jboss.resource.connectionmanager.PoolManager.access$000(PoolMan |ager.java:15) | at |org.jboss.resource.connectionmanager.PoolManager$FactoryRecord.<ini |t>(PoolManager.java:150) | at |org.jboss.resource.connectionmanager.PoolManager.addPerFactoryPool( |PoolManager.java:106) | at |org.jboss.resource.connectionmanager.BaseConnectionManager.createPe |rFactoryPool(BaseConnectionManager.java:147) | at |org.jboss.resource.connectionmanager.jboss.MinervaSharedLocalCMFact |ory.addManagedConnectionFactory(MinervaSharedLocalCMFactory.java:128) | at |org.jboss.resource.ConnectionFactoryLoader.loadConnectionFactory(Co nnectionFactoryLoader.java:736) | at |org.jboss.resource.ConnectionFactoryLoader.startService(ConnectionF |actoryLoader.java:433) | at |org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:162) | at java.lang.reflect.Method.invoke(Native Method) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) | at |org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceContr |oller.java:779) | at $Proxy0.start(Unknown Source) | at |org.jboss.system.ServiceController.start(ServiceController.java:343) | at |org.jboss.system.ServiceController.start(ServiceController.java:360) | at java.lang.reflect.Method.invoke(Native Method) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) | at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78) | at $Proxy2.start(Unknown Source) | at org.jboss.resource.RARDeployer.start(RARDeployer.java:213) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:649) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:526) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506) | at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:327) | at |org.jboss.deployment.MainDeployer.startService(MainDeployer.java:254) | at |org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:162) | at java.lang.reflect.Method.invoke(Native Method) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) | at |org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceContr |oller.java:779) | at $Proxy0.start(Unknown Source) | at |org.jboss.system.ServiceController.start(ServiceController.java:343) | at java.lang.reflect.Method.invoke(Native Method) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:331) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211) | at org.jboss.Main.boot(Main.java:127) | at org.jboss.Main$1.run(Main.java:335) | at java.lang.Thread.run(Thread.java:484) |10:20:00,627 INFO [jdbc/pool/hrnexus] Bound connection factory |for resource adapter 'jboss.jca:service=RARDeployment,name=Minerva |JDBC LocalTransaction |ResourceAdapter' to JNDI name 'java:/jdbc/pool/hrnexus' |10:20:00,642 INFO [jdbc/pool/hrnexus] Started | |10:20:27,236 INFO [EARDeployer] Deploying J2EE application, |create step: |file:/home/jboss/jboss-all/build/output/jboss-3.0.0beta2/server/def |ault/deploy/HRneXus.ear |10:20:27,250 ERROR [J2EEApplication] Could not create JSR-77 |J2EEApplication: HRneXus.ear |javax.management.InstanceAlreadyExistsException: |jboss.management.single:J2EEDomain=Manager,J2EEServer=Single,name=H |RneXus.ear,type=J2EEApplication | at |com.sun.management.jmx.RepositorySupport.addMBean(RepositorySupport |.java:134) | at |com.sun.management.jmx.MBeanServerImpl.internal_addObject(MBeanServ |erImpl.java:2352) | at |com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl. |java:641) | at |org.jboss.management.j2ee.J2EEApplication.create(J2EEApplication.java:70) | at org.jboss.deployment.EARDeployer.create(EARDeployer.java:153) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506) | at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:327) | at |org.jboss.deployment.MainDeployer.startService(MainDeployer.java:254) | at |org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:162) | at java.lang.reflect.Method.invoke(Native Method) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) | at |org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceContr |oller.java:779) | at $Proxy0.start(Unknown Source) | at |org.jboss.system.ServiceController.start(ServiceController.java:343) | at java.lang.reflect.Method.invoke(Native Method) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) | at |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:331) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211) | at org.jboss.Main.boot(Main.java:127) | at org.jboss.Main$1.run(Main.java:335) | at java.lang.Thread.run(Thread.java:484) |10:20:27,273 INFO [EjbModule] Starting _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
