0 Replies Latest reply on Nov 15, 2013 8:03 AM by andycapp80

    log4j:WARN No appenders could be found for logger (org.jnp.interfaces.TimedSocketFactory).

    andycapp80

      I was just on my way to get into the world of JBoss until I met this monster while doing a helloworld quickstart. I know there are people out there who are good at this. I will appreciate some help.

      The following are in logs info when I was "running test":

       

      runtest:

           [echo] Runs Test JMS Sender

           [java] log4j:WARN No appenders could be found for logger (org.jnp.interfaces.TimedSocketFactory).

           [java] log4j:WARN Please initialize the log4j system properly.

           [java] Exception in thread "main" javax.naming.NameNotFoundException: quickstart_helloworld_Request_gw not bound

           [java]     at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)

           [java]     at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)

           [java]     at org.jnp.server.NamingServer.getObject(NamingServer.java:785)

           [java]     at org.jnp.server.NamingServer.lookup(NamingServer.java:443)

           [java]     at org.jnp.server.NamingServer.lookup(NamingServer.java:399)

           [java]     at sun.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)

           [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

           [java]     at java.lang.reflect.Method.invoke(Method.java:606)

           [java]     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)

           [java]     at sun.rmi.transport.Transport$1.run(Transport.java:177)

           [java]     at sun.rmi.transport.Transport$1.run(Transport.java:174)

           [java]     at java.security.AccessController.doPrivileged(Native Method)

           [java]     at sun.rmi.transport.Transport.serviceCall(Transport.java:173)

           [java]     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)

           [java]     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)

           [java]     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)

           [java]     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

           [java]     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

           [java]     at java.lang.Thread.run(Thread.java:724)

           [java]     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:273)

           [java]     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:251)

           [java]     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:160)

           [java]     at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)

           [java]     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:728)

           [java]     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:688)

           [java]     at javax.naming.InitialContext.lookup(InitialContext.java:411)

           [java]     at org.jboss.soa.esb.samples.quickstart.helloworld.test.SendJMSMessage.setupConnection(SendJMSMessage.java:55)

           [java]     at org.jboss.soa.esb.samples.quickstart.helloworld.test.SendJMSMessage.main(SendJMSMessage.java:81)

       

      BUILD FAILED

      /usr/local/jbdevstudio/runtimes/jbossesb-4.12/samples/quickstarts/helloworld/build.xml:15: Java returned: 1