weblogic9.x - Weblogic JDBC Exception : XAER_RMERR -


any 1 have ever found kind of exception in weblogic ?

[jdbcexceptionreporter] : unexpected exception while enlisting xaconnection java.sql.sqlexception: xa error: xaresource.xaer_rmerr start() failed on resource 'datasource/tx/olddata': xaer_rmerr : resource manager error has occured in transaction branch

we have application using weblogic transaction manager manage transaction, error happened when application server take data middleware server, when data received, application server try insert data database server, when commited failed above error.

anyone got idea might trig kind of error ??

this happen when fire query across db link using xa driver datasource. can try separate non xa driver datasource across db link queries.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -