16.3 Installation

Certified Lead Developer
Hi,

We're getting the following error while starting JBOSS standalone.sh:

15:17:18,820 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 53) HHH000231: Schema export unsuccessful: java.lang.UnsupportedOperationException: The application must supply JDBC connections

Seems like a datastore issue, but we're not able to figure out the reason.
Let me me know if you need any configuration to look at.

Thanks,
Riccardo

OriginalPostID-255278

  Discussion posts and replies are publicly visible

Parents
  • This is the cause of the current issue.

    20:43:27,364 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."appian-oracle-ds.xml".FIRST_MODULE_USE: org.jboss.msc.service.StartException in service jboss.deployment.unit."appian-oracle-ds.xml".FIRST_MODULE_USE: JBAS018733: Failed to process phase FIRST_MODULE_USE of deployment "appian-oracle-ds.xml"
    ...
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException:
    ...
    Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.naming.context.java.jdbc.PrimaryDataSource is already registered

    It looks like you have multiple PrimaryDataSource's configured.

    1) How many *.ds.xml files do you have in <JBOSS_HOME>\\standalone\\deployments?
    2) How many DataSource elements does that file have?
Reply
  • This is the cause of the current issue.

    20:43:27,364 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."appian-oracle-ds.xml".FIRST_MODULE_USE: org.jboss.msc.service.StartException in service jboss.deployment.unit."appian-oracle-ds.xml".FIRST_MODULE_USE: JBAS018733: Failed to process phase FIRST_MODULE_USE of deployment "appian-oracle-ds.xml"
    ...
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException:
    ...
    Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.naming.context.java.jdbc.PrimaryDataSource is already registered

    It looks like you have multiple PrimaryDataSource's configured.

    1) How many *.ds.xml files do you have in <JBOSS_HOME>\\standalone\\deployments?
    2) How many DataSource elements does that file have?
Children
No Data