We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using get https://raw.githubusercontent.com/javaee-samples/docker-java/master/attendees/docker-compose.yml
Creates containers docker-compose up -d Stop containers: docker-compose stop Restart containers: docker-compose start
Wildfly then tries to re-create datasource (and fails):
wildfly_1 | wildfly_1 | 09:11:07,802 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) JBAS014613: Operation ("add") failed - address: ([ wildfly_1 | ("subsystem" => "datasources"), wildfly_1 | ("jdbc-driver" => "mysql") wildfly_1 | ]) - failure description: "JBAS014803: Duplicate resource [ wildfly_1 | (\"subsystem\" => \"datasources\"), wildfly_1 | (\"jdbc-driver\" => \"mysql\") wildfly_1 | ]"
The text was updated successfully, but these errors were encountered:
fixing #90
1641002
No branches or pull requests
Using get https://raw.githubusercontent.com/javaee-samples/docker-java/master/attendees/docker-compose.yml
Creates containers docker-compose up -d
Stop containers: docker-compose stop
Restart containers: docker-compose start
Wildfly then tries to re-create datasource (and fails):
The text was updated successfully, but these errors were encountered: