This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Server boot failed - UnsupportedOperationException: WFLYCTL0309 #2
Comments
plutext
added a commit
to plutext/modeshape
that referenced
this issue
Aug 26, 2015
to workaround jboss-dockerfiles#2
a0bd1e2 bumps modeshape from 4.0.0 to 4.3.0 An image built from that Dockerfile works (ie WildFly 9.0.1 starts without error). |
Spoke to soon :-( bin/standalone.sh -c standalone-modeshape.xml
|
FROM jboss/wildfly:latest pulls in WildFly 9.0.1.Final (at the time of writing). The problem is that Modeshape 4.x isn’t compatible with that! Until Modeshape 4.4 is released (which apparently will work with WildFly 9x), the easiest solution is to use WildFly 8: So change the Dockerfile so it says FROM jboss/wildfly:8.2.1.Final A couple of other tips:- since you’ll want to try the webapps from outside the container, also add to your Dockerfile
and once the container is running, edit standalone/configuration/standalone-modeshape.xml with something like
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: