Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In current master, we can confirm 404 HTTP status code when we access Web UI of HS2.
- Web browser
HTTP ERROR 404 Problem accessing /hiveserver2.jsp. Reason: Servlet Not Initialized Caused by: javax.servlet.UnavailableException: Servlet Not Initialized at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:536) (snip)
- log file
2016-01-13T22:26:03,787 WARN [main]: servlet.Holder (Holder.java:doStart(90)) - java.lang.ClassNotFoundException: org.apache.hive.generated.hiveserver2.hiveserver2_jsp at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_65] at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:424) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] (snip)
When service and service-rpc were separated, handling of about the build hiveserver2.jsp is deleted.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-13388 Fix inconsistent content due to Thrift changes
- Closed
- relates to
-
HIVE-12442 HiveServer2: Refactor/repackage HiveServer2's Thrift code so that it can be used in the tasks
- Closed