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 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: test@gmail.com
Finished: FAILURE
I don't know why this is happening in maven.
Here is my maven opts set in Hudson server.
Maven_OPTS : -Xms256m -Xmx1024m -XX:MaxPermSize=512m