You could try the following solution that worked for me
C:\j2sdkee1.3\bin\setenv.bat contains the following
set LISTEN_OPTIONS=-Dcom.sun.CORBA.connection.ORBListenSocket=SSL:0,SSL_MUTUALAUTH:0,PERSISTENT_SSL:1060
try modifing 1060 to something else
In my case "netstat /a" showed port 1060 in use, so I changed
1060 to 2060 and now everything works just fine
-----------------------------------------------
Sun Certified Programmer on the Java 2 Platform