As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am trying to install the WebFocus Client 7.6.5 (i.e. ibi_html76.war and webfocus76.war) on Websphere RAD 6.0 server within the local workstation environemnt.
In the server console, I keep getting the following java exception and the installation just hangs up and doing nothing.
javax.net.ssl.SSLException: Unsupported record version Unknown 9.139
Any clues? Is this something to do with the .war files?
StevenThis message has been edited. Last edited by: Kerry,
Talking from the experience of most corporate WebSphere sites they will not deploy war files because the IBM training and reccomendations are for ears and so they recompile them into ear files before installation.
But you should be able to deploy the war files.
The most likely cause of the problem is a Java version issue.
Check the active java version by typing java -version at a windows command prompt.
it should return something like
java version "1.6.0_07" Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)
Even if you had WebFOCUS install the version of java shipped on the CD (1.6.0_05) it may well not be the active one.
If you have multiple versions of java installed that can be an issue.