[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] http timeout and content checking
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] http timeout and content checking
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Mon, 24 Dec 2007 23:41:50 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=3ieenLRLNslcUjVDFEYH7XbrFT6I10Cx97XpSs5m4tk=; b=jPLI8G4dzaF7DGS0dJL909D2VYKMuqtkAjKXiEWPsNBBJ9tVvAEWZfrtZ9lPkkJ9PeZ11uMoRjHIOLI98rQiCWPGZiA7aMrh40Gt+HgU896HvcnwRG1ALxCYqR7LO7MD8PkERmV0erbhaNzDCwdeN5E0OzVw+iDdODr3alKo8gE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=u166QLVbHcVGle/mRxy8eUjNBsgLQxmgNJvpBoO3GKqXdT/XnfpmYw/C09IWLaZx8UO2tHjry+e3TzsqH3eEUGRH8vkPvtjlo2tEzJPRrYPG6ZMr6uvWDjbUh2EfZnSgKaEwHGaaG4OaUutGib36BPshTj8L6kQaP8OIYukoTHo=
- References: <29f517690712210824n4f4e958aw4247e023ed4b096f (at) mail.gmail.com>
>
>
> Also on a related, though different note, are a few other tests that I
> can't get the "content" column to show up. These URLs are of the form:
>
> https://username:password (at) some.machine.name:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://some.machine.name:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&ABCAction=AccountInfoRequest&ABCService=MemberManagement&payload=
> <request:AccountInfoRQ xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance" xmlns:request="
> com.company.accountrequest"><AccountInfo
> AccountCardNumber="4264292967999999" PortfolioID="177"
> SecurityInfo="true"/></request:AccountInfoRQ>
> (names changed to protect the innocent)
>
> The http check is working fine, but it seems like hobbit is ignoring the
> fact that I have it set up as a content check. The bb-hosts line for this
> test looks like:
> 1.2.3.4 test-name # DESC:"Test description" noconn nosslcert cont;<URL
> above>;Success badhttp:1:2:3
>
> I also just noticed that for these tests, bbtest is complaining "content-check,
> but no content-data in <bb-hosts line above>". However, if I manually go to
> the URL in a browser, it does indeed return "content-data", and it returns
> in a timely fashion (about 2 or 3 seconds). Any ideas?
>
I apologize if this is a duplicate email, but it looks like from my end that
something didn't post correctly...
Anyway, I figured out why I'm getting this error. From the bb-network.logfile:
2007-12-24 23:14:28 content-check, but no content-data in 'cont;
https://USERNAME:PASSWORD (at) HOSTNAME:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://HOSTNAME:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&TLSAction=hotelearningssummaryextract&TLSService=HotelEarnings&payload=<https://USERNAME:PASSWORD (at) hostname:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://HOSTNAME:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&TLSAction=hotelearningssummaryextract&TLSService=HotelEarnings&payload=><TLSBatchRQ><Parameters><Parameter'
So it appears the full URL from the bb-hosts file is getting truncated. The
limit looks to be around 370 (or at least more than 256), and I can't find
anywhere to override this, so it appears to be hard-coded without looking
through the actual code.