JDeveloper Error: weblogic.transaction.internal.TimedOutException: Transaction timed out after <x> seconds

Tags: Jdeveloper, timeout, error

Try increasing the domain's JTA Timeout : open the weblogic console, go to domain, services, JTA ; Change 'Timeout Seconds' from 30 to 3000. In config.xml this should shown as:

<JTA TimeoutSeconds="300" /> 

source: https://stackoverflow.com/questions/29366177/weblogic-transaction-internal-timedoutexception-transaction-timed-out-after-32

No Comments

You must log on to comment.