Author |
Message
|
voyager |
Posted: Mon Mar 21, 2005 5:38 am Post subject: ICS 4.3 Connectors |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
All,
I have installed ICS 4.3 and related software on Windows 2003 server.
I am getting the following error when I try to run the connectors.
The connector.log file shows:
Quote: |
java.io.FileNotFoundException: (No such file or directory).
[Type: Fatal Error] [Mesg: No response from server usxdevelopment.
It is probably not running yet. Reason:
org.omg.CORBA.OBJECT_NOT_EXIST: |
I am not sure which file is missing. I checked star_JDBC.bat file and CWJDBC.jar file is in place.
I appreciate very much, if anyone could throw some light on this.
Thank you! _________________ voyager |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Mar 21, 2005 5:41 am Post subject: Re: ICS 4.3 Connectors |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
voyager wrote: |
Mesg: No response from server usxdevelopment.
It is probably not running yet. |
This is the important bit. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
voyager |
Posted: Mon Mar 21, 2005 5:56 am Post subject: Any clue |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
Yes,
That is correct. I am still researching on this problem.
Any leads greatly appareciate.
Thank you, _________________ voyager |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Mar 21, 2005 6:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
...
Did the server start? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
voyager |
Posted: Mon Mar 21, 2005 6:16 am Post subject: |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
yes,
the server is running.. _________________ voyager |
|
Back to top |
|
 |
vennela |
Posted: Mon Mar 21, 2005 12:25 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
I am getting the following error when I try to run the connectors. |
Are you talking about connector controller or connector agent?
What is the Transport Type - JMS or MQ or IDL ?
Can you use the Test Connector and connect to the server?
If you still cannot find what is wrong, increase the trace level and see what trace file and log file says? |
|
Back to top |
|
 |
voyager |
Posted: Mon Mar 21, 2005 3:13 pm Post subject: |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
I installed ICS 4.3 on a clean Windows 2003 server
I deployed production objects in the ICS repository.
The connector controllers are running fine. Also, JDBC connector controllers as well as
connector agents are running fine. But, WebSphere MQ Connector agents are not able to run.
And I am getting the following message:
No response from connector controller. It is probably not running yet.
Any leads greatly appreciated.
Thank you! _________________ voyager |
|
Back to top |
|
 |
vennela |
Posted: Mon Mar 21, 2005 4:16 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Stop the connector controller
Clear all the AP/Queues of the WMQ Connector
Make sure the maps are running and restart both the controller and agent and see if it helps.
What version of MQ do you have. What CSD do you have? |
|
Back to top |
|
 |
voyager |
Posted: Wed Mar 23, 2005 5:28 am Post subject: |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
I tried but I could not get the connector agents running.
We have CSD 07 .
Thanks! _________________ voyager |
|
Back to top |
|
 |
voyager |
Posted: Thu Mar 24, 2005 8:22 am Post subject: Bug Fix |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
All,
There is a bug in the start_WebSphereMQ.bat file which got installed when I installed
WebSphere MQ Adapter for ICS 4.3 version.
In start_WebSphereMQ.bat file, in this line, "Connector" word
was missing which caused the MQ Connector Agent to fail.
This is the correct statement:
Quote: |
call "%WBIA_RUNTIME%\bin\start_adapter" -n%CONNAME%Connector -s%SERVER% -l%CONNPACKAGENAME% %3 %4 %5 |
Thank you for your support! _________________ voyager |
|
Back to top |
|
 |
maxpalacios |
Posted: Thu Jun 22, 2006 10:31 am Post subject: Re: Bug Fix |
|
|
Newbie
Joined: 22 Jun 2006 Posts: 2
|
Thanks Voyager for your post!!!
That is the solution in my case.
voyager wrote: |
All,
There is a bug in the start_WebSphereMQ.bat file which got installed when I installed
WebSphere MQ Adapter for ICS 4.3 version.
In start_WebSphereMQ.bat file, in this line, "Connector" word
was missing which caused the MQ Connector Agent to fail.
This is the correct statement:
Quote: |
call "%WBIA_RUNTIME%\bin\start_adapter" -n%CONNAME%Connector -s%SERVER% -l%CONNPACKAGENAME% %3 %4 %5 |
Thank you for your support! |
|
|
Back to top |
|
 |
|