1 Reply Latest reply on Apr 20, 2005 1:09 PM by prathima

    jBoss 3.2.4 xercesImpl and jboss-service.xml

    vivkap01

      Hi
      I just downloaded jboss 3.2.4 and started it and i worked fine. Then I changed the jboss-service.xml under server\default\deploy\jbossweb-tomcat50.sar\META-INF and set this value

      false

      After that when I start jBoss I get these errors

      javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
      at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:99)
      at org.apache.commons.modeler.util.DomUtil.readXml(DomUtil.java:284)
      at org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.execute(MbeansDescriptorsDOMSource.java:130)


      AND

      2004-06-11 10:25:01,712 ERROR [org.apache.commons.modeler.BaseModelMBean] Exception invoking method init
      LifecycleException: Pipeline has not been started


      It seem to me like a xercesImpl.jar problem but I do have that jar under JBOSS_HOME/lib/

      Interestingly I dont get this problem on my other Linux box that I have, so it may be my environment. Also JBoss 3.2.3 works fine on both the machines. BTW xercesImpl.jar seems in 3.2.3 and 3.2.4 seems to be very different.
      Can someone put some light on what could be the problem ?