RQM test suites with RFT test cases stopping unexpectedly
I'm using RQM 2.0.1.1 iFix3 and running suites of Test Cases which each have an Rational Functional Tester script in them (using RFT 8.2.0.2). Recently I've seen a few cases where the suite runs some tests and then appears to just stop. The RFT adapter on the PC shows the last test that runs being executed and completing but no sign of anything further (i.e. no sign of an attempt to run the next test in the suite).
At the same time we're seeing the following in the rqm.log on the server:
09 Sep 2011 16:08:47,495 ERROR com.ibm.team.process - CRJAZ6005E:Exception occurred invoking event handler "com.ibm.rqm.execution.service.eventhandler.requestUpdateHandler"
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215I Item not found: com.ibm.rqm.executionframework.common.model.impl.AdapterRequestHandleImpl@54865486 (stateId: null, itemId: , origin: <unset>, immutable: <unset>)
Has anyone else experienced this or know if it is a known issue ?
At the same time we're seeing the following in the rqm.log on the server:
09 Sep 2011 16:08:47,495 ERROR com.ibm.team.process - CRJAZ6005E:Exception occurred invoking event handler "com.ibm.rqm.execution.service.eventhandler.requestUpdateHandler"
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215I Item not found: com.ibm.rqm.executionframework.common.model.impl.AdapterRequestHandleImpl@54865486 (stateId: null, itemId: , origin: <unset>, immutable: <unset>)
Has anyone else experienced this or know if it is a known issue ?
2 answers
I'm using RQM 2.0.1.1 iFix3 and running suites of Test Cases which each have an Rational Functional Tester script in them (using RFT 8.2.0.2). Recently I've seen a few cases where the suite runs some tests and then appears to just stop. The RFT adapter on the PC shows the last test that runs being executed and completing but no sign of anything further (i.e. no sign of an attempt to run the next test in the suite).
At the same time we're seeing the following in the rqm.log on the server:
09 Sep 2011 16:08:47,495 ERROR com.ibm.team.process - CRJAZ6005E:Exception occurred invoking event handler "com.ibm.rqm.execution.service.eventhandler.requestUpdateHandler"
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215I Item not found: com.ibm.rqm.executionframework.common.model.impl.AdapterRequestHandleImpl@54865486 (stateId: null, itemId: , origin: <unset>, immutable: <unset>)
Has anyone else experienced this or know if it is a known issue ?
We have been experiencing the same thing with 2.0.1.1 iFix 3 (RFT 8.2.0.1) with test suites. We have to restart the adapter, machine, and suites.
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215I Item not found: com.ibm.rqm.executionframework.common.model.impl.ToolAdapterHandleImpl@15041504 (stateId: [UUID _IaIGEd16EeCvrtbhA7YAag], itemId: [UUID _MdKFgKinEeCbF6kyBKdV1w], origin: <unset>, immutable: <unset>
We are also receiving something similar:
20:15:27,573 [AsynchronousTaskRunner-2] ERROR com.ibm.team.process - CRJAZ6005E:Exception occurred invoking event handler "com.ibm.rqm.execution.service.eventhandler.TestStepExecutionEventHandler" com.ibm.team.repository.common.TeamRepositoryException: Item Handle must not be null
I have a PMR opened with IBM but they have not been able to diagnose as yet.
Were you ever able to get an answer to this problem? Fix?
I'm using RQM 2.0.1.1 iFix3 and running suites of Test Cases which each have an Rational Functional Tester script in them (using RFT 8.2.0.2). Recently I've seen a few cases where the suite runs some tests and then appears to just stop. The RFT adapter on the PC shows the last test that runs being executed and completing but no sign of anything further (i.e. no sign of an attempt to run the next test in the suite).
At the same time we're seeing the following in the rqm.log on the server:
09 Sep 2011 16:08:47,495 ERROR com.ibm.team.process - CRJAZ6005E:Exception occurred invoking event handler "com.ibm.rqm.execution.service.eventhandler.requestUpdateHandler"
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215I Item not found: com.ibm.rqm.executionframework.common.model.impl.AdapterRequestHandleImpl@54865486 (stateId: null, itemId: , origin: <unset>, immutable: <unset>)
Has anyone else experienced this or know if it is a known issue ?
We have been experiencing the same thing with 2.0.1.1 iFix 3 (RFT 8.2.0.1) with test suites. We have to restart the adapter, machine, and suites.
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215I Item not found: com.ibm.rqm.executionframework.common.model.impl.ToolAdapterHandleImpl@15041504 (stateId: [UUID _IaIGEd16EeCvrtbhA7YAag], itemId: [UUID _MdKFgKinEeCbF6kyBKdV1w], origin: <unset>, immutable: <unset>
We are also receiving something similar:
20:15:27,573 [AsynchronousTaskRunner-2] ERROR com.ibm.team.process - CRJAZ6005E:Exception occurred invoking event handler "com.ibm.rqm.execution.service.eventhandler.TestStepExecutionEventHandler" com.ibm.team.repository.common.TeamRepositoryException: Item Handle must not be null
I have a PMR opened with IBM but they have not been able to diagnose as yet.
Were you ever able to get an answer to this problem? Fix?
I also raised a PMR for this which was closed off. In our case it turned out to be a memory usage issue. When we looked at the RQM server logs they were full of OutOfMemoryErrors. We increased the heap space allocated to the JVM for RQM and this resolved it (actually it seems to have made RQM run better in general). I think the recommended JVM heap space allocation is 1.5GB (although we had allocated 2.5). We upped this to 4GB.