Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8072468 | emb-9 | Mark Sheppard | P2 | Resolved | Fixed | team |
Steps to reproduce:
1. Run attached class on latest jdk7u build on Windows XP sp 3 single CPU machine.
EXPECTED BEHAVIOUR:
server will be created and stopped successfully 100 times.
ACTUAL BEHAVIOUR:
"java.net.BindException: Address already in use" exception is thrown after a few iterations.
The problem doesn't exist on Windows 7, Linux and others platforms and seems to be Windows XP specific.
The problem seems appeared starting from jdk7u6 since on jdk7u5 it the sample case works fine.
1. Run attached class on latest jdk7u build on Windows XP sp 3 single CPU machine.
EXPECTED BEHAVIOUR:
server will be created and stopped successfully 100 times.
ACTUAL BEHAVIOUR:
"java.net.BindException: Address already in use" exception is thrown after a few iterations.
The problem doesn't exist on Windows 7, Linux and others platforms and seems to be Windows XP specific.
The problem seems appeared starting from jdk7u6 since on jdk7u5 it the sample case works fine.
- backported by
-
JDK-8072468 java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop.
-
- Resolved
-
- duplicates
-
JDK-6947913 Inflater.inflate runs indefinitelly
-
- Closed
-
-
JDK-8015398 junit test failure - "Address already in use: bind"
-
- Closed
-
- relates to
-
JDK-8015398 junit test failure - "Address already in use: bind"
-
- Closed
-