[jboss-user] [Installation, Configuration & Deployment] - how to start/stop jboss sever using ant scripts

2009-10-06 Thread praveen1401
can any one tell me how to start and stop jboss server using ant build scripts

am using ant1.7.0

jboss : 4.0.5GA


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258841
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 ANT start/stop tasks

2009-10-06 Thread praveen1401
Can any one tell me how to start/stop jboss server using exec command

here is the scripts:

 





ant getting this in log file but the server is not stopping


top.jboss:
 [echo] +-+
 [echo] | |
 [echo] | S T O P P I N G   J B O S S |
 [echo] | |
 [echo] +-+
 [echo] 
 [exec] shutdown: unused non-option argument: 192.168.113.17
 [exec] shutdown: unused non-option argument: 8080
 [exec] Exception in thread "main" javax.naming.CommunicationException: 
Could not obtain connection to any of these urls: localhost:1099 [Root 
exception is javax.naming.CommunicationException: Failed to connect to server 
localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: 
Failed to connect to server localhost:1099 [Root exception is 
java.net.ConnectException: Connection refused: connect]]]
 [exec] at 
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414)
 [exec] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594)
 [exec] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
 [exec] at javax.naming.InitialContext.lookup(InitialContext.java:351)
 [exec] at org.jboss.Shutdown.main(Shutdown.java:214)
 [exec] Caused by: javax.naming.CommunicationException: Failed to connect 
to server localhost:1099 [Root exception is 
javax.naming.ServiceUnavailableException: Failed to connect to server 
localhost:1099 [Root exception is java.net.ConnectException: Connection 
refused: connect]]
 [exec] at 
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269)
 [exec] at 
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385)
 [exec] ... 4 more
 [exec] Caused by: javax.naming.ServiceUnavailableException: Failed to 
connect to server localhost:1099 [Root exception is java.net.ConnectException: 
Connection refused: connect]
 [exec] at 
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243)
 [exec] ... 5 more
 [exec] Caused by: java.net.ConnectException: Connection refused: connect
 [exec] at java.net.PlainSocketImpl.socketConnect(Native Method)
 [exec] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
 [exec] at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
 [exec] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
 [exec] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
 [exec] at java.net.Socket.connect(Socket.java:520)
 [exec] at java.net.Socket.connect(Socket.java:470)
 [exec] at java.net.Socket.(Socket.java:367)
 [exec] at java.net.Socket.(Socket.java:267)
 [exec] at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
 [exec] at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
 [exec] at 
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239)
 [exec] ... 5 more
 [exec] Press any key to continue . . . 
 [echo] +-+
 [echo] | J B O S S   S T O P P E D   |
 [echo] +-+

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258833
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user