I would look at the rest of your server setup -- like memory settings -- JVM vendor / version, etc.
I can run that test on OpenBD nightly with Tomcat 7.0.21 on Oracle Java 8 JDK (which is in only beta). MiniFireDragon said the following on 12/22/2012 12:07 AM: > Sorry if this is a double post. Created a topic from an email and it > went into another thread: > > I have done some futher research since this post. I went back to a > nightly build March 30 and it works. The next nightly build I have > was Oct 17 and that didn't work. And I tried the most recent build > and that too didn't work. > > > > cfhttp causing out of memory errors > perhaps it's just me, or is/was there a bug where cfhttp doesn't > work? I had a section of code that was working and I think I updated > sometime ago in one of the nightly builds to the newer one to fix a > problem. I don't remember if i tested it after the updating. Here is > the stick of code: > > <cfhttp > url="https://wsbeta.fedex.com:443/web-services > <https://wsbeta.fedex.com:443/web-services>" > method="post" > result="httpResponse"> > > </cfhttp> > > I have cfhttpparam set too, but the above code, by itself does not > allow the page to load. And occasionally I will get out of memory (I > think on the Perm side). > > here it is on a page: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd > <http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>"> > <html xmlns="http://www.w3.org/1999/xhtml <http://www.w3.org/1999/xhtml>"> > <head> > <meta http-equiv="Content-Type" content="text/html; " /> > <title>Untitled Document</title> > </head> > > <body> > <cfhttp > url="https://wsbeta.fedex.com:443/web-services > <https://wsbeta.fedex.com:443/web-services>" > method="post" > result="httpResponse"> > </cfhttp> > </body> > </html> > > I would have thought it would atleast through an error. > > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en -- Peter J. Farrell OpenBD Steering Committee / Mach-II Lead Developer http://blog.maestropublishing.com Identi.ca / Twitter: @maestrofjp Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! http://fsf.org/campaigns/opendocument/ -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
