CFCONTENT ClientAbortException: java.net.SocketException w/ CF10

2012-11-19 Thread Chad Baloga
We upgraded to CF10 over the weekend and now we are getting errors on large cfontent file downnloads. The users say the download finishes fine for them and they do not see any errors. Error Message: The cause of this output exception was that: ClientAbortException: java.net.SocketException:

JRUN Updater 7

2012-11-19 Thread Steve LaBadie
I am looking for Updater 7 build 108621 for JRUN. I can't seem to find it on the Adobe site. Can anyone direct me to a download location. Thanks, Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edumailto:slaba...@esu.edu

Re: JRUN Updater 7

2012-11-19 Thread Russ Michaels
the jrun updaters are here http://www.adobe.com/support/jrun/updaters.html On Mon, Nov 19, 2012 at 2:27 PM, Steve LaBadie slaba...@po-box.esu.eduwrote: I am looking for Updater 7 build 108621 for JRUN. I can't seem to find it on the Adobe site. Can anyone direct me to a download location.

Error Messages

2012-11-19 Thread Steve LaBadie
I found these error messages in the CF Log files. What is happening is the home page chokes from anywhere to 1 minute to as much as 20 minutes unless I kill it in Fusion Reactor. I would appreciate any insight. Error,jrpp-547,11/17/12,22:58:25,,The request has exceeded the allowable time

Re: CF and Oracle Ref Cursors

2012-11-19 Thread Judith Dinowitz
Thanks for the tip. Unfortunately, as I was laid off this morning, I'm afraid the urgency has diminished somewhat. Matt Osbun Unemployed CFGeek http://www.figleaf.com/ I'm so sorry you were laid off, Matt. Good luck finding a new job! Judith Dinowitz House of Fusion

Re: Error Messages

2012-11-19 Thread Russ Michaels
the fact u can kill it means it is not a native java thread, if you strack trace it then you may get some better idea of what it was doing. One common cause of hanging threads is that user closed browser or went to another page before the request completed, so the server had no where to send any

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Chris
Hi Russ, Yes ... I'll add a followup -- we did indeed have issues with cfCHART. Searching online, we identified a fix that requires a zero-byte file CFIDE\GraphData.cfm That fixed the missing-images generated by cfCHART. Regards, Chris On Fri, Oct 26, 2012 at 2:51 PM, Captain Obvious

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Dave Watts
We've got a strange situation on IIS6 and ColdFusion7 on Windows Server 2003: cfm files bypass permissions -- htm file get 401 unauthorized A simple .cfm test file is displayed, despite Windows folder permissions that should prohibit it. The same test file saved as a .htm is correctly

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Dave Watts
Interesting comments about CF bypassing folder permissions -- I thought first the HTTP request had to access the file through the web server, and then the web server would send the file to CF for processing. The web server doesn't have to access the file at all to do this - it just sends the

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Dave Watts
We've got a strange situation on IIS6 and ColdFusion7 on Windows Server 2003: cfm files bypass permissions -- htm file get 401 unauthorized A simple .cfm test file is displayed, despite Windows folder permissions that should prohibit it. The same test file saved as a .htm is correctly

Re: Security Question(s)

2012-11-19 Thread Jamie Bowers
And using the cfparam tags will help stop these type of attacks? They can, but more importantly you have to either: - not use values from the browser directly within functions, etc - or, identify the range of acceptable values for these, and filter accordingly. Is there a good cold

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Chris
Oh, but the information lives on forever :-) On Mon, Nov 19, 2012 at 1:47 PM, Dave Watts dwa...@figleaf.com wrote: We've got a strange situation on IIS6 and ColdFusion7 on Windows Server 2003: cfm files bypass permissions -- htm file get 401 unauthorized A simple .cfm test file is

CFPDF image extraction problem

2012-11-19 Thread Don L
Hi, I'm using CF10 for Windows to extract png images from a PDF doc. Here's the code: cfpdf action=extractimage format=png overwrite=true source=C:\ColdFusion10\cfusion\wwwroot\dev\myPDF.pdf destination=#ExpandPath('/images')# / fyi, C:\ColdFusion10\cfusion\wwwroot\dev\images folder exists.

Re: CFPDF image extraction problem

2012-11-19 Thread Raymond Camden
Can you share that PDF with us? On Mon, Nov 19, 2012 at 3:22 PM, Don L do...@yahoo.com wrote: Hi, I'm using CF10 for Windows to extract png images from a PDF doc. Here's the code: cfpdf action=extractimage format=png overwrite=true source=C:\ColdFusion10\cfusion\wwwroot\dev\myPDF.pdf

Multiple application in webroot with different sessions

2012-11-19 Thread Uday Patel
Hi, I am trying to create a website which has more than one application in the same webroot. and each application should have its own different sessionid and session timeouts. Can I achive this. For example: I created a test website like uday.local on my local machine. whose location is

Re: Multiple application in webroot with different sessions

2012-11-19 Thread Matt Quackenbush
Did you assign different names to the two applications? On Mon, Nov 19, 2012 at 9:48 PM, Uday Patel udayjpatel2...@gmail.comwrote: Hi, I am trying to create a website which has more than one application in the same webroot. and each application should have its own different sessionid and