Error: Failed to load client QTWeb

  • KM00398460
  • 03-Apr-2013
  • 18-Apr-2013

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

When running a loadtest with a Linux Loadgenerator the following error is seen in the output window: Not all extension Dlls were loaded. Failed to load client QTWeb.

Error

When running a loadtest with a Linux Loadgenerator the following error is seen in the output window:
Not all extension Dlls were loaded.
Failed to load client QTWeb.

Error: Failed to load client QTWeb. [MsgId: MERR-10047]
Error: Not all extension Dlls were loaded. [MsgId: MERR-10599]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread. [MsgId: MERR-10176]

Cause

Running Linux Load Generator under 64 bit, the necessary libraries are not available or not installed.

Fix

In order to install the requiered libraries do the following:

1. create symbol links for libpcre.so and libpcrecpp.so with names <lib_name>.so.0 by executing the following in LR\bin

2. Install glibc6.i686 and libstdc++.i386

yum install glibc.i686
yum install libstdc++.i686

 

ln -s libpcre.so libpcre.so.0
ln -s libpcrecpp.so libpcrecpp.so.0