Hi,Server is 6.5.1, Redhat ES,
we are getting crashes in Amgr:
Agent ‘CheckFileReadQueue’ calling script library ‘DWGFileReader’: Agent signer ‘CN=AgentRunner/O=XYZ/C=DE’, Script library signer 'CN=XYZ/O=Awaro/
E’
Agent ‘CheckFileReadQueue’ calling script library ‘LibErrorHandling’: Agent signer ‘CN=AgentRunner/O=Awaro/C=DE’, Script library signer ‘CN=AgentRunner/O=XYZ/C=DE’
Thread=[20468:00002-16384]
Stack base=0xBFFFB2E4, Stack size = 11148 bytes
PANIC: LookupHandle: handle out of range
Stack base = 0xbfffb2e4, Stack size = 12740 bytes
Fatal Error signal = 0x0000000b PID/TID = 20468/16384
Sat Mar 27 08:53:52 Running NSD
NSD is in progress …
I know there is a fix in 6.5.2 for
Crash when starting Agentmanager.
But is there a workaround now?!
We need this very urgent.
Rainer
Subject: Amgr crash, any workaround?
What makes you think this is the same issue you heard about? I don’t think this crash is happening when starting amgr. It’s happening later, when amgr tries to run your agent “CheckFileReadQueue”.
I suggest that you insert Print statements into your code so that you can find out what line of code causes the crash.
Once you find out exactly what your agent does to make the server crash, quit doing it.
Subject: RE: Amgr crash, any workaround?
The agents run fine when they are triggered seperately but when started from within another agent I can see this crash.So I believe there is nothing wrong with the agent but with agent manager.
It fails when scheduled agents call other agents to run.
We can rule out the crash by dividing the scheduling of each agent seprately.
Rainer