Author |
Message
|
vgollakota |
Posted: Wed Oct 31, 2007 5:46 am Post subject: RAC is not working on linux.. |
|
|
Apprentice
Joined: 19 Feb 2007 Posts: 37
|
I have installed RAC on my system (linux). the flow engine and everything is fine.
But when I put some message to the queue , the RAC is not working. I mean there is not funcitonality of RAC.
Could some one guide me , as what to do. I have even set the CLASSPATH AND LD_LIBRARY_PATH to /opt/IBM/AgentController/lib
Thank you. _________________ G.VANDANA |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 31, 2007 6:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is RAC started? Is it started as Root? Can you successfully connect the debugger to the RAC? Does it list the EGs for the broker? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vgollakota |
Posted: Wed Oct 31, 2007 6:53 am Post subject: |
|
|
Apprentice
Joined: 19 Feb 2007 Posts: 37
|
jefflowrey wrote: |
Is RAC started? Is it started as Root? Can you successfully connect the debugger to the RAC? Does it list the EGs for the broker? |
Thanks for you reply,
Ya, RAC is started and I am able to connect to RAC , even I get the process id in flow engine list. But when I put some message to queue , debug operation doesn't happen. _________________ G.VANDANA |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Oct 31, 2007 6:59 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
are the messages still in the Input queue itself. did you give the break points...
if its not picking after some span of time, broker has to be verified
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
vgollakota |
Posted: Wed Oct 31, 2007 7:04 am Post subject: |
|
|
Apprentice
Joined: 19 Feb 2007 Posts: 37
|
Gaya3 wrote: |
Hi
are the messages still in the Input queue itself. did you give the break points...
if its not picking after some span of time, broker has to be verified
Regards
Gayathri |
No the messages are not in the queue, the flow is running successfully and completes the whole operation and the message is passes to output queue. Broker is working fine. _________________ G.VANDANA |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Oct 31, 2007 7:08 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
So you didnt give the break points in between right...
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
vgollakota |
Posted: Wed Oct 31, 2007 7:20 am Post subject: |
|
|
Apprentice
Joined: 19 Feb 2007 Posts: 37
|
Gaya3 wrote: |
Hi
So you didnt give the break points in between right...
Regards
Gayathri |
I gave my dear gaya3, I gave the breakpoints even. _________________ G.VANDANA |
|
Back to top |
|
 |
vsr |
Posted: Wed Oct 31, 2007 12:08 pm Post subject: |
|
|
Centurion
Joined: 04 Apr 2006 Posts: 104
|
I am not sure this will work out for you but we had the similar problem before( it's been long time) and this one worked for us.
1. Stop the RAServer process
2. Set the following int he serviceconfig.xml
Code: |
filePort="0" isDataMultiplexed="true" |
3. Stop Broker
4. Start RAServer
5. Start Broker with '-clean' option
Try adding a break point in the esql code. Don't forget to back up the serviceconfig.xml file first |
|
Back to top |
|
 |
vgollakota |
Posted: Fri Nov 02, 2007 3:05 am Post subject: |
|
|
Apprentice
Joined: 19 Feb 2007 Posts: 37
|
vsr wrote: |
I am not sure this will work out for you but we had the similar problem before( it's been long time) and this one worked for us.
1. Stop the RAServer process
2. Set the following int he serviceconfig.xml
Code: |
filePort="0" isDataMultiplexed="true" |
3. Stop Broker
4. Start RAServer
5. Start Broker with '-clean' option
Try adding a break point in the esql code. Don't forget to back up the serviceconfig.xml file first |
Hey VSR,
I have tried what all you have given , even then the debug is not working, could you give any other ideas, if you have......! _________________ G.VANDANA |
|
Back to top |
|
 |
|