Not Able to login to Oracle Application Instance after login JSP error

After Login to Oracle Application 11i ,Getting below error:

<PRE>Unable to create anonymous session. Your session is no longer valid. Oracle error 29285: java.sql.SQLException: ORA-29285: file write error ORA-06512: at &#34;SYS.UTL_FILE&#34;, line 183 ORA-06512: at &#34;SYS.UTL_FILE&#34;, line 1169 ORA-06512: at &#34;APPS.FND_CORE_LOG&#34;, line 406 ORA-06512: at &#34;APPS.FND_CORE_LOG&#34;, line 390 ORA-06512: at &#34;APPS.FND_CORE_LOG&#34;, line 130 ORA-06512: at &#34;APPS.FND_GLOBAL&#34;, line 1977 ORA-06512: at &#34;APPS.FND_GLOBAL&#34;, line 2309 ORA-06512: at &#34;APPS.FND_GLOBAL&#34;, line 2447 ORA-06512: at &#34;APPS.FND_SESSION_MANAGEMENT&#34;, line 884 ORA-06512: at &#34;APPS.FND_SESSION_MANAGEMENT&#34;, line 1189 ORA-06512: at &#34;APPS.FND_AOLJ_UTIL&#34;, line 421 ORA-06512: at &#34;APPS.FND_AOLJ_UTIL&#34;, line 236 ORA-06512: at line 1 has been detected in createSession&#40;int, String,Hashtable&#41;&#40;userid=6&#39;,&#39;0239077925FE10ECE05400144FB7BB1A38496108122210691511650726339234&#39;&#41;. </PRE>
JSP Error
--------------------------------------------------------------------------------
Exception:
java.lang.NullPointerException

Solution :

1. Generated Jar file on all node using force =Y.
Issue still persist
2.Stop Application then i got below error:
Executing service control script:
/u01/oracle/u3oradev/comn/admin/scripts/U3ORADEV_sanbapszoraapps1/adfmsctl.sh stop
script returned:
****************************************************

You are running adfmsctl.sh version 115.16

ORACLE error 29285 in afpodbinit

Cause:  afpodbinit failed due to ORA-29285: file write error
ORA-06512: at "SYS.UTL_FILE", line 183
ORA-06512: at "SYS.UTL_FILE", line 1169
ORA-06512: at "APPS.FND_CORE_LOG", line 406
ORA-06512: at "APPS.FND_CORE_LOG", line 390
ORA-06512: at "APPS.FND_CORE_LOG", line 130.

3. Then it is confirm issue with UTL file.
4.Check
select * from V$parameter where lower(name) = 'utl_file_dir';
5. Now check the file system directory exist or not .
6. In my case file system has got full for UTL FILE parameter 1.
7. Free up space on mount point and then tried by login.
8. Now i can login to application successfully.

Issue resolved now. 

Comments

Post a Comment

Popular posts from this blog

Workflow Agent Listener Service WF_DEFERRED + Business Event not processing

Output Post Processor - EBS 12.2.4 Troubleshoot

How to Diagnose Workflow Notification Mailer Issue