1 Reply Latest reply on Oct 17, 2003 11:03 AM by adrian.brock

    Connection to th e application Server

    charlemile

      Hi everybody,

      I'm running a client side application which must connect to an application server(i use jboss).In the setup of the application i specify the following parameters values :
      -web port ->1099
      -jnp port ->1099
      But when I start the application server,in the log file I can see lines as that :
      - warning: failed to satrt : socketListener@0.0.0:1099
      - error [org.jboss.jetty.JettyService] exception.java.io.IOException : could not create JsseListener:java.lang.NullPointerException
      Consequently,my client side application cannot connect to the application server.

      Help please,I'm newbie to jboss.
      Regards