-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Blocker
-
Component/s: deploy-plugin
-
None
When you set "clean install" on your root pom. Then Jenkins will try to start a seperate instance of tomcat on your server on the same port.Â
The Jenkins error doesn' t give the right info:
Caused by: java.net.SocketException: Connection reset
That's not the real issue. On the server it gives:
java.net.BindException: Address already in use (Bind failed)
Jenkins shouldnt be trying to start another instance. Nowhere did I tell Jenkins to be creating other instances. I'm only deploying to 1 tomcat server.Â
This is a blocking defect. Can't use Jenkins with Tomcat anymore.