Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Tim Holloway wrote:I'm trying to read more carefully, but it's always a struggle for me.
![]()
I noticed a mention of classes12.jar. You should probably replace it with a newer Oracle driver if for no other reason than because Oracle may not be supporting it anymore.
The "Cannot create JDBC driver of class '' for connect URL 'null' " message is pretty much invariably a "you goofed up the connection parameters in the resource definition" error, but unfortunately, it doesn't give you much guidance. I got so fed up with the utter uselessness of that message that I actually dug into the source code and discovered to my despair that the reason it can't report anything better is because at the level where the message comes from, there's nothing better to report.
Check the driverClassName and URL parameters very, very carefully, since it's probably one of them. Pay special attention to upper/lower case. And good luck - you'll need it!
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer