2 Replies Latest reply on Jan 16, 2004 2:58 AM by knuterik

    JBoss Starting Problem

    vinodmanickam

      My problem is in starting the JBoss Server.

      The procedure that i followed to start the server was first,

      run.bat

      this did not work... so i tried,

      run.bat --host=157.227.22.36

      the same error comes when i try

      run.bat --host=127.0.0.1


      I have attached the sample log file below

      [WebService] Started WebServer with address: 157.227.22.36:8083
      [WebService] Using RMI server codebase: http://157.227.22.36:8083/
      INFO [WebService] Started jboss:service=WebService
      [NamingService] Starting jnp server
      [NamingService] Starting failed
      java.rmi.server.ExportException: Port already in use: 1098; nested exception is:
      java.net.BindException: Address already in use: JVM_Bind
      at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243)


      Please help me...