Tim, you are correct. This is an issue with multiple web servers. The only solution is to upgrade to a newer version of the application/web server that is having the issue or to downgrade to Java 7. Jetty 7 and 8 also have this problem but Jetty 9 should work, for example.
On Sat, Jul 25, 2015 at 5:43 PM, Tim Bain <tb...@alumni.duke.edu> wrote: > java.util.Map.Entry changed its definition from Java 7 to Java 8 (source: > http://stackoverflow.com/a/26105217), so it's possible that the installed > version of Jasper isn't Java 8 compatible. According to > https://blogs.oracle.com/java/entry/glassfish_server_open_source_edition, > GlassFish 4.1 should be Java 8 compatible, so hopefully the version of > Jasper it includes is too. If you're willing to try replacing GlassFish > 2.1 with 4.1 to see whether that changes the behavior, that would be > helpful. > > BTW, the same question was asked about a year ago ( > > http://activemq.2283324.n4.nabble.com/web-browser-issue-when-trying-to-view-a-messsage-td4682847.html > ), > and no resolution was offered then other than to downgrade to Java 7 (which > you could do if you can't find another fix). Maybe someone else who knows > Glassfish better than I do will have a better answer than what I've been > able to tell you here... > > Tim > > On Thu, Jul 23, 2015 at 7:35 AM, fxthomas <felix.tho...@gmail.com> wrote: > > > hello, > > > > I have downloaded the latest stable version on Windows 7 64 Bit. After > > creating a Queue and sending a test message to the queue when i try to > > view > > the message under browse section i get exception occured message. > > > > below is in the Log file i see. Jav Installed is version 8 > > > > > > 2015-07-23 15:30:20,982 | WARN | /admin/message.jsp | > > org.eclipse.jetty.servlet.ServletHandler | qtp414401091-49 > > org.apache.jasper.JasperException: PWC6033: Unable to compile class for > JSP > > > > PWC6197: An error occurred at line: 20 in the jsp file: > > /WEB-INF/tags/form/forEachMapEntry.tag > > PWC6199: Generated servlet error: > > The type java.util.Map$Entry cannot be resolved. It is indirectly > > referenced > > from required .class files > > > > > > at > > > > > org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:123)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:296)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:376)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.Compiler.compile(Compiler.java:437)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:608)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:261)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProcessor.java:683)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.TagFileProcessor.access$000(TagFileProcessor.java:88)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor.visit(TagFileProcessor.java:739)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > at > > > > > org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1501)[jsp-2.1-glassfish-2.1.v20100127.jar:] > > > > > > > > -- > > View this message in context: > > > http://activemq.2283324.n4.nabble.com/Error-on-page-latest-release-5-11-1-tp4699746.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > >