Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 11:45:03,400 ERROR [com.icumed.ifactory3.service.RemoteServiceFactoryImpl] [getService('java:global/ifactory/ifactory-ejb-4.0.0/BomServiceBean!com.icumed.ifactory3.service.BomServiceRemote')] Context may not be null
  2. java.lang.AssertionError: Context may not be null
  3. at weblogic.j2eeclient.SimpleContext.checkForNameUnderRemoteNode(SimpleContext.java:103)
  4. at weblogic.j2eeclient.SimpleContext.internalLookup(SimpleContext.java:68)
  5. at weblogic.j2eeclient.SimpleContext.lookup(SimpleContext.java:39)
  6. at weblogic.jndi.SimpleContext.lookup(SimpleContext.java:86)
  7. at javax.naming.InitialContext.lookup(InitialContext.java:411)
  8. at com.icumed.ifactory3.service.RemoteServiceFactoryImpl.getService(RemoteServiceFactoryImpl.java:323)
  9.  
  10. @Stateless
  11. public class BomServiceBean extends AbstractSessionBean implements LocalBomService, BomServiceRemote
  12. {
  13. ...
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement