OracleJSP: oracle.jps.provider.Jsp Compile Exception: Error

Asked By 0 points N/A Posted on -
qa-featured

I am working with OC4J and always see this error message. Why is this happening over here? How can I resolve this? If somebody have an idea please share with me. Thanks

500 Internal Server error

500 Internal Server error

OracleJSP: oracle.jps.provider.JspCompileException:

Errors

Compiling: /dc1filer02/bd01/b7/engine/E2/drh/X-Stream/jsp-cache/_pages/_dajsp

SHARE
Best Answer by Drake Vivian
Answered By 40 points N/A #176027

OracleJSP: oracle.jps.provider.Jsp Compile Exception: Error

qa-featured

Hi Edward,

Have time to check your Java version, OC4J need the right Java version to run. If your Java version is not 1.3 try to downgrade it or if you don't want to downgrade it, you can try to upgrade your OC4J version. After it, copy all the jar files from the jdk folder.

Hope this will help you.

Thanks

Best Answer
Best Answer
Answered By 30 points N/A #176028

OracleJSP: oracle.jps.provider.Jsp Compile Exception: Error

qa-featured

Hi there Edward M Mundt,

The first thing I would try to resolve the problem is to bounce the server.

The error says that the application cannot access some .class files, so logical fix would be to check to see what's going on with those files and remove or fix the problematic ones. Open the folder $ORACLE_HOME/j2ee/home/ and locate all the .class files inside. Delete them, or if you are insecure in completely removing them remove them to another independent folder or just replace their extension to something unrecognizable.

That should solve the problem.

Best regards,
Drake Vivian

Related Questions