0 Replies Latest reply on May 25, 2009 9:27 AM by fnandoch

    Error parsing XML config files in Jboss3.2.7 instances after

      I'm trying to migrate two Jboss instances between platforms Solaris (souce) / Linux (destin) y I have a main problem. After startup the instances, appears errors a time to parse xml´s config files. The errors are different but I believe they have the same cause.

      INSTANCE 1 sample error trace
      ------------------------------
      ...
      XML-22101: (Fatal Error) DOMSource node as this type not supported.
      2009-05-25 13:43:12,286 INFO [STDOUT]
      XML-22900: (Fatal Error) An internal error condition occurred.
      2009-05-25 13:43:12,288 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/usr/local/jboss-3.2.7/server/3thparty.oncogen/deploy/hsqldb-ds.xml
      org.jboss.deployment.DeploymentException: Problem with xsl transformation; - nested throwable: (javax.xml.transform.TransformerException: XML-22900: (Fatal Error) An internal error condition occurred.)
      at org.jboss.deployment.XSLSubDeployer.init(XSLSubDeployer.java:207)
      at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
      ...

      INSTANCE 2 sample error trace
      ------------------------------

      2009-05-25 12:22:02,867 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@9dba188b { url=file:/usr/local/jboss-3.2.7/server/3thparty/deploy/hsqldb-ds.xml }
      deployer: org.jboss.deployment.XSLSubDeployer@10c6cfc
      status: null
      state: FAILED
      watch: file:/usr/local/jboss-3.2.7/server/3thparty/deploy/hsqldb-ds.xml
      lastDeployed: 1243246902066
      lastModified: 1243246902000
      mbeans:

      org.jboss.deployment.DeploymentInfo@e24f7400 { url=file:/usr/local/jboss-3.2.7/server/3thparty/deploy/jms/jms-ds.xml }
      deployer: org.jboss.deployment.XSLSubDeployer@10c6cfc
      status: null
      state: FAILED
      watch: file:/usr/local/jboss-3.2.7/server/3thparty/deploy/jms/jms-ds.xml
      lastDeployed: 1243246902078
      lastModified: 1243246902000
      mbeans:

      org.jboss.deployment.DeploymentInfo@cf42bef9 { url=file:/usr/local/jboss-3.2.7/server/3thparty/deploy/proxyUser10-ds.xml }
      deployer: org.jboss.deployment.XSLSubDeployer@10c6cfc
      status: null
      state: FAILED
      watch: file:/usr/local/jboss-3.2.7/server/3thparty/deploy/proxyUser10-ds.xml
      lastDeployed: 1243246902087
      lastModified: 1243246902000
      mbeans:

      org.jboss.deployment.DeploymentInfo@daa50d42 { url=file:/usr/local/jboss-3.2.7/server/3thparty/deploy/custodio.ear }
      deployer: org.jboss.deployment.EARDeployer@1e12f6d
      status: null
      state: FAILED
      watch: file:/usr/local/jboss-3.2.7/server/3thparty/deploy/custodio.ear
      lastDeployed: 1243246921529
      lastModified: 1243246921000
      mbeans:


      Hi tried to configure the system in target server exactly that origin server:

      - JBOSS_HOME full copied (and this is another dubt I have... is Jboss multiplatform really and support a copy/paste implementation?)
      - User Jboss Enviorenment execution with identic variables and PATHS
      - Same JDK version: jdk1.5.0_14
      - Same Oracle client version: 10.2.0.2 for Linux

      I be sure that should be and basic aspect of configuration... Please, I would appreciate any help on this type of error.

      Thanks for advance.