Hi All, I have installed 7.9 version and updated other configurations

Hi All,

I have installed 7.9 version and updated other configurations following the instructions given in installation guide using configure script.

Am getting below error on starting JBoss.

"deployment" => "suite.ear")]) - failure description: "JBAS014803: Duplicate resource [(\\"deployment\\" => \\"suite.ear\\")]"
11:14:05,854 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "JBAS014784: Failed executing subsystem deployment-scanner
boot operations"
11:14:05,856 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("parallel-subsystem-boot") failed -
address: ([]) - failure description: "\\"JBAS014784: Failed executing subsystem deployment-scanner boot operations\\""
11:14:05,860 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous
messages for details.
11:14:05,877 INFO [org....

error.txt

OriginalPostID-151290

OriginalPostID-151290

  Discussion posts and replies are publicly visible

Parents
  • Excellent it seems we are making progress this error makes more sense. In standalone.xml you have

    <drivers>
    <driver name="oracle.jdbc" module="oracle.jdbc">
    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
    </driver>
    </drivers>

    which means you need a file called module.xml inside <JBOSS_HOME>\\modules\\oracle\\jdbc\\main\\ as well as the driver you specified inside that module.xml. Please attach screenshots showing the content of this file and that it's in the right location.
Reply
  • Excellent it seems we are making progress this error makes more sense. In standalone.xml you have

    <drivers>
    <driver name="oracle.jdbc" module="oracle.jdbc">
    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
    </driver>
    </drivers>

    which means you need a file called module.xml inside <JBOSS_HOME>\\modules\\oracle\\jdbc\\main\\ as well as the driver you specified inside that module.xml. Please attach screenshots showing the content of this file and that it's in the right location.
Children
No Data