|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Possible HttpMethodBase errorAll, I have been using Cruise Control 2.7.1-RC3 for a few months
now and everything worked just fine. I am now evaluating Cruise Control 2.7.2. I have built the source and everything seems to work just
fine (jsp reporting, distributed building … etc). However, I noticed a
slue of text (all with the same message) in the command window. I have pasted
the message below; can someone help me understand what this is and how to
correct it? OS: Windows 2000 SP4 Ant: v1.6.5 Cruise Control: v2.7.2 Tomcat v4.1.37 [cc]Jun-17 09:45:35 HttpMethodBase- Going to buffer response
body of large or unknown size. Using getResponseBodyAsStream instead is
recommended. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Possible HttpMethodBase errorAnyone have any insight on this issue? From:
cruisecontrol-user-bounces@...
[mailto:cruisecontrol-user-bounces@...] On Behalf Of Michael Delaney All, I have been using Cruise Control 2.7.1-RC3 for a few months now
and everything worked just fine. I am now evaluating Cruise Control 2.7.2. I have built the source and everything seems to work just
fine (jsp reporting, distributed building … etc). However, I noticed a
slue of text (all with the same message) in the command window. I have pasted
the message below; can someone help me understand what this is and how to
correct it? OS: Windows 2000 SP4 Ant: v1.6.5 Cruise Control: v2.7.2 Tomcat v4.1.37 [cc]Jun-17 09:45:35 HttpMethodBase- Going to buffer response
body of large or unknown size. Using getResponseBodyAsStream instead is
recommended. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Possible HttpMethodBase errorI think we just need to know if this is masking some more critical problem (we're running in distributed mode).
If this isn't a critical problem, I'd like to comment out the println or logging statement so that our logs don't fill up in an hour. -----Original Message----- From: cruisecontrol-user-bounces@... on behalf of Michael Delaney Sent: Thu 6/19/2008 9:05 AM To: cruisecontrol-user@... Subject: Re: [Cruisecontrol-user] Possible HttpMethodBase error Anyone have any insight on this issue? ________________________________ From: cruisecontrol-user-bounces@... [mailto:cruisecontrol-user-bounces@...] On Behalf Of Michael Delaney Sent: Tuesday, June 17, 2008 9:53 AM To: cruisecontrol-user@... Subject: [Cruisecontrol-user] Possible HttpMethodBase error All, I have been using Cruise Control 2.7.1-RC3 for a few months now and everything worked just fine. I am now evaluating Cruise Control 2.7.2. I have built the source and everything seems to work just fine (jsp reporting, distributed building ... etc). However, I noticed a slue of text (all with the same message) in the command window. I have pasted the message below; can someone help me understand what this is and how to correct it? OS: Windows 2000 SP4 Ant: v1.6.5 Cruise Control: v2.7.2 Tomcat v4.1.37 [cc]Jun-17 09:45:35 HttpMethodBase- Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Possible HttpMethodBase error>From a quick google search this seems to be a warning* built into the
apache HttpClient. You can safely ignore it. Even better, I think you can suppress the warning by adding something like this to your log4j.properties: log4j.logger.org.apache.commons.httpclient=ERROR Jtf * Reasons behind the warning are here: http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/HttpMethodBase.html#getResponseBody() On Thu, Jun 19, 2008 at 7:16 AM, EJ Ciramella <ejciramella@...> wrote: > I think we just need to know if this is masking some more critical problem (we're running in distributed mode). > > If this isn't a critical problem, I'd like to comment out the println or logging statement so that our logs don't fill up in an hour. > > > -----Original Message----- > From: cruisecontrol-user-bounces@... on behalf of Michael Delaney > Sent: Thu 6/19/2008 9:05 AM > To: cruisecontrol-user@... > Subject: Re: [Cruisecontrol-user] Possible HttpMethodBase error > > Anyone have any insight on this issue? > > > > ________________________________ > > From: cruisecontrol-user-bounces@... > [mailto:cruisecontrol-user-bounces@...] On Behalf Of > Michael Delaney > Sent: Tuesday, June 17, 2008 9:53 AM > To: cruisecontrol-user@... > Subject: [Cruisecontrol-user] Possible HttpMethodBase error > > > > All, > > > > I have been using Cruise Control 2.7.1-RC3 for a few months now and > everything worked just fine. I am now evaluating Cruise Control 2.7.2. > > > > I have built the source and everything seems to work just fine (jsp > reporting, distributed building ... etc). However, I noticed a slue of > text (all with the same message) in the command window. I have pasted > the message below; can someone help me understand what this is and how > to correct it? > > > > OS: Windows 2000 SP4 > > Ant: v1.6.5 > > Cruise Control: v2.7.2 > > Tomcat v4.1.37 > > > > [cc]Jun-17 09:45:35 HttpMethodBase- Going to buffer response body of > large or unknown size. Using getResponseBodyAsStream instead is > recommended. > -- http://twitter.com/Jtf http://www.ohloh.net/accounts/16016 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Possible HttpMethodBase errorJeffery,
Thanks for your help, that did the job. Mike -----Original Message----- From: cruisecontrol-user-bounces@... [mailto:cruisecontrol-user-bounces@...] On Behalf Of Jeffrey Fredrick Sent: Friday, June 20, 2008 2:58 AM To: cruisecontrol-user@... Subject: Re: [Cruisecontrol-user] Possible HttpMethodBase error >From a quick google search this seems to be a warning* built into the apache HttpClient. You can safely ignore it. Even better, I think you can suppress the warning by adding something like this to your log4j.properties: log4j.logger.org.apache.commons.httpclient=ERROR Jtf * Reasons behind the warning are here: http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclien t/HttpMethodBase.html#getResponseBody() On Thu, Jun 19, 2008 at 7:16 AM, EJ Ciramella <ejciramella@...> wrote: > I think we just need to know if this is masking some more critical problem (we're running in distributed mode). > > If this isn't a critical problem, I'd like to comment out the println or logging statement so that our logs don't fill up in an hour. > > > -----Original Message----- > From: cruisecontrol-user-bounces@... on behalf of Michael Delaney > Sent: Thu 6/19/2008 9:05 AM > To: cruisecontrol-user@... > Subject: Re: [Cruisecontrol-user] Possible HttpMethodBase error > > Anyone have any insight on this issue? > > > > ________________________________ > > From: cruisecontrol-user-bounces@... > [mailto:cruisecontrol-user-bounces@...] On Behalf Of > Michael Delaney > Sent: Tuesday, June 17, 2008 9:53 AM > To: cruisecontrol-user@... > Subject: [Cruisecontrol-user] Possible HttpMethodBase error > > > > All, > > > > I have been using Cruise Control 2.7.1-RC3 for a few months now and > everything worked just fine. I am now evaluating Cruise Control 2.7.2. > > > > I have built the source and everything seems to work just fine (jsp > reporting, distributed building ... etc). However, I noticed a slue of > text (all with the same message) in the command window. I have pasted > the message below; can someone help me understand what this is and how > to correct it? > > > > OS: Windows 2000 SP4 > > Ant: v1.6.5 > > Cruise Control: v2.7.2 > > Tomcat v4.1.37 > > > > [cc]Jun-17 09:45:35 HttpMethodBase- Going to buffer response body of > large or unknown size. Using getResponseBodyAsStream instead is > recommended. > -- http://twitter.com/Jtf http://www.ohloh.net/accounts/16016 ------------------------------------------------------------------------ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|
|
Re: Possible HttpMethodBase errorGreat! Glad to hear that worked.
Jtf On Tue, Jun 24, 2008 at 12:46 PM, Michael Delaney <mdelaney@...> wrote: > Jeffery, > > Thanks for your help, that did the job. > > Mike > > -----Original Message----- > From: cruisecontrol-user-bounces@... > [mailto:cruisecontrol-user-bounces@...] On Behalf Of > Jeffrey Fredrick > Sent: Friday, June 20, 2008 2:58 AM > To: cruisecontrol-user@... > Subject: Re: [Cruisecontrol-user] Possible HttpMethodBase error > > >From a quick google search this seems to be a warning* built into the > apache HttpClient. You can safely ignore it. > > Even better, I think you can suppress the warning by adding something > like this to your log4j.properties: > > log4j.logger.org.apache.commons.httpclient=ERROR > > Jtf > > * Reasons behind the warning are here: > http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclien > t/HttpMethodBase.html#getResponseBody() > > On Thu, Jun 19, 2008 at 7:16 AM, EJ Ciramella <ejciramella@...> > wrote: >> I think we just need to know if this is masking some more critical > problem (we're running in distributed mode). >> >> If this isn't a critical problem, I'd like to comment out the println > or logging statement so that our logs don't fill up in an hour. >> >> >> -----Original Message----- >> From: cruisecontrol-user-bounces@... on behalf of > Michael Delaney >> Sent: Thu 6/19/2008 9:05 AM >> To: cruisecontrol-user@... >> Subject: Re: [Cruisecontrol-user] Possible HttpMethodBase error >> >> Anyone have any insight on this issue? >> >> >> >> ________________________________ >> >> From: cruisecontrol-user-bounces@... >> [mailto:cruisecontrol-user-bounces@...] On Behalf Of >> Michael Delaney >> Sent: Tuesday, June 17, 2008 9:53 AM >> To: cruisecontrol-user@... >> Subject: [Cruisecontrol-user] Possible HttpMethodBase error >> >> >> >> All, >> >> >> >> I have been using Cruise Control 2.7.1-RC3 for a few months now and >> everything worked just fine. I am now evaluating Cruise Control 2.7.2. >> >> >> >> I have built the source and everything seems to work just fine (jsp >> reporting, distributed building ... etc). However, I noticed a slue of >> text (all with the same message) in the command window. I have pasted >> the message below; can someone help me understand what this is and how >> to correct it? >> >> >> >> OS: Windows 2000 SP4 >> >> Ant: v1.6.5 >> >> Cruise Control: v2.7.2 >> >> Tomcat v4.1.37 >> >> >> >> [cc]Jun-17 09:45:35 HttpMethodBase- Going to buffer response body of >> large or unknown size. Using getResponseBodyAsStream instead is >> recommended. >> > -- http://blog.jeffreyfredrick.com http://www.ohloh.net/accounts/JeffreyFredrick ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
| Free embeddable forum powered by Nabble | Forum Help |