Configuring TIBCO BusinessEvents studio-tools on Solaris.

Configuring TIBCO BusinessEvents studio-tools on Solaris.

book

Article ID: KB0090672

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
==========
Configuring TIBCO BusinessEvents studio-tools on Solaris.

Environment:
===========
TIBCO BusinessEvents 4.0.2
All Operating Systems

Resolution:
========
To enable Solaris installations to execute the studio-tools command line utility
buildEar operation, follow the steps below.

1). Install TIBCO BusinessEvents 32-bit 5.0.1 on a Solaris SPARC 64-bit machine.

2). Install TIBCO BusinessEvents 32-bit 5.0.1 on a Linux machine.

3). Download and install Eclipse 3.4.2 for Solaris SPARC. You can download the
software from the following location:

http://archive.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php

Select the following option: Solaris 10 (SPARC/GTK 2). The filename is
eclipse-SDK-3.4.2-solaris-gtk.zip.

4). Create folder %BE_HOME%/eclipse-platform and unzip the Eclipse version here (%BE_HOME%/eclipse-platform/eclipse) .

5). Copy the following files from the Linux installation to the corresponding file location in the Solaris installation:

BE_HOME/studio/eclipse/plugins
BE_HOME/studio/bin/studio-tools.tra
BE_HOME/eclipse-platform/eclipse/links/TIBCOBusinessEvents-Studio-plugins.link
BE_HOME/eclipse-platform/eclipse/plugins/*emf*
BE_HOME/eclipse-platform/eclipse/plugins/*uml*
BE_HOME/eclipse-platform/eclipse/plugins/javax.xml_1.3.4.*.jar
BE_HOME/eclipse-platform/eclipse/plugins/org.apache.commons.codec_1.3.0.*.jar
BE_HOME/eclipse-platform/eclipse/plugins/org.apache.commons.httpclient_3.1.0.*.jar
BE_HOME/eclipse-platform/eclipse/plugins/org.apache.commons.lang_2.3.0.*.jar
BE_HOME/eclipse-platform/eclipse/plugins/org.apache.xerces_2.9.0.*.jar
BE_HOME/eclipse-platform/eclipse/plugins/org.apache.xml.resolver_1.2.0.*.jar
BE_HOME/eclipse-platform/eclipse/plugins/org.apache.xml.serializer_2.7.1.*.jar

6). Reset the permissions on Solaris machine in %BE_HOME%/eclipse-platform and %BE_HOME%/studio

chmod -R +r+x %BE_HOME%/eclipse-platform
chmod -R +r+x %BE_HOME%/studio

7). On the Solaris machine, edit the following file:BE_HOME/studio/bin/studio-tools.tra

7.1). The delimiter has to be set to ":", update the property below and search and replace ";" as delimiter in classpath settings

tibco.env.PSP=:

7.2). Update JVM_LIB_PATH, JVM_LIB_DIR and  TIB_JAVA_HOME

tibco.env.TIB_JAVA_HOME=%TIB_HOME%/&lttibjre or tibjre64>/&ltversion>
tibco.env.JVM_LIB_PATH=%TIB_JAVA_HOME%/lib/sparc/server/libjvm.so
tibco.env.JVM_LIB_DIR=%TIB_JAVA_HOME%/lib/sparc

8). On the Solaris machine, edit the following file and specify the path to the TIBCO BusinessEvents Studio plugins (%BE_HOME%/studio), as appropriate for the Solaris installation.

%BE_HOME%/eclipse-platform/eclipse/links/TIBCOBusinessEvents-Studio-plugins.link

e.g.:
path=/opt/tibco/be/4.0/studio

9). Copy the wrapper executable from TIBCO_HOME/tools/wrapper/wrap (or wrap64) to %BE_HOME%/studio/bin/studio-tools.

10). Change directory to %BE_HOME%/eclipse-platform/eclipse and run the
command:

./eclipse –clean -initialize

NOTE:
To test studio-tools start it with the option -help (displays help). If it does not return help contents then reevaluate the configuration.

%BE_HOME%/studio/bin/studio-tools -help

./studio-tools -help

****************************************************************************
    TIBCO BusinessEvents 5.1.1.035 (2012-12-14)
    Using arguments :-help
    Copyright 2004-2012 TIBCO Software Inc. All rights reserved.
    
****************************************************************************

Usage: studio-tools &ltoperation_category> &ltoperation> [-options]

...

Issue/Introduction

Configuring TIBCO BusinessEvents studio-tools on Solaris.