"Problem description"
After installing LOADRUNNER10, try opening your own webtours page to learn. The first time you can open, and then install a RFT, Oracle and other software, the page can not display the problem. Always thought it was a Java problem, try various versions of JDK, environment variable try, are not valid
Problem
"Solution"
Try to do it a few times, Baidu a bit, a master found that when Oracle and LoadRunner are installed at the same time, there will be conflicting environment variables. You need to modify the contents of the Perl5lib:
The initial content is: D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\mswin32-x86;d:\oracle\product\10.2.0\db_1\perl\5.8.3\lib;d : \oracle\product\10.2.0\db_1\perl\5.8.3\lib\mswin32-x86;d:\oracle\product\10.2.0\db_1\perl\site\5.8.3;d:\ Oracle\product\10.2.0\db_1\perl\site\5.8.3\lib;d:\oracle\product\10.2.0\db_1\sysman\admin\scripts;d:\oracle\ Product\10.2.0\db_1\perl\lib\5.8.3\mswin32-x86;d:\oracle\product\10.2.0\db_1\perl\lib\5.8.3;d:\oracle\product\ 10.2.0\db_1\perl\5.8.3\lib\mswin32-x86-multi-thread;d:\oracle\product\10.2.0\db_1\perl\site\5.8.3;d:\oracle\ Product\10.2.0\db_1\perl\site\5.8.3\lib;d:\oracle\product\10.2.0\db_1\sysman\admin\scripts
Modified content (leaving only the last paragraph): D:\oracle\product\10.2.0\db_1\sysman\admin\scripts
After the modification, restart the Webtours service, you can already display the page. But then there is another problem.
After displaying the page, Java error, C + + also reported running errors, and started a new problem, more difficult to deal with. For the time being, see if the follow-up is reflected in the exception of other software, then do the processing.
LoadRunner10 comes with webtours, unable to display flights page problem Resolution