• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Database Connection Pooling java.lang.NullPointerException. Help please

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Pros and Noobs

I am stuck with the Database Connection Pooling problem.
I have created and tested a Database Pooling successfully.
But recently I have faced a problem saying


Could anyone help me to solve the problem please. Before I post this, I have tried to find the answer in the Internet and coderanch but the solution didn't work for mine.
www.coderanch.com/t/.../Connection-Pooling-null-pointer-exception
https://coderanch.com/t/474377/Tomcat/Tomcat-Connection-Pooling

Context.xml
I put the context.xml in the C:\Users\Bio\.netbeans\6.9\apache-tomcat-6.0.26_base\conf folder.


ProfileController.java
In ProfileController.java, I open and close the Database Connection once.
The first connection I use it to retrieve the profile information in line 83.
The second connection I use it to retrieve the user's profile comments in line 99


Thank you guys.

God Bless
 
If you are using a rototiller, you are doing it wrong. Even on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic