• 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

NoSuchObectLocalException

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are trying to migrate our J2EE application from GlassFishv1 to Sun One Application Server 7.
My application was running fine on GlassFish.
I have deployed the ear file on sun one application serve 7.
The deployment was successful.
Now when i try to access the application,the action which triggered to access EJB is failing.
I have set the <bean-cache> parameters properly.


The error is:NRU:com.telstra.nodeman.ejb.NodeMaintBean:Can not load from BACKUP Store For Key
NRU:com.telstra.nodeman.eb.NodeMaintBean:InValid Session Key
Exception while running pre invoke ejbName:NodeMaintBean
Javax.eb.NoSuchObjectLocalException:The EJB Does not exist

Please help in solvinf this issue.
Thanks in advance for the help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic