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 "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 ORA-06512: at "APPS.FND_GLOBAL", line 1977 ORA-06512: at "APPS.FND_GLOBAL", line 2309 ORA-06512: at "APPS.FND_GLOBAL", line 2447 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 884 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1189 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 421 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 236 ORA-06512: at line 1 has been detected in createSession(int, String,Hashtable)(userid=6','0239077925FE10ECE05400144FB7BB1A38496108122210691511650726339234'). </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.
<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 "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 ORA-06512: at "APPS.FND_GLOBAL", line 1977 ORA-06512: at "APPS.FND_GLOBAL", line 2309 ORA-06512: at "APPS.FND_GLOBAL", line 2447 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 884 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1189 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 421 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 236 ORA-06512: at line 1 has been detected in createSession(int, String,Hashtable)(userid=6','0239077925FE10ECE05400144FB7BB1A38496108122210691511650726339234'). </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.
Thanks Himanshu ...It's a nice solution for us ..
ReplyDelete