<div dir="ltr">yeah, there is a problem with the database - the 1.1.x needs a migrator script; that&#39;s not yet supported on Docker.<div><br></div><div>:-(</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 23, 2016 at 7:57 PM, Yves Nicolas <span dir="ltr">&lt;<a href="mailto:yves.nicolas@dynamease.com" target="_blank">yves.nicolas@dynamease.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  I am trying to start the docker image of aerogear found on the docker<br>
     hub library with the latest 1.1.1 final relase, as the docker library<br>
     runs a 1.1.0-beta2<br>
     I followed mostly the instruction in the README.md at<br>
     <a href="https://hub.docker.com/r/aerogear/unifiedpush-wildfly/" rel="noreferrer" target="_blank">https://hub.docker.com/r/aerogear/unifiedpush-wildfly/</a><br>
     I have just built my own end image adapting the Dockerfile at<br>
     <a href="https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile" rel="noreferrer" target="_blank">https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile</a><br>
     I have downloaded the 1.1.1 archive from<br>
     <a href="https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final" rel="noreferrer" target="_blank">https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final</a><br>
     then copied the auth-server and unified-push-server wars to the<br>
     Dockerfile directory, modified the Dockerfile to copy the war files from the downloaded archives<br>
     I did the docker build -t aerogear/unifiedpush-wildfly, started the 2<br>
     mysql containers and the ups container.<br>
     I get an hibernate error not finding the adm_variant table and then a lot of missing dependencies.<br>
<br>
am I missing updates to be made at the wildfly image level?<br>
<br>
Here is the part of the trace<br>
<br>
INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed &quot;unifiedpush-server-wildfly.war&quot; (runtime-name: &quot;unifiedpush-server-wildfly.war&quot;)<br>
18:17:12,267 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report<br>
WFLYCTL0184:    New missing/unsatisfied dependencies:<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.WeldBootstrapService (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.&quot;org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter&quot;.WeldInstantiator, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.MPNSPushMessageConsumer.WeldInstantiator, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.VariantMetricInformationProducer.WeldInterceptorBindingsService, WFLYCTL0208: ... and 45 more ]<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.WeldStartService (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.&quot;org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter&quot;.WeldInstantiator, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.&quot;com.sun.faces.config.ConfigureListener&quot;.WeldInstantiator, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.CdiValidatorFactoryService, WFLYCTL0208: ... and 52 more ]<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsPushMessageConsumer.START (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.deploymentCompleteService, service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./ag-push]<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsPushMessageConsumer.WeldInstantiator (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsPushMessageConsumer.START]<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsPushMessageConsumer.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsPushMessageConsumer.START]<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsTokenBatchConsumer.CREATE (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsTokenBatchConsumer.START]<br>
       service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.component.APNsTokenBatchConsumer.START (missing) dependents: [service jboss.deployment.unit.&quot;unifiedpush-server-wildfly.war&quot;.deploymentCompleteService, service jboss.deployment.unit.&quot;unifie<br>
<br>
_______________________________________________<br>
Aerogear-users mailing list<br>
<a href="mailto:Aerogear-users@lists.jboss.org">Aerogear-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-users" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a></div>
</div>