You might be already running a Java service that uses an RMI 
registry. That's the port that is in use already. If you need to run 
more than one registry, search for 1099 in the conf/ directory, and 
replace it with some other port, like 2099, or 10990, and then start 
up JBoss. Just remember you have to make the change in your client 
settings if you'r using RMI to talk with your server.

-Neal

On Monday 09 September 2002 09:18 am, you wrote:
> I got this error when start JBoss 3.0.2. Can anyone help?
>
> 20:01:11,528 INFO  [NamingService] Starting
> 20:01:11,578 INFO  [NamingService] Starting jnp server
> 20:01:11,718 ERROR [NamingService] Could not start on port 1099
> java.net.BindException: Address in use: JVM_Bind
>      at java.net.PlainSocketImpl.socketBind(Native Method)
>      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)
>      at java.net.ServerSocket.<init>(ServerSocket.java:170)
>      at
> javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocke
>tFactory.java:156) at org.jnp.server.Main.start(Main.java:221)
>      at
> org.jboss.naming.NamingService.startService(NamingService.java:156)
> at
> org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java
>:164) at java.lang.reflect.Method.invoke(Native Method)
>      at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMB
>eanDispatcher.java:284) at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517
>) at
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceContr
>oller.java:967) at $Proxy0.start(Unknown Source)
>      at
> org.jboss.system.ServiceController.start(ServiceController.java:396
>) at java.lang.reflect.Method.invoke(Native Method)
>      at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMB
>eanDispatcher.java:284) at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517
>) at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) at
> $Proxy3.start(Unknown Source)
>      at
> org.jboss.deployment.SARDeployer.start(SARDeployer.java:249) at
> org.jboss.deployment.MainDeployer.start(MainDeployer.java:802) at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:616) at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580) at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564) at
> java.lang.reflect.Method.invoke(Native Method)
>      at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMB
>eanDispatcher.java:284) at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517
>) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
> at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) at
> org.jboss.Main.boot(Main.java:142)
>      at org.jboss.Main$1.run(Main.java:375)
>      at java.lang.Thread.run(Thread.java:484)
> 20:01:11,758 INFO  [NamingService] Listening on port 1099
> 20:01:11,798 INFO  [NamingService] Started
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to