Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] hyades agent


hyades-dev-admin@xxxxxxxxxxx wrote on 11/09/2004 02:16:02 PM:

> ...I am running an automated test that takes
> approximately an hour to run. After about 15 minutes of the
> automated test running on the java application, the hyades agent
> seems to stop recording data. ...


Michael, you can try increasing the servicelog.log logging levels to see if there is still message traffic when data collection appears to stall.

Edit RASERVER_HOME/config/serviceconfig.xml, locate the AgentControllerConfiguration and set loggingDetail=HIGH and loggingLevel=DEBUG. It will look something like this when you're done:

<AgentControllerConfiguration activeConfiguration="default" filePort="10005" jvm=yourpath loggingDetail="HIGH" loggingLevel="DEBUG" port="10002" processPolling="true" securedPort="10003" version="3.0.1.1">

Then stop and restart RAServer. A lot more information will go into servicelog.log now. Probably more than you want to know, in fact. :-) But one of the things you can definitely see is whether or not data is flowing back to your workbench from the data collection agent.

-Kim

Kim Coleman
PurifyPlus Development
IBM Rational Software, Cupertino, CA
kcoleman@xxxxxxxxxx

Back to the top