|
WPT Monitor
|
|
01-06-2011, 01:43 AM
Post: #71
|
|||
|
|||
|
RE: WPT Monitor
Does the apache process have write access to the appropriate wptmonitor files?
Tony Perkins |
|||
|
01-10-2011, 05:59 PM
Post: #72
|
|||
|
|||
|
RE: WPT Monitor
yes, apache have write acces to wptm files..
when i click webpagetest monitor BI icon, apache error log show following text [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: impId in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/monitor.inc on line 6, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: resultsPerPage in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/monitor.inc on line 53, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: impId in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/monitor.inc on line 6, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: resultsPerPage in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/monitor.inc on line 53, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: clearFilter in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 10, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: filterField in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 15, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: filterValue in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 18, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: jobsFilterField in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 22, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: jobsFilterValue in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 23, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: currentPage in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 26, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: showInactiveJobs in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 34, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: folderId in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 45, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: orderByDir in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 56, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: orderBy in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/listJobs.php on line 70, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: edited_user_timezone in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/utcDateTime.php on line 11, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php [Mon Jan 10 16:54:53 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: ErrorMessagePopUp in /usr/local/tomcat6/webapps/ROOT/wpt/content/wptmonitor/messaging.php on line 2, referer: http://10.XX.XX.XXX/wptmonitor/listJobs.php |
|||
|
01-11-2011, 03:16 AM
Post: #73
|
|||
|
|||
|
RE: WPT Monitor
Those are are actually just "PHP Notice" log entries. They should have an impact on the application functioning properly. There is a setting somewhere to adjust the log level so you don't get the "Notice" level entries.
Does the app seem to be working? (01-10-2011 05:59 PM)gyuseong Wrote: yes, apache have write acces to wptm files.. Tony Perkins |
|||
|
01-23-2011, 02:08 PM
Post: #74
|
|||
|
|||
|
RE: WPT Monitor
Try changing your Job Processor script (cronjob/jobProcessor.sh)
Change from this curl localhost/wptmonitor/jobProcessor.php?key=<key> >> /var/www/html/wptmonitor/jobProcessor.log to this curl http://www.yourdomainname.com/wptmonitor/jobProcessor.php?key=<key> >> /var/www/html/wptmonitor/jobProcessor.log This worked for me ![]() (12-11-2010 06:51 AM)rickzan Wrote: In chrome a grafic is displayed but i think that there is some problem to write the data because the graph is empty and, in the page of result everthing is 0 |
|||
|
02-09-2011, 12:34 PM
Post: #75
|
|||
|
|||
|
RE: WPT Monitor
I believe this has to do with a bug I reported. You can see it (along with the fix that I used) here:
http://www.webpagetest.org/forums/showth...hp?tid=534 Billy V. Senior Systems Engineer NetDNA.com / MaxCDN.com / HDDN.com Support Phone: 877.5NETDNA ext. 2 Support E-Mail: support@netdna.com |
|||
|
02-10-2011, 01:20 AM
Post: #76
|
|||
|
|||
|
RE: WPT Monitor
Let me know if that fix helps out.
Tony Perkins |
|||
|
03-17-2011, 12:39 PM
(This post was last modified: 03-17-2011 12:48 PM by gyuseong.)
Post: #77
|
|||
|
|||
|
RE: WPT Monitor
When I complete install.php form and click submit button, following error occurs
[Thu Mar 17 11:31:29 2011] [error] [client 10.OO.OO.OOO] PHP Fatal error: Uncaught exception 'SmartyException' with message '{include_php} is deprecated, set allow_php_tag = true to enable' in /home/frontend/ROOT/wpt/www/wptmonitor/lib/Smarty-3.0.4/libs/sysplugins/smarty_internal_compile_include_php.php:32\nStack trace:\n#0 /home/frontend/ROOT/wpt/www/wptmonitor/lib/Smarty-3.0.4/libs/sysplugins/smarty_internal_templatecompilerbase.php(279): Smarty_Internal_Compile_Include_Php->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL)\n#1 /home/frontend/ROOT/wpt/www/wptmonitor/lib/Smarty-3.0.4/libs/sysplugins/smarty_internal_templatecompilerbase.php(123): Smarty_Internal_TemplateCompilerBase->callTagCompiler('include_php', Array, Array)\n#2 /home/frontend/ROOT/wpt/www/wptmonitor/lib/Smarty-3.0.4/libs/sysplugins/smarty_internal_templateparser.php(2276): Smarty_Internal_TemplateCompilerBase->compileTag('include_php', Array)\n#3 /home/frontend/ROOT/wpt/www/wptmonitor/lib/Smarty-3.0.4/libs/sysplugins/smarty_internal_templateparser.php(2755): Smarty_Internal_Templatepa in /home/frontend/ROOT/wpt/www/wptmonitor/lib/Smarty-3.0.4/libs/sysplugins/smarty_internal_compile_include_php.php on line 32, referer: http://10.OO.OO.OOO/wptmonitor/install.php Then periodically following error message occurs [Thu Mar 17 11:32:01 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined variable: _SESSION in /home/frontend/ROOT/wpt/www/wptmonitor/monitor.inc on line 4 [Thu Mar 17 11:32:01 2011] [error] [client 10.OO.OO.OOO] PHP Notice: date_default_timezone_set(): Timezone ID '' is invalid in /home/frontend/ROOT/wpt/www/wptmonitor/monitor.inc on line 4 [Thu Mar 17 11:32:01 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: impId in /home/frontend/ROOT/wpt/www/wptmonitor/monitor.inc on line 7 [Thu Mar 17 11:32:01 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined variable: _SESSION in /home/frontend/ROOT/wpt/www/wptmonitor/monitor.inc on line 51 [Thu Mar 17 11:32:01 2011] [error] [client 10.OO.OO.OOO] PHP Notice: Undefined index: resultsPerPage in /home/frontend/ROOT/wpt/www/wptmonitor/monitor.inc on line 54 As Billy and mikemontrel says, I set jobProcessor.sh and edit wpt_functions.inc... but no effect.. I think, this case cause wrong installation.. T.T |
|||
|
03-19-2011, 01:35 AM
Post: #78
|
|||
|
|||
|
RE: WPT Monitor
Which version of wptmonitor did you download?
Tony Perkins |
|||
|
03-21-2011, 06:59 PM
Post: #79
|
|||
|
|||
|
RE: WPT Monitor
Hello. Tony Perkins.
I downloaded 0.3.0 Released version. (http://www.webpagetest.org/forums/showth...p?tid=467) Thanks. |
|||
|
03-22-2011, 12:33 AM
Post: #80
|
|||
|
|||
|
RE: WPT Monitor
Let me run through the install process with the current dev version tonight. I'm hopefully releasing version 1.0.0 this week. If the install process works I'll let you know and you can grab the latest and greatest at http://webpagetest.googlecode.com/svn/tr...ptmonitor/
Tony Perkins |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help




