2 Replies Latest reply on Jan 12, 2007 12:21 PM by anvil_pw

    TestJBossESB - error

    anvil_pw

      Hello Everyone, I have done quite a bit of research, but I have installed jBossESB and have been running the TestJBossEJB client. I am running on a fresh copy of 4.0.5 and just testing using the default (but network enabled) Hypersonic DB instance. I've downloaded the binary distribution of ESB and deployed (using the build.xml file with ant) jbossesb-appl.ear to AS fine. It runs fine with the exception of Notification. It appears that the JNDI reference is not contained in the EAR file nor is it configurable from the client. Has anyone else run across this? Below is the exception:

      18:17:52,962 ERROR GpListener:634 - Notification FAILED
      javax.naming.NameNotFoundException: jbossesb-appl not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invokeNativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
      at sun.rmi.transport.Transport$1.run(Transport.java:153)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
      at java.lang.Thread.run(Thread.java:595)
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
      at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
      at sun.rmi.server.UnicastRef.invoke(Unknown Source)
      at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at org.jboss.soa.esb.services.NotifHandlerBsDelegateRemote.(NotifHandlerBsDelegateRemote.java:38)
      at org.jboss.soa.esb.services.NotificationHandlerFactory.getNotifHandler
      (NotificationHandlerFactory.java:57)
      at org.jboss.soa.esb.services.NotificationHandlerFactory.getNotifHandler
      (NotificationHandlerFactory.java:48)
      at org.jboss.soa.esb.listeners.GpListener.getNotifHandler(GpListener.java:627)
      at org.jboss.soa.esb.listeners.GpListener.notifyOK(GpListener.java:580)
      at org.jboss.soa.esb.actions.AbstractFileAction.run(AbstractFileAction.java:92)
      at java.lang.Thread.run(Unknown Source)

      Thanks in advance.