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
A couple of error messages in the log:
`bpm-jbpm-1 | 16:00:49,140 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ bpm-jbpm-1 | ("subsystem" => "datasources"), bpm-jbpm-1 | ("xa-data-source" => "jBPMXADS") bpm-jbpm-1 | ]) - failure description: { bpm-jbpm-1 | "WFLYCTL0412: Required services that are not installed:" => ["jboss.jdbc-driver.mysql"], bpm-jbpm-1 | "WFLYCTL0180: Services with missing/unavailable dependencies" => [ bpm-jbpm-1 | "org.wildfly.data-source.jBPMXADS is missing [jboss.jdbc-driver.mysql]", bpm-jbpm-1 | "jboss.driver-demander.java:jboss/datasources/jBPMDS is missing [jboss.jdbc-driver.mysql]" bpm-jbpm-1 | ] bpm-jbpm-1 | }
bpm-jbpm-1 | 16:00:49,142 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ bpm-jbpm-1 | ("subsystem" => "datasources"), bpm-jbpm-1 | ("xa-data-source" => "jBPMXADS") bpm-jbpm-1 | ]) - failure description: { bpm-jbpm-1 | "WFLYCTL0412: Required services that are not installed:" => [ bpm-jbpm-1 | "jboss.jdbc-driver.mysql", bpm-jbpm-1 | "jboss.jdbc-driver.mysql" bpm-jbpm-1 | ], bpm-jbpm-1 | "WFLYCTL0180: Services with missing/unavailable dependencies" => [ bpm-jbpm-1 | "org.wildfly.data-source.jBPMXADS is missing [jboss.jdbc-driver.mysql]", bpm-jbpm-1 | "jboss.driver-demander.java:jboss/datasources/jBPMDS is missing [jboss.jdbc-driver.mysql]", bpm-jbpm-1 | "org.wildfly.data-source.jBPMXADS is missing [jboss.jdbc-driver.mysql]" bpm-jbpm-1 | ] bpm-jbpm-1 | } `
I've tried several other jbpm versions and noticed that:
jboss/jbpm-server-full:7.41.0.Final
jboss/jbpm-server-full:7.42.0.Final
The text was updated successfully, but these errors were encountered:
Hi zmeireles, Can we ask you to put your questions here: [email protected] or [email protected]. Or try to download the docker -image here: https://quay.io/repository/kiegroup/kie-server-showcase (it is the most recent community version)
Sorry, something went wrong.
No branches or pull requests
A couple of error messages in the log:
`bpm-jbpm-1 | 16:00:49,140 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
bpm-jbpm-1 | ("subsystem" => "datasources"),
bpm-jbpm-1 | ("xa-data-source" => "jBPMXADS")
bpm-jbpm-1 | ]) - failure description: {
bpm-jbpm-1 | "WFLYCTL0412: Required services that are not installed:" => ["jboss.jdbc-driver.mysql"],
bpm-jbpm-1 | "WFLYCTL0180: Services with missing/unavailable dependencies" => [
bpm-jbpm-1 | "org.wildfly.data-source.jBPMXADS is missing [jboss.jdbc-driver.mysql]",
bpm-jbpm-1 | "jboss.driver-demander.java:jboss/datasources/jBPMDS is missing [jboss.jdbc-driver.mysql]"
bpm-jbpm-1 | ]
bpm-jbpm-1 | }
bpm-jbpm-1 | 16:00:49,142 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
bpm-jbpm-1 | ("subsystem" => "datasources"),
bpm-jbpm-1 | ("xa-data-source" => "jBPMXADS")
bpm-jbpm-1 | ]) - failure description: {
bpm-jbpm-1 | "WFLYCTL0412: Required services that are not installed:" => [
bpm-jbpm-1 | "jboss.jdbc-driver.mysql",
bpm-jbpm-1 | "jboss.jdbc-driver.mysql"
bpm-jbpm-1 | ],
bpm-jbpm-1 | "WFLYCTL0180: Services with missing/unavailable dependencies" => [
bpm-jbpm-1 | "org.wildfly.data-source.jBPMXADS is missing [jboss.jdbc-driver.mysql]",
bpm-jbpm-1 | "jboss.driver-demander.java:jboss/datasources/jBPMDS is missing [jboss.jdbc-driver.mysql]",
bpm-jbpm-1 | "org.wildfly.data-source.jBPMXADS is missing [jboss.jdbc-driver.mysql]"
bpm-jbpm-1 | ]
bpm-jbpm-1 | }
`
I've tried several other jbpm versions and noticed that:
jboss/jbpm-server-full:7.41.0.Final
and images with versions below integrate with MySQLjboss/jbpm-server-full:7.42.0.Final
and images with versions above don't integrate with MySQLThe text was updated successfully, but these errors were encountered: