Datastore could not be finilized

We are facing the following issue while importing the application datastores and cdt's

dataStore _a-0000dd09-f532-8000-9ba2-011c48011c48_51648 26967 "*********_DS": The import of dataStore [id=26967 uuid=_a-0000dd09-f532-8000-9ba2-011c48011c48_51648] could not be finalized: The data store “*********_DS” [id=11306] was saved but cannot be published: The data source [java:/jdbc/Appian] cannot be reached or its configuration is invalid. Details: javax.naming.NameNotFoundException: jdbc/Appian -- service jboss.naming.context.java.jdbc.Appian (DataSourceException) (APNX-1-4178-000) (APNX-1-4071-009)

we have already configured datasource with jdbc/Appian and published datastore as well still it's not working. Any suggestions will be appreciated.

OriginalPostID-246056

  Discussion posts and replies are publicly visible

Parents
  • The following might be possible causes for this issue:

    1. The custom.properties file is using a JNDI name that is not in the appian-ds.xml file. The data source details may not be configured in appian-ds.xml file at all.

    2. The custom.properties file is using a JNDI name that does not match what is in the appian-ds.xml file. There could be a spelling error.

    Let me know if the above 2 causes are not valid in your case and also please attach the exception logged in server.log and application_server.log for the particular issue .
Reply
  • The following might be possible causes for this issue:

    1. The custom.properties file is using a JNDI name that is not in the appian-ds.xml file. The data source details may not be configured in appian-ds.xml file at all.

    2. The custom.properties file is using a JNDI name that does not match what is in the appian-ds.xml file. There could be a spelling error.

    Let me know if the above 2 causes are not valid in your case and also please attach the exception logged in server.log and application_server.log for the particular issue .
Children
No Data