• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat DataSource pooling problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Tomcat 4.1.27.
I have a small application using DataSource pooling. Which works fine so far.
After reloading my application via an ant Manager my application can�t get a connection with this message:
java.sql.SQLException: Cannot load JDBC driver class 'null'
After I restarting Tomcat it works all well again ...
Can anybody help me?
Thanks.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you found a solution to this problem yet? I have seen many of these questions in the forums, but never an answer that solves the problem. I have duplicated the Tomcat 4 online docs exactly but I am getting the same error message as you.
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've never seen it affect a DataSource connection before, but 4.1.27 had a known 'class reloading' bug that would kill a web application that was reloaded through the manager.

There is a hotfix available for that specific version, but otherwise, 4.1.30 is the current stable release, and it does not have this bug.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic