BW is unable to find a HTTPClient related method during startup.

BW is unable to find a HTTPClient related method during startup.

book

Article ID: KB0091549

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description:
===============
BW  throws the following error during startup:

java.lang.NoSuchMethodError: org.apache.commons.httpclient.HttpClient.getParams() Lorg/apache/commons/httpclient/params/HttpClientParams

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.