Hi , I tried to start JBOSS server but it's not deploying suite.

Hi ,
I tried to start JBOSS server but it's not deploying suite.ear. Is there any configuration i may be missing ?

Thank you.

OriginalPostID-187725

OriginalPostID-187725

  Discussion posts and replies are publicly visible

  • What version of Appian is this? Can you ensure there is a suite.ear.dodeploy file under ear?
  • Appian 7.11 and in appian folder i'm not able to find the suite.ear.dodeploy file
  • Please create an empty text file and save it as suite.ear.dodeploy inside ear. Restart application server after that.
  • Do you have any idea about this ?
    22:24:08,540 INFO [stdout] (ServerService Thread Pool -- 59) 2016-01-07 22:24:08,537 [ServerService Thread Pool -- 59] INFO com.appiancorp.rdbms.config.PrimaryDataSourceConfig - Validating and initializing the primary data source: jdbc/AppianPrimaryDS
    22:24:08,964 INFO [stdout] (ServerService Thread Pool -- 59) 2016-01-07 22:24:08,963 [ServerService Thread Pool -- 59] ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianPrimaryDS
  • Please check the JNDI names in custom.properties and appian-ds.xml. Ensure that both are same.
  • Yeah it's same , here is the full log :


    22:24:08,540 INFO [stdout] (ServerService Thread Pool -- 59) 2016-01-07 22:24:08,537 [ServerService Thread Pool -- 59] INFO com.appiancorp.rdbms.config.PrimaryDataSourceConfig - Validating and initializing the primary data source: jdbc/AppianPrimaryDS
    22:24:08,964 INFO [stdout] (ServerService Thread Pool -- 59) 2016-01-07 22:24:08,963 [ServerService Thread Pool -- 59] ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianPrimaryDS
    22:24:08,964 INFO [stdout] (ServerService Thread Pool -- 59) javax.naming.NameNotFoundException: jdbc/AppianPrimaryDS -- service jboss.naming.context.java.jdbc.AppianPrimaryDS
    22:24:08,964 INFO [stdout] (ServerService Thread Pool -- 59)           at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104)
    22:24:08,964 INFO [stdout] (ServerService Thread Pool -- 59)           at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
    22:24:08,964 INFO [stdout] (ServerService Thread Pool -- 59)           at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:243)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at javax.naming.InitialContext.lookup(InitialContext.java:417)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at javax.naming.InitialContext.lookup(InitialContext.java:417)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:75)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.ejb.InjectionSettingsFactory.createConnectionProvider(InjectionSettingsFactory.java:51)
    22:24:08,965 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2836)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2832)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1843)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:37)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:21)
    22:24:08,966 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.rdbms.hb.HbConfigurationHelper.buildEntityManagerFactory(HbConfigurationHelper.java:44)
    22:24:08,967 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.getEntityManagerFactory(DataSourceManagerHbImpl.java:659)
    22:24:08,967 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.getSessionFactory(DataSourceManagerHbImpl.java:652)
    22:24:08,967 INFO [stdout] (ServerService Thread Pool -- 59)           at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.initialize(DataSourceManagerHb