Jelan
11-16-2004, 01:13 PM
After dropping the webapp in Resin 3.0.9, when i try to see a lzx page, i got the following exception:
Error: org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0com.laszlosystems.utils.ChainedException: org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0
at com.laszlosystems.compiler.Parser.validate(Parser. java:617)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:318)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:167)
at com.laszlosystems.cm.CompilationManager.compileIte m(CompilationManager.java:707)
at com.laszlosystems.cm.CompilationManager.getItem(Co mpilationManager.java:499)
at com.laszlosystems.cm.CompilationManager.getLastMod ified(CompilationManager.java:467)
at com.laszlosystems.servlets.responders.ResponderCom pile.getLastModified(ResponderCompile.java:390)
at com.laszlosystems.servlets.responders.ResponderCom pile.respondImpl(ResponderCompile.java:176)
at com.laszlosystems.servlets.responders.Responder.re spond(Responder.java:220)
at com.laszlosystems.servlets.LZServlet._doGet(LZServ let.java:306)
at com.laszlosystems.servlets.LZServlet.doGet(LZServl et.java:242)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:90)
at com.caucho.server.dispatch.ServletFilterChain.doFi lter(ServletFilterChain.java:99)
at com.caucho.server.webapp.WebAppFilterChain.doFilte r(WebAppFilterChain.java:163)
at com.caucho.server.dispatch.ServletInvocation.servi ce(ServletInvocation.java:207)
at com.caucho.server.http.HttpRequest.handleRequest(H ttpRequest.java:249)
at com.caucho.server.port.TcpConnection.run(TcpConnec tion.java:327)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.jav a:450)
at com.caucho.util.ThreadPool.run(ThreadPool.java:394 )
at java.lang.Thread.run(Thread.java:595)
Caused by: org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0
at org.iso_relax.verifier.VerifierFactory.newInstance (Unknown Source)
at com.laszlosystems.compiler.Parser.validate(Parser. java:553)
... 20 more
Caused by:
org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0
at org.iso_relax.verifier.VerifierFactory.newInstance (Unknown Source)
at com.laszlosystems.compiler.Parser.validate(Parser. java:553)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:318)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:167)
at com.laszlosystems.cm.CompilationManager.compileIte m(CompilationManager.java:707)
at com.laszlosystems.cm.CompilationManager.getItem(Co mpilationManager.java:499)
at com.laszlosystems.cm.CompilationManager.getLastMod ified(CompilationManager.java:467)
at com.laszlosystems.servlets.responders.ResponderCom pile.getLastModified(ResponderCompile.java:390)
at com.laszlosystems.servlets.responders.ResponderCom pile.respondImpl(ResponderCompile.java:176)
at com.laszlosystems.servlets.responders.Responder.re spond(Responder.java:220)
at com.laszlosystems.servlets.LZServlet._doGet(LZServ let.java:306)
at com.laszlosystems.servlets.LZServlet.doGet(LZServl et.java:242)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:90)
at com.caucho.server.dispatch.ServletFilterChain.doFi lter(ServletFilterChain.java:99)
at com.caucho.server.webapp.WebAppFilterChain.doFilte r(WebAppFilterChain.java:163)
at com.caucho.server.dispatch.ServletInvocation.servi ce(ServletInvocation.java:207)
at com.caucho.server.http.HttpRequest.handleRequest(H ttpRequest.java:249)
at com.caucho.server.port.TcpConnection.run(TcpConnec tion.java:327)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.jav a:450)
at com.caucho.util.ThreadPool.run(ThreadPool.java:394 )
at java.lang.Thread.run(Thread.java:595)
Any idea what could be wrong ? Thanks in advance.
Error: org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0com.laszlosystems.utils.ChainedException: org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0
at com.laszlosystems.compiler.Parser.validate(Parser. java:617)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:318)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:167)
at com.laszlosystems.cm.CompilationManager.compileIte m(CompilationManager.java:707)
at com.laszlosystems.cm.CompilationManager.getItem(Co mpilationManager.java:499)
at com.laszlosystems.cm.CompilationManager.getLastMod ified(CompilationManager.java:467)
at com.laszlosystems.servlets.responders.ResponderCom pile.getLastModified(ResponderCompile.java:390)
at com.laszlosystems.servlets.responders.ResponderCom pile.respondImpl(ResponderCompile.java:176)
at com.laszlosystems.servlets.responders.Responder.re spond(Responder.java:220)
at com.laszlosystems.servlets.LZServlet._doGet(LZServ let.java:306)
at com.laszlosystems.servlets.LZServlet.doGet(LZServl et.java:242)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:90)
at com.caucho.server.dispatch.ServletFilterChain.doFi lter(ServletFilterChain.java:99)
at com.caucho.server.webapp.WebAppFilterChain.doFilte r(WebAppFilterChain.java:163)
at com.caucho.server.dispatch.ServletInvocation.servi ce(ServletInvocation.java:207)
at com.caucho.server.http.HttpRequest.handleRequest(H ttpRequest.java:249)
at com.caucho.server.port.TcpConnection.run(TcpConnec tion.java:327)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.jav a:450)
at com.caucho.util.ThreadPool.run(ThreadPool.java:394 )
at java.lang.Thread.run(Thread.java:595)
Caused by: org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0
at org.iso_relax.verifier.VerifierFactory.newInstance (Unknown Source)
at com.laszlosystems.compiler.Parser.validate(Parser. java:553)
... 20 more
Caused by:
org.iso_relax.verifier.VerifierConfigurationExcept ion: no validation engine available for: http://relaxng.org/ns/structure/1.0
at org.iso_relax.verifier.VerifierFactory.newInstance (Unknown Source)
at com.laszlosystems.compiler.Parser.validate(Parser. java:553)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:318)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:167)
at com.laszlosystems.cm.CompilationManager.compileIte m(CompilationManager.java:707)
at com.laszlosystems.cm.CompilationManager.getItem(Co mpilationManager.java:499)
at com.laszlosystems.cm.CompilationManager.getLastMod ified(CompilationManager.java:467)
at com.laszlosystems.servlets.responders.ResponderCom pile.getLastModified(ResponderCompile.java:390)
at com.laszlosystems.servlets.responders.ResponderCom pile.respondImpl(ResponderCompile.java:176)
at com.laszlosystems.servlets.responders.Responder.re spond(Responder.java:220)
at com.laszlosystems.servlets.LZServlet._doGet(LZServ let.java:306)
at com.laszlosystems.servlets.LZServlet.doGet(LZServl et.java:242)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:90)
at com.caucho.server.dispatch.ServletFilterChain.doFi lter(ServletFilterChain.java:99)
at com.caucho.server.webapp.WebAppFilterChain.doFilte r(WebAppFilterChain.java:163)
at com.caucho.server.dispatch.ServletInvocation.servi ce(ServletInvocation.java:207)
at com.caucho.server.http.HttpRequest.handleRequest(H ttpRequest.java:249)
at com.caucho.server.port.TcpConnection.run(TcpConnec tion.java:327)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.jav a:450)
at com.caucho.util.ThreadPool.run(ThreadPool.java:394 )
at java.lang.Thread.run(Thread.java:595)
Any idea what could be wrong ? Thanks in advance.