Hello - I'm experiencing the following problem:
1st, some env specs:
I'm using JBoss 2.1 on NT Server ... with JDK 1.3
I have not yet deployed any EJBs
When I try to start JBoss using the following command line:
java -jar run.jar
I get the following displayed in the terminal prompt:
--------------------- START (look for ------ END)
[C:/jboss/bin] java -jar run.jar
jboss.home = C:\jboss
Using configuration "default"
[Info] Java version: 1.3.0_02,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Client VM 1.3.0_02,Sun Microsystems Inc.
[Info] System: Windows NT 4.0,x86
[Shutdown] Shutdown hook added
[Service Control] Registered with server
Exception in thread "main" [Default]
javax.xml.parsers.FactoryConfigurationError
: java.lang.ClassNotFoundException:
org.apache.crimson.jaxp.DocumentBuilderFacto
ryImpl
[Default] at
javax.xml.parsers.DocumentBuilderFactory.newInstance(Document
BuilderFactory.java:118)
[Default] at org.jboss.Main.<init>(Main.java:192)
[Default] at org.jboss.Main$1.run(Main.java:107)
[Default] at java.security.AccessController.doPrivileged(Native
Method)
[Default] at org.jboss.Main.main(Main.java:103)
[Default] Shutting down
[Service Control] Stopping 0 MBeans
[Service Control] Stopped 0 services
[Service Control] Destroying 0 MBeans
[Service Control] Destroyed 0 services
[Default] Shutdown complete
[C:/jboss/bin]
----------------------------END
The server log file is attached to this email.
On the surface, this seems like a trivial env issue ...
It seems to not be able to find the
org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
class - and clearly the j2ee.jar file is part of the CLASSPATH.
I've even tried adding "-classpath $CLASSPATH" to
the above command line.
I can also successfully compile a src file referencing the class as follows
(??)
import org.apache.crimson.jaxp.DocumentBuilderFactoryImpl;
Any ideas? Anyone experience this ??
Thanks in advance.
Louie
Louis J Iacona [EMAIL PROTECTED]
Sr Consulting Engineer 973.984.2229 x455
OmniE Labs, Inc. http://www.omnie.com
<<server.log>>
server.log