I run IBM Websphere container on docker and then config datasource to connect to oracle in admin console window, but I got the error:
The test connection operation failed for data source ibanking on server server1 at node DefaultNode01 with the following exception: java.lang.ClassNotFoundException: DSRA8000E: Java archive (JAR) or compressed files do not exist in the path or the required access is not allowed. Path: /home/quannt11/ojdbc6.jar. View JVM logs for further details.
I set the class path driver to lib, but not successfully: /home/quannt11/ojdbc6.jar
/home/quannt11/ojdbc6.jar
. Are you using Liberty or traditional? How you are building your Docker image? How did you set the path for the driver? – Gas