Check your jboss-service.xml file for the JBoss NamingService port:

   <mbean code="org.jboss.naming.NamingService"
  |       name="jboss:service=Naming">
  |       <!-- The listening port for the bootstrap JNP service. Set this to -1
  |         to run the NamingService without the JNP invoker listening port.
  |       -->
  |       <attribute name="Port">11099</attribute>
  |       <!-- The bootstrap JNP server bind address. This also sets the default
  |       RMI service bind address. Empty == all addresses
  |        -->
  |       <attribute name="BindAddress">${jboss.bind.address}</attribute>
  |       <!-- The port of the RMI naming service, 0 == anonymous -->
  |       <attribute name="RmiPort">11098</attribute>
  |       <!-- The RMI service bind address. Empty == all addresses
  |        -->
  |       <attribute name="RmiBindAddress">${jboss.bind.address}</attribute>
  |    </mbean>
  | 

My guess is shutdown.sh hasn't been working since the port was changed from the 
default port 1099 to 11099.

Specify the same port (port 11099) in your shutdown.sh command:

shutdown.sh -S -s servername:11099

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871840#3871840

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871840


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to