in reply to Re^9: Trying to connect to DBD::JDBC - com.vizdom.dbd.jdbc.Server
in thread Trying to connect to DBD::JDBC - com.vizdom.dbd.jdbc.Server

Another source I found stated:

"No, the error you’re encountering specifically mentions the org.apache.logging.log4j.LogManager class, which is part of Log4j 2.x. If you’re using Log4j 1.x, it won’t contain this class. Make sure to use a Log4j 2.x version and include the corresponding JAR file in your project."

So - will look into this Log4j 2.x version

  • Comment on Re^10: Trying to connect to DBD::JDBC - com.vizdom.dbd.jdbc.Server

Replies are listed 'Best First'.
Re^11: Trying to connect to DBD::JDBC - com.vizdom.dbd.jdbc.Server
by mallett76 (Beadle) on Nov 17, 2023 at 19:02 UTC

    Well, some good news(well crossing my fingers at least), I ensured that the following jar files in the log4j-1.2.13.jar, log4j-core-2.17.1.jar, log4j-api-2.17.1.jar, and log4j2.properties in the jars folder, which is the CLASSPATH, then when I ran "java -Djdbc.drivers=foo.bar.Driver -Ddbd.port=12345 com.vizdom.dbd.jdbc.Server" It did not error out.