• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

IBM Websphere Portal SocketInputStream Not found exception

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

I am using IBM websphere Portal server 5.1 to deploy my portal application. My aplication class loader policy was set to PARENT_LAST to avoid conflict with the loading of log4j. This application has been running for couple of years. Now i need to integrate a webservice calling component to my existing application. But when i am trying to connect to the webservice(which is in .NET) i am getting an exception "java.lang.NoClassDefFoundError: com/ibm/ws/webservices/engine/transport/http/SocketInputStream". When i googled i came to know that the problem is caused due to the class loader policy set to PARENT_LAST and to solve this a fix pack need to be installed. I cannot do this because if i am trying to upgrade my server which is in production environment and if there is some issues then my existing applicaion also will get affected. i would like to know if there is another work around for this issue,

please help me out in this issue.

Reagrds,
Aravind

[ September 30, 2007: Message edited by: Aravind V S ]
[ September 30, 2007: Message edited by: Aravind V S ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic