0 Replies Latest reply on Nov 15, 2005 9:38 AM by mjreged

    Fresh JBOSS 4.0.03 sp1 install throws SocketException : bad

      I run
      Ubuntu Breezy on 2.6.14 kernel
      JDK 1.5

      I start up the server with the run.sh scripts
      then i get this on console

      SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
      at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
       at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:299)
       at java.net.MulticastSocket.setInterface(MulticastSocket.java:420)
      
      


      Then the messages continue to the end

      09:30:46,455 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
      09:30:46,785 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      09:30:47,041 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      09:30:47,056 INFO [JkMain] Jk running ID=0 time=0/89 config=null
      09:30:47,068 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)] Started in 50s:845ms
      
      


      I have been trying to deploy swing client on my own simple example
      that implements @Remote and Serializable etc...

      can this Exception be the cause of why i can't connect my remote client ?