Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Kickstarting a Stuck Transaction in ODEE

Dave SandersOct 9 2024

I was reading through this post on how to restart a stuck transaction Kickstarting a Stuck Transaction in ODEE (oracle.com).

I thought I'd give it a try since we occasionally get a transaction stuck due to a network hiccup, database disconnection, etc.

I followed the instructions as explained on the GitHub page: documaker/odee/TransUpdate at master ยท calittle/documaker (github.com),

When I run it, I get the following error:

javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]

Then, I notice the following comment in the TransUpdate.java file:

* Note: This class requires the WebLogic JNDI factory (weblogic.jndi.WLInitialContextFactory) to be available in the classpath.

I'm not quite sure what this means, but I'm certain that this is my problem. Has anyone tried to implement this utility?" Or can anyone explain what I need to do here?

Thanks in advance.

Dave

Comments
Post Details
Added on Oct 9 2024
0 comments
88 views