infuriating heisenbug in Java/WAS 8.5 liberty profile on socket binding
问题 I get socket bind error on Java 6/Websphere 8.5 (Liberty profile, a cut down, usable version of Websphere). When killing and starting app server immediately again I get: [ERROR ] CWWKO0221E: TCP Channel defaultHttpEndpoint initialization did not succeed. The socket bind did not succeed for host * and port 9988. The port might already be in use. This is because either Java or WAS have not released IPv6 sockets properly. But, here's the snag: when I run WLP via strace (with -f option to track