Re: [Penemo-users] RE: HTTP Problem
Brought to you by:
njennings
|
From: Rob H. <ro...@na...> - 2002-07-13 07:54:24
|
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?
Is it on the user running penemo's path?
What do you have for the value "http_command" in penemo.conf?
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
>
|