1.启动Samples-Web-Start Web Server时,提示Could not open port 1080-Port is already used by another server(wsaeaddrinuse)
  解决方法:
  找到xitami.cgf,将protbase=1000改为2000
  [C:Program FilesHPLoadRunnerWebTours]
  2.启动Samples-Web-Start Web Server时,提示your request was unsuccessful,Cannot create CGI process
  解决方法:
  a.可能未安装strawberry-perl.
  b.如正常安装,请打开WebTours文件夹下的run.bat,查看其SET PATH路径设置是否正确,尤其是perl安装路径,此BAT后默认perl安装在C盘,c:strawberrycin;c:strawberryperlin  如你安装strawberry并非此路路径,在此修改BAT保存是没用的,需重新安装perl到C盘,或COPY一份到C盘下。重启start web server.服务.
  3.LoadRunner Sample WebTours 点击Flights出现空白解决方法
  解决方法:找环境变量,发现PERL5LIB变量中的值与LOG文件的匹配,值为:D:oracleproduct10.2.0db_2perl5.8.3libMSWin32-x86;D:oracleproduct10.2.0db_2perl5.8.3lib;D:oracleproduct10.2.0db_2perl5.8.3libMSWin32-x86;D:oracleproduct10.2.0db_2perlsite5.8.3;D:oracleproduct10.2.0db_2perlsite5.8.3lib;D:oracleproduct10.2.0db_2sysmanadminscripts;
  去除所有带5.8.3的值,修改后的值为D:oracleproduct10.2.0db_2sysmanadminscripts;
  此时sample运行正常。但不知道对ORACLE有什么影响。
  怕对oracle有影响,我在StartServer.bat里加上了对这个变量的设置
  编辑StartServer.bat  在上面加上SET PERL5LIB=C:oracleproduct10.2.0db_1sysmanadminscripts