Waiting at the front of the queue...
|
02-14-2012, 07:10 AM
Post: #1
|
|||
|
|||
Waiting at the front of the queue...
Hi All,
I've set up webpagetest 2.5 on my Linux server pretty much out of the box. All of the required PHP and Apache modules are installed( according to php.info() ). I'm using the prepackaged AMI's listed on the webpagtest.org website. After launching the AIM instance, I eventually see the GET /work/getwork.php call as well a POST to /runtest.php once I enter a url in the testing page on my linux server, and then subsequent calls to GET /result/120213_5J_14/ , which I assume is my job, which is now constantly waiting for results and never getting them. There are no errors in wpt-error log. *Any* help would be appreciated. Cheers. |
|||
02-14-2012, 11:16 PM
Post: #2
|
|||
|
|||
RE: Waiting at the front of the queue...
I'll need a few things to help diagnose it:
1 - what does your locations.ini look like on the server (feel free to obfuscate any keys)? 2 - what do the getwork.php requests look like in the access log (also obfuscate the keys)? 3 - Do the location names and keys match between the ini and the requests? |
|||
02-15-2012, 12:29 AM
(This post was last modified: 02-15-2012 12:52 AM by elam.)
Post: #3
|
|||
|
|||
RE: Waiting at the front of the queue...
(02-14-2012 11:16 PM)pmeenan Wrote: I'll need a few things to help diagnose it: My locations.ini is: PHP Code: [locations] Here's my request sequence PHP Code: 23.20.76.95 - - [14/Feb/2012:09:24:56 -0500] "GET /work/getwork.php?video=1&location=Test_loc&key=&ec2=i-4d4a0928&pc=PAGEST-IE8&ver=304 HTTP/1.1" 200 378 "-" "urlblast" The locations look to me to match, unless I'm misreading. I'm not using any keys atm, just trying to get it up and running. I don't have to use a key, correct? When I fire up the ami via the EC2 command line tools, I'm passing this, including the quotes, into the AMI data string "wpt_server=webmonitor.chickenkiller.com wpt_location=Test_loc" Thanks for the help! |
|||
02-15-2012, 12:54 AM
Post: #4
|
|||
|
|||
RE: Waiting at the front of the queue...
Location should be IE instead of Test_loc. It's kind of a tree arrangement and the middle tier (Test_loc) is just a logical grouping for the UI.
|
|||
02-15-2012, 02:18 AM
Post: #5
|
|||
|
|||
RE: Waiting at the front of the queue...
Ah, thanks. I knew it was something simple.
|
|||
02-15-2012, 03:53 AM
Post: #6
|
|||
|
|||
RE: Waiting at the front of the queue...
I've fired up the IE9/Chrome/Firefox instance (US-East) and now my locations.ini looks like this:
PHP Code: [locations] and I'm passing Test in as my wpt_location to the ami. IE 9 has the same problem as before, waiting at the front of the queue, probably because the GET call to getwork.php looks like Code: 50.19.5.104 - - [14/Feb/2012:12:46:02 -0500] "GET /work/getwork.php?location=Test_wptdriver&software=wpt&ver=21&pc=IP-0A02B528&ec2=i-9b4c0efe HTTP/1.1" 200 378 "-" "WebPagetest Driver" All of the IE9/Chrome/Firefox ami's don't exist except for us-east, btw. Thanks! |
|||
02-16-2012, 12:17 AM
Post: #7
|
|||
|
|||
RE: Waiting at the front of the queue...
You should have 2 sets of get requests from the IE9/Chrome/Firefox agent. IE9 will request the location as specified in the user data and the Chrome/Firefox agent will append _wptdriver to the location name.
I just created the AMI's this past weekend and they are mostly meant for the upcoming 2.6 release but IE should work fine. If you search "All Images" and search by AMI ID you should find them - I just tried out the image in Ireland from another account and it came up in a search. |
|||
02-16-2012, 02:14 AM
Post: #8
|
|||
|
|||
RE: Waiting at the front of the queue...
Hi Patrick,
IE9 does return test results, but Chrome and Firefox do not. I do see both request though. I'm using the ie9/firefox/chrome instances listed here: https://sites.google.com/a/webpagetest.o...AMI-Images , and the only one that comes up in a search is the Virginia instance. California search( etc ) http://aws.amazon.com/search?searchQuery...&x=28&y=17 Is that ami listing out of date? Thanks! |
|||
02-16-2012, 03:13 AM
Post: #9
|
|||
|
|||
RE: Waiting at the front of the queue...
For chrome and firefox to work you will need a location configured for them and you should flip the definition:
Code: [Test_wptdriver] The listing is up to date. I've never used that search method, I usually go to: - aws console - EC2 - Select region - Select "AMIs" under images - viewing -> All Images - Search -> ami-f97029bc I can see it fine in the EC2 console under multiple accounts. I'm not sure why their other search method doesn't list it (maybe because they have the same source name across all the regions). |
|||
04-12-2014, 06:33 PM
Post: #10
|
|||
|
|||
RE: Waiting at the front of the queue...
please check my locations.ini
[locations] 1=Local default=Local [Local] 1=Local-URLBlast 2=Local-WPTDriver label=Local [Local-URLBlast] browser=IE 9 latency=0 label="Local - IE 9" [Local-WPTDriver] browser=Chrome label="Local-Agents" once i submit the start test its showing me to waiting at the front of the queue and not finished. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)