You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: