-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0
-
None
-
beta2
-
generic
-
solaris_2.6
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041581 | 1.4.0 | Ram Jeyaraman | P2 | Closed | Won't Fix |
I get the following exception from JTS.
This exception happens only with the RIP build b40 and b41 (pure orb).
It doesnt happen with RIP build b36 (also pure orb).
Not sure whether the bug is in JTS or in the ORB.
The b40/41 integration into J2EE RI cant happen till this is fixed.
java.lang.IllegalStateException
at
com.sun.jts.jta.TransactionManagerImpl.commit(TransactionManagerImpl.java:212)
at
com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.commit(J2EETransacti
onManagerImpl.java:416)
at
com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:1322)
at
com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:1133)
at
com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:400)
at
statelesshello.StatelesshelloEJB_EJBObjectImpl.sayStatelesshello(StatelesshelloE
JB_EJBObjectImpl.java:21)
at statelesshello._StatelesshelloEJB_EJBObjectImpl_Tie._invoke(Unknown
Source)
at
com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOASer
verSC.java:514)
at
com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServ
erSC.java:199)
at
com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.jav
a:107)
at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:272)
at
com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84
)
at
com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99
)
*******************************************************************************
###@###.### 2001-09-13
Fix verified OK
- builds used: j2sdkee-1_3-fcs-src-b47-22_aug_2001
and j2sdk-1_4_0-beta3-bin-b79-solsparc-12_sep_2001
- test used: tests/api/javax/rmi/CORBA/Util/IsLocalTests
*******************************************************************************
This exception happens only with the RIP build b40 and b41 (pure orb).
It doesnt happen with RIP build b36 (also pure orb).
Not sure whether the bug is in JTS or in the ORB.
The b40/41 integration into J2EE RI cant happen till this is fixed.
java.lang.IllegalStateException
at
com.sun.jts.jta.TransactionManagerImpl.commit(TransactionManagerImpl.java:212)
at
com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.commit(J2EETransacti
onManagerImpl.java:416)
at
com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:1322)
at
com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:1133)
at
com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:400)
at
statelesshello.StatelesshelloEJB_EJBObjectImpl.sayStatelesshello(StatelesshelloE
JB_EJBObjectImpl.java:21)
at statelesshello._StatelesshelloEJB_EJBObjectImpl_Tie._invoke(Unknown
Source)
at
com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOASer
verSC.java:514)
at
com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServ
erSC.java:199)
at
com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.jav
a:107)
at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:272)
at
com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84
)
at
com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99
)
*******************************************************************************
###@###.### 2001-09-13
Fix verified OK
- builds used: j2sdkee-1_3-fcs-src-b47-22_aug_2001
and j2sdk-1_4_0-beta3-bin-b79-solsparc-12_sep_2001
- test used: tests/api/javax/rmi/CORBA/Util/IsLocalTests
*******************************************************************************
- backported by
-
JDK-2041581 IllegalStateException thrown from JTS
- Closed