Could not find data source error while starting local Appian deployment 18.2

 Hi friends,

I've spent several hours investigating the issue, and would really appreciate any help. I'm installing 18.2 in my local laptop, with mySql 5.7.14. After configuring all the steps, and carefully going through settings multiple times, I still get a "Could not connect to data source" error. 

I ensured the root user has all rights to the datasource and I gave those privileges using MySQL workbench. In fact, when I try to connect to the same datasource with a separate java program, it connects and queries execute fine.

So I believe the problem is with Appian side configurations only. My JBoss standalone startup log, that errors out, is below. 

Can someone help to resolve this please.

 

PS C:\Users\sathish.mark> C:\Appian182\Appian\bin\jboss\jboss-eap-6.4\bin\standalone.bat
Calling "C:\appian182\appian\bin\jboss\jboss-eap-6.4\bin\standalone.conf.bat"
Calling "C:\appian182\appian\bin\jboss\jboss-eap-6.4\bin\standalone.custom.bat"
Setting JAVA property to "C:\Program Files\Java\jdk1.8.0_181\bin\java"
===============================================================================

JBoss Bootstrap Environment

JBOSS_HOME: "C:\appian182\appian\bin\jboss\jboss-eap-6.4"

JAVA: "C:\Program Files\Java\jdk1.8.0_181\bin\java"

JAVA_OPTS: "-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading -XX:+UseCompressedOops -Dprogram.name=standalone.bat -Xms2048m -Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -Dorg.apache.catalina.connector.URI_ENCODING=UTF-8 -Duser.timezone=GMT -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -server -Dappian.home.ear=C:\appian182\appian\ear -Djboss.as.management.blocking.timeout=3600 -Dorg.jboss.resolver.warning=true -Djboss.server.default.config=standalone.xml"

===============================================================================

04:33:25,253 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-redhat-1
04:33:25,458 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1
04:33:25,547 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) starting
04:33:26,865 WARN [org.jboss.messaging] (ServerService Thread Pool -- 19) JBAS011618: There is no resource matching the expiry-address jms.queue.ExpiryQueue for the address-settings #, expired messages from destinations matching this address-setting will be lost!
04:33:26,873 WARN [org.jboss.messaging] (ServerService Thread Pool -- 19) JBAS011619: There is no resource matching the dead-letter-address jms.queue.DLQ for the address-settings #, undelivered messages from destinations matching this address-setting will be lost!
04:33:31,593 INFO [org.xnio] (MSC service thread 1-7) XNIO Version 3.0.13.GA-redhat-1
04:33:31,600 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
04:33:31,605 INFO [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.0.13.GA-redhat-1
04:33:31,661 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.
04:33:31,675 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 48) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
04:33:31,704 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 39) JBAS012615: Activated the following JSF Implementations: [main, 1.2]
04:33:31,704 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 50) JBAS015537: Activating WebServices Extension
04:33:31,706 INFO [org.jboss.as.security] (ServerService Thread Pool -- 46) JBAS013371: Activating Security Subsystem
04:33:31,716 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 41) JBAS011800: Activating Naming Subsystem
04:33:31,753 INFO [org.jboss.as.security] (MSC service thread 1-12) JBAS013370: Current PicketBox version=4.1.1.Final-redhat-1
04:33:31,881 INFO [org.jboss.as.naming] (MSC service thread 1-10) JBAS011802: Starting Naming Service
04:33:31,918 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
04:33:31,921 INFO [org.jboss.as.connector.logging] (MSC service thread 1-8) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.31.Final-redhat-1)
04:33:32,086 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
04:33:32,155 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
04:33:32,223 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 3.3.4.Final-redhat-1
04:33:32,348 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-14) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/0.0.0.0:8080
04:33:32,367 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-14) JBWEB003000: Coyote HTTP/1.1 starting on: http-/0.0.0.0:8080
04:33:32,360 INFO [org.apache.coyote.ajp] (MSC service thread 1-12) JBWEB003046: Starting Coyote AJP/1.3 on ajp-/0.0.0.0:8009
04:33:32,518 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 0.0.0.0:4447
04:33:32,516 INFO [org.jboss.as.remoting] (MSC service thread 1-11) JBAS017100: Listening on 127.0.0.1:9999
04:33:32,575 WARN [org.jboss.as.messaging] (MSC service thread 1-7) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
04:33:32,614 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-12) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
04:33:32,687 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\appian182\appian\bin\jboss\jboss-eap-6.4\standalone\data\messagingjournal,bindingsDirectory=C:\appian182\appian\bin\jboss\jboss-eap-6.4\standalone\data\messagingbindings,largeMessagesDirectory=C:\appian182\appian\bin\jboss\jboss-eap-6.4\standalone\data\messaginglargemessages,pagingDirectory=C:\appian182\appian\bin\jboss\jboss-eap-6.4\standalone\data\messagingpaging)
04:33:32,690 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221006: Waiting to obtain live lock
04:33:32,722 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.4.Final-redhat-1
04:33:32,733 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221013: Using NIO Journal
04:33:32,821 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221034: Waiting to obtain live lock
04:33:32,822 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221035: Live Server Obtained live lock
04:33:33,072 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221020: Started Netty Acceptor version 3.6.10.Final-266dbdf 0.0.0.0:5455 for CORE protocol
04:33:33,075 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221020: Started Netty Acceptor version 3.6.10.Final-266dbdf 0.0.0.0:5445 for CORE protocol
04:33:33,085 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221007: Server is now live
04:33:33,086 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221001: HornetQ Server version 2.3.25.Final (2.3.x, 123) [b044e706-9539-11e8-85fb-dbe6cbe81152]
04:33:33,104 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 52) HQ221003: trying to deploy queue jms.queue.jms/ProcessQueue
04:33:33,121 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 52) JBAS011601: Bound messaging object to jndi name java:/jms/AppianProcessIntegrationQueue
04:33:33,127 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 52) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/AppianProcessIntegrationQueue
04:33:33,154 INFO [org.hornetq.jms.server] (ServerService Thread Pool -- 53) HQ121005: Invalid "host" value "0.0.0.0" detected for "netty" connector. Switching to "5CG8192JRN". If this new address is incorrect please manually configure the connector to use the proper one.
04:33:33,210 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 53) JBAS011601: Bound messaging object to jndi name java:/jms/AppianProcessIntegrationConnectionFactory
04:33:33,212 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 53) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/AppianProcessIntegrationConnectionFactory
04:33:33,260 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010406: Registered connection factory java:/JmsXA
04:33:33,339 INFO [org.hornetq.ra] (MSC service thread 1-7) HornetQ resource adaptor started
04:33:33,340 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-7) IJ020002: Deployed: file://RaActivatorhornetq-ra
04:33:33,345 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
04:34:06,064 WARN [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS015867: Deployment "deployment.suite.ear" is using a private module ("com.sun.jsf-impl:main") which may be changed or removed in future versions without notice.
04:34:06,067 WARN [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS015867: Deployment "deployment.suite.ear" is using a private module ("com.sun.jsf-impl:main") which may be changed or removed in future versions without notice.
04:34:06,116 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named ClasspathResourcesEjb in deployment unit subdeployment "resources-classpath.jar" of deployment "suite.ear" are as follows:

java:global/suite/resources-classpath/ClasspathResourcesEjb!com.appiancorp.common.ClasspathResourcesEjb
java:app/resources-classpath/ClasspathResourcesEjb!com.appiancorp.common.ClasspathResourcesEjb
java:module/ClasspathResourcesEjb!com.appiancorp.common.ClasspathResourcesEjb
java:global/suite/resources-classpath/ClasspathResourcesEjb
java:app/resources-classpath/ClasspathResourcesEjb
java:module/ClasspathResourcesEjb

04:34:06,309 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016012: Deployment deployment "suite.ear" contains CDI annotations but beans.xml was not found.
04:34:06,992 INFO [org.jboss.web] (ServerService Thread Pool -- 86) JBAS018210: Register web context: /suite
04:34:07,126 ERROR [stderr] (ServerService Thread Pool -- 86) log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.PropertiesConfiguration).
04:34:07,131 ERROR [stderr] (ServerService Thread Pool -- 86) log4j:WARN Please initialize the log4j system properly.
04:34:07,131 ERROR [stderr] (ServerService Thread Pool -- 86) log4j:WARN See logging.apache.org/.../faq.html for more info.
04:34:08,676 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) Initializing Spring root WebApplicationContext
04:34:11,506 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:11,506 [ServerService Thread Pool -- 86] INFO com.appiancorp.common.persistence.search.SearchServerClientConfiguration - Using the Search Server client configuration specified in appian-topology.xml.
04:34:11,809 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:11,809 [ServerService Thread Pool -- 86] INFO com.appiancorp.common.persistence.search.AppianSearchSpringConfig - initializing client with server addresses: [localhost:9300]
04:34:12,827 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:12,827 [ServerService Thread Pool -- 86] INFO com.appiancorp.common.persistence.search.AppianSearchSpringConfig - client settings: {client.transport.ping_timeout=20s, client.transport.sniff=true, client.type=transport, cluster.name=appian-search-cluster, name=Client 9178AF4A, network.server=false, node.client=true, path.logs=C:\appian182\appian\logs, transport.ping_schedule=5s}
04:34:12,829 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:12,829 [ServerService Thread Pool -- 86] INFO com.appiancorp.common.persistence.search.AppianSearchSpringConfig - client configured nodes: [{#transport#-1}{localhost}{127.0.0.1:9300}]
04:34:12,832 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:12,831 [ServerService Thread Pool -- 86] INFO com.appiancorp.common.persistence.search.AppianSearchSpringConfig - client connected nodes: [{Node localhost:9300}{waTn9rcSRDORf8e4bnr-Ww}{localhost}{127.0.0.1:9300}]
04:34:12,900 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:12,899 [ServerService Thread Pool -- 86] INFO com.appiancorp.common.persistence.search.AppianSearchSpringConfig - search server: productName=ElasticSearch, productVersion=2.4.5, driverName=org.elasticsearch.client.transport.TransportClient, driverVersion=2.4.5
04:34:15,866 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:15,862 [ServerService Thread Pool -- 86] ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS
04:34:15,866 INFO [stdout] (ServerService Thread Pool -- 86) javax.naming.NameNotFoundException: jdbc/AppianDS -- service jboss.naming.context.java.jdbc.AppianDS
04:34:15,868 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104)
04:34:15,869 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
04:34:15,870 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:243)
04:34:15,870 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
04:34:15,871 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
04:34:15,872 INFO [stdout] (ServerService Thread Pool -- 86) at javax.naming.InitialContext.lookup(InitialContext.java:417)
04:34:15,873 INFO [stdout] (ServerService Thread Pool -- 86) at javax.naming.InitialContext.lookup(InitialContext.java:417)
04:34:15,873 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:75)
04:34:15,874 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
04:34:15,876 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.InjectionSettingsFactory.createConnectionProvider(InjectionSettingsFactory.java:51)
04:34:15,877 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
04:34:15,878 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2836)
04:34:15,879 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2832)
04:34:15,880 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1843)
04:34:15,881 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906)
04:34:15,881 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:43)
04:34:15,888 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40)
04:34:15,893 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:21)
04:34:15,894 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper.buildEntityManagerFactory(HbConfigurationHelper.java:47)
04:34:15,895 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.getEntityManagerFactory(DataSourceManagerHbImpl.java:585)
04:34:15,896 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.EntityManagerFactoryWrapper.getDelegate(EntityManagerFactoryWrapper.java:39)
04:34:15,896 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.EntityManagerFactoryWrapper.createEntityManager(EntityManagerFactoryWrapper.java:43)
04:34:15,901 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.createEntityManagerForTransaction(JpaTransactionManager.java:449)
04:34:15,902 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:369)
04:34:15,914 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:373)
04:34:15,916 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:461)
04:34:15,925 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:277)
04:34:15,926 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
04:34:15,931 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
04:34:15,932 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
04:34:15,944 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
04:34:15,956 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
04:34:15,967 INFO [stdout] (ServerService Thread Pool -- 86) at com.sun.proxy.$Proxy100.get(Unknown Source)
04:34:15,967 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.getConfig(ReadWriteConfigurationDaoImpl.java:46)
04:34:15,972 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.containsKey(ReadWriteConfigurationDaoImpl.java:62)
04:34:15,972 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.SubsetConfiguration.containsKey(SubsetConfiguration.java:164)
04:34:15,980 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.CompositeConfiguration.getProperty(CompositeConfiguration.java:261)
04:34:15,981 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.AbstractConfiguration.resolveContainerStore(AbstractConfiguration.java:1171)
04:34:15,982 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.AbstractConfiguration.getString(AbstractConfiguration.java:1038)
04:34:15,989 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.ReadOnlyConfiguration.getString(ReadOnlyConfiguration.java:214)
04:34:15,990 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.AbstractConfiguration.getString(AbstractConfiguration.java:354)
04:34:15,998 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:23)
04:34:15,999 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:10)
04:34:16,004 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty$1.call(AdministeredProperty.java:139)
04:34:16,005 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsUserIfNoContextSet(SpringSecurityContextHelper.java:222)
04:34:16,015 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty.getValue(AdministeredProperty.java:135)
04:34:16,016 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.AdministeredConfiguration.getValue(AdministeredConfiguration.java:445)
04:34:16,027 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.CustomBrandingConfiguration.getSitename(CustomBrandingConfiguration.java:138)
04:34:16,036 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.ap2.PortalApplicationConfiguration.getAppname(PortalApplicationConfiguration.java:36)
04:34:16,037 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:51)
04:34:16,042 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:49)
04:34:16,050 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsAdmin(SpringSecurityContextHelper.java:97)
04:34:16,051 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint.<init>(HttpBasicAuthenticationEntryPoint.java:49)
04:34:16,053 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:34:16,057 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:34:16,064 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:34:16,068 INFO [stdout] (ServerService Thread Pool -- 86) at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:34:16,079 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
04:34:16,080 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
04:34:16,084 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1147)
04:34:16,085 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
04:34:16,098 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:16,099 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,112 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,125 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,137 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,138 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,150 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:16,150 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:16,162 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:648)
04:34:16,163 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
04:34:16,165 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193)
04:34:16,166 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095)
04:34:16,175 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:16,176 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,186 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,187 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,190 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,192 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,202 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:16,208 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:16,208 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
04:34:16,222 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
04:34:16,222 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
04:34:16,231 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
04:34:16,232 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193)
04:34:16,232 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095)
04:34:16,238 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:16,239 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,247 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,248 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,249 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,257 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,257 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:16,271 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:16,279 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
04:34:16,280 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
04:34:16,281 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1531)
04:34:16,281 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1276)
04:34:16,286 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
04:34:16,295 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,296 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,300 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,301 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,314 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,315 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:742)
04:34:16,328 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
04:34:16,329 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
04:34:16,342 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
04:34:16,350 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
04:34:16,351 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
04:34:16,353 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.lambda$contextInitialized$0(AppianSpringContextLoaderListener.java:22)
04:34:16,357 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:34)
04:34:16,365 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.contextInitialized(AppianSpringContextLoaderListener.java:21)
04:34:16,366 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.doContextInitialized(StartupHaltingServletContextListener.java:92)
04:34:16,369 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener$1.run(StartupHaltingServletContextListener.java:74)
04:34:16,370 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:38)
04:34:16,372 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.contextInitialized(StartupHaltingServletContextListener.java:71)
04:34:16,377 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339)
04:34:16,379 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3780)
04:34:16,390 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163)
04:34:16,392 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61)
04:34:16,403 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)
04:34:16,407 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:34:16,408 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:34:16,418 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:34:16,419 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:34:16,424 INFO [stdout] (ServerService Thread Pool -- 86) at java.lang.Thread.run(Thread.java:748)
04:34:16,425 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
04:34:16,441 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:16,441 [ServerService Thread Pool -- 86] INFO com.appian.es.client.TransportClientManager - Shutting down client.
04:34:16,517 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:16,512 [ServerService Thread Pool -- 86] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
04:34:16,517 INFO [stdout] (ServerService Thread Pool -- 86) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,522 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
04:34:16,524 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:16,526 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
04:34:16,528 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
04:34:16,529 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1531)
04:34:16,530 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1276)
04:34:16,531 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
04:34:16,538 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,544 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,545 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,546 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,551 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,552 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:742)
04:34:16,562 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
04:34:16,565 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
04:34:16,567 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
04:34:16,580 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
04:34:16,582 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
04:34:16,592 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.lambda$contextInitialized$0(AppianSpringContextLoaderListener.java:22)
04:34:16,593 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:34)
04:34:16,598 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.contextInitialized(AppianSpringContextLoaderListener.java:21)
04:34:16,599 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.doContextInitialized(StartupHaltingServletContextListener.java:92)
04:34:16,609 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener$1.run(StartupHaltingServletContextListener.java:74)
04:34:16,615 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:38)
04:34:16,616 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.contextInitialized(StartupHaltingServletContextListener.java:71)
04:34:16,624 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339)
04:34:16,630 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3780)
04:34:16,631 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163)
04:34:16,644 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61)
04:34:16,645 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)
04:34:16,658 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:34:16,665 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:34:16,668 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:34:16,669 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:34:16,673 INFO [stdout] (ServerService Thread Pool -- 86) at java.lang.Thread.run(Thread.java:748)
04:34:16,674 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
04:34:16,681 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,698 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
04:34:16,702 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:16,703 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
04:34:16,710 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
04:34:16,711 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
04:34:16,712 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
04:34:16,713 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193)
04:34:16,713 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095)
04:34:16,715 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:16,716 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,718 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,719 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,720 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,722 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,729 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:16,735 INFO [stdout] (ServerService Thread Pool -- 86) ... 35 more
04:34:16,737 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,753 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
04:34:16,758 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:16,759 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:648)
04:34:16,765 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
04:34:16,767 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193)
04:34:16,768 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095)
04:34:16,771 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:16,775 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,782 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,783 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,784 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,791 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,792 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:16,802 INFO [stdout] (ServerService Thread Pool -- 86) ... 49 more
04:34:16,804 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,814 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1155)
04:34:16,815 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
04:34:16,816 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:16,821 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:16,823 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:16,830 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:16,831 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:16,832 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:16,838 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:16,839 INFO [stdout] (ServerService Thread Pool -- 86) ... 61 more
04:34:16,846 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,848 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:154)
04:34:16,851 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
04:34:16,853 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1147)
04:34:16,861 INFO [stdout] (ServerService Thread Pool -- 86) ... 69 more
04:34:16,861 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,862 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:431)
04:34:16,863 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:373)
04:34:16,869 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:461)
04:34:16,869 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:277)
04:34:16,877 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
04:34:16,878 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
04:34:16,879 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
04:34:16,879 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
04:34:16,883 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
04:34:16,885 INFO [stdout] (ServerService Thread Pool -- 86) at com.sun.proxy.$Proxy100.get(Unknown Source)
04:34:16,892 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.getConfig(ReadWriteConfigurationDaoImpl.java:46)
04:34:16,893 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.containsKey(ReadWriteConfigurationDaoImpl.java:62)
04:34:16,893 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.SubsetConfiguration.containsKey(SubsetConfiguration.java:164)
04:34:16,894 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.CompositeConfiguration.getProperty(CompositeConfiguration.java:261)
04:34:16,898 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.AbstractConfiguration.resolveContainerStore(AbstractConfiguration.java:1171)
04:34:16,900 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.AbstractConfiguration.getString(AbstractConfiguration.java:1038)
04:34:16,907 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.ReadOnlyConfiguration.getString(ReadOnlyConfiguration.java:214)
04:34:16,908 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.AbstractConfiguration.getString(AbstractConfiguration.java:354)
04:34:16,913 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:23)
04:34:16,914 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:10)
04:34:16,924 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty$1.call(AdministeredProperty.java:139)
04:34:16,928 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsUserIfNoContextSet(SpringSecurityContextHelper.java:222)
04:34:16,929 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty.getValue(AdministeredProperty.java:135)
04:34:16,940 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.AdministeredConfiguration.getValue(AdministeredConfiguration.java:445)
04:34:16,943 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.CustomBrandingConfiguration.getSitename(CustomBrandingConfiguration.java:138)
04:34:16,944 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.ap2.PortalApplicationConfiguration.getAppname(PortalApplicationConfiguration.java:36)
04:34:16,954 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:51)
04:34:16,955 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:49)
04:34:16,957 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsAdmin(SpringSecurityContextHelper.java:97)
04:34:16,961 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint.<init>(HttpBasicAuthenticationEntryPoint.java:49)
04:34:16,970 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:34:16,971 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:34:16,978 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:34:16,979 INFO [stdout] (ServerService Thread Pool -- 86) at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:34:16,980 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
04:34:16,981 INFO [stdout] (ServerService Thread Pool -- 86) ... 71 more
04:34:16,982 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:16,992 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
04:34:16,993 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:43)
04:34:16,996 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40)
04:34:16,997 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:21)
04:34:17,005 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper.buildEntityManagerFactory(HbConfigurationHelper.java:47)
04:34:17,006 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.getEntityManagerFactory(DataSourceManagerHbImpl.java:585)
04:34:17,011 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.EntityManagerFactoryWrapper.getDelegate(EntityManagerFactoryWrapper.java:39)
04:34:17,012 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.EntityManagerFactoryWrapper.createEntityManager(EntityManagerFactoryWrapper.java:43)
04:34:17,021 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.createEntityManagerForTransaction(JpaTransactionManager.java:449)
04:34:17,025 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:369)
04:34:17,025 INFO [stdout] (ServerService Thread Pool -- 86) ... 105 more
04:34:17,038 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.hibernate.HibernateException: Could not find datasource
04:34:17,041 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:79)
04:34:17,048 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
04:34:17,049 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.InjectionSettingsFactory.createConnectionProvider(InjectionSettingsFactory.java:51)
04:34:17,054 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
04:34:17,056 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2836)
04:34:17,063 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2832)
04:34:17,064 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1843)
04:34:17,065 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906)
04:34:17,070 INFO [stdout] (ServerService Thread Pool -- 86) ... 114 more
04:34:17,071 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: javax.naming.NameNotFoundException: jdbc/AppianDS -- service jboss.naming.context.java.jdbc.AppianDS
04:34:17,078 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104)
04:34:17,079 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
04:34:17,080 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:243)
04:34:17,081 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
04:34:17,082 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
04:34:17,084 INFO [stdout] (ServerService Thread Pool -- 86) at javax.naming.InitialContext.lookup(InitialContext.java:417)
04:34:17,085 INFO [stdout] (ServerService Thread Pool -- 86) at javax.naming.InitialContext.lookup(InitialContext.java:417)
04:34:17,086 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:75)
04:34:17,096 INFO [stdout] (ServerService Thread Pool -- 86) ... 121 more
04:34:17,108 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:17,107 [ServerService Thread Pool -- 86] FATAL com.appiancorp.common.web.StartupHaltingServletContextListener - Halting JVM startup: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,136 INFO [stdout] (ServerService Thread Pool -- 86) com.appiancorp.suiteapi.common.exceptions.AppianException: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,173 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.contextInitialized(StartupHaltingServletContextListener.java:86)
04:34:17,174 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339)
04:34:17,175 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3780)
04:34:17,180 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163)
04:34:17,181 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61)
04:34:17,190 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)
04:34:17,192 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:34:17,194 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:34:17,205 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:34:17,206 INFO [stdout] (ServerService Thread Pool -- 86) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:34:17,210 INFO [stdout] (ServerService Thread Pool -- 86) at java.lang.Thread.run(Thread.java:748)
04:34:17,210 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
04:34:17,220 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,257 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.contextInitialized(AppianSpringContextLoaderListener.java:24)
04:34:17,264 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.doContextInitialized(StartupHaltingServletContextListener.java:92)
04:34:17,265 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener$1.run(StartupHaltingServletContextListener.java:74)
04:34:17,266 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:38)
04:34:17,268 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.web.StartupHaltingServletContextListener.contextInitialized(StartupHaltingServletContextListener.java:71)
04:34:17,272 INFO [stdout] (ServerService Thread Pool -- 86) ... 11 more
04:34:17,272 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,304 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
04:34:17,305 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:17,312 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
04:34:17,313 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
04:34:17,314 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1531)
04:34:17,315 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1276)
04:34:17,321 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
04:34:17,322 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:17,329 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:17,330 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:17,331 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:17,335 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:17,343 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:742)
04:34:17,344 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
04:34:17,346 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
04:34:17,356 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
04:34:17,357 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
04:34:17,360 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
04:34:17,361 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.lambda$contextInitialized$0(AppianSpringContextLoaderListener.java:22)
04:34:17,373 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:34)
04:34:17,374 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.contextInitialized(AppianSpringContextLoaderListener.java:21)
04:34:17,381 INFO [stdout] (ServerService Thread Pool -- 86) ... 15 more
04:34:17,384 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,402 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
04:34:17,409 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:17,410 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
04:34:17,410 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
04:34:17,412 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
04:34:17,413 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
04:34:17,413 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193)
04:34:17,415 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095)
04:34:17,420 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:17,421 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:17,422 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:17,424 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:17,436 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:17,437 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:17,438 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:17,442 INFO [stdout] (ServerService Thread Pool -- 86) ... 35 more
04:34:17,442 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,458 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
04:34:17,459 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
04:34:17,469 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:648)
04:34:17,473 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
04:34:17,475 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193)
04:34:17,488 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095)
04:34:17,489 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:17,497 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:17,498 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:17,499 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:17,506 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:17,507 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:17,518 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:17,521 INFO [stdout] (ServerService Thread Pool -- 86) ... 49 more
04:34:17,522 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,531 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1155)
04:34:17,532 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
04:34:17,534 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
04:34:17,540 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
04:34:17,540 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
04:34:17,547 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
04:34:17,548 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
04:34:17,555 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
04:34:17,556 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
04:34:17,564 INFO [stdout] (ServerService Thread Pool -- 86) ... 61 more
04:34:17,565 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,573 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:154)
04:34:17,580 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
04:34:17,581 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1147)
04:34:17,586 INFO [stdout] (ServerService Thread Pool -- 86) ... 69 more
04:34:17,594 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,595 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:431)
04:34:17,596 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:373)
04:34:17,597 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:461)
04:34:17,601 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:277)
04:34:17,603 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
04:34:17,610 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
04:34:17,611 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
04:34:17,612 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
04:34:17,613 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
04:34:17,619 INFO [stdout] (ServerService Thread Pool -- 86) at com.sun.proxy.$Proxy100.get(Unknown Source)
04:34:17,621 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.getConfig(ReadWriteConfigurationDaoImpl.java:46)
04:34:17,631 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.containsKey(ReadWriteConfigurationDaoImpl.java:62)
04:34:17,633 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.SubsetConfiguration.containsKey(SubsetConfiguration.java:164)
04:34:17,640 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.CompositeConfiguration.getProperty(CompositeConfiguration.java:261)
04:34:17,642 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.AbstractConfiguration.resolveContainerStore(AbstractConfiguration.java:1171)
04:34:17,644 INFO [stdout] (ServerService Thread Pool -- 86) at org.apache.commons.configuration.AbstractConfiguration.getString(AbstractConfiguration.java:1038)
04:34:17,645 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.ReadOnlyConfiguration.getString(ReadOnlyConfiguration.java:214)
04:34:17,649 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.AbstractConfiguration.getString(AbstractConfiguration.java:354)
04:34:17,658 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:23)
04:34:17,659 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:10)
04:34:17,664 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty$1.call(AdministeredProperty.java:139)
04:34:17,665 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsUserIfNoContextSet(SpringSecurityContextHelper.java:222)
04:34:17,679 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty.getValue(AdministeredProperty.java:135)
04:34:17,680 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.adminconsole.AdministeredConfiguration.getValue(AdministeredConfiguration.java:445)
04:34:17,690 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.suite.cfg.CustomBrandingConfiguration.getSitename(CustomBrandingConfiguration.java:138)
04:34:17,696 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.ap2.PortalApplicationConfiguration.getAppname(PortalApplicationConfiguration.java:36)
04:34:17,697 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:51)
04:34:17,711 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:49)
04:34:17,712 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsAdmin(SpringSecurityContextHelper.java:97)
04:34:17,723 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint.<init>(HttpBasicAuthenticationEntryPoint.java:49)
04:34:17,732 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:34:17,737 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:34:17,738 INFO [stdout] (ServerService Thread Pool -- 86) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:34:17,744 INFO [stdout] (ServerService Thread Pool -- 86) at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:34:17,744 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
04:34:17,748 INFO [stdout] (ServerService Thread Pool -- 86) ... 71 more
04:34:17,749 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: javax.persistence.PersistenceException: Unable to build EntityManagerFactory
04:34:17,760 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
04:34:17,767 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:43)
04:34:17,768 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40)
04:34:17,769 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:21)
04:34:17,770 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.HbConfigurationHelper.buildEntityManagerFactory(HbConfigurationHelper.java:47)
04:34:17,775 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.getEntityManagerFactory(DataSourceManagerHbImpl.java:585)
04:34:17,775 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.EntityManagerFactoryWrapper.getDelegate(EntityManagerFactoryWrapper.java:39)
04:34:17,789 INFO [stdout] (ServerService Thread Pool -- 86) at com.appiancorp.common.config.EntityManagerFactoryWrapper.createEntityManager(EntityManagerFactoryWrapper.java:43)
04:34:17,790 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.createEntityManagerForTransaction(JpaTransactionManager.java:449)
04:34:17,797 INFO [stdout] (ServerService Thread Pool -- 86) at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:369)
04:34:17,798 INFO [stdout] (ServerService Thread Pool -- 86) ... 105 more
04:34:17,803 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: org.hibernate.HibernateException: Could not find datasource
04:34:17,807 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:79)
04:34:17,814 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
04:34:17,815 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.InjectionSettingsFactory.createConnectionProvider(InjectionSettingsFactory.java:51)
04:34:17,822 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
04:34:17,823 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2836)
04:34:17,829 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2832)
04:34:17,830 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1843)
04:34:17,831 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906)
04:34:17,839 INFO [stdout] (ServerService Thread Pool -- 86) ... 114 more
04:34:17,839 INFO [stdout] (ServerService Thread Pool -- 86) Caused by: javax.naming.NameNotFoundException: jdbc/AppianDS -- service jboss.naming.context.java.jdbc.AppianDS
04:34:17,846 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104)
04:34:17,847 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
04:34:17,848 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:243)
04:34:17,850 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
04:34:17,855 INFO [stdout] (ServerService Thread Pool -- 86) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
04:34:17,855 INFO [stdout] (ServerService Thread Pool -- 86) at javax.naming.InitialContext.lookup(InitialContext.java:417)
04:34:17,862 INFO [stdout] (ServerService Thread Pool -- 86) at javax.naming.InitialContext.lookup(InitialContext.java:417)
04:34:17,863 INFO [stdout] (ServerService Thread Pool -- 86) at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:75)
04:34:17,864 INFO [stdout] (ServerService Thread Pool -- 86) ... 121 more
04:34:17,883 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.common.AppianSpringContextLoaderListener: com.appiancorp.common.config.FatalConfigurationException: com.appiancorp.suiteapi.common.exceptions.AppianException: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at com.appiancorp.common.web.StartupHaltingServletContextListener.contextInitialized(StartupHaltingServletContextListener.java:86) [appian-ae-18.2.56.0.jar:]
at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3780) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_181]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_181]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.contextInitialized(AppianSpringContextLoaderListener.java:24) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.web.StartupHaltingServletContextListener.doContextInitialized(StartupHaltingServletContextListener.java:92) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.web.StartupHaltingServletContextListener$1.run(StartupHaltingServletContextListener.java:74) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:38) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.web.StartupHaltingServletContextListener.contextInitialized(StartupHaltingServletContextListener.java:71) [appian-ae-18.2.56.0.jar:]
... 11 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#51' while setting bean property 'sourceList' with key [51]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1531) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1276) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:742) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) [spring-context-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) [spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) [spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.lambda$contextInitialized$0(AppianSpringContextLoaderListener.java:22) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.changelog.AuditLogLocationService.runWithLocation(AuditLogLocationService.java:34) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.AppianSpringContextLoaderListener$AppianContextLoaderListener.contextInitialized(AppianSpringContextLoaderListener.java:21) [appian-ae-18.2.56.0.jar:]
... 15 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#51': Cannot resolve reference to bean 'mobileClientValidationFilter' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
... 35 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mobileClientValidationFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot resolve reference to bean 'httpBasicAuthenticationEntryPoint' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:648) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
... 49 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpBasicAuthenticationEntryPoint' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1155) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
... 61 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint]: Constructor threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:154) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1147) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
... 69 more
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:431) [spring-orm-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:373) [spring-tx-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:461) [spring-tx-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:277) [spring-tx-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) [spring-tx-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) [spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) [spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at com.sun.proxy.$Proxy100.get(Unknown Source)
at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.getConfig(ReadWriteConfigurationDaoImpl.java:46) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.containsKey(ReadWriteConfigurationDaoImpl.java:62) [appian-ae-18.2.56.0.jar:]
at org.apache.commons.configuration.SubsetConfiguration.containsKey(SubsetConfiguration.java:164) [commons-configuration-1.10.jar:1.10]
at org.apache.commons.configuration.CompositeConfiguration.getProperty(CompositeConfiguration.java:261) [commons-configuration-1.10.jar:1.10]
at org.apache.commons.configuration.AbstractConfiguration.resolveContainerStore(AbstractConfiguration.java:1171) [commons-configuration-1.10.jar:1.10]
at org.apache.commons.configuration.AbstractConfiguration.getString(AbstractConfiguration.java:1038) [commons-configuration-1.10.jar:1.10]
at com.appiancorp.common.config.ReadOnlyConfiguration.getString(ReadOnlyConfiguration.java:214) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.config.AbstractConfiguration.getString(AbstractConfiguration.java:354) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:23) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredStringAccessor.getValue(AdministeredStringAccessor.java:10) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty$1.call(AdministeredProperty.java:139) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsUserIfNoContextSet(SpringSecurityContextHelper.java:222) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.suite.cfg.adminconsole.administeredproperty.AdministeredProperty.getValue(AdministeredProperty.java:135) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.suite.cfg.adminconsole.AdministeredConfiguration.getValue(AdministeredConfiguration.java:445) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.suite.cfg.CustomBrandingConfiguration.getSitename(CustomBrandingConfiguration.java:138) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.ap2.PortalApplicationConfiguration.getAppname(PortalApplicationConfiguration.java:36) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:51) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint$1.call(HttpBasicAuthenticationEntryPoint.java:49) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.auth.SpringSecurityContextHelper.runAsAdmin(SpringSecurityContextHelper.java:97) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.security.auth.HttpBasicAuthenticationEntryPoint.<init>(HttpBasicAuthenticationEntryPoint.java:49) [appian-ae-18.2.56.0.jar:]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.8.0_181]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [rt.jar:1.8.0_181]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [rt.jar:1.8.0_181]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [rt.jar:1.8.0_181]
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142) [spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
... 71 more
Caused by: javax.persistence.PersistenceException: Unable to build EntityManagerFactory
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915) [hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:43) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.rdbms.hb.HbConfigurationHelper$1.call(HbConfigurationHelper.java:40) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:21) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.rdbms.hb.HbConfigurationHelper.buildEntityManagerFactory(HbConfigurationHelper.java:47) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.rdbms.hb.DataSourceManagerHbImpl.getEntityManagerFactory(DataSourceManagerHbImpl.java:585) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.config.EntityManagerFactoryWrapper.getDelegate(EntityManagerFactoryWrapper.java:39) [appian-ae-18.2.56.0.jar:]
at com.appiancorp.common.config.EntityManagerFactoryWrapper.createEntityManager(EntityManagerFactoryWrapper.java:43) [appian-ae-18.2.56.0.jar:]
at org.springframework.orm.jpa.JpaTransactionManager.createEntityManagerForTransaction(JpaTransactionManager.java:449) [spring-orm-4.3.14.RELEASE.jar:4.3.14.RELEASE]
at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:369) [spring-orm-4.3.14.RELEASE.jar:4.3.14.RELEASE]
... 105 more
Caused by: org.hibernate.HibernateException: Could not find datasource
at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:79) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
at org.hibernate.ejb.InjectionSettingsFactory.createConnectionProvider(InjectionSettingsFactory.java:51) [hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2836) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2832) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1843) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906) [hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
... 114 more
Caused by: javax.naming.NameNotFoundException: jdbc/AppianDS -- service jboss.naming.context.java.jdbc.AppianDS
at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:243)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
at javax.naming.InitialContext.lookup(InitialContext.java:417) [rt.jar:1.8.0_181]
at javax.naming.InitialContext.lookup(InitialContext.java:417) [rt.jar:1.8.0_181]
at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:75) [hibernate-core-3.6.3.Final-appian-1.2.jar:3.6.3.Final]
... 121 more

04:34:18,583 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.object.locking.DesignObjectLockServletContextListener: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,596 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.common.config.ConfigurationLoader: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,603 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.rdbms.datasource.BusinessDataSourceValidator: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,614 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.plugins.PluginLoader: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,622 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.applications.BundledApplicationsLoader: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,630 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.content.TransientFilesCleanup: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,634 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.security.auth.CookieConfigurationContextListener: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,646 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.process.workpoller.UnattendedRequestPollerLoader: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,648 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.process.jms.JmsProcessIntegrationLoader: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,656 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.process.emailpoller.EmailPollerLoader: com.appiancorp.common.web.StartupHaltingServletContextListener$StartupHaltedException: Startup halted.

04:34:18,739 ERROR [org.apache.catalina.core] (ServerService Thread Pool -- 86) JBWEB001103: Error detected during context /suite start, will stop it
04:34:18,791 INFO [stdout] (ServerService Thread Pool -- 86) 2018-08-01 04:34:18,791 [ServerService Thread Pool -- 86] INFO com.appiancorp.plugins.PluginLoader - Appian Plug-in Framework stopped in 0:00:00.004
04:34:18,795 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 86) Closing Spring root WebApplicationContext
04:34:18,819 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 86) MSC000001: Failed to start service jboss.web.deployment.default-host./suite: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./suite: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:99)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_181]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_181]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:168)
at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61)
at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)
... 6 more

04:34:18,859 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "suite.ear")]) - failure description: {
"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./suite" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./suite: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context
Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context"},
"JBAS014771: Services with missing/unavailable dependencies" => [
"jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb.Validator is missing [jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb]",
"jboss.deployment.unit.\"suite.ear\".deploymentCompleteService is missing [jboss.deployment.subunit.\"suite.ear\".\"resources-classpath.jar\".deploymentCompleteService]",
"jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb.ValidatorFactory is missing [jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb]"
]
}
04:34:18,969 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS015859: Deployed "suite.ear" (runtime-name : "suite.ear")
04:34:18,971 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.deployment.subunit."suite.ear"."resources-classpath.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."suite.ear".deploymentCompleteService]
service jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb (missing) dependents: [service jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb.ValidatorFactory, service jboss.naming.context.java.comp.suite.resources-classpath.ClasspathResourcesEjb.Validator]
JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./suite: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./suite: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context

04:34:19,003 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on 127.0.0.1:9990/management
04:34:19,003 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
04:34:19,004 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) started (with errors) in 54158ms - Started 1469 of 1515 services (8 services failed or missing dependencies, 71 services are lazy, passive or on-demand)
04:34:20,429 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015858: Undeployed "suite.ear" (runtime-name: "suite.ear")
04:34:20,440 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.deployment.subunit."suite.ear"."web.war".INSTALL (missing) dependents: [service jboss.deployment.subunit."suite.ear"."resources-classpath.jar".INSTALL]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ac.taglib.FormatDateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ac.taglib.FormatTextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.GroupImageUrlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.GroupPhotoWidthTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.GroupTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.UserImageUrlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.UserPhotoHeightTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.UserPhotoTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.UserPhotoWidthTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ag.util.taglib.UserTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.AGSFieldTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.CacheTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.CompressionFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.ELLaunchTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.EncodingFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.EntryFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.EscapeJSTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.ImgTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.IntuitiveUrlPermanentRedirectServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.IntuitiveUrlServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.LoginPageServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.MobileRedirectFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.NavigationFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.NullByteInjectionFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.PageFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.PortalRequestTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.TruncateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.WrapFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.environment.EnvironmentFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.environment.EnvironmentUrlServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ap2.ns.InitEmailNtfRequest".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.applications.BundledApplicationsLoader".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.components.common.BackgroundFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ActionErrorsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ActionMessagesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ButtonSetTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ButtonTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.CleanJsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ConfigObjectTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.CounterTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.DBToJavaDateConverterTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.DynamicFiltersTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FieldsetTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FilterHtmlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FindFirstTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FormTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FormTextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FormTokenTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FormatDateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FormatTextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.FromJsonTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.GetUserPostCountTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.GridAttributeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.GridTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.HierarchyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ImportInputFormTagAttributesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.InputTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.InternalUrlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.JspLogger".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.LengthTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.LinkBase".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.LinkTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.LocaleStringTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.LocalizeNumber".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.OpaqueContentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.OptionGroupTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.OutTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ParamTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ParsePageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.PickerSearchFormTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.SecurityManagerTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.TextDirectionTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.ToJsonTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.TypeCacheDisplayTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.UrlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.asi.taglib.WizardTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.AppianSpringContextLoaderListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.StartupContextListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.config.ConfigurationLoader".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.event.HttpSessionListenerImpl".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.logging.ConfigureLog4j".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.logging.GWTRemoteLoggingService".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.monitoring.AppianMetricsServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.struts.AppianActionServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.web.GifImageFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.web.HttpSessionCreateLogger".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.web.HttpStrictTransportSecurityFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.common.web.WeblogicSessionAttributeClassLoaderRequestFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.connectedsystems.http.oauth.OAuthServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.content.TransientFilesCleanup".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.embedded.http.RedirectServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.gwt.datastore.server.DataStoreRPCServiceImpl".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.gwt.datatype.server.DataTypeRPCServiceImpl".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.gwt.queryrule.server.QueryRulesRpcServiceImpl".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.km.servlet.Download".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.object.locking.DesignObjectLockServletContextListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.plugins.servlet.FileServerServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.emailpoller.EmailPollerLoader".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.jms.JmsProcessIntegrationLoader".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.ArrayLengthTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.BeanArrayTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.InputNameTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.MessageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.ProcessButtonTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.ProcessInputTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.runtime.taglib.ProcessReportTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.webservices.pmserver.PMServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.process.workpoller.UnattendedRequestPollerLoader".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.rdbms.config.PrimaryDataSourceShutdown".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.rdbms.datasource.BusinessDataSourceValidator".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.AuthProviderFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.CookieConfigurationContextListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.ForceSetPasswordFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.forgotpassword.ForgotPasswordRequestServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.logging.AuthenticationLoggingFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.phpmyadmin.PhpMyAdminLogoutSessionListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.saml.SamlLogoutServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.auth.saml.SamlTestServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.cors.CorsFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.cors.CorsServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.csp.CspFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.jsonrpc.JsonRpcFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.struts.ClassParamFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.web.DomainFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.security.web.FrameOptionsFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.sharepoint.webpart.WebPartServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.suiteapi.web.portal.PortalStateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.EncryptedUploadServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.FavoriteServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.FileServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.IconServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.OpenACaseServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.SubscriptionServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.UploadServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.tempo.api.UserInfoServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.webapi.WebApiServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.appiancorp.ws.office.OfficeIntegrationServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.atlassian.plugin.servlet.ServletModuleContainerServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.metaparadigm.jsonrpc.JSONRPCServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.opensymphony.module.sitemesh.taglib.decorator.BodyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.opensymphony.module.sitemesh.taglib.decorator.HeadTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.opensymphony.module.sitemesh.taglib.decorator.PropertyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.opensymphony.module.sitemesh.taglib.decorator.TitleTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.opensymphony.module.sitemesh.taglib.page.ParamTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.catalina.servlets.DefaultServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.jasper.servlet.JspServlet".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.DefineTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.HeaderTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.MessageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.ParameterTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.ResourceTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.SizeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.StrutsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.bean.WriteTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.BaseTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.ButtonTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.CheckboxTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.ErrorsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.FileTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.FormTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.FrameTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.HiddenTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.HtmlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.ImageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.ImgTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.JavascriptValidatorTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.MessagesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.MultiboxTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.OptionTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.OptionsCollectionTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.OptionsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.ParamTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.PasswordTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.RadioTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.ResetTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.SelectTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.SubmitTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.TextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.TextareaTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.html.XhtmlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.EmptyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.GreaterEqualTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.GreaterThanTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.IterateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.LessThanTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.MessagesPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.NotEmptyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.NotEqualTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.NotMatchTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.NotPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.logic.RedirectTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.NestedPropertyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.NestedWriteNestingTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.bean.NestedMessageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.bean.NestedSizeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.bean.NestedWriteTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedErrorsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedFileTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedHiddenTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedImageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedImgTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedLinkTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedMessagesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedMultiboxTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedPasswordTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedRadioTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedSelectTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedSubmitTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedTextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.html.NestedTextareaTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedEmptyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedEqualTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedGreaterThanTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedIterateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedLessThanTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedMatchTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedNotEmptyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedNotEqualTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedNotMatchTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedNotPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.taglib.nested.logic.NestedPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.tiles.taglib.GetAttributeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.tiles.taglib.GetTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.tiles.taglib.InitDefinitionsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.tiles.taglib.PutListTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.tiles.taglib.PutTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.struts.tiles.taglib.UseAttributeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.bean.ELMessageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.bean.ELPageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.bean.ELResourceTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.bean.ELSizeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.bean.ELStrutsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELButtonTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELCancelTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELCheckboxTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELErrorsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELFileTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELFormTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELFrameTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELHtmlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELImgTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELJavascriptValidatorTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELLinkTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELMessagesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELMultiboxTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELOptionsCollectionTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELOptionsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELParamTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELPasswordTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELRadioTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELResetTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELRewriteTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELSelectTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELTextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.html.ELTextareaTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.logic.ELIterateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.logic.ELMatchTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.logic.ELMessagesNotPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.logic.ELNotPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.strutsel.taglib.logic.ELPresentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.AmPmsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.ErasTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.FormatTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.MonthsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.ParseTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.TimeZoneTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.TimeZonesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.datetime.WeekdaysTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.BundleTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.FormatDateTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.FormatDateTimeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.FormatNumberTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.FormatPercentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.FormatStringTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.FormatTimeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.IfndefTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.MessageArgumentTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.i18n.MessageTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.regexp.GroupTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.regexp.MatchTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.regexp.SplitTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.regexp.TextTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.CapitalizeAllWordsTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.CapitalizeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.CenterTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.ChopNewlineTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.CountMatchesTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.DecodeUrlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.DefaultTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.DeleteTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.EncodeUrlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.EscapeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.LeftPadTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.LeftTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.LowerCaseTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.MidTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.NestedStringTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.OverlayTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.PrechompTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.QuoteRegexpTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.RemoveXmlTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.ReplaceTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.ReverseDelimitedStringTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.RightTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.SoundexTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.SqueezeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.StripEndTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.StripStartTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.StripTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.SubstringTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.SwapCaseTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.TrimTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.TruncateNicelyTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.UncapitalizeTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.UpperCaseTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.apache.taglibs.string.WordWrapTag".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.springframework.security.web.session.HttpSessionEventPublisher".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.springframework.web.context.request.RequestContextListener".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.springframework.web.filter.DelegatingFilterProxy".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".component."org.tuckey.web.filters.urlrewrite.UrlRewriteFilter".START (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."suite.ear".deploymentCompleteService, service jboss.deployment.subunit."suite.ear"."resources-classpath.jar".INSTALL]
service jboss.naming.context.java.module.suite.resources-classpath (missing) dependents: [service jboss.deployment.subunit."suite.ear"."resources-classpath.jar".INSTALL]
service jboss.web.deployment.default-host./suite (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
service jboss.web.deployment.default-host./suite.realm (missing) dependents: [service jboss.deployment.subunit."suite.ear"."web.war".deploymentCompleteService]
JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./suite

  Discussion posts and replies are publicly visible

  • Could you attach the log files? And Kindly edit this post and remove the log content. Its kinda hard to read it as a query!
  • 0
    Certified Senior Developer
    1)Can you check the schema you created ,Which is exact match with <JBOSS-HOME>jboss-eap-6.4/standalone/deployments/appian-mysql-
    ds.xml,In your scenario jdbc/AppianDS should be same in both(In DB and appian-mysql- ds.xml).

    EX:

    <xa-datasource
    jndi-name="jdbc/AppianDS "
    pool-name="MySqlDS"
    enabled="true"
    use-java-context="false">
    <xa-datasource-property name="URL">jdbc:mysql://localhost:3306/AppianDS ?useOldAliasMetadataBehavior=true</xa-datasource-property>
    <xa-datasource-property name="useUnicode">true</xa-datasource-property>


    and
    1. Stop JBoss
    2. Delete JBOSS_HOME\standalone\log\*
    3. Rename JBOSS_HOME\standalone\deployment\*.undeployed to *.dodeploy
    4. Rename JBOSS_HOME\standalone\deployment\*.failed to *.dodeploy
    5. Rename APPIAN_HOME\ear\suite.ear.failed to suite.ear.dodeploy
    6. Start JBoss
    7. If it fails, attach JBOSS_HOME\standalone\log\server.log?

    Thanks
  • Hello Sathish

    In the whole log file I wasn’t able to find the jdbc/AppianDS creation failure so please follow the instructions provided by Prakash and if it keeps failing please share the log(after the first start after that change )



    José
  • Which version are you using of the driver 5.1.x? Which x?

    It won’t hurt to review the whole thing

    1) This should be ok since it actually loads it <JBOSS_HOME>/modules/com/mysql/jdbc/main/module.xml

    04:33:32,155 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

    2) The file should be ok si just confirm <JBOSS_HOME>/standalone/configuration/standalone.xml

    2.1) the security or password

    3) check the file as suggested by Prakash

    <JBOSS_HOME>/standalone/deployments/appian-ds.xml

    Finally confirm something, it is important to have default collate to utf8mb4_unicode_ci on your database

  • 0
    Appian Employee
    in reply to josep
    Hi Josep,
    My appian-ds-mysql.xml file is attached. I have one question on the URL parameter in that file. In the below line, appiands is my database in mysql. In the guide, it mentioned to have it as appianxxx_primary. Is the word primary needed here?
    I am not 100% sure about this because there is no word primary in my database so converting the below line to appiands_primary makes no sense to me.. but is that needed.
    <xa-datasource-property name="URL">jdbc:mysql://localhost:3306/appiands?useOldAliasMetadataBehavior=true</xa-datasource-property>

    appian-ds-mysql.xml file

    <?xml version="1.0" encoding="UTF-8"?>
    <datasources xmlns="www.jboss.org/.../schema">
    <!-- System Datasource -->
    <xa-datasource
    jndi-name="jdbc/AppianDS"
    pool-name="MySqlDS"
    enabled="true"
    use-java-context="false">
    <xa-datasource-property name="URL">jdbc:mysql://localhost:3306/appiands?useOldAliasMetadataBehavior=true</xa-datasource-property>
    <xa-datasource-property name="useUnicode">true</xa-datasource-property>
    <xa-datasource-property name="characterEncoding">UTF-8</xa-datasource-property>
    <xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
    <driver>com.mysql.jdbc</driver>
    <security>
    <security-domain>ds-name-security-primary</security-domain>
    </security>
    <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
    <xa-pool>
    <min-pool-size>5</min-pool-size>
    <max-pool-size>100</max-pool-size>
    </xa-pool>
    <timeout>
    <blocking-timeout-millis>5000</blocking-timeout-millis>
    <idle-timeout-minutes>5</idle-timeout-minutes>
    </timeout>
    </xa-datasource>
    </datasources>
  • Hi prakash,
    My database schema is named appiands. I've attached the appian-mysql-ds.xml file in josep's reply. Can you pls have a look? I'll also attach my server log and the new command prompt output of JBOSS deployment command. Really appreciate your help.
  • This one has the Bound datasource jdbc/AppianDS.

    Looks interesting the error
  • In the line "<xa-datasource-property name="URL">jdbc:mysql://localhost:3306/appiands?useOldAliasMetadataBehavior=true</xa-datasource-property>" , "appiands" is the name of the database. It appears to have bound to the datasouce, but was not able to locate a database named "appiands".