• 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

SHARED LIBRARY ioser12 not to be found

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
I am getting an exception while executing a session bean as follows
SHARED LIBRARY ioser12 not to be found

how to rectify the problem


pls help me
rgds
sree
 
Ranch Hand
Posts: 704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sree,

What container are you using? If you're using weblogic, this might happen if you have the j2ee.jar library in your classpath. You shoud use weblogic.jar.
Regards.
 
Sree kanth
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI VALENTIN

I am using j2ee1.4 server and j2ee.jar is present in the correctlocation
now what to do?

thanks

Rgds
Sree
 
Valentin Tanase
Ranch Hand
Posts: 704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sree,

I�ve never used sun�s server and I cannot tell you what to do. There is couple of things you can try:
  • Check for the ioser12 library on your harddrive. If you�ll find it, then you need to add it to your server�s classpath (check the startup scripts and figure out how your server initializes the classpat). If you don�t find it, then check the net and find out how you can download it.
  • Check the net for similar error messages. They might be other people out there that already solved this problem.


  • Sorry, but I cannot help you more than that.
    Regards.
     
    I've got no option but to sell you all for scientific experiments. Or a tiny ad:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic