0 Replies Latest reply on Apr 17, 2002 9:26 AM by stollar

    java.rmi.ServerException

    stollar

      I'm getting the following exception when trying to load an entity:

      Exception java.rmi.ServerException: Load failed; nested exception is:
      java.rmi.NoSuchObjectException: Entity com.callcutter.j2ee.cmp_beans.ProvisioningReqPK@deb1c8dc not found caught
      java.rmi.ServerException: Load failed; nested exception is:
      java.rmi.NoSuchObjectException: Entity com.callcutter.j2ee.cmp_beans.ProvisioningReqPK@deb1c8dc not found
      java.rmi.NoSuchObjectException: Entity com.callcutter.j2ee.cmp_beans.ProvisioningReqPK@deb1c8dc not found
      at org.jboss.ejb.plugins.jaws.jdbc.JDBCLoadEntityCommand.handleResult(JDBCLoadEntityCommand.java:172)
      at org.jboss.ejb.plugins.jaws.jdbc.JDBCQueryCommand.executeStatementAndHandleResult(JDBCQueryCommand.java:59)
      at org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.jdbcExecute(JDBCCommand.java:160)
      at org.jboss.ejb.plugins.jaws.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEntityCommand.java:147)
      at org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.loadEntity(JAWSPersistenceManager.java:156)
      at org.jboss.ejb.plugins.CMPPersistenceManager.loadEntity(CMPPersistenceManager.java:362)
      at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:286)
      at org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:208)
      at org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:136)
      at org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:133)
      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:247)
      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:99)
      at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:128)
      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:427)
      at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerInvoker.java:489)
      at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericProxy.java:335)
      at org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy.invoke(EntityProxy.java:133)
      at $Proxy217.getProvisioningReqID(Unknown Source)
      at com.callcutter.j2ee.servlets.scheduled.ReadCVR.runMe(ReadCVR.java:132)
      at com.callcutter.j2ee.servlets.scheduled.Watcher$TheThread.run(Watcher.java:170)


      I don't know what can be going wrong - the entity is in the DB - I've done this type of lookup before.

      If anyone has any ideas then please, I'd love to hear from you.