I am attempting to get an installation of Appian 7 on Weblogic 12c. So far I ha

I am attempting to get an installation of Appian 7 on Weblogic 12c. So far I have succeeded in getting all the components in place, but for some reason when I start the application and monitor the logs, I see the following stack trace. I am not entirely sure why I am getting the error that I am. I have configured two datasources: one for primary and a different one for business data. Every time I start the server, I get the following in application-server.log file. The application appears to have started, but the stacktrace isn't making it look right. Any help, pointers will be appreciated.

2013-11-04 21:23:08,991 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] INFO com.appiancorp.rdbms.config.PrimaryDataSourceConfig - Validating and initializing the primary data source: java:jdbc/OraclePrimaryDS
2013-11-04 21:23:40,050 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tunin...

OriginalPostID-87968

OriginalPostID-87968

  Discussion posts and replies are publicly visible

Parents
  • ... to the primary data source. No types have been imported. Cause: Unable to build EntityManagerFactory (APNX-1-4050-002)
              at com.appiancorp.type.config.xsd.EcoreModelPersister.saveEcoreModels(EcoreModelPersister.java:112)
              at com.appiancorp.type.config.xsd.XsdImporter.importTypes(XsdImporter.java:249)
              at com.appiancorp.type.config.xsd.XsdImporter.importTypes(XsdImporter.java:237)
              at com.appiancorp.type.config.xsd.XsdImporter.importTypes(XsdImporter.java:172)
              at com.appiancorp.type.config.xsd.XsdImporter.importSystemTypes(XsdImporter.java:140)
              at com.appiancorp.type.config.pojo.PojoTypeImporter.createDatatypesFromXsdsZip(PojoTypeImporter.java:105)
              ... 53 more
    Caused by: javax.persistence.PersistenceException: Unable to build EntityManagerFactory
              at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
              at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40)
              at com.appiancorp.rdbms.hb.Hb...
Reply
  • ... to the primary data source. No types have been imported. Cause: Unable to build EntityManagerFactory (APNX-1-4050-002)
              at com.appiancorp.type.config.xsd.EcoreModelPersister.saveEcoreModels(EcoreModelPersister.java:112)
              at com.appiancorp.type.config.xsd.XsdImporter.importTypes(XsdImporter.java:249)
              at com.appiancorp.type.config.xsd.XsdImporter.importTypes(XsdImporter.java:237)
              at com.appiancorp.type.config.xsd.XsdImporter.importTypes(XsdImporter.java:172)
              at com.appiancorp.type.config.xsd.XsdImporter.importSystemTypes(XsdImporter.java:140)
              at com.appiancorp.type.config.pojo.PojoTypeImporter.createDatatypesFromXsdsZip(PojoTypeImporter.java:105)
              ... 53 more
    Caused by: javax.persistence.PersistenceException: Unable to build EntityManagerFactory
              at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
              at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40)
              at com.appiancorp.rdbms.hb.Hb...
Children
No Data