Private instance - blocked with the "Waiting at the front of the queue" issue

Hi

I’m sorry to write here another post related to installing private instance but after reading and testing many things I still do not manage to have my test pass the dreadful waiting-at-the-front-of-the-queue stage :slight_smile:

Can you help me in my troubleshooting ? Where should I start having a look?

I managed to run wptdriver with no error and I see the WPT homepage with all my locations and browsers.

For the time being I just would like to have a Chrome based test running.

Here is my setup, just in case I missed something huge:

OS: Windows 7 Enterprise
XAMP: v3.2.2
Apache: 2.4
PHP: ?
Python: 2.7
WPT: 2.19

settings/locations.ini:

[locations]
1=Local_Server
default=Local_Server

[Local_Server]
1=Local_wptdriver
label=Local Server
group=Local

[Local_wptdriver]
browser=Chrome
label="Local Server"
connectivity=LAN
[WebPageTest]
url=http://127.0.0.1/
location=Local_wptdriver
browser=Chrome
Time Limit=120
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat

[Chrome]
exe="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --no-proxy-server'
installer=http://www.webpagetest.org/installers/browsers/chrome.dat

In wptdriver.ini change Local_wptdriver to Local-WPTDriver - it needs to match the relevant section in locations.ini

I made a wrong copy and paste and the post quote was not reflecting my exact setup. I correct it. Now you can see exactly what I have and Local_wptdriver matches wptdriver.ini and locations.ini.

I apologize for this mistake. So what could we wrong now?

I works now!
Configuration was ok.
URLBlast and WPTDriver were not running properly.

Hi, man!

What was your problem with URLBlast and WPTDriver?