Skip to content
New issue

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

java.io.IOException: Mount point not found when build a container and add postgress jdbc driver #72

Open
SaverioLoiacono opened this issue Feb 4, 2018 · 0 comments

Comments

@SaverioLoiacono
Copy link

I'm building a container derived from jboss/wildfly:10.0.0.Final. When in Dockerfile i call:

$JBOSS_HOME/bin/jboss-cli.sh --connect --command="/subsystem=datasources/jdbc-driver=postgres:add(driver-name="postgres",driver-module-name="org.postgres",driver-class-name=org.postgresql.Driver, driver-xa-datasource-class-name=org.postgresql.xa.PGXADataSource)"

to add jdbc driver i receive the error:

22:21:56,671 ERROR [stderr] (management-handler-thread - 4) java.io.IOException: Mount point not found
....

I saw there is a bug fix (http://hg.openjdk.java.net/jdk/jdk/rev/bdbbf56c302e):
8165852: (fs) Mount point not found for a file which is present in overlayfs
Summary: Check /proc/mounts when the device ID boundary is reached
Reviewed-by: alanb

It's possible to rebuild the wildfly image to fix the problem ?

Regars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant