0 Replies Latest reply on Sep 12, 2001 3:26 AM by bskrypnyk

    Deploying Jetty and Jboss 2.4 out of the box FAILS!

    bskrypnyk

      I am trying to set up Jboss 2.4 to run with Jetty and it fails out of the box. I can't seem to find ANY documentation for this, can someone point me in the right direction or explain what this is:

      JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar
      jboss.home = /usr/local/JBoss-2.4.0_Jetty-3.1.RC8-1/jboss
      Using JAAS LoginConfig: file:/usr/local/JBoss-2.4.0_Jetty-3.1.RC8-1/jboss/conf/jetty/auth.conf
      Using configuration "jetty"
      [root] Started Log4jService, config=file:/usr/local/JBoss-2.4.0_Jetty-3.1.RC8-1/jboss/conf/jetty/log4j.properties
      [Info] Java version: 1.3.0_01,Sun Microsystems Inc.
      [Info] Java VM: Java HotSpot(TM) Server VM 1.3.0_01,Sun Microsystems Inc.
      [Info] System: SunOS 5.7,sparc
      [Shutdown] Shutdown hook added
      [Default] Runtime error
      [Default] javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
      [Default] at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:75)
      [Default]
      [Default] at org.jboss.configuration.ConfigurationService.loadConfiguration(ConfigurationService.java:371)
      [Default]
      [Default] at java.lang.reflect.Method.invoke(Native Method)
      [Default]
      [Default] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
      [Default]
      [Default] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      [Default]
      [Default] at org.jboss.Main.(Main.java:202)
      [Default]
      [Default] at org.jboss.Main$1.run(Main.java:116)
      [Default]
      [Default] at java.security.AccessController.doPrivileged(Native Method)
      [Default]
      [Default] at org.jboss.Main.main(Main.java:112)
      [Default]
      [Default] JBoss 2.4.0 Started in 0m:2s
      [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

      Thanks,
      Bill