Port Conflict when using with MKS Source Integrity
Hi,
I posted this some weeks ago but now I got some more detailled information. When the build agent is running as service MKS Source Integrity cannot be started. I get an error "JVM_Bind: Address already in use".
When I shut down the build agent service it can start properly. When using netstat /b the difference between running and stopped build agent is the following:
TCP computername:31000 localhost:32000 ESTABLISHED 2812
java.exe
TCP computername:32000 localhost:31000 ESTABLISHED 4060
TeamCityAgentService-windows-x86-32.exe
Whe starting MKS (without running the teamcity build service) netstat shows:
TCP computername:31000 localhost:1235 ESTABLISHED 520
IntegrityClient.exe
TCP computername:31000 localhost:32000 TIME_WAIT 0
So I think the problem is the usage of the port 31000/32000. Is it possible to change the port usage of the TeamCityAgentService-windows-x86-32.exe?
Or maybe it is possible to start the agent without the service (if only the service itself uses the port).
Many Thanks
Steffen
Edited by: SteffenS on Jul 24, 2008 12:29 PM
Edited by: SteffenS on Jul 24, 2008 12:33 PM
Please sign in to leave a comment.