PDA

View Full Version : problems installing on resin-3.0.9


iholsman
10-31-2004, 02:29 PM
Hi.

I'm having a slight problem getting laszlo up & running on resin-3.0.9

I've download the 'core' tar ball. and was proceeding to edit the config as instructed.

the problem is that in your documentation you mention a 'simple-loader' line..
but in the config file it has
<server>
<!-- adds all .jar files under the resin/lib directory -->
<class-loader>
<tree-loader path="$resin-home/lib"/>
</class-loader>

and adding a 'servlet-hack' line here causes resin to fail when it tries to add it's own servlets.

Trying to run without the servlet hack gives me the following error while it is trying to build the 'dashboard' sample..

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:578)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:299)
at com.laszlosystems.compiler.Compiler.compile(Compil er.java:160)

bloch
10-31-2004, 03:50 PM
try placing the lps copy of jing.jar inside resin


-E

iholsman
11-01-2004, 12:19 AM
Originally posted by bloch
try placing the lps copy of jing.jar inside resin


-E

Thanks.. that did the trick.