This looks to me like the tool that you're using is calling System.exit(0).
On 27/07/2011, at 5:47 PM, RockyJerald wrote: > Hi All, > > I have written pom.xml for auto deployment process between hudson and > deployment servers. > > The script which i return its working perfectly i can see the application in > web logic server. The application has been deployed in the web logic server. > No issues in that. > > All the remaining task is also very well working in the servers but the > build is failing as failed by saying the below error in hudson > > " > [ServerConnectionImpl.close():332] : Closing DM connection > [ServerConnectionImpl.close():352] : Unregistered all listeners > [ServerConnectionImpl.closeJMX():372] : Closed JMX connection > [ServerConnectionImpl.closeJMX():384] : Closed Runtime JMX connection > [ServerConnectionImpl.closeJMX():396] : Closed Edit JMX connection > ***ERROR: Maven JVM terminated unexpectedly with exit code 0** * > Sending e-mails to: [email protected] > Finished: FAILURE > > " > > I dont why like this happening in the maven. > > Here is my maven opts set in Hudson server. > > Maven_OPTS : -Xms256m -Xmx1024m -XX:MaxPermSize=512m > > kindly help me to resolve this issue. Thanks in advance. > > Regards, > > Rocky. > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-ERROR-Maven-JVM-terminated-unexpectedly-with-exit-code-0-tp4637872p4637872.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
