Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

Using CF 9,0,1,274733  Standard.
I've set up a scheduled task in CF Admin which runs fine. When I now come back 
to the Scheduled Tasks page I see my task listed and right underneath CF throws 
the following error:

12/23/2010 10:34:24 AM is an invalid date format. (which is my current date and 
time)

The error occurred in scheduletasks.cfm: line 497
Called from scheduletasks.cfm: line 442
Called from scheduletasks.cfm: line 419
Called from scheduletasks.cfm: line 180
Called from scheduletasks.cfm: line 1
-1 : Unable to display error's location in a CFML template.

Browser Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; 
rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Remote Address  83.67.80.146
Referrerhttp://www.sharemyslides.com/CFIDE/administrator/navserver.cfm
Date/Time   23-Dec-10 10:35 AM
Stack Trace
at 
cfscheduletasks2ecfm231417246._factor22(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:497)
 at 
cfscheduletasks2ecfm231417246._factor24(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:442)
 at 
cfscheduletasks2ecfm231417246._factor30(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:419)
 at 
cfscheduletasks2ecfm231417246._factor31(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:180)
 at 
cfscheduletasks2ecfm231417246.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:1)
 

coldfusion.runtime.locale.CFLocaleDateFormatException: 12/23/2010 10:34:24 AM 
is an invalid date format.
at coldfusion.util.DateUtils.formatDate(DateUtils.java:758)
at coldfusion.runtime.CFPage.LSDateFormat(CFPage.java:1622)
at coldfusion.runtime.CFPage.LSDateFormat(CFPage.java:1615)
at 
cfscheduletasks2ecfm231417246._factor22(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:497)
at 
cfscheduletasks2ecfm231417246._factor24(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:442)
at 
cfscheduletasks2ecfm231417246._factor30(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:419)
at 
cfscheduletasks2ecfm231417246._factor31(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:180)
at 
cfscheduletasks2ecfm231417246.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at 
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at 
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)  
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


Not sure what to make of this. 

Regards,

Stefan







Re: Bug in CFAdmin?

2010-12-23 Thread Dorioo

Can't speak to the error but you may want to make your administrator be not
publicly accessible.

http://www.sharemyslides.com/CFIDE/administrator/

Generally a good idea but specifically because of stuff like this

http://www.procheckup.com/vulnerability_manager/vulnerabilities/pr10-07
http://www.adobe.com/support/security/bulletins/apsb10-18.html

- Gabriel

On Thu, Dec 23, 2010 at 5:37 AM, Stefan Richter ste...@flashcomguru.comwrote:


 Using CF 9,0,1,274733  Standard.
 I've set up a scheduled task in CF Admin which runs fine. When I now come
 back to the Scheduled Tasks page I see my task listed and right underneath
 CF throws the following error:

 12/23/2010 10:34:24 AM is an invalid date format. (which is my current date
 and time)

 The error occurred in scheduletasks.cfm: line 497
 Called from scheduletasks.cfm: line 442
 Called from scheduletasks.cfm: line 419
 Called from scheduletasks.cfm: line 180
 Called from scheduletasks.cfm: line 1
 -1 : Unable to display error's location in a CFML template.

 Browser Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
 rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
 Remote Address  83.67.80.146
 Referrer
 http://www.sharemyslides.com/CFIDE/administrator/navserver.cfm
 Date/Timehttp://www.sharemyslides.com/CFIDE/administrator/navserver.cfm%0ADate/Time
   23-Dec-10 10:35 AM
 Stack Trace
 at
 cfscheduletasks2ecfm231417246._factor22(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:497)
 at
 cfscheduletasks2ecfm231417246._factor24(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:442)
 at
 cfscheduletasks2ecfm231417246._factor30(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:419)
 at
 cfscheduletasks2ecfm231417246._factor31(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:180)
 at
 cfscheduletasks2ecfm231417246.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:1)

 coldfusion.runtime.locale.CFLocaleDateFormatException: 12/23/2010 10:34:24
 AM is an invalid date format.
at coldfusion.util.DateUtils.formatDate(DateUtils.java:758)
at coldfusion.runtime.CFPage.LSDateFormat(CFPage.java:1622)
at coldfusion.runtime.CFPage.LSDateFormat(CFPage.java:1615)
at
 cfscheduletasks2ecfm231417246._factor22(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:497)
at
 cfscheduletasks2ecfm231417246._factor24(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:442)
at
 cfscheduletasks2ecfm231417246._factor30(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:419)
at
 cfscheduletasks2ecfm231417246._factor31(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:180)
at
 cfscheduletasks2ecfm231417246.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at
 coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
at
 coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at
 coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at
 coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at
 coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
at
 coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at
 coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at
 coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at
 jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
 jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at
 jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at
 

Re: Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

Thanks, I'm aware of the implications of having the CF Admin public. 

Stefan


On 23 Dec 2010, at 13:32, Dorioo wrote:

 
 Can't speak to the error but you may want to make your administrator be not
 publicly accessible.
 
 http://www.sharemyslides.com/CFIDE/administrator/
 
 Generally a good idea but specifically because of stuff like this
 
 http://www.procheckup.com/vulnerability_manager/vulnerabilities/pr10-07
 http://www.adobe.com/support/security/bulletins/apsb10-18.html
 
 - Gabriel
 
 On Thu, Dec 23, 2010 at 5:37 AM, Stefan Richter 
 ste...@flashcomguru.comwrote:
 
 
 Using CF 9,0,1,274733  Standard.
 I've set up a scheduled task in CF Admin which runs fine. When I now come
 back to the Scheduled Tasks page I see my task listed and right underneath
 CF throws the following error:
 
 12/23/2010 10:34:24 AM is an invalid date format. (which is my current date
 and time)
 
 The error occurred in scheduletasks.cfm: line 497
 Called from scheduletasks.cfm: line 442
 Called from scheduletasks.cfm: line 419
 Called from scheduletasks.cfm: line 180
 Called from scheduletasks.cfm: line 1
 -1 : Unable to display error's location in a CFML template.
 
 Browser Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
 rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
 Remote Address  83.67.80.146
 Referrer
 http://www.sharemyslides.com/CFIDE/administrator/navserver.cfm
 Date/Timehttp://www.sharemyslides.com/CFIDE/administrator/navserver.cfm%0ADate/Time
   23-Dec-10 10:35 AM
 Stack Trace
 at
 cfscheduletasks2ecfm231417246._factor22(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:497)
 at
 cfscheduletasks2ecfm231417246._factor24(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:442)
 at
 cfscheduletasks2ecfm231417246._factor30(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:419)
 at
 cfscheduletasks2ecfm231417246._factor31(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:180)
 at
 cfscheduletasks2ecfm231417246.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:1)
 
 coldfusion.runtime.locale.CFLocaleDateFormatException: 12/23/2010 10:34:24
 AM is an invalid date format.
   at coldfusion.util.DateUtils.formatDate(DateUtils.java:758)
   at coldfusion.runtime.CFPage.LSDateFormat(CFPage.java:1622)
   at coldfusion.runtime.CFPage.LSDateFormat(CFPage.java:1615)
   at
 cfscheduletasks2ecfm231417246._factor22(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:497)
   at
 cfscheduletasks2ecfm231417246._factor24(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:442)
   at
 cfscheduletasks2ecfm231417246._factor30(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:419)
   at
 cfscheduletasks2ecfm231417246._factor31(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:180)
   at
 cfscheduletasks2ecfm231417246.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm:1)
   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
   at
 coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
   at
 coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
   at
 coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
   at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
   at
 coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
   at
 coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
   at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
   at coldfusion.CfmServlet.service(CfmServlet.java:200)
   at
 coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
   at
 coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
   at
 coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
   at jrun.servlet.FilterChain.service(FilterChain.java:101)
   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
   at
 jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
   at
 

Re: Bug in CFAdmin?

2010-12-23 Thread Steven Durette

I had an error like this once. I copy and pasted the date to another program (I 
don't remember which it was a long time ago) and it showed me I had a high 
character that displayed as a blank. I wiped out the field and re-entered the 
date. The problem went away. 

Steve

Sent from my iPhone

 


~|
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:340250
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

Thanks Steve.
The problem I have is that this is in CF Admin after simply navigating to the 
scheduled tasks page. I'm not sure where this date comes from or why and it's 
certainly not based on user input either.

Regards,

Stefan



On 23 Dec 2010, at 14:09, Steven Durette wrote:

 
 I had an error like this once. I copy and pasted the date to another program 
 (I don't remember which it was a long time ago) and it showed me I had a high 
 character that displayed as a blank. I wiped out the field and re-entered the 
 date. The problem went away. 
 
 Steve
 
 Sent from my iPhone
 
 





~|
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:340251
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Steven Durette

If you go into the details of the scheduled task and wipe out and reenter the 
date. I ended up doing each one until I got the one that caused the error in 
cfadmin. It was one of the entries that showed up before the error. If I 
remember correctly I had two of them. Fixed one then got more tasks listed. 
Then went through those until I found the other one. Then the error went away. 

Sent from my iPhone

On Dec 23, 2010, at 10:08 AM, Stefan Richter ste...@flashcomguru.com wrote:

 
 Thanks Steve.
 The problem I have is that this is in CF Admin after simply navigating to the 
 scheduled tasks page. I'm not sure where this date comes from or why and it's 
 certainly not based on user input either.
 
 Regards,
 
 Stefan
 
 
 
 On 23 Dec 2010, at 14:09, Steven Durette wrote:
 
 
 I had an error like this once. I copy and pasted the date to another program 
 (I don't remember which it was a long time ago) and it showed me I had a 
 high character that displayed as a blank. I wiped out the field and 
 re-entered the date. The problem went away. 
 
 Steve
 
 Sent from my iPhone
 
 
 
 
 
 
 
 

~|
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:340253
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Rick Root

On Thu, Dec 23, 2010 at 8:43 AM, Stefan Richter ste...@flashcomguru.com wrote:

 Thanks, I'm aware of the implications of having the CF Admin public.

What, and you don't care?

Best solution (IMO) and pretty painless to implement - just disable
anonymous access to the administrator folder either in IIS or using
.htaccess with Apache.   You can still access it from anywhere you
want but you don't have to worry so much about being hacked.  (unlessy
ou truly don't care about running an insecure server)

Rick

~|
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:340254
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Dave Watts

 Best solution (IMO) and pretty painless to implement - just disable
 anonymous access to the administrator folder either in IIS or using
 .htaccess with Apache.   You can still access it from anywhere you
 want but you don't have to worry so much about being hacked.  (unlessy
 ou truly don't care about running an insecure server)

With IIS, you may have to do a bit more than simply make the folder
unavailable through anonymous access, as the ISAPI filter installed by
CF will automatically respond to any URL containing
/CFIDE/administrator/index.cfm, whether that actually resolves or not!

Details on how to prevent this are in the CF 9 Lockdown Guide on the Adobe site.

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 onsit

~|
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:340257
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

 
 Thanks, I'm aware of the implications of having the CF Admin public.
 
 What, and you don't care?

Hehe I did not say that. Yes, you are right for slapping my wrists but this is 
a VM which I'm in the process of clearing out and shutting down so it's just 
not that high on my priority list. I usually make a bit more of an effort.

Cheers 

Stefan


 
 Best solution (IMO) and pretty painless to implement - just disable
 anonymous access to the administrator folder either in IIS or using
 .htaccess with Apache.   You can still access it from anywhere you
 want but you don't have to worry so much about being hacked.  (unlessy
 ou truly don't care about running an insecure server)
 
 Rick
 


~|
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:340259
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

Thanks,
deleting and re-entering the task fixed it.

Cheers 

Stefan



On 23 Dec 2010, at 16:15, Steven Durette wrote:

 
 If you go into the details of the scheduled task and wipe out and reenter the 
 date. I ended up doing each one until I got the one that caused the error in 
 cfadmin. It was one of the entries that showed up before the error. If I 
 remember correctly I had two of them. Fixed one then got more tasks listed. 
 Then went through those until I found the other one. Then the error went 
 away. 



~|
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:340260
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

Booo I spoke too soon. It worked once or twice when I went back into scheduled 
tasks but now it's back. :-/

Stefan


On 23 Dec 2010, at 21:41, Stefan Richter wrote:

 
 Thanks,
 deleting and re-entering the task fixed it.
 
 Cheers 
 
 Stefan
 
 
 
 On 23 Dec 2010, at 16:15, Steven Durette wrote:
 
 
 If you go into the details of the scheduled task and wipe out and reenter 
 the date. I ended up doing each one until I got the one that caused the 
 error in cfadmin. It was one of the entries that showed up before the error. 
 If I remember correctly I had two of them. Fixed one then got more tasks 
 listed. Then went through those until I found the other one. Then the error 
 went away. 
 
 


~|
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:340261
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Casey Dougall

On Thu, Dec 23, 2010 at 2:24 PM, Dave Watts dwa...@figleaf.com wrote:


 With IIS, you may have to do a bit more than simply make the folder
 unavailable through anonymous access, as the ISAPI filter installed by
 CF will automatically respond to any URL containing
 /CFIDE/administrator/index.cfm, whether that actually resolves or not!



Yeah, but that also means you rely on blocking requests at the server level
when this could be blocked at firewall, why waste local resources on it.


~|
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:340262
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bug in CFAdmin?

2010-12-23 Thread Stefan Richter

Ah I can now see where the supposedly wrong date format comes from. It's the 
value of the 'Last run' column for the task. Hmmm not sure how I could possibly 
fox that since it is CF that generates that date every time the task runs...
But why would it think that 
12/23/2010 9:45:24 PM

is a wrong date format anyway? Looks like a date (and time) to me.

Stefan


On 23 Dec 2010, at 21:41, Stefan Richter wrote:

 
 Thanks,
 deleting and re-entering the task fixed it.
 
 Cheers 
 
 Stefan
 
 
 
 On 23 Dec 2010, at 16:15, Steven Durette wrote:
 
 
 If you go into the details of the scheduled task and wipe out and reenter 
 the date. I ended up doing each one until I got the one that caused the 
 error in cfadmin. It was one of the entries that showed up before the error. 
 If I remember correctly I had two of them. Fixed one then got more tasks 
 listed. Then went through those until I found the other one. Then the error 
 went away. 
 
 



~|
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:340263
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm