| Summary: | "JBossESB Service List" console fails - org.apache.jasper.JasperException: Unable to compile class for JSP: | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Tooling | Assignee: | Mike Brock <cbrock> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.2 IR4 | CC: | rruss |
| Target Milestone: | --- | ||
| Target Release: | 4.2 IR5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-97 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
http://porkchop.devel.redhat.com/devel/candidates/SOAP4.2.0/20071102/standalone-soa-4.2.0-IR4.0.zip
RHEL5
Java 1.5 Sun
|
|
| Last Closed: | 2007-11-08 03:21:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
project_key: SOA Here's the full error: 11:30:57,747 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 17 in the jsp file: /index.jsp ServicePublisher cannot be resolved 14: 15: <div class="pageSection"> 16: <% 17: List publishers = ServicePublisher.getServicePublishers(); 18: Registry registry = RegistryFactory.getRegistry(); 19: 20: for (int i = 0; i < publishers.size(); i++) { An error occurred at line: 18 in the jsp file: /index.jsp Registry cannot be resolved to a type 15: <div class="pageSection"> 16: <% 17: List publishers = ServicePublisher.getServicePublishers(); 18: Registry registry = RegistryFactory.getRegistry(); 19: 20: for (int i = 0; i < publishers.size(); i++) { 21: ServicePublisher publisher = (ServicePublisher) publishers.get(i); An error occurred at line: 18 in the jsp file: /index.jsp RegistryFactory cannot be resolved 15: <div class="pageSection"> 16: <% 17: List publishers = ServicePublisher.getServicePublishers(); 18: Registry registry = RegistryFactory.getRegistry(); 19: 20: for (int i = 0; i < publishers.size(); i++) { 21: ServicePublisher publisher = (ServicePublisher) publishers.get(i); An error occurred at line: 21 in the jsp file: /index.jsp ServicePublisher cannot be resolved to a type 18: Registry registry = RegistryFactory.getRegistry(); 19: 20: for (int i = 0; i < publishers.size(); i++) { 21: ServicePublisher publisher = (ServicePublisher) publishers.get(i); 22: String serviceCategory = publisher.getCategory(); 23: String serviceName = publisher.getServiceName(); 24: List eprs; An error occurred at line: 21 in the jsp file: /index.jsp ServicePublisher cannot be resolved to a type 18: Registry registry = RegistryFactory.getRegistry(); 19: 20: for (int i = 0; i < publishers.size(); i++) { 21: ServicePublisher publisher = (ServicePublisher) publishers.get(i); 22: String serviceCategory = publisher.getCategory(); 23: String serviceName = publisher.getServiceName(); 24: List eprs; An error occurred at line: 40 in the jsp file: /index.jsp EPR cannot be resolved to a type 37: <%=publisher.getDescription()%> 38: <% 39: for (int ii = 0; ii < eprs.size(); ii++) { 40: EPR epr = (EPR) eprs.get(ii); 41: URI eprURI = URI.create(epr.getAddr().getAddress()); 42: String protocol = eprURI.getScheme(); 43: String relContractURI = "contract.jsp?serviceCat=" + serviceCategory + "&serviceName=" + serviceName + "&protocol=" + protocol; An error occurred at line: 40 in the jsp file: /index.jsp EPR cannot be resolved to a type 37: <%=publisher.getDescription()%> 38: <% 39: for (int ii = 0; ii < eprs.size(); ii++) { 40: EPR epr = (EPR) eprs.get(ii); 41: URI eprURI = URI.create(epr.getAddr().getAddress()); 42: String protocol = eprURI.getScheme(); 43: String relContractURI = "contract.jsp?serviceCat=" + serviceCategory + "&serviceName=" + serviceName + "&protocol=" + protocol; Stacktrace: at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330) at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:415) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595)