wujimin commented on issue #1100: Rest over Servlet多profile情况下出现端口占用(Address 
already in use: JVM_Bind)
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1100#issuecomment-466420557
 
 
   port conflict is not a problem of ServiceComb
   
https://stackoverflow.com/questions/42249791/resolving-port-already-in-use-in-a-spring-boot-test-defined-port
   
   but after resolve this problem, a new problem is caused by ServiceComb:
   previous test case shutdown applicationContext and ServiceComb, but some 
resources in ServiceComb is static, will not init again, eg: 
org.apache.servicecomb.serviceregistry.client.http.HttpClientPool
   
   we will fix it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to