Login  Register

Re: oacore warrning

Posted by ErmanArslansOracleBlog on Apr 25, 2024; 11:58am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/oacore-warrning-tp12452p12453.html

1) I checked the error stack. Some part of it is generic. But the line T4C8Oall.java:548 seems specific.
According to that, the issue seems like the jdbc driver bug..
OSB stuck threads on JDBC calls, 'java.net.SocketInputStream.socketRead0' (Doc ID 2114310.1)

you may try upgrading the jdbc driver.. (some ref: Upgrading to Oracle JDBC Thin Driver 12.1 with Oracle E-Business Suite Release 12.2 (Doc ID 2704025.1))

But first you should verify it.. Verify the current JDBC version.

Verify the Oracle JDBC Thin Driver Version 12.1.0.2 Installed
Use the following procedure to verify that the new version of Oracle JDBC Thin driver is installed:

Log in to Oracle E-Business Suite as the SYSADMIN user.
Set the profile option "FND: Diagnostics" at user level to "Yes". Note that the profile code is FND_DIAGNOSTICS.
Navigate back to the HTML-based Oracle E-Business Suite applications home page.
Click About this Page at the bottom of the page.
Click the Technology Components tab.
*What is the name of the JDBC driver Product/Component named there?

2) The cause may be different than the login page problem.
Here -> Oacore Going to Failed State Due to STUCK Threads when Performing a Search in Receipts Page (Doc ID 2905389.1) -- please check that as well.