0

i get the following exception when i run Jboss 4.2.2

Reason: java.rmi.server.ExportException: Listen failed on port: 1098; nested exception is: 
    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind

I checked with TCP view. port 1098 is being used by another process on my machine. There must be a way to change the port numbers for a process. But I am unaware about it.

skaffman
  • 398,947
  • 96
  • 818
  • 769
user1000258
  • 567
  • 2
  • 8
  • 16

1 Answers1

0

You can kill the process holding the 1098 port

or just "Close connection" for that port with TCPView

or change ports in JBoss:

http://shrubbery.homeip.net/c/display/W/JBoss+Ports (domain name changed by wiki owner)

https://community.jboss.org/wiki/ConfigurePorts

https://community.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine

Joshua Davis
  • 3,499
  • 1
  • 26
  • 29
Vadzim
  • 24,954
  • 11
  • 143
  • 151