Problem phenomenon:
LoadRunner comes with test samples, travel agency ticket reservation system HP Web tours hereinafter referred to as Web tours.
1, LoadRunner Program of the sample directory without web and Web tours service startup items, how to do?
2, LoadRunner with the Web test sample Web tours can not open or error, how to do?
3, LoadRunner the Web Tour service to run properly, the interface error HTTP 404 errors?
4, LoadRunner the Web Tour service to run properly, the interface error HTTP 500 errors?
Error message: Internal error:your request was unsuccessful. cannot create CGI process –program not found
LoadRunner The HP Web Tours Application service does not start, prompting 1080 port to be occupied
With internal Error:your request was unsuccessful cannot create GUI Process-program not found
Workaround:
1. View processes that occupy 1080 ports
CMD window input Netstat–ano find the Pid:1.netstat-ano that occupies the port | findstr "2.tskill pid"
2. In the task Manager to find the PID process name , I show here is Oracle.exe occupancy (afraid of affecting other services, so do not terminate the operation of this service, reconsider the modification of LoadRunner
HP Web Tours App service port)
3. Locate the LoadRunner installation directory, C:\Program Files\hp\loadrunner\webtours,
Open the Xitami.cfg configuration file, locate the portbase=1000 (default), and modify it. [Note: Port 1080=portbase+80]
4. We modify the portbase=2000, save, the port becomes 2080, and then the service starts successfully.
5. browser address field input: http://localhost:2080/WebTours/. But the following error is displayed.
Internal Error:your request was unsuccessful
Cannot create GUI Process-program not found
6. Locate the C:\Program files\hp\loadrunner\webtours directory configuration file Run.bat
The original path is as follows:
SET Path=c:\progra~1\hp\loadru~1\bin
CD c:\progra~1\hp\loadru~1\webtours
Start Xigui32.exe
Modify to the following path:
SET Path=c:\progra~1\hp\loadru~1\bin;c:\strawberry\c\bin;c:\strawberry\perl\bin
CD c:\progra~1\hp\loadru~1\webtours
Start Xigui32.exe
7. Restart the service, refresh the browser address, the login page can appear
8. Enter the user name JoJo Password bean can enter the system normally
Attached: [See if there is a strawberry folder under the C drive, if you do not need to download Strawberry-perl-5.10.1.0.msi and install, and then refresh the browser to see the program successfully opened]
Is there a Web or Web Tours service startup entry in the sample directory in the LoadRunner program?
1. Go to the LoadRunner installation path to find the Web tours directory.
Example: The default installation path, such as: C:\Program Files (x86) \hp\loadrunner\webtours.
LoadRunner Web test sample Web Tours can't open, how to do?
Cause: It is possible that the Web Tours service process is started.
Workaround: Go to the Web Tours directory of the LoadRunner installation path and run Run.bat or Startserver.bat.
LoadRunner The Web Tours service is running properly, Access http://127.0.0.1:1080/WebTours error HTTP 500 errors?
Cause: Strawberry-perl installation is abnormal or not installed.
Workaround: Reinstall Strawberry-perl-5.10.1.0.msi, the installation path is not changed by default. The installation package can be found under the "\lrunner\common\strawberry_perl_510" Directory of the LoadRunner installation package.
Note: If you install the Strawberry-perl-5.10.1.0.msi, you need to uninstall and install it first.
Web Tours comes with a solution that cannot be opened by the sample Web site