java - What could make WildFly undeploy automatically an EAR? -
i have application hosted in wildfly 8.2.1.final , after days undeploy automatically ear.
the server started ./standalone.sh
, ear deployed putting ear in standalone/deployments
folder along .dodeploy
file.
the last lines of server.log
shows:
info [org.wildfly.extension.undertow] (msc service thread 1-7) jbas017535: unregistered web context: /app info [org.wildfly.extension.undertow] (msc service thread 1-5) jbas017535: unregistered web context: /appportal info [org.jboss.as.jpa] (serverservice thread pool -- 60) jbas011410: stopping persistence unit (phase 2 of 2) service 'appear.ear/appejb.jar#appejb' info [org.jboss.weld.deployer] (msc service thread 1-5) jbas016009: stopping weld service deployment appear.ear info [org.jboss.as.jpa] (serverservice thread pool -- 60) jbas011410: stopping persistence unit (phase 1 of 2) service 'appear.ear/appejb.jar#appejb' info [org.jboss.as.server.deployment] (msc service thread 1-3) jbas015974: stopped subdeployment (runtime-name: appservice.war) in 233ms info [org.jboss.as.server.deployment] (msc service thread 1-8) jbas015974: stopped subdeployment (runtime-name: appejb.jar) in 233ms info [org.jboss.as.server.deployment] (msc service thread 1-4) jbas015974: stopped subdeployment (runtime-name: appportal.war) in 237ms info [org.jboss.as.server.deployment] (msc service thread 1-6) jbas015877: stopped deployment appear.ear (runtime-name: appear.ear) in 336ms info [org.jboss.as.server] (deploymentscanner-threads - 1) jbas018558: undeployed "appear.ear" (runtime-name: "appear.ear")
after that, neither management console works @ localhost:9990
.
Comments
Post a Comment