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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while commiting a transaction

Status
Not open for further replies.

getstarted

Programmer
Nov 3, 2005
2
0
0
US
This works fine on a server, but failing on the local server. It is weblogic 9.1 server and oracle database. Thanks,

javax.transaction.SystemException: Lost connection to server while commit was in progress, ignoring because initiating server is not coordinating server. Remote Exception received=weblogic.rjvm.PeerGoneException: ; nested exception is:
java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
java.io.InvalidClassException: oracle.jdbc.xa.OracleXAException; local class incompatible: stream classdesc serialVersionUID = 375872398947893502, local class serialVersionUID = -2738577095088893230
at weblogic.transaction.internal.TransactionImpl.commit(TransactionImpl.java:353)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top