How to make TIBCO Hawk RVHMA work with JRE 1.4?

How to make TIBCO Hawk RVHMA work with JRE 1.4?

book

Article ID: KB0085132

calendar_today

Updated On:

Products Versions
TIBCO Hawk Rendezvous Messaging Adapter -
Not Applicable -

Description

Description:
On Windows, please do the following

1. remove the rvhma service (see manual doc for details)
2. modify the installRVHma.bat file under the samples directory

    change

    -jvmopts ( -Dhawk.hawk_root=c:\TIBCO\hawk ...

    to

    -jvmopts ( -Dorg.xml.sax.parser=com.sun.xml.parser.Parser -Dhawk.hawk_root=c:\TIBCO\hawk ...

3. Run nstallRVHma.bat to install the service

4. If you run the batch file manually (instead of NTservice), you need to modify the &lthawk>/bin/debugrvhma.bat and change

%JVMEXE% -DTIBHawk=rvhma -Dhawk.hawk_root=%HAWK_ROOT%

to

%JVMEXE% -DTIBHawk=rvhma -Dorg.xml.sax.parser=com.sun.xml.parser.Parser -Dhawk.hawk_root=%HAWK_ROOT%

For UNIX, change the startup scripts similarly.

Issue/Introduction

How to make TIBCO Hawk RVHMA work with JRE 1.4?