- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Cannot access to Oozie Web UI with Error message below
- Labels:
-
Apache Oozie
-
Cloudera Manager
Created on ‎02-18-2019 01:51 AM - edited ‎09-16-2022 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I just installed the CDH 6.1 on my VMs, and I've tried to access to oozie web ui.
But I failed with the message below.
{ "errorMessage": "org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP\n\n PWC6199: Generated servlet error:\npackage javax.servlet does not exist\n\n PWC6199: Generated servlet error:\npackage javax.servlet.http does not exist\n\n PWC6199: Generated servlet error:\npackage javax.servlet.jsp does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.oozie.sla.service does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.oozie.service does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.oozie.service does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.oozie.service does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.oozie.service does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.jasper.runtime does not exist\n\n PWC6199: Generated servlet error:\npackage org.apache.jasper.runtime does not exist\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class JspFactory\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\npackage org.glassfish.jsp.api does not exist\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class HttpServletRequest\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class HttpServletResponse\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class ServletException\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: variable JspFactory\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class PageContext\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class HttpSession\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class ServletContext\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class ServletConfig\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class JspWriter\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class JspWriter\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class PageContext\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\npackage org.glassfish.jsp.api does not exist\n\n PWC6197: An error occurred at line: 62 in the jsp file: \/index.jsp\nPWC6199: Generated servlet error:\ncannot find symbol\n symbol: variable SLAService\n location: class org.apache.jsp.index_jsp\n\n PWC6197: An error occurred at line: 62 in the jsp file: \/index.jsp\nPWC6199: Generated servlet error:\ncannot find symbol\n symbol: variable InstrumentationService\n location: class org.apache.jsp.index_jsp\n\n PWC6197: An error occurred at line: 62 in the jsp file: \/index.jsp\nPWC6199: Generated servlet error:\ncannot find symbol\n symbol: variable MetricsInstrumentationService\n location: class org.apache.jsp.index_jsp\n\n PWC6197: An error occurred at line: 62 in the jsp file: \/index.jsp\nPWC6199: Generated servlet error:\ncannot find symbol\n symbol: class AuthorizationService\n location: class org.apache.jsp.index_jsp\n\n PWC6197: An error occurred at line: 62 in the jsp file: \/index.jsp\nPWC6199: Generated servlet error:\ncannot find symbol\n symbol: variable Services\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class SkipPageException\n location: class org.apache.jsp.index_jsp\n\n PWC6199: Generated servlet error:\ncannot find symbol\n symbol: class ServletException\n location: class org.apache.jsp.index_jsp\n\n ", "httpStatusCode": 500 }
I've tried to set java home with exact location and reinstall the jdk files, but both didn't work.
Created ‎02-19-2019 04:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved this problem by installing openjdk-1.8.0 using yum and settnig java classpath.
Created ‎02-28-2019 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This worked for me with Oozie HA with haproxy running OpenJDK 1.8. I did have to make sure the three jars were unlinked on both oozie servers in the /opt/cloudera/parcels/CDH/lib/oozie/embedded-oozie-server/dependency/ directory. Could it be possible that you may have these jars elsewhere in the classpath for oozie, maybe in the /var/lib/oozie directory?
unlink ./jetty-runner-9.3.20.v20170531.jar
unlink ./javax.servlet.jsp-api-2.3.1.jar
unlink ./javax.servlet.jsp-2.3.2.jar
Robert Justice, Technical Resolution Manager
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
Created ‎02-28-2019 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This worked for me with Oozie HA with haproxy running OpenJDK 1.8. I did have to make sure the three jars were unlinked on both oozie servers in the /opt/cloudera/parcels/CDH/lib/oozie/embedded-oozie-server/dependency/ directory. Could it be possible that you may have these jars elsewhere in the classpath for oozie, maybe in the /var/lib/oozie directory?
unlink ./jetty-runner-9.3.20.v20170531.jar
unlink ./javax.servlet.jsp-api-2.3.1.jar
unlink ./javax.servlet.jsp-2.3.2.jar
Robert Justice, Technical Resolution Manager
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
Created on ‎03-01-2019 12:02 AM - edited ‎03-01-2019 12:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I found the jar in other places, I remove the link, now the oozie web ui work fine! Thank you!
Now I try to fix the oozie ha problem.

- « Previous
-
- 1
- 2
- Next »