• 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

javax.naming.NameNotFoundException: ejb:fmis2-ear/ztest-ejb//ReportManagementFacade!remote

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


CODE RUN



ERROR


javax.naming.NameNotFoundException: ejb:fmis2-ear/ztest-ejb//ReportManagementFacade!remote.IReportManagement -- service jboss.naming.context.java.jboss.exported.ejb:fmis2-ear.ztest-ejb."ReportManagementFacade!remote.IReportManagement"
at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:97)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:178)
at org.jboss.naming.remote.protocol.v1.Protocol$1.handleServerMessage(Protocol.java:127)
at org.jboss.naming.remote.protocol.v1.RemoteNamingServerV1$MessageReciever$1.run(RemoteNamingServerV1.java:73)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
com.evnit.futil.exception.FRuntimeException: ejb:fmis2-ear/ztest-ejb//ReportManagementFacade!remote.IReportManagement -- service jboss.naming.context.java.jboss.exported.ejb:fmis2-ear.ztest-ejb."ReportManagementFacade!remote.IReportManagement"
at com.evnit.futil.servicelocator.Delegate.getService(Delegate.java:11)
at org.sample.test.Main.main(Main.java:27)
Channel end notification received, closing channel Channel ID fff6f149 (outbound) of Remoting connection 00e8f8c5 to null
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic