RE: [Penemo-users] RE: HTTP Problem
Brought to you by:
njennings
From: Drury, J. <Jef...@us...> - 2002-07-16 14:00:05
|
Rob, Here's what I get when I run wget (/usr/bin) via command line... [root@cssfs2 /root]# wget xww.asst.world.xerox.com --09:39:26-- http://xww.asst.world.xerox.com:80/ => `index.html.7' Connecting to xww.asst.world.xerox.com:80... connected! HTTP request sent, awaiting response... 200 OK Length: 91 [text/html] 0K -> [100%] 09:39:27 (88.87 KB/s) - `index.html.7' saved [91/91] see below for answers to your other questions... Thanks for taking the time to look at this -jeff -----Original Message----- From: Rob Helmer [mailto:ro...@na...] Sent: Saturday, July 13, 2002 4:06 AM To: pen...@li... Subject: Re: [Penemo-users] RE: HTTP Problem Hmm.. ok, I think this is a problem... :) This is what line 537 in agent.pm starts with : if ($check != 0) { $self->_set_http_status("0"); $self->_set_http_get_status("0"); $self->_set_http_get_message("failed url: $url"); $self->set_http_errlev('+'); return; } else { $self->_set_http_status("1"); $self->_set_http_get_status("1"); } The $check is null, which is very odd. Where is wget installed on your system? ... /usr/bin Is it on the user running penemo's path? ... yes What do you have for the value "http_command" in penemo.conf? ... http_command wget Thanks, Rob On Fri, Jun 14, 2002 at 04:01:15PM -0400, Drury, Jeff wrote: > Everything looks normal, with the exception of this snippet, but I asked you > about this error previously and you said just ignore it as long as it > works... > > 13.xxx.xxx.xxx: http status : Argument "" isn't numeric in ne at > /usr/local/share/penemo/lib/penemo/agent.pm > line 537 (#1) > (W) The indicated string was fed as an argument to an operator that expected > a numeric value instead. If you're fortunate the message will identify which > operator was so unfortunate. > > 1 > > Hope this helps > > -----Original Message----- > From: Nicholas K. Jennings [mailto:ni...@na...] > Sent: Friday, June 14, 2002 3:40 PM > To: Drury, Jeff > Cc: pen...@li... > Subject: Re: HTTP Problem > > > Wierd. > > if you run penemo on the command line, do you see any strange output? > That would be helpful. > > On Fri, Jun 14, 2002 at 03:27:25PM -0400, Drury, Jeff wrote: > > Hi Nick, I just discovered that HTTP checking is not functioning... it > > always shows as green, even when I purposely break it. I know wget is > > working correctly due to the fact I can run it command line. I've > downloaded > > Penemo 1.0 again and replaced agent.pm, penemo (sbin), penemo.pm...I'm > > baffled! > > > > OS: RedHat 6.1 > > Penemo: 1.0 stable > > > > -Jeff > > _____________________________ > > > > Jeffery Drury > > > > Sales Productivity & Process > > North American Solutions Group > > Xerox Corporation > > > > Mailstop: XRX2 / 011 > > Phone: 716.423.2794 / 8*223.2794 > > Fax: 716.423.6014 / 8*223.6014 > > > > jef...@us... > > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > penemo-users mailing list > pen...@li... > https://lists.sourceforge.net/lists/listinfo/penemo-users > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ penemo-users mailing list pen...@li... https://lists.sourceforge.net/lists/listinfo/penemo-users |