You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/02/22 14:45:31 UTC

[GitHub] wujimin commented on issue #1100: Rest over Servlet多profile情况下出现端口占用(Address already in use: JVM_Bind)

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:
users@infra.apache.org


With regards,
Apache Git Services