Hello All: I've upgraded for our enterprise application from JBoss 4.0.4 GA to JBoss 4.2.2 GA. After several code and configuration change, I was to start the server. But, I am still seeing the following exception which prevent opening Jboss jmx consol and application client. Can some help how to resolve the following exception?
| 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem; | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.compiler.JDTCompiler$2.acceptResult(JDTCompiler.java:346) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:335) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:405) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:316) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR STDERR - at java.lang.Thread.run(Thread.java:595) | 2007-11-13 13:29:31,475 [http-127.0.0.1-8080-1] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jmx-console].[jsp] - Servlet.service() for servlet jsp threw exception | | Thanks inadvance for helping me to fix this issue. Surafel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104318#4104318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104318 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
