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: Connection reset by peer: 
socket write error.

Any ideas?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353241
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

[facebook-16x16]http://www.facebook.com/eaststroudsburguniversity  
[twitter-16x16] http://twitter.com/esuniversity   [youtube-16x16] 
http://www.youtube.com/user/esuedu



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353242
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.

 Thanks,

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 slaba...@esu.edumailto:slaba...@esu.edu

 [facebook-16x16]http://www.facebook.com/eaststroudsburguniversity
  [twitter-16x16] http://twitter.com/esuniversity   [youtube-16x16] 
 http://www.youtube.com/user/esuedu



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353243
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 limit Tag: CFQUERY The specific sequence of files included or 
processed is: F:\inetpub\wwwroot\index.cfm, line: 1 
coldfusion.runtime.RequestTimedOutException: The request has exceeded the 
allowable time limit Tag: CFQUERY

Error,jrpp-543,11/17/12,22:58:40,,The request has exceeded the 
allowable time limit Tag: CFQUERY The specific sequence of files included or 
processed is: F:\inetpub\wwwroot\academics\colleges\health_sciences\index.cfm, 
line: 25 
coldfusion.runtime.RequestTimedOutException: The request has exceeded the 
allowable time limit Tag: CFQUERY


Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
slaba...@esu.edumailto:slaba...@esu.edu

[facebook-16x16]http://www.facebook.com/eaststroudsburguniversity  
[twitter-16x16] http://twitter.com/esuniversity   [youtube-16x16] 
http://www.youtube.com/user/esuedu



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353244
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353245
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 response back to.
If you setup crash protection in FR then that should deal with those.



On Mon, Nov 19, 2012 at 4:27 PM, Steve LaBadie slaba...@po-box.esu.eduwrote:


 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 limit Tag: CFQUERY The specific sequence of files included
 or processed is: F:\inetpub\wwwroot\index.cfm, line: 1 
 coldfusion.runtime.RequestTimedOutException: The request has exceeded the
 allowable time limit Tag: CFQUERY

 Error,jrpp-543,11/17/12,22:58:40,,The request has exceeded the
 allowable time limit Tag: CFQUERY The specific sequence of files included
 or processed is:
 F:\inetpub\wwwroot\academics\colleges\health_sciences\index.cfm, line: 25 
 coldfusion.runtime.RequestTimedOutException: The request has exceeded the
 allowable time limit Tag: CFQUERY


 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 slaba...@esu.edumailto:slaba...@esu.edu

 [facebook-16x16]http://www.facebook.com/eaststroudsburguniversity
  [twitter-16x16] http://twitter.com/esuniversity   [youtube-16x16] 
 http://www.youtube.com/user/esuedu



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353246
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 mr.happ...@gmail.comwrote:


 Chris - glad it worked out (this is jt)


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353247
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 blocked with 401 unauthorized

Do you have Check that file exists enabled within IIS? If not, you
may have to enable that to get IIS file permissions to work properly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353248
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 request, along with the presumptive file path, to CF.
This is how CF can execute URL patterns for files that don't actually
even exist - RDS, graphing, and CFIMAGE all rely on this behavior.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353249
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 blocked with 401 unauthorized

 Do you have Check that file exists enabled within IIS? If not, you
 may have to enable that to get IIS file permissions to work properly.

Aaand, I just realized that I was responding to a month-old post. D'oh!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353250
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 fusion security premier online about these 
 kinds of things somewhere?
 
 I'd start with the CF 9 Lockdown Guide - while it doesn't really talk
 about secure programming specifically, it does give you an idea of 
 the
 range and functionality of vulnerabilities. That is really well
 written, and I think every CF developer and server administrator
 should read it.
 
 Beyond that, Jason Dean's site, http://www.12robots.com/, has a lot 
 of
 security info that's specific to CF.
 
 There's also the OWASP CF resources page:
 
 https://www.owasp.org/index.php/ColdFusion_Security_Resources
 
 Finally, though, I would recommend that you not limit yourself to
 CF-specific resources. There are lots of general resources out there,
 and it's very easy to draw the conclusions you need from them.
 
  By the way Figleaf is where I took my ColdFusion training way back 
 when CF3 was the latest and greatest.
 
 That was a long time ago!
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.



Somewhat related, how do I determine that any hot-fix or security patch I may 
download and install is indeed installed? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353251
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 displayed, despite Windows folder
  permissions that should prohibit it.
  The same test file saved as a .htm is correctly blocked with 401
 unauthorized
 
  Do you have Check that file exists enabled within IIS? If not, you
  may have to enable that to get IIS file permissions to work properly.

 Aaand, I just realized that I was responding to a month-old post. D'oh!

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353252
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.

Err msg:
 An error occurred during EXTRACTIMAGE operation in the cfpdf tag.
Error: com.adobe.internal.pdftoolkit.core.exceptions.PDFFilterFormatException: 
DCT Error: -100 

What could be wrong?

Thanks in advance.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353253
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
 destination=#ExpandPath('/images')# /

 fyi,
 C:\ColdFusion10\cfusion\wwwroot\dev\images folder exists.

 Err msg:
  An error occurred during EXTRACTIMAGE operation in the cfpdf tag.
 Error:
 com.adobe.internal.pdftoolkit.core.exceptions.PDFFilterFormatException: DCT
 Error: -100

 What could be wrong?

 Thanks in advance.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353254
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 /websites/uday.
/websites/uday --- (This is the webroot).
/websites/uday/Application.cfc

Than I created two application under my webroot.
/websites/uday/App1
/websites/uday/App1/Application.cfc

and 

/websites/uday/App2
/websites/uday/App2/Application.cfc

Application.cfc in webroot have default session timeout of 20 min. For App1 i 
set session timeout to 1 minute and for App2 i set session timeout to 10 min. 
Application name for all the application is different.

I noticed that the session id remains same for all the application as well as 
the session timeout for all the applications is 20 min.

I can change the sessionid, but what is important is the session timeout. I 
want session timeout different for all applications.

Any ideas, help, solution, everything appreciated. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353255
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 session timeouts. Can I achive this.

 For example: I created a test website like uday.local on my local machine.
 whose location is /websites/uday.
 /websites/uday --- (This is the webroot).
 /websites/uday/Application.cfc

 Than I created two application under my webroot.
 /websites/uday/App1
 /websites/uday/App1/Application.cfc

 and

 /websites/uday/App2
 /websites/uday/App2/Application.cfc

 Application.cfc in webroot have default session timeout of 20 min. For
 App1 i set session timeout to 1 minute and for App2 i set session timeout
 to 10 min. Application name for all the application is different.

 I noticed that the session id remains same for all the application as well
 as the session timeout for all the applications is 20 min.

 I can change the sessionid, but what is important is the session timeout.
 I want session timeout different for all applications.

 Any ideas, help, solution, everything appreciated.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353256
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm