Verifying the installed TIBCO ActiveSpaces version.

Verifying the installed TIBCO ActiveSpaces version.

book

Article ID: KB0089289

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
Verifying installed TIBCO ActiveSpaces version.

Issue/Introduction

Verifying the installed TIBCO ActiveSpaces version.

Resolution

You can verify installed ActiveSpaces version in two ways.

1). Go to the “<TIBCO_HOME>\_installInfo” folder and check for “activespaces_*.*.*_prodInfo.xml files . The latest modified date will be the installed version . You can open that XML file to find out the installed version.

Sample XML file for AS 2.1.2 HF-11 installation

<TIBCOInstallerFeatures>
    <productDef alwaysReinstall="true" buildNumber="V123.1" buildType="release" hostname="nchikkal-T520" id="activespaces" installDir="" licenseFile="TIB_activespaces_2.1.2_license.pdf" name="TIBCO ActiveSpaces 2.1.2 Hotfix 11" productMMName="" productMMVersion="" productMachineModel="false" productType="hotfix" readmeFile="TIB_activespaces_2.1.2_HF-011_readme.txt" relnotesFile="" servicePackArchive="C:\tibco\_installInfo\.SPBackup\activespaces_2.1.2.011_restore.zip" targetPlatform="win_x86_64" timeStamp="04-10-2014.165116" version="2.1.2.011"/>
    <installerFeature installLocation="$L{as.home}" name="Runtime Hotfix 11" parentID="activespaces" version="2.1.2">
        <assemblyList>
            <assembly displayName="product_tibco_activespaces_common" installLocation="C:\tibco\as\2.1" uid="product_tibco_activespaces_common" version="2.1.2.123"/>
            <assembly displayName="product_tibco_activespaces_admin" installLocation="C:\tibco\as\2.1" uid="product_tibco_activespaces_admin" version="2.1.2.123"/>
            <assembly displayName="product_tibco_activespaces_dotnet" installLocation="C:\tibco\as\2.1" uid="product_tibco_activespaces_dotnet" version="2.1.2.123"/>
            <assembly displayName="product_tibco_activespaces_agent" installLocation="C:\tibco\as\2.1" uid="product_tibco_activespaces_agent" version="2.1.2.123"/>
            <assembly displayName="product_tibco_activespaces_asmm" installLocation="C:\tibco\as\2.1" uid="product_tibco_activespaces_asmm" version="2.1.2.123"/>
            <assembly displayName="product_tibco_activespaces_c" installLocation="C:\tibco\as\2.1" uid="product_tibco_activespaces_c" version="2.1.2.123"/>
        </assemblyList>
        <dependency description="TIBCO Activespaces Runtime" mustBeInstalled="false" type="feature" uid="Runtime_activespaces" version="2.1.2.0" vpduid=""/>
    </installerFeature>
    <customSettings/>
    <customVariables>
        <localVariable name="as.version" value="2.1.2"/>
        <localVariable name="as.shortversion" value="2.1"/>
        <localVariable name="as.home" value="C:\tibco\as\2.1"/>
    </customVariables>
</TIBCOInstallerFeatures>
 
 

2). Open the command line window and navigate to  “<TIBCO_HOME>\as\2.1\lib folder and run "java –jar as-admin.jar" , which will display the exact version of AS installed in the console.

Sample  output for  AS 2.1.2 HF-11 installation.


****************************************************************
TIBCO ActiveSpaces Administration Tool (Java)
Enterprise Edition. Version: 2.1.2.123 03-Apr-2014 SVN Rev.22714
Copyright(c) 2008-2013 TIBCO Software Inc. All rights reserved
****************************************************************

Additional Information

Installation document.