Hi, I'm new in ths forum, and in the jboss world.
As a insttallation method I just extract the jboss zip downloaded, then I have a folder "jboss-4.0.5.GA" created as a result it. So in the easyeclipse I turned to JBoss AS view, and configured a new Jboss inc server 5.0 whith proper wizard. When I start the server, the start log below is printed with a lot of errors. I really dont known whats could be wrong, and I'd like to ask what can I do about it. When I do: http://localhost:8080/web-console/ I receave these compilation erros: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: no protocol: .. org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: no protocol: .. org.jboss.web.tomcat.tc5.jasper.TagLibCache.init(TagLibCache.java:106) org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation(TagLibCache.java:83) org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1556) org.apache.jasper.compiler.Parser.parse(Parser.java:126) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:276) org.apache.jasper.compiler.Compiler.compile(Compiler.java:264) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause java.net.MalformedURLException: no protocol: .. java.net.URL.(URL.java:567) java.net.URL.(URL.java:464) org.jboss.web.tomcat.tc5.jasper.TagLibCache.loadStandardTlds(TagLibCache.java:223) org.jboss.web.tomcat.tc5.jasper.TagLibCache.init(TagLibCache.java:100) org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation(TagLibCache.java:83) org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1556) org.apache.jasper.compiler.Parser.parse(Parser.java:126) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155) org.apache.jasper.compiler.Compiler.compile(Compiler.java:295) org.apache.jasper.compiler.Compiler.compile(Compiler.java:276) org.apache.jasper.compiler.Compiler.compile(Compiler.java:264) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063090#4063090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063090 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
