BW-AS-100001 Job-59000 Error in [put.process/Group/Put].

BW-AS-100001 Job-59000 Error in [put.process/Group/Put].

book

Article ID: KB0093661

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
This article describes a known issue of using TIBCO ActiveSpaces with a Business Work process trying to remotely connect to the TIBCO ActiveSpaces domain controller.

Symptoms:
When a Business Works process tries to remotely connect to the TIBCO ActiveSpaces domain controller, it generates the following errors:

BW-AS-100001 Job-59000 Error in [put.process/Group/Put]

com.tibco.as.space.ASException: SYS_ERROR (security_init_failure - No compatible security provider found. Expecting [OpenSSL 1.0.1h or higher]

Found versions:

Version: [OpenSSL 0.9.8y 5 Feb 2013] path: [C:/tibco/tibrv/8.4/bin]

Version: [OpenSSL 0.9.8g 19 Oct 2007] path: [C:/tibco/tpcl/5.8/bin]

Version: [OpenSSL 0.9.8y 5 Feb 2013] path: [C:\tibco\tibrv\8.4\bin]

Version: [OpenSSL 0.9.8y 5 Feb 2013] path: [C:/tibco/tibrv/8.4/bin]

Version: [OpenSSL 0.9.8g 19 Oct 2007] path: [C:/tibco/tpcl/5.8/bin]

Version: [OpenSSL 0.9.8y 5 Feb 2013] path: [C:\tibco\tibrv\8.4\bin]

)
Cause:
Incorrect version of libraries loading.

Issue/Introduction

BW-AS-100001 Job-59000 Error in [put.process/Group/Put].

Resolution

Make sure your AS_HOME is pointed to the correct AS version.

Check bwengine.tra to make sure:
  • tibco.env.AS_HOME is pointing to the correct version of AS.
  • Try moving the %AS_HOME%/lib from the end to the beginning of tibco.env.PATH & tibco.env.LD_LIBRARY_PATH as shown below.

# Set PATH
tibco.env.PATH %AS_HOME%/lib;%RV_HOME%/lib/64;%RV_HOME%/bin;%CUSTOM_PATH%;%DESIGNER_HOME%/hotfix/bin;%DESIGNER_HOME%/bin;%TRA_HOME%/hotfix/bin;%TRA_HOME%/bin;%TRA_HOME%/hotfix/icjava/6.2/bin;%TRA_HOME%/icjava/6.2/bin;%TRA_HOME%/hotfix/icjava/6.2/lib;%TRA_HOME%/icjava/6.2/lib;%TPCL_HOME%/bin;/usr/bin;%TIB_JAVA_HOME%/bin;%PATH%

# Set LIBRARY PATH
tibco.env.LD_LIBRARY_PATH %AS_HOME%/lib;%TPCL_HOME%/lib/httpclient_3.0;%HAWK_HOME%/bin;%RV_HOME%/lib/64;%CUSTOM_LIB_PATH%;%TRA_HOME%/hotfix/lib;%TRA_HOME%/lib;%TRA_HOME%/hotfix/icjava/6.2/lib;%TRA_HOME%/icjava/6.2/lib;%TPCL_HOME%/lib;%RV_HOME%/lib;%JVM_LIB_SERVER_DIR%;%JVM_LIB_DIR%;%LD_LIBRARY_PATH%