You have encountered an unexpected error


Error Page
You have encountered an unexpected error. Please contact the System Administrator for assistance.



500 Internal Server Error
OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.


Solution:-

You can use these steps to bounce apache in R12

1) login to your instance with putti or any other software

2) cd $ADMIN_SCRIPTS_HOME

3) adapcctl.sh stop

4) adoacorectl.sh stop

5) adapcctl.sh start

6) adoacorectl.sh start

Every time you bounce apache you need to follow these steps in same sequence.


Try This i am sure this will work..

or

Run adautocfg.sh on Both Node (dbTier or AppsTier).

After that try again...

I hope issue got resolved..



No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...