Você está na página 1de 1

Tuesday, June 25

th
Time: 1 hours
2. Fixing Problem In The Business Studio
I start searching for responses in the web, and doing some local directory
search to find out some possible configuration files
I run a python scripts to look into the c:/tibco directory for references to
jdk1.6.0 and found
c:/TIBCO/TIBCOhost/3.1/scripts/rdacompiler_classpath_3.1.5.tra
c:/TIBCO/TIBCOhost/3.1/scripts/bootstraptcs_classpath_3.1.5.tra
c:/TIBCO/TIBCOhost/3.1/scripts/node_classpath_3.1.5.tra
c:/TIBCO/TIBCOhost/3.1/scripts/TIBCOhost_classpath_3.1.5.tra
Those file was had apparently links with jdk.1.6.0 32 bits, and needed to
change to jdk 1.7.0 64 bits.
java.library=C:/TIBCO/TIBCOjre/1.6.0/bin/server/jvm.dll
TIBCO.env.PATH=C:/TIBCO/TIBCOjre/1.6.0/bin;%amf.radcompiler.cli.library.path%;%PATH%
TIBCO.env.LIBPATH=C:/TIBCO/TIBCOjre/1.6.0/bin/server;C:/TIBCO/TIBCOjre/1.6.0/bin/client;
%amf.radcompiler.cli.library.path%;%LIBPATH%
Changed to be
java.library=C:/TIBCO/TIBCOjre64/1.7.0/bin/server/jvm.dll
TIBCO.env.PATH=C:/TIBCO/TIBCOjre64/1.7.0/bin;%amf.radcompiler.cli.library.path%;%PATH%
TIBCO.env.LIBPATH=C:/TIBCO/TIBCOjre64/1.7.0/bin/server;C:/TIBCO/TIBCOjre64/1.7.0/bin/client;
%amf.radcompiler.cli.library.path%;%LIBPATH%
After those changes was made, the service was full compiled and ready to
execute, but that service was not of particular interest for the evaluation.
Developers Comment: It was very intriguing how those files have references to
jdk1.6.0, the only thing I can think of was originated for installing the Business
Studio analysis and then the BMP version.
Integration Knowledge Kit Appvance Inc. August 5, 2013
TIBCO BusinessWorks Developers Journal Page 35 of 75

Você também pode gostar