1 Reply Latest reply on Jun 11, 2004 9:11 AM by u9707118

    install/run JBOSS 3.2.4 problem - ConnectionFactoryDeployer

    u9707118

      Hi,

      I am not quite sure why, but I am getting some errors when I try to install/run JBOSS 3.2.4 on my w2k workstation.
      I have j2sdk1.4.2 installed and have JAVA_HOME set to this directory.

      I see Xalan in the error message, is it possible that j2sdk1.4.2 has a version of this lib that is incompatible with JBOSS?

      Would appreciate an expert opinion.

      NB. I have other errors, but have posted a snippet of the very first because they probably result from this first error.


      2004-06-11 09:33:41,843 DEBUG [org.jboss.deployment.XSLSubDeployer] Creating jboss.jca:service=ConnectionFactoryDeployer
      2004-06-11 09:33:42,375 ERROR [org.jboss.deployment.XSLSubDeployer] Initialization failed jboss.jca:service=ConnectionFactoryDeployer
      javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Failed calling setMethod method
       at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:984)
       at org.jboss.deployment.XSLSubDeployer.createService(XSLSubDeployer.java:165)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
       at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
      
      etc...