• 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

Websphere 4.0 getting NoClassDefFoundError: java/sql/SQLWarning

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any body has an idea why I am getting the NoClassDefFoundError.I am running the application on WAS 4.0.I verified the jre/lib/rt.jar on WAS4.0 the SQLWarning.class is there.Even if I get SQLWarning from Oracle I should not get NoClassDefFoundError.
This is the part of stacktrace.
java.lang.NoClassDefFoundError: Bad class name (expect: java/sql/SQLWarning, get: java/sql/SQLWarning)
at com.xxxxx.support.base.DashboardMsgLogRowInserter.insertDashboardMsgLogRow(DashboardMsgLogRowInserter.java(Compiled Code))
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic