2015-10-20 17:13:12,777 INFO [server] - CTGDIS232I Server is running in standard mode.
2015-10-20 17:13:13,121 INFO [server] - CTGDIS236I The stash file has been successfully read.
2015-10-20 17:13:13,121 INFO [server] - CTGDIS237I The key password is not present in the stash file. The keystore password will be used.
2015-10-20 17:13:13,141 INFO [server] - CTGDIS238I Server security has been successfully initialized.
2015-10-20 17:13:13,445 INFO [com.ibm.di.api] - CTGDKD445I Custom method invocation is set to false.
2015-10-20 17:13:13,554 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
2015-10-20 17:13:13,567 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:2299)
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:173)
at com.ibm.di.loader.ServerLauncher.main(ServerLauncher.java:79)
2015-10-20 17:13:13,977 INFO [server] - CTGDIS232I Server is running in standard mode.
First of all check the host file of
the machine on which TDI server is installed because manually I had
entered ip address in host file so that's why local system was unable to
reach the actual assigned ip address.
Secondly port was conflicting due to running multiple running java
process after ending process default TDI Server come up , now its
working fine , thanks