Problem:
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
Check method:
1. View processes that occupy 1080 ports
2. Check 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 can see the program opened successfully
Workaround:
1.CMD window Input Netstat–ano find the PID that occupies the port, if it is occupied by the existing service, modify the default port number of this website, 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], we modify the portbase=2000, save, the port becomes 2080, and then the service starts successfully.
2. Restart the service after installing Strawberry-perl-5.10.1.0.msi (provided that there is a configuration of Step 3) and re-access
3. 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
[LoadRunner own web site Web tours cannot open] Modify the example port number of the LR, cannot create GUI Process-program not found