|
I'm using EJB server in Jonas1.6.1, using in DB
oracle at the Unix.
My program's running well for the past five
weeks.
I want to do db data type modifed and then I modify db data
type,source.
My program's running well also and then other Unix server(same
surroundings) transfered.
I move to new machine then source compile. DB copy from run well
machine to new machine.
After db copy, I had trouble with program running.
I'm troubled with Error that's
EntitySynchroImpl.considerRequest() registerSynchronization(this)
. What's problem?
Help me!
=================== Error Message
===========================================================
EntitySynchroImpl.considerRequest()
registerSynchronization(this) :
javax.transaction.RollbackExcept
ion java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: Container cannot register synchronization Object; nested exception is: javax.transaction.RollbackException java.rmi.RemoteException: Container cannot register synchronization Object; nested exception is: javax.transaction.RollbackException javax.transaction.RollbackException at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Compiled Code) at sun.rmi.transport.StreamRemoteCall.executeCall(Compiled Code) at sun.rmi.server.UnicastRef.invoke(Compiled Code) at org.objectweb.jonas.rmifilters.RemoteStub.invoke(Compiled Code) at trade.research.b7.interfaces.JOnASB7BeanB7_Stub.getB7(Compiled Code) at trade.research.b7.server.B7ManagerBean.getTable(Compiled Code) |
