-
Bug
-
Resolution: Fixed
-
P2
-
7u6
-
b46
-
generic
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2226466 | 7u6 | Calvin Cheung | P2 | Closed | Fixed | b17 |
run bugster twice from browser - you will get two instances of bugster.
Bugster uses the SingleInstanceService, and you should get only one instance.
When the native webstart code in system.c method sysWriteSocket, a call to send is made passing a UNICODE string.
in Java code in SingleInstanceImpl.java, this socket is read from, and normal string is expected, so compare fails.
Bugster uses the SingleInstanceService, and you should get only one instance.
When the native webstart code in system.c method sysWriteSocket, a call to send is made passing a UNICODE string.
in Java code in SingleInstanceImpl.java, this socket is read from, and normal string is expected, so compare fails.
- backported by
-
JDK-2226466 SingleInstance Service broken
-
- Closed
-