jboss-dockerfiles / wildfly

Docker image for WildFly project
https://quay.io/repository/wildfly/wildfly
MIT License
280 stars 237 forks source link

JDBC drivers error (web console) #111

Closed gennari-dkt closed 4 years ago

gennari-dkt commented 4 years ago

Hi there, i tried to create a docker image with these commands:

FROM jboss/wildfly:16.0.0.Final
RUN /opt/jboss/wildfly/bin/add-user.sh admin xxxxxxx --silent
CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0"]

and also with version 18

FROM jboss/wildfly:18.0.0.Final
RUN /opt/jboss/wildfly/bin/add-user.sh admin xxxxxxx --silent
CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0"]

When I try to access to Configuration->Subsytems->Datasources & Drivers->JDBC Drivers section I get the following error:

image

Same thing if I try to deploy a driver like PostgreSQL JDBC.

In version Wildfly 16.0.0.Final standalone (not docker) I do not have this error.

Can you help me please.

Very kind regards.

Alessio

gabrielalves87 commented 4 years ago

I have the same problem!

any news?

FravashY commented 4 years ago

Same error here.