> I'm having the following error starting up JBoss for the first
> time:
> 
> Exception in thread "main" [Default]
> javax.xml.parsers.FactoryConfigurationError :
> org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
> [Default]       at
> javax.xml.parsers.DocumentBuilderFactory.newInstance(Document
> 
> if I comment out the JAX stuff in run.bat  the server comes up, I'm
> using the default run.bat (uses crimson.jar)

Do you have another JAXP parser in your CLASSPATH?  I did and it gave me
an error similar to this one IIRC.  Try running with an empty CLASSPATH,
if that works then add the Sun tools.jar (which tomcat needs).



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to