Jobqueue stays empty
|
02-13-2015, 01:04 AM
Post: #1
|
|||
|
|||
Jobqueue stays empty
Hello All,
I've got some problems with configuring Webpagetest private instance version 2.16. WPT is running on dedicted Linux Ubuntu (14.04) machine with FFMPEG compiled. /install page says everything is okay. Agent (WPT driver) is running on separate Windows 2012 standard server with AviSynth and DUMMYNET ipfw driver installed. /getLocations.php and /install says Agent is connected. I'm also seeing WPTdriver polling the server in Apache logs like this: GET /work/getwork.php?shards=1&reboot=1&location=Local-WPTDriver&software=wpt&version=2.16.0.197&ver=197&pc=removed&dns=etc... HTTP/1.1" 200 0 "-" "WebPagetest Driver" Every time I submit a test, some files are generated in /tmp folder: - 4aa3cd379a49804e3fb99ee6825e0972ed440eea.queue.gz last-test-Local-WPTDriver-WPTAGENT-IP.test - Local-WPTDriver.tests Local-WPTDriver.tm - wpt_cron.dat There are also folders created according to Location name in /work/jobs, but directory stays empty. Error message on WPT after submitting a test: The testing completed but failed. Failed to launch the browser It looks like for some reason the jobqueue is not getting filled, (/work/jobs), so agent doesn't find any jobs to process. It's hard to debug, I can't find any specific errors that point in the right direction. Tried debug=1 , strace, Xdebug etc. I've also tried different locations.ini files (did only some location name changes) I found on the Net but gave same results. Please help! Thnx! .Ini files below: wptdriver.ini: Code: [WebPagetest] locatins.ini: Code: 1=Local |
|||
02-13-2015, 10:15 PM
(This post was last modified: 02-13-2015 10:15 PM by andydavies.)
Post: #2
|
|||
|
|||
RE: Jobqueue stays empty
The browser path in wptdriver.ini will need to change for Chrome and Firefox on 64 bit windows e.g.
Code: exe="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" Andy Using WebPageTest - http://usingwpt.com/ |
|||
02-14-2015, 12:04 AM
Post: #3
|
|||
|
|||
RE: Jobqueue stays empty | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)