Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Exception from CMP beans mapped to Views

Status
Not open for further replies.

pun

Programmer
Dec 13, 2002
1
IN
Hi,

I have some CMP beans which are mapped to Views.I am able to run all the methods without any problem. But if my in the ecxception conditions like FinderException it is not throwing FinderException rather it is giving the remote exception saying TX was null.I am coping the entire stack trace here.

Gettting requestBundle
com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: Error in

transaction: java.lang.InternalError: TX was null
at

TalCommonSearch_StatelessSessionBeanWrapper3.requestProcessor(TalCommonSearch_StatelessSessi

onBeanWrapper3.java:291)
at java.lang.reflect.Method.invoke(Native Method)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:119)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
at

EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
at java.lang.Thread.run(Unknown Source)
at connection to agartala/192.168.0.74 as
at

com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnect

ion.java:1558)
at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1511)
at

com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
at

com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocatio

nHandler.java:22)
at

com.evermind.server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemot

eInvocationHandler.java:50)
at __Proxy1.requestProcessor(Unknown Source)
at com.bynx.tal.session.talcommonsearch.Client.handleProcessRequest(Client.java)
at com.bynx.tal.session.talcommonsearch.Client.main(Client.java)

Nested exception is:
java.rmi.RemoteException: TX was null; nested exception is:
java.lang.InternalError: TX was null
java.lang.InternalError: TX was null
at com.evermind.server.ejb.EntityEJBObject.endTransaction(EntityEJBObject.java:207)
at

com.evermind.server.ApplicationServerTransactionSynchronization.freeResources(ApplicationSer

verTransactionSynchronization.java:132)
at

com.evermind.server.ApplicationServerTransaction.freeResources(ApplicationServerTransaction.

java:1277)
at

com.evermind.server.ApplicationServerTransaction.commit(ApplicationServerTransaction.java:65

5)
at

com.evermind.server.ApplicationServerTransaction.end(ApplicationServerTransaction.java:980)
at

TalCommonSearch_StatelessSessionBeanWrapper3.requestProcessor(TalCommonSearch_StatelessSessi

onBeanWrapper3.java:280)
at java.lang.reflect.Method.invoke(Native Method)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:119)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
at

EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
at java.lang.Thread.run(Unknown Source)
at connection to agartala/192.168.0.74
java.lang.InternalError: TX was null
java.lang.InternalError: TX was null
<<no stack trace available>>
[ETNucleus:ERROR] 11-12-2002 09:43:28 [ResourceManager:main()] -

Exception::handleProcessRequest():Transaction was rolled back: Error in transaction:

java.lang.InternalError: TX was null; nested exception is:
java.rmi.RemoteException: TX was null; nested exception is:
java.lang.InternalError: TX was null

Can somebody help me soon.

Cheers!!!
Puneet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top