Ive been getting similar errors recently (with a proprietary resource
adapter).  The only thing I've tried that's worked is to switch to JRockit,
which crashes on shutdown, but less frequently.

david jencks

On 2002.07.03 10:24:10 -0400 Javier A. Soltero wrote:
> Hi,
> 
> I've been having a strange problem with 3.0 recently where as its 
> deploying my EJB's the VM crashes and puts JBoss in a state where even a 
> restart/redeploy doesnt solve the problem. I have attached the stack 
> trace below. The beans are all entity beans which are pointed at a 
> Postgres 7.2 database running on the same host. The only way I have been 
> able to aleviate the problem (so as to help me debug the issue) is to 
> remove the ejb jar from the deploy directory, remove the 
> server/default/tmp directory, and restart the database. Not sure exactly 
> which one of these is really solving the problem.
> 
> Once I reset my environment and restart the server, the package can be 
> succesfully deployed. I then run a unit test (which is failing for on a 
> SQL error which I am trying to debug) and then the next time I try to 
> run the test, the whole VM crashes. It seems odd that the VM would crash 
> on account of some error in my application code.
> 
> I'm running RedHat 7.2/Sun JDK 1.3.1_02/JBoss 3.0/PostgreSQL 7.2
> 
> Any help greatly appreciated.
> 
> -javier
> 
> 
> 
> 07:15:22,353 INFO  [MainDeployer] Starting deployment of package: 
> 
>file:/home/javier/dev/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/appdef-entities.jar
> 07:15:24,733 INFO  [EjbModule] Creating
> 07:15:25,007 INFO  [EjbModule] Deploying Application
> 07:15:26,090 INFO  [EjbModule] Deploying ApplicationType
> 07:15:26,281 INFO  [EjbModule] Deploying Ip
> 07:15:26,395 INFO  [EjbModule] Deploying Platform
> 07:15:26,526 INFO  [EjbModule] Deploying PlatformType
> 07:15:26,627 INFO  [EjbModule] Deploying Server
> 07:15:26,729 INFO  [EjbModule] Deploying ServerType
> 07:15:26,851 INFO  [EjbModule] Deploying Service
> 07:15:26,962 INFO  [EjbModule] Deploying ServiceType
> 07:15:27,050 INFO  [EjbModule] Deploying TierType
> 
> Unexpected Signal : 11 occurred at PC=0x40260aa5
> Function 
> name=field_set__10ReflectionP6jvalueP15fieldDescriptorG6Handle9BasicTypeP6Thread
> Library=/usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
> 
> Current Java thread:
>          at java.lang.reflect.Field.set(Native Method)
>          at org.jboss.proxy.compiler.Runtime.makeProxyType(Runtime.java:73)
>          at 
> org.jboss.proxy.compiler.ProxyCompiler.<init>(ProxyCompiler.java:76)
>          at 
> org.jboss.proxy.compiler.Proxies$Impl.newTarget(Proxies.java:580)
>          at org.jboss.proxy.compiler.Proxies.newTarget(Proxies.java:77)
>          at org.jboss.proxy.compiler.Proxy.newProxyInstance(Proxy.java:49)
>          at 
> 
>org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand.<init>(JDBCCreateBeanClassInstanceCommand.java:52)
>          at 
> 
>org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createCreateBeanClassInstanceCommand(JDBCCommandFactory.java:97)
>          at 
> org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.create(JDBCStoreManager.java:357)
>          at 
> org.jboss.ejb.plugins.CMPPersistenceManager.create(CMPPersistenceManager.java:155)
>          at org.jboss.ejb.EntityContainer.create(EntityContainer.java:337)
>          at org.jboss.ejb.Container.invoke(Container.java:789)
>          at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1055)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at 
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:894)
>          at $Proxy6.create(Unknown Source)
>          at 
> org.jboss.system.ServiceController.create(ServiceController.java:272)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>          at $Proxy13.create(Unknown Source)
>          at org.jboss.ejb.EjbModule.createService(EjbModule.java:392)
>          at 
> org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:134)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at 
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:894)
>          at $Proxy6.create(Unknown Source)
>          at 
> org.jboss.system.ServiceController.create(ServiceController.java:272)
>          at 
> org.jboss.system.ServiceController.create(ServiceController.java:212)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>          at $Proxy5.create(Unknown Source)
>          at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:380)
>          at org.jboss.deployment.MainDeployer.create(MainDeployer.java:637)
>          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:512)
>          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:481)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>          at $Proxy4.deploy(Unknown Source)
>          at 
> 
>org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:405)
>          at 
> 
>org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDeploymentScanner.java:586)
>          at 
> org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:465)
>          at 
> 
>org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:237)
>          at 
> org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:162)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at 
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:894)
>          at $Proxy0.start(Unknown Source)
>          at 
> org.jboss.system.ServiceController.start(ServiceController.java:340)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>          at $Proxy3.start(Unknown Source)
>          at org.jboss.deployment.SARDeployer.start(SARDeployer.java:243)
>          at org.jboss.deployment.MainDeployer.start(MainDeployer.java:678)
>          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:513)
>          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:481)
>          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:465)
>          at java.lang.reflect.Method.invoke(Native Method)
>          at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>          at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>          at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:314)
>          at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
>          at org.jboss.Main.boot(Main.java:142)
>          at org.jboss.Main$1.run(Main.java:375)
>          at java.lang.Thread.run(Thread.java:484)
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> No, I will not fix your computer.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to