• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

NameNotFoundException: ORB not bound

 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hello,

Although I have resolved the previous issue , but I am still having this exception but related to other problem I guess, because my web service client is currently able to invoke the RoleFacade session bean, however when I re-deploy the web service server side project, I found the following exception.

2011-02-21 07:47:30,619 WARN [org.jboss.kernel.plugins.dependency.StartStopLifecycleAction] (HDScanner) Error during stop for jboss-switchboard:appName=HousewareEnterpriseApplication1,module=HousewareEnterpriseApplication1-ejb,name=RoleFacade: javax.naming.NameNotFoundException: ORB not bound


Again, I may have missed out some definition in the xml configuration, but I don't know what.

Thanks
Sam
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like I said, in another forum thread, I would ignore that WARN message for now and first fix the original issue. That WARN might just be a side effect of the original issue.
 
The only cure for that is hours of television radiation. And this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic