cancel
Showing results for 
Search instead for 
Did you mean: 

IDM: dispatcher is not starting

Former Member
0 Kudos

Hi,

I have installed IDM server and completed the identity center configuration.Now i am adding dispatcher.but when i am testing it i am getting error

CLASSPATH: C:\Program Files\sap\idm\identity center\Java\mxdispatcher.jar;C:\Program Files\sap\idm\identity center\Java\mxmcapi.jar;E:\oracle\ID1\102\jdbc\lib\ojdbc14.jar;E:\oracle\ID1\102\jdbc\lib\ojdbc14.jar

[03.05.2011 16:54:35-218] - MxDispatcher:Reading prop files

[03.05.2011 16:54:35-218] - MxDispatcher:Loading driver: oracle.jdbc.driver.OracleDriver

[03.05.2011 16:54:35-218] - MxDispatcher:Creating connection to : jdbc:oracle:thin:id1_rt/********@idmserver:1521:id1

[03.05.2011 16:54:36-250] - Can not create connection:'jdbc:oracle:thin:id1_rt/welcome1@idmserver:1521:id1

[03.05.2011 16:54:36-250] - MxDispatcher:Can not create connection:'jdbc:oracle:thin:id1_rt/********@idmserver:1521:id1'. Exception:Io exception: The Network Adapter could not establish the connection

[03.05.2011 16:54:36-250] - MxDispatcher:Unavailable connection to : jdbc:oracle:thin:id1_rt/********@idmserver:1521:id1

[03.05.2011 16:54:36-250] - MxDispatcher:Sleeping 30 seconds

[03.05.2011 16:55:07-312] - Can not create connection:'jdbc:oracle:thin:id1_rt/welcome1@idmserver:1521:id1

[03.05.2011 16:55:07-312] - MxDispatcher:Can not create connection:'jdbc:oracle:thin:id1_rt/********@idmserver:1521:id1'. Exception:Io exception: The Network Adapter could not establish the connection

Could you please help me to resolve this issue.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member2987
Active Contributor
0 Kudos

Check your JDBC connection strings in the MMC console. Also make sure that your CLASSPATH is set correctly.

You must be using a 32 bit JAVA.EXE and it must be in the PATH as well.

The Dispatcher works best withJava 1.5 and above.

Those are the immediate things that come to mind.

Former Member
0 Kudos

Thanks Pollicove,

Chekced the JDBC connection in MMC console

JAVA RT JDBC URL : jdbc:oracle:thin:id1_rt/******@idmserver:1521:id1

Classpath is set to ojdbc14.jar

In path set path to java.exe

i am using JAVA

java version "1.4.2_10"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_

Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)

Let me know any other things that i need to check.

Thanks,

Abhilasha

Former Member
0 Kudos

Like Matt said.

You need a Java version newer then 1.4

Also you need to use a 32bit Java.

Former Member
0 Kudos

Thanks,

Problem got resolved.

i was using wrong port (1521) instead of 1527.