tags:

views:

43

answers:

1

I tried to run example from HornetQ and I got this error:

 [java] HornetQServer_0 out:  Deployment "JNDIServer" is in error due to: java.rmi.server.ExportException: Port already in use: 1098

Actually this is not the first time I got this kind of error. I can verify that port 1098 is indeed already in use (using Netstat command) but I just don't know which service using it. Is anybody has encountered such problem?

Thanks in advance for any response and help. :)

A: 

Could be JBOSS or Remote Admin Tool. Or something else like Outlook or Firefox.

duffymo
That link is really helpful. But I just wonder if I can make the RAT from stop running. It's a part of basic service right?
vandershraaf
I don't know. Are you sure that's the app that's holding onto 1098?
duffymo
I'm pretty sure Jboss is not using the port because I didn't start it. So according to you, it should be RAT right? I don't know if there's another process using that. From the shell I can see the PID of the service that using port 1098 is PID 5556 but I can find it in the task manager.
vandershraaf