[Aerogear-users] AGPUSH docker

Giovanni Mondo giovanni.mondo at yahoo.it
Wed Aug 3 03:02:35 EDT 2016


Hi,

I am trying current docker unifiedpush-wildfly-dev image with a CentOS 7 following instructions in github README.md, but I get the errors in PS. 

I see two main reasons:

1. Could not parse file /opt/jboss/wildfly/standalone/tmp/vfs/temp/temp73986d221e62b797/content-263926592f4ae9c8/WEB-INF/hornetq-jms.xml
(may be related to https://issues.jboss.org/browse/AGPUSH-1587 )

2. Unknown column 'userfedera0_.RealmEntity_ID' in 'field list' (may be related to https://issues.jboss.org/browse/KEYCLOAK-1777 )

The issues related to these problems seem resolved or closed. 

What do you suggest me to do ?

Regards,

Giovanni

PS

17:34:40,690 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."ag-push.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ag-push.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "ag-push.war"
...
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /opt/jboss/wildfly/standalone/tmp/vfs/temp/temp73986d221e62b797/content-263926592f4ae9c8/WEB-INF/hornetq-jms.xml
        at org.wildfly.extension.messaging.activemq.deployment.MessagingXmlParsingDeploymentUnitProcessor.deploy(MessagingXmlParsingDeploymentUnitProcessor.java:95)
        ... 6 more
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[20,1]
Message: Unexpected element '{urn:jboss:messaging-deployment:1.0}messaging-deployment'
...
17:34:54,039 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 72) Unknown column 'userfedera0_.RealmEntity_ID' in 'field list'
17:34:54,047 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 72) 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: RESTEASY003325: Failed to construct public org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
17:34:54,153 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "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: RESTEASY003325: Failed to construct public org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
17:34:54,159 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ag-push.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ag-push.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ag-push.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"ag-push.war\"
...
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /opt/jboss/wildfly/standalone/tmp/vfs/temp/temp73986d221e62b797/content-263926592f4ae9c8/WEB-INF/hornetq-jms.xml
...
17:34:54,822 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 40176ms - Started 450 of 745 services (3 services failed or missing dependencies, 440 services are lazy, passive or on-demand)


More information about the Aerogear-users mailing list