This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

IiPAS6.5) kjs log shows java.lang.NoSuchMethodError

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am getting following error while deploying an application on iPlanet Application server 6.5 on win2k sp2
Ths kjs log shows following :
[11/Oct/2002 12:32:05:0] error: EBFP-marshal_internal: internal exception caught
in kcp skeleton, exception = java.lang.NoSuchMethodError
[11/Oct/2002 12:32:05:0] error: Exception: null
***** Object Name = UserLogin
[11/Oct/2002 12:32:05:405] Message = Exception for CheckSecurityPolicy.jsp JSP
java.rmi.RemoteException: internal error; nested exception is:
java.lang.NoSuchMethodError

any comments on what's going wrong ?
I have tried many permutations and combinations for classpath but with no luck.
rgds,
Swap
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Swap,
If you have upgraded from iAS60SP3 (JDK 1.2.2_xx) to 6.5 (JDK 1.3.1_xx) ,you will need to re-compile your ejbs under 6.5's JDK (i.e. 1.3.1_xx).
Also check your classpath whether its refering to
older stub and skeleton version which cause
NoSuchMethodException.
Thanks,
Raj
 
swap Inam
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raj
Thank a lot for the reply
Swap
 
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic