Environment: ================ BW version: 5.6.2 OS: All
Cause: ============== The correct version of commons-httpclient.jar is not in the BW CLASSPATH.
Resolution: ============== The jar file should be placed under TPCL_HOME/5.5/lib/httpclient_3.0.
1). Make sure you put the folder in the BW CLASSPATH.
2). Check if there are other versions of commons-httpclient.jar in the CLASSPATH. You can try to move TPCL_HOME/5.5/lib/httpclient_3.0 to the front of CLASSPATH to let BW load the commons-httpclient.jar in this folder into CLASSPATH.
Issue/Introduction
BW is unable to find a HTTPClient related method during startup.