[Aerogear-users] Unified Push Server IDE Setup for debugging.

Sachidananda Patra sachidananda.patra at hp.com
Wed Oct 5 04:43:28 EDT 2016


Hi Matthias,
In the mentioned link 
http://tools.jboss.org/blog/2015-03-17-debugging-an-externally-launched-wildfly.html
<http://tools.jboss.org/blog/2015-03-17-debugging-an-externally-launched-wildfly.html>  
I followed the steps and found the below issue, Please see.
After following the steps app server didn't start.
Please find the error :
------------------------------------------------------------------------------------------------------------------------------------------
13:59:41,404 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 2)
WFLYDR0001: Content added at location
D:\UPS\wildfly-9.0.1.Final\wildfly-9.0.1.Final\standalone\data\content\8d\78f8c7023024fd2c800ca7686f4396b474d2c2\content
13:59:41,535 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 2)
WFLYDR0001: Content added at location
D:\UPS\wildfly-9.0.1.Final\wildfly-9.0.1.Final\standalone\data\content\71\670faba14905a7cff5d332ced8d5b20e22d2a7\content
13:59:41,541 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8)
WFLYSRV0027: Starting deployment of "unifiedpush-auth-server.war"
(runtime-name: "unifiedpush-auth-server.war")
13:59:41,541 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4)
WFLYSRV0027: Starting deployment of "unifiedpush-server-wildfly.war"
(runtime-name: "unifiedpush-server-wildfly.war")
13:59:47,521 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8)
WFLYSRV0059: Class Path entry lib/snakeyaml-1.13.jar in
/D:/UPS/wildfly-9.0.1.Final/wildfly-9.0.1.Final/bin/content/unifiedpush-auth-server.war/WEB-INF/lib/liquibase-core-3.3.5.jar 
does not point to a valid jar for a Class-Path reference.
13:59:47,531 INFO  [org.jboss.as.jpa] (MSC service thread 1-8) WFLYJPA0002:
Read persistence.xml for keycloak-default
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-core-asl:main") which
may be changed or removed in future versions without notice.
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-core-asl:main") which
may be changed or removed in future versions without notice.
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-mapper-asl:main")
which may be changed or removed in future versions without notice.
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-mapper-asl:main")
which may be changed or removed in future versions without notice.
13:59:47,636 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.infinispan:main") which may be changed or
removed in future versions without notice.
13:59:47,636 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.infinispan:main") which may be changed or
removed in future versions without notice.
13:59:47,697 INFO  [org.keycloak.services.resources.KeycloakApplication]
(ServerService Thread Pool -- 67) Load config from
vfs:/D:/UPS/wildfly-9.0.1.Final/wildfly-9.0.1.Final/bin/content/unifiedpush-auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json
13:59:47,783 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool
-- 67) MSC000001: Failed to start service
jboss.undertow.deployment.default-server.default-host./auth:
org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth:
java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
	at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
	at
org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:160)
	at
org.jboss.resteasy.spi.ResteasyProviderFactory.createProviderInstance(ResteasyProviderFactory.java:2211)
	at
org.jboss.resteasy.spi.ResteasyDeployment.createApplication(ResteasyDeployment.java:295)
	at
org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:236)
	at
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:112)
	at
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
	at
io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
	at
org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
	at
io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103)
	at
io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:230)
	at
io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:131)
	at
io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:511)
	at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:101)
	at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
	... 6 more
Caused by: java.lang.RuntimeException: Failed to connect to database
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.getConnection(DefaultJpaConnectionProviderFactory.java:184)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lazyInit(DefaultJpaConnectionProviderFactory.java:130)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:35)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:25)
	at
org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:99)
	at
org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:34)
	at
org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:16)
	at
org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:99)
	at
org.keycloak.models.cache.DefaultCacheRealmProvider.getDelegate(DefaultCacheRealmProvider.java:70)
	at
org.keycloak.models.cache.DefaultCacheRealmProvider.getRealm(DefaultCacheRealmProvider.java:163)
	at
org.keycloak.services.managers.ApplianceBootstrap.bootstrap(ApplianceBootstrap.java:40)
	at
org.keycloak.services.managers.ApplianceBootstrap.bootstrap(ApplianceBootstrap.java:31)
	at
org.keycloak.services.resources.KeycloakApplication.setupDefaultRealm(KeycloakApplication.java:157)
	at
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication.setupDefaultRealm(UpsKeycloakApplication.java:40)
	at
org.keycloak.services.resources.KeycloakApplication.<init>(KeycloakApplication.java:87)
	at
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication.<init>(UpsKeycloakApplication.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at
org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:148)
	... 19 more
Caused by: javax.naming.NameNotFoundException: datasources/KeycloakDS --
service jboss.naming.context.java.jboss.datasources.KeycloakDS
	at
org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:106)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:184)
	at
org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:237)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:193)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:189)
	at javax.naming.InitialContext.lookup(Unknown Source)
	at javax.naming.InitialContext.lookup(Unknown Source)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.getConnection(DefaultJpaConnectionProviderFactory.java:177)
	... 39 more

13:59:49,043 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
MSC000001: Failed to start service
jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE: WFLYSRV0153:
Failed to process phase PARSE of deployment "unifiedpush-server-wildfly.war"
	at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
	at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
	at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service
jboss.ejb.default-resource-adapter-name-service not found
	at
org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:669)
	at
org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.getDefaultResourceAdapterName(MessageDrivenComponentDescriptionFactory.java:274)
	at
org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processMessageBeans(MessageDrivenComponentDescriptionFactory.java:154)
	at
org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processAnnotations(MessageDrivenComponentDescriptionFactory.java:81)
	at
org.jboss.as.ejb3.deployment.processors.AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.java:57)
	at
org.jboss.as.ejb3.deployment.processors.AbstractDeploymentUnitProcessor.deploy(AbstractDeploymentUnitProcessor.java:81)
	at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
	... 5 more

13:59:49,045 ERROR [org.jboss.as.controller.management-operation]
(DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed -
address: ([("deployment" => "unifiedpush-auth-server.war")]) - failure
description: {"WFLYCTL0080: Failed services" =>
{"jboss.undertow.deployment.default-server.default-host./auth" =>
"org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth:
java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
    Caused by: java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
    Caused by: java.lang.RuntimeException: Failed to connect to database
    Caused by: javax.naming.NameNotFoundException: datasources/KeycloakDS --
service jboss.naming.context.java.jboss.datasources.KeycloakDS"}}
13:59:49,045 ERROR [org.jboss.as.controller.management-operation]
(DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed -
address: ([("deployment" => "unifiedpush-server-wildfly.war")]) - failure
description: {"WFLYCTL0080: Failed services" =>
{"jboss.deployment.unit.\"unifiedpush-server-wildfly.war\".PARSE" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"unifiedpush-server-wildfly.war\".PARSE: WFLYSRV0153:
Failed to process phase PARSE of deployment
\"unifiedpush-server-wildfly.war\"
    Caused by: org.jboss.msc.service.ServiceNotFoundException: Service
service jboss.ejb.default-resource-adapter-name-service not found"}}
13:59:49,810 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
WFLYSRV0010: Deployed "unifiedpush-server-wildfly.war" (runtime-name :
"unifiedpush-server-wildfly.war")
13:59:49,810 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
WFLYSRV0010: Deployed "unifiedpush-auth-server.war" (runtime-name :
"unifiedpush-auth-server.war")
13:59:49,810 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2)
WFLYCTL0183: Service status report
WFLYCTL0185:    Newly corrected services:
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."com.sun.faces.config.ConfigureListener".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."javax.faces.webapp.FacetTag".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.keycloak.services.filters.ClientConnectionFilter".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.keycloak.services.filters.KeycloakSessionServletFilter".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.keycloak.services.listeners.KeycloakSessionDestroyListener".START
(new available)
      service jboss.undertow.deployment.default-server.default-host./auth
(new available)
WFLYCTL0186:   Services which failed to start:      service
jboss.serverManagement.controller.management.http:
org.jboss.msc.service.StartException in service
jboss.serverManagement.controller.management.http: WFLYSRV0083: Failed to
start the http-interface service
      service jboss.undertow.deployment.default-server.default-host./auth:
org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth:
java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
      service jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE: WFLYSRV0153:
Failed to process phase PARSE of deployment "unifiedpush-server-wildfly.war"
-------------------------------------------

13:59:41,404 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 2)
WFLYDR0001: Content added at location
D:\UPS\wildfly-9.0.1.Final\wildfly-9.0.1.Final\standalone\data\content\8d\78f8c7023024fd2c800ca7686f4396b474d2c2\content
13:59:41,535 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 2)
WFLYDR0001: Content added at location
D:\UPS\wildfly-9.0.1.Final\wildfly-9.0.1.Final\standalone\data\content\71\670faba14905a7cff5d332ced8d5b20e22d2a7\content
13:59:41,541 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8)
WFLYSRV0027: Starting deployment of "unifiedpush-auth-server.war"
(runtime-name: "unifiedpush-auth-server.war")
13:59:41,541 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4)
WFLYSRV0027: Starting deployment of "unifiedpush-server-wildfly.war"
(runtime-name: "unifiedpush-server-wildfly.war")
13:59:47,521 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8)
WFLYSRV0059: Class Path entry lib/snakeyaml-1.13.jar in
/D:/UPS/wildfly-9.0.1.Final/wildfly-9.0.1.Final/bin/content/unifiedpush-auth-server.war/WEB-INF/lib/liquibase-core-3.3.5.jar 
does not point to a valid jar for a Class-Path reference.
13:59:47,531 INFO  [org.jboss.as.jpa] (MSC service thread 1-8) WFLYJPA0002:
Read persistence.xml for keycloak-default
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-core-asl:main") which
may be changed or removed in future versions without notice.
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-core-asl:main") which
may be changed or removed in future versions without notice.
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-mapper-asl:main")
which may be changed or removed in future versions without notice.
13:59:47,635 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.codehaus.jackson.jackson-mapper-asl:main")
which may be changed or removed in future versions without notice.
13:59:47,636 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.infinispan:main") which may be changed or
removed in future versions without notice.
13:59:47,636 WARN  [org.jboss.as.dependency.private] (MSC service thread
1-6) WFLYSRV0018: Deployment "deployment.unifiedpush-auth-server.war" is
using a private module ("org.infinispan:main") which may be changed or
removed in future versions without notice.
13:59:47,697 INFO  [org.keycloak.services.resources.KeycloakApplication]
(ServerService Thread Pool -- 67) Load config from
vfs:/D:/UPS/wildfly-9.0.1.Final/wildfly-9.0.1.Final/bin/content/unifiedpush-auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json
13:59:47,783 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool
-- 67) MSC000001: Failed to start service
jboss.undertow.deployment.default-server.default-host./auth:
org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth:
java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
	at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
	at
org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:160)
	at
org.jboss.resteasy.spi.ResteasyProviderFactory.createProviderInstance(ResteasyProviderFactory.java:2211)
	at
org.jboss.resteasy.spi.ResteasyDeployment.createApplication(ResteasyDeployment.java:295)
	at
org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:236)
	at
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:112)
	at
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
	at
io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
	at
org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
	at
io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103)
	at
io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:230)
	at
io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:131)
	at
io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:511)
	at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:101)
	at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
	... 6 more
Caused by: java.lang.RuntimeException: Failed to connect to database
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.getConnection(DefaultJpaConnectionProviderFactory.java:184)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lazyInit(DefaultJpaConnectionProviderFactory.java:130)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:35)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:25)
	at
org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:99)
	at
org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:34)
	at
org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:16)
	at
org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:99)
	at
org.keycloak.models.cache.DefaultCacheRealmProvider.getDelegate(DefaultCacheRealmProvider.java:70)
	at
org.keycloak.models.cache.DefaultCacheRealmProvider.getRealm(DefaultCacheRealmProvider.java:163)
	at
org.keycloak.services.managers.ApplianceBootstrap.bootstrap(ApplianceBootstrap.java:40)
	at
org.keycloak.services.managers.ApplianceBootstrap.bootstrap(ApplianceBootstrap.java:31)
	at
org.keycloak.services.resources.KeycloakApplication.setupDefaultRealm(KeycloakApplication.java:157)
	at
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication.setupDefaultRealm(UpsKeycloakApplication.java:40)
	at
org.keycloak.services.resources.KeycloakApplication.<init>(KeycloakApplication.java:87)
	at
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication.<init>(UpsKeycloakApplication.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at
org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:148)
	... 19 more
Caused by: javax.naming.NameNotFoundException: datasources/KeycloakDS --
service jboss.naming.context.java.jboss.datasources.KeycloakDS
	at
org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:106)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:184)
	at
org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:237)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:193)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:189)
	at javax.naming.InitialContext.lookup(Unknown Source)
	at javax.naming.InitialContext.lookup(Unknown Source)
	at
org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.getConnection(DefaultJpaConnectionProviderFactory.java:177)
	... 39 more

13:59:49,043 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)
MSC000001: Failed to start service
jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE: WFLYSRV0153:
Failed to process phase PARSE of deployment "unifiedpush-server-wildfly.war"
	at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
	at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
	at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service
jboss.ejb.default-resource-adapter-name-service not found
	at
org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:669)
	at
org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.getDefaultResourceAdapterName(MessageDrivenComponentDescriptionFactory.java:274)
	at
org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processMessageBeans(MessageDrivenComponentDescriptionFactory.java:154)
	at
org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processAnnotations(MessageDrivenComponentDescriptionFactory.java:81)
	at
org.jboss.as.ejb3.deployment.processors.AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.java:57)
	at
org.jboss.as.ejb3.deployment.processors.AbstractDeploymentUnitProcessor.deploy(AbstractDeploymentUnitProcessor.java:81)
	at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
	... 5 more

13:59:49,045 ERROR [org.jboss.as.controller.management-operation]
(DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed -
address: ([("deployment" => "unifiedpush-auth-server.war")]) - failure
description: {"WFLYCTL0080: Failed services" =>
{"jboss.undertow.deployment.default-server.default-host./auth" =>
"org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth:
java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
    Caused by: java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
    Caused by: java.lang.RuntimeException: Failed to connect to database
    Caused by: javax.naming.NameNotFoundException: datasources/KeycloakDS --
service jboss.naming.context.java.jboss.datasources.KeycloakDS"}}
13:59:49,045 ERROR [org.jboss.as.controller.management-operation]
(DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed -
address: ([("deployment" => "unifiedpush-server-wildfly.war")]) - failure
description: {"WFLYCTL0080: Failed services" =>
{"jboss.deployment.unit.\"unifiedpush-server-wildfly.war\".PARSE" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"unifiedpush-server-wildfly.war\".PARSE: WFLYSRV0153:
Failed to process phase PARSE of deployment
\"unifiedpush-server-wildfly.war\"
    Caused by: org.jboss.msc.service.ServiceNotFoundException: Service
service jboss.ejb.default-resource-adapter-name-service not found"}}
13:59:49,810 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
WFLYSRV0010: Deployed "unifiedpush-server-wildfly.war" (runtime-name :
"unifiedpush-server-wildfly.war")
13:59:49,810 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)
WFLYSRV0010: Deployed "unifiedpush-auth-server.war" (runtime-name :
"unifiedpush-auth-server.war")
13:59:49,810 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2)
WFLYCTL0183: Service status report
WFLYCTL0185:    Newly corrected services:
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."com.sun.faces.config.ConfigureListener".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."javax.faces.webapp.FacetTag".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.keycloak.services.filters.ClientConnectionFilter".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.keycloak.services.filters.KeycloakSessionServletFilter".START
(new available)
      service
jboss.deployment.unit."unifiedpush-auth-server.war".component."org.keycloak.services.listeners.KeycloakSessionDestroyListener".START
(new available)
      service jboss.undertow.deployment.default-server.default-host./auth
(new available)
WFLYCTL0186:   Services which failed to start:      service
jboss.serverManagement.controller.management.http:
org.jboss.msc.service.StartException in service
jboss.serverManagement.controller.management.http: WFLYSRV0083: Failed to
start the http-interface service
      service jboss.undertow.deployment.default-server.default-host./auth:
org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth:
java.lang.RuntimeException: Failed to construct public
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
      service jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."unifiedpush-server-wildfly.war".PARSE: WFLYSRV0153:
Failed to process phase PARSE of deployment "unifiedpush-server-wildfly.war"
----------------------------------------------------------------------------------------------------------------------------------------


When I start the server from command prompt it's starting and I can see the
WildFly server home page http://localhost:9990/console/App.html#home and
Aerogear push server home page http://localhost:8090/ag-push
I have a one more question related to this how I can import the
aerogear-unifiedpush-server-1.1.0.Final code INTO the above mentioned IDE
and deploy the .war file to the connected server [wildfly-9.0.1.Final] or
build it <maven> and create .war file.
Thanks,
Sachidananda Patra




--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/Unified-Push-Server-IDE-Setup-for-debugging-tp909p923.html
Sent from the aerogear-users mailing list archive at Nabble.com.


More information about the Aerogear-users mailing list