• 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

Problem while reading from db after inserting ..Urgent

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am having some new problem in our office,its working in some m/c and its not working in some m/c with the same settings (same jar,ear and war files)
the problem I am facing is -
when I am trying read data from database after inserting, its giving following error in some m/c alone.can anyone help me in the above regard,
15:46:00,399 INFO [STDOUT] java.sql.SQLException: Class not found: java.lang.ClassNotFoundException:
com.ebpac.server.workflowprocessor.util.Variables while reading serialized object (this is the class i am trying to read after insert).for insert I am using setObject() and for reading I am using getObject().
15:46:00,459 ERROR [STDERR] at
org.gjt.mm.mysql.ResultSet.getObject(Unknown Source)

its throwing the above error.
Thanks and Regards,
A.V.Bala
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic