0 Replies Latest reply on Apr 3, 2003 8:23 AM by gmccreath

    3.2RC4 - getting there, but EJB gives exception

    gmccreath

      All,

      Again, my apologies for the last multi-posting.

      Still struggling with RC4. I have it starting now, however, acess to an EJB (stateless) blows up and gives he following error:

      (I am on 1.4.1_01 on Windows)

      15:21:13,892 ERROR [STDERR] RuntimeMBeanException: RuntimeException in MBean operation 'invoke(,org.jboss.invocation.Invocation)'
      Cause: java.lang.IllegalStateException
      15:21:13,902 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:299)
      15:21:13,902 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      15:21:13,902 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:101)
      15:21:13,902 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:88)
      15:21:13,902 ERROR [STDERR] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:77)
      15:21:13,902 ERROR [STDERR] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
      15:21:13,902 ERROR [STDERR] at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:175)
      15:21:13,902 ERROR [STDERR] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:82)
      15:21:13,902 ERROR [STDERR] at $Proxy28.create(Unknown Source)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.Adapter.messageReceived(Adapter.java:252)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.Adapter.processTransportEvent(Adapter.java:382)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.AdapterTransportSkeleton.fireTransportEvent(AdapterTransportSkeleton.ja
      va:99)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.asynctcp.AsyncTCPSkeleton.processConnectionEvent(AsyncTCPSkeleton.java:
      571)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.asynctcp.Connection.fireConnectionEvent(Connection.java:294)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.asynctcp.Connection.readInbound(Connection.java:387)
      15:21:13,902 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.asynctcp.AsyncTCPSkeleton.run(AsyncTCPSkeleton.java:415)
      15:21:13,902 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)
      15:21:13,942 ERROR [STDERR] java.lang.NullPointerException
      15:21:13,942 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.Adapter$1.run(Adapter.java:278)
      15:21:13,942 ERROR [STDERR] at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:655)
      15:21:13,942 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)
      15:21:13,942 ERROR [STDERR] RuntimeMBeanException: RuntimeException in MBean operation 'invoke(,org.jboss.invocation.Invocation)'
      Cause: java.lang.IllegalStateException
      15:21:13,942 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:299)
      15:21:13,942 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      15:21:13,953 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:101)
      15:21:13,953 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:88)
      15:21:13,953 ERROR [STDERR] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:77)
      15:21:13,953 ERROR [STDERR] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
      15:21:13,953 ERROR [STDERR] at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:175)
      15:21:13,953 ERROR [STDERR] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:82)
      15:21:13,953 ERROR [STDERR] at $Proxy40.create(Unknown Source)
      15:21:13,953 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.Adapter.sendDefaultErrorMessage(Adapter.java:324)
      15:21:13,953 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.Adapter$1.run(Adapter.java:281)
      15:21:13,953 ERROR [STDERR] at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:655)
      15:21:13,953 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)