DevOps Automation

 View Only
Expand all | Collapse all

Workbench received notification that the execution process on Driver %1 has terminated.

  • 1.  Workbench received notification that the execution process on Driver %1 has terminated.

    Posted Wed February 24, 2021 07:47 AM

    Using Rational Performance Tester (10.1.2) trying to run a test schedule using a rational performance test agent (v10.1.2), getting:

    Test Run stopped due to error The workbench received notification that the execution process on Driver <agent name> has terminated. Check the error log for further details.

    I have checked logging (engine_<agent name>.log) from majordomo on the agent and get:

    Feb 24 18:23:42.924 RPTNextgenRunner start <main> Feb 24 18:23:42.924 C:\Program Files\IBM\SDP\Majordomo\lib\boot.jar <main> Feb 24 18:23:42.924 Schedule name is 'proxy' <main> Feb 24 18:23:42.924 Constructing Communication Agents <main> Feb 24 18:23:43.236 Communication Agents started <main> Feb 24 18:23:43.236 Command: GET <workbench url>&version=10120&scheduleName=proxy&reqNum=0 HTTP/1.1 <NextgenCommand> Feb 24 18:23:43.236 Command: Sending '' <NextgenCommand> Feb 24 18:23:43.252 java.lang.NoClassDefFoundError: com.ibm.rational.test.lt.execution.stats.util.IHttpEndPoint at com.ibm.rational.test.lt.kernel.runner.impl.RPTNextgenRunner.init(RPTNextgenRunner.java:521) at com.ibm.rational.test.lt.kernel.runner.impl.RPTNextgenRunner.<init>(RPTNextgenRunner.java:417) at com.ibm.rational.test.lt.kernel.runner.impl.RPTNextgenRunner.main(RPTNextgenRunner.java:600) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.ibm.rational.test.lt.boot.DomoBooter.invokeRunner(DomoBooter.java:154) at com.ibm.rational.test.lt.boot.DomoBooter.main(DomoBooter.java:61) Caused by: java.lang.ClassNotFoundException: com.ibm.rational.test.lt.execution.stats.util.IHttpEndPoint at java.net.URLClassLoader.findClass(URLClassLoader.java:591) at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:953) at java.lang.ClassLoader.loadClass(ClassLoader.java:898) at java.lang.ClassLoader.loadClass(ClassLoader.java:881) ... 9 more <main>

    Haven't been able to find help online yet, is there a configuration issue I've missed.


    #SupportMigration
    #Support
    #RationalPerformanceTester


  • 2.  RE: Workbench received notification that the execution process on Driver %1 has terminated.

    Posted Wed February 24, 2021 03:41 PM

    Is this a service test or a http test?

    I suggest two basic sanity checks first:

    Bring up task manager on the agent machine that's failing and click on details, then sort by name.

    End any process that's java.exe or javaw.exe that has a property from being loaded from C:\Program Files\IBM\SDP\Majordomo

    We call these stray java processes

    Make sure the disk that has the deploy_ment root directory on it has enough disk space. In face we can safely delete all the subdirectories under deployment_root.j

    Example if the deployment directory for the agent was specified as c:\temp then C:\temp\deployment_root can be deleted, do a permanent delete or empty the recycle bin right afterwards

    Relaunch the schedule


    #Support
    #RationalPerformanceTester
    #SupportMigration


  • 3.  RE: Workbench received notification that the execution process on Driver %1 has terminated.

    Posted Thu February 25, 2021 03:23 PM

    another possibility is the RPT agent is using a different java that's shipped with the product.

    If this issue persists, please open a Salesforce ticket, include the engine log above and the common base events logs, the CBE logs are in the deployment root directory, example:

    C:\temp\deployment_root\xxxx\A1EB664098AD5AD0C171B33163383065>dir common*

    Volume in drive C has no label.

    Volume Serial Number is FC74-14D4

    Directory of C:\temp\deployment_root\xxxxx\A1EB664098AD5AD0C171B33163383065

    02/24/2021 04:35 PM 57,013 CommonBaseEvents00.log

    02/24/2021 04:10 PM 26,970 CommonBaseEvents10.log

    02/24/2021 03:47 PM 23,966 CommonBaseEvents20.log

    02/24/2021 03:24 PM 20,961 CommonBaseEvents30.log


    #Support
    #SupportMigration
    #RationalPerformanceTester


  • 4.  RE: Workbench received notification that the execution process on Driver %1 has terminated.

    Posted Wed March 31, 2021 03:42 AM

    Apologies for the delayed response, we ended up working out that the installation of rational performance tester was not set to include the packages required to run the tests, once the missing packages were installed through installation manager rational performance tester was able to push the packages out to the Agents and the tests were able to be run.


    #SupportMigration
    #RationalPerformanceTester
    #Support