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

NPE running 2.1.7-b3 on Caucho Resin 3.0.22

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After a successful installation (well, not very successful, have to get the __index.redirect from 2.1.6, but that's beside the point).

While trying to access /forums/list.page, anyone can help me with this?



Thanks
[originally posted on jforum.net by ajiaojr]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmm, a quick look at the DbUtils code shows that this is occuring in the following area at the st.clearWarnings() line:



Since st can't be null, it must be coming from the resin code.

Back tracking the trace some more, this is coming from a "finally" clause that may be triggered by a SQLException (which the resin bug is masking).

Before beating up on the Resin developers, I'd look closely at all your DB settings. This is one of the first DB calls and so the mask error could be an DB connection issue like the user not having rights to the tables or that your DAO implimentation does not match your DB (SQL Syntax error).
[originally posted on jforum.net by monroe]
 
Curse your sudden but inevitable betrayal! And this tiny ad too!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic