RNUG Lotus User Group (www.vlaad.lv)

TDI issue with SSL certificate

Vladislav Tatarincev  31 March 2012 01:36:54
I am deploying Domino and Active Directory syncronization solution now, and faced one issue that I would like to share.
similar problem described in http://groups.google.com/group/ibm.software.network.directory-integrator/browse_frm/thread/4aa99c9ced7910a1?tvc=1

in my case I just imported SSL certificate into keystore and restarted TDI CE. after that tdi.defaultserver has stopped to launch.
I tried to kill java processed as adviced in mentioned thread, that has not worked for me.

since last change was SSL certificate, I copied to my solution directory "serverapi" folder default keystore from installation directory "testadmin.jks" and server started to start.

Hope this can help somebody. :)

vlaad

java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind

2012-03-31 00:52:30,327 INFO  [server] - CTGDIS232I Server is running in standard mode.
2012-03-31 00:52:31,154 INFO  [server] - CTGDIS236I The stash file has been successfully read.
2012-03-31 00:52:31,154 INFO  [server] - CTGDIS237I The key password is not present in the stash file. The keystore password will be used.
2012-03-31 00:52:31,201 INFO  [server] - CTGDIS238I Server security has been successfully initialized.
2012-03-31 00:52:31,919 INFO  [com.ibm.di.api] - CTGDKD445I Custom method invocation is set to false.
2012-03-31 00:52:32,043 ERROR [com.ibm.di.api] - CTGDKD019E Could not create RMI Registry:: java.rmi.server.ExportException: Listen failed on port: 1099; nested exception is:
        java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
2012-03-31 00:52:32,059 ERROR [server] - CTGDIS206W An error has occurred on Remote Server API initalization: com.ibm.di.api.DIException: CTGDKD019E Could not create RMI Registry:: Listen failed on port: 1099; nested exception is:
        java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
com.ibm.di.api.DIException: CTGDKD019E Could not create RMI Registry:: Listen failed on port: 1099; nested exception is:
        java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
        at com.ibm.di.api.APIEngine.logErrorAndThrowException(APIEngine.java:1223)
        at com.ibm.di.api.APIEngine.initRMIRegistry(APIEngine.java:1295)
        at com.ibm.di.api.APIEngine.initializeRemote(APIEngine.java:699)
        at com.ibm.di.server.RS.initializeAPIEngine(RS.java:701)
        at com.ibm.di.server.RS.runMaster(RS.java:2298)
        at com.ibm.di.server.RS.run(RS.java:2077)
        at com.ibm.di.server.RS.main(RS.java:637)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:600)
        at com.ibm.di.loader.ServerLauncher.startServer(ServerLauncher.java:172)
        at com.ibm.di.loader.ServerLauncher.main(ServerLauncher.java:79)

Archives