Wednesday, March 20, 2019

The system has encountered an error when servicing the request, Please try again. If the error persists, please contact the system administrator.

Please contact the system administrator

Error: While accessing the EBS application getting below error while all the application tier services are up and running, Listener is active and Database is up.

Cause:
Java process is running still the application tier services are down. Shutdown all the application Tier services and check.

Solution:

Shudown all the application Tier services and check whether java service is running or not

[applvis@test ~]$ netstat -ntpl|grep java(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)tcp6       0      0 172.16.10.110:12425     :::*   LISTEN      8840    java


[applvis@test ~]$ netstat -ntpl|grep 12425(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)tcp6       0      0 172.16.10.110:12425     :::* LISTEN      8840/    java


[applvis@test ~]$ ps -ef|grep 8840applvis   8840     1  0 08:14 ?        00:00:34 /backups/appsvision/fs1/EBSapps/comn/util/jdk64/bin/java -DCLIENT_PROCESSID=8840 -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.nonProxyHosts= -Djava.awt.headless=true -server -Xmx384m -Doracle.apps.fnd.common.Pool.leak.mode=stderr:off -verbose:gc -Ddbcfile=/backups/appsvision/fs1/inst/apps/VIS_test/appl/fnd/12.0.0/secure/VIS.dbc -Dcpid=2729529 -Dconc_queue_id=31528 -Dqueue_appl_id=0 -Dlogfile=/backups/appsvision/fs_ne/inst/VIS_test/logs/appl/conc/log/IEMDPDEV2729529.txt -DLONG_RUNNING_JVM=true -DEBS_HOSTNAME=test -DOVERRIDE_DBC=true -DFND_JDBC_BUFFER_MIN=1 -DFND_JDBC_BUFFER_MAX=2 oracle.apps.iem.emta.gsm.IEMDPCARTapplvis  27246 27063  0 13:50 pts/1    00:00:00 grep --color=auto 8840You have new mail in /var/spool/mail/applvis


[applvis@test ~]$ kill -9 8840


[applvis@test ~]$ ps -ef|grep 8840

applvis  27256 27063  0 13:51 pts/1    00:00:00 grep --color=auto 8840


Now start all the application Tier services (Follw link https://anilbandiodba.blogspot.com/2019/01/how-to-startup-database-and-ebs.html to start and stop services) and Check Application will work fine now.




No comments: