• 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

EJBCLIENT000025: No EJB receiver available for handling in JBOSS EAP 6.1

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

I am getting the below error when i am doing a look up on EJB. I am getting EJB look up successful but getting the below error while creating the home object. Any pointer will definetely save lot of time.

EXCEPTION'S ERROR MESSAGE : EJBCLIENT000025: No EJB receiver available for handling [appName:FIEASSoln, moduleName:DeployedEas, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@1586f28
we are using EJB 2.0.

PFB the stacktrace:

EXCEPTION'S ERROR MESSAGE : EJBCLIENT000025: No EJB receiver available for handling [appName:FIEASSoln, moduleName:DeployedEas, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@1586f28

Stack Trace:
java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:FIEASSoln, moduleName:DeployedEas, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@1586f28
at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.java:588)
at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:116)
at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:183)
at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:136)
at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:121)
at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:104)
at com.sun.proxy.$Proxy11.executeService(Unknown Source)

Regards,
Sandeep
 
Is this the real life? Is this just fantasy? Is this a tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic