You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect it's a problem with Cargo itself rather than this plugin. Manually copying the file to wildfly-10.0.0.Final/wildfly-10.0.0.Final/standalone/configuration/ works fine, however adding the following to the build script causes the task cargoStartLocal to hang indefinitely.
The file is correctly copied to /tmp/cargo/conf/configuration/standalone.xml and none of the log files reports any errors. The app appears to deploy, but all connections are refused.
The last line in the log is:
INFO [org.jboss.as](Controller Boot Thread) WFLYSRV0025: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started in 9460ms - Started 444 of 739 services (394 services are lazy, passive or on-demand)
The text was updated successfully, but these errors were encountered:
I expect it's a problem with Cargo itself rather than this plugin. Manually copying the file to wildfly-10.0.0.Final/wildfly-10.0.0.Final/standalone/configuration/ works fine, however adding the following to the build script causes the task cargoStartLocal to hang indefinitely.
The file is correctly copied to /tmp/cargo/conf/configuration/standalone.xml and none of the log files reports any errors. The app appears to deploy, but all connections are refused.
The last line in the log is:
The text was updated successfully, but these errors were encountered: