0 Replies Latest reply on Dec 19, 2005 9:36 PM by shanwu

    Unable to initialize TldLocationsCache: XML parsing error on

    shanwu

      Ask for help. Hey, does anybody meet the following problem when deploying a web application(linux, jboss_4.0.0), Jsp page can not be compiled. Detail error information is as following:

      An error has occured (null msg)
      Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/tlds/ibsweb_1_0.tld
      Please contact your system administrator for assistance (msg is null).

      Hide error details
      org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/tlds/ibsweb_1_0.tld
      at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:249)
      at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:220)
      at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:475)
      at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:417)
      at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
      at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539)
      at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
      at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220)
      at org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
      at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203)
      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:470)
      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
      at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet