[ https://issues.apache.org/jira/browse/JUDDI-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14899909#comment-14899909 ]
Alex O'Ree commented on JUDDI-935: ---------------------------------- the fix is to switch to tomcat 7. tomcat 6 has issues with jdk8 and hashmap > AdminUI/Statistics page fails to render under JDK8 > -------------------------------------------------- > > Key: JUDDI-935 > URL: https://issues.apache.org/jira/browse/JUDDI-935 > Project: jUDDI > Issue Type: Bug > Affects Versions: 3.2, 3.3 > Environment: Oracle JDK8, CentOS and MacOS > Reporter: Alex O'Ree > Assignee: Alex O'Ree > Fix For: 3.3.1 > > > An error occurred at line: 1 in the generated java file > The type java.util.Map$Entry cannot be resolved. It is indirectly referenced > from required .class files > An error occurred at line: 6 in the generated java file > The import java.util.Map.Entry cannot be resolved > An error occurred at line: 322 in the jsp file: /admin/stats.jsp > Entry cannot be resolved to a type > 319: <pre><% > 320: try { > 321: Properties sysProps = System.getProperties(); > 322: Iterator<Entry<Object,Object>> it = > sysProps.entrySet().iterator(); > 323: while (it.hasNext()){ > 324: Entry<Object,Object> x = it.next(); > 325: > An error occurred at line: 322 in the jsp file: /admin/stats.jsp > The type Map$Entry is not generic; it cannot be parameterized with arguments > <K, V> > 319: <pre><% > 320: try { > 321: Properties sysProps = System.getProperties(); > 322: Iterator<Entry<Object,Object>> it = > sysProps.entrySet().iterator(); > 323: while (it.hasNext()){ > 324: Entry<Object,Object> x = it.next(); > 325: -- This message was sent by Atlassian JIRA (v6.3.4#6332)