• 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

Attn Kyle, java.lang.LinkageError

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

My application was deployed & running fine on Websphere 4.0.1AE with windows 2000 OS..Recently i had installed the fixpack 2 for the same in order to eliminate some errors.
When i ran my application i got the following error while it is trying to connect to Oracle database.
nested exception is:
java.lang.LinkageError: Class com/ibm/ejs/container/EJSDeployedSupport violates loader constraints
Pls help me out,
TIA,
Janak
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
-I've seen an error like this. It usually means you have the same class twice in your class path. go to < WAS_INSTALL >/lib and search all the jars looking for this Class. It should occur once.
-One of the classloader constraints I got was that the parent and child classloaders were loading the same class.
-Why not upgrade all the way to 4.0.4?
reply
    Bookmark Topic Watch Topic
  • New Topic