Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
When accessing catalog.jsp and query.jsp of the webUI, these throws HTTP 500 error as following:
PWC6033: Unable to compile class for JSP
PWC6199: Generated servlet error:
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
PWC6197: An error occurred at line: 34 in the jsp file: /query.jsp
PWC6199: Generated servlet error:
/var/folders/9_/jtqdwrj1067600lfnvttq26r0000gn/T/Jetty_0_0_0_0_26080_admin____.jng8go/jsp/org/apache/jsp/query_jsp.java:102: error: diamond operator is not supported in -source 1.5
new ArrayList<>(master.getContext().getQueryJobManager().getSubmittedQueries());
^
(use -source 7 or higher to enable diamond operator)
1 error
4 warnings
Attachments
Issue Links
- is related to
-
TAJO-1886 Set compilerSourceVM and compilerTargetVM to web.xml
-
- Resolved
-