How to find which Hazelcast jar version the TIBCO Spotfire Server is using

How to find which Hazelcast jar version the TIBCO Spotfire Server is using

book

Article ID: KB0076472

calendar_today

Updated On:

Products Versions
Spotfire Server 7.14 and lower

Description

This article will helps us determine what Hazelcast jar version the TIBCO Spotfire Server is using. The following example is for Spotfire server 7.11 version, but you can follow the same instructions to check the jar version for any Spotfire Server version.

Note: Hazelcast was deprecated in version 10.0.

Issue/Introduction

This article will helps us determine what hazelcast jar version is TSS using

Resolution

1. Copy the current 'hazelcast.jar' from the location '<server-installation>\tomcat\webapps\spotfire\WEB-INF\lib\hazelcast.jar' and save to different folder say "C:\Desktop".
2. Extract the 'hazelcast.jar' using a program like 7-zip or WinZip
3. Open the file "C:\Desktop\hazelcast\META-INF\MANIFEST.MF", as you can see for TIBCO Spotfire Server 7.11 the Hazelcast build version is 3.8.4. 
Bundle-Name: hazelcast
Bundle-Activator: com.hazelcast.osgi.impl.Activator
Ignore-Package: com.hazelcast.client.impl.protocol.codec,com.eclipseso
 urce.json
Implementation-Title: hazelcast
Bundle-Description: Core Hazelcast Module
Implementation-Version: 3.8.4
CacheEntryImpl: com.hazelcast.cache.impl.CacheEntry
Specification-Vendor: Hazelcast, Inc.
Bundle-ManifestVersion: 2
CacheImpl: com.hazelcast.cache.ICache
Bundle-Vendor: Hazelcast, Inc.
Tool: Bnd-1.50.0
Implementation-Vendor: Hazelcast, Inc.
Originally-Created-By: Apache Maven Bundle Plugin
Bundle-Version: 3.8.4
Created-By: Apache Maven Bundle Plugin
Build-Jdk: 1.8.0_91
Specification-Version: 3.8.4

Additional Information

External: 7-Zip