Re: Scheduled Tasks Error

2014-11-10 Thread Russ Michaels

cool, it was about time.
I haven't really bothered with CF since  CF9 since I use Railo for
everything now.

On Mon, Nov 10, 2014 at 2:11 PM, Byron Mann  wrote:

>
> This was a new feature implemented in CF10.  There were a ton of
> improvements to scheduling for that release.
>
>
> http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d31851899e53a51353e870493-8000.html
>
> On Mon, Nov 10, 2014 at 9:08 AM, Russ Michaels 
> wrote:
>
> >
> > is this a new feature in CF10/11 to install the tasks in DB ?
> >
> > On Mon, Nov 10, 2014 at 1:37 PM, Byron Mann 
> wrote:
> >
> > >
> > > I've seen this before when the CF service suddenly terminates. Could be
> > the
> > > service terminated during an update to the xml file rendering it
> empty. A
> > > subsequent restart of CF may have created a backup of the xml file
> before
> > > stopping, rendering the bak file empty as well.
> > >
> > > We moved to clustered configuration for scheduled tasks which keeps all
> > the
> > > tasks in a database instead of a file. This has been really nice, since
> > we
> > > have 12 instance running for all our internals.
> > >
> > > I think the only issue we have seen is the next run time not being
> > updated
> > > appropriately. I believe this has only happened once or twice in a few
> > > years.
> > >
> > > ~Byron
> > >
> > >
> > >
> > > On Mon, Nov 10, 2014 at 8:26 AM, John M Bliss 
> > > wrote:
> > >
> > > >
> > > > Only by restoring from backup. No clue as to root-cause / preventing
> it
> > > > from happening again.
> > > >
> > > > On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell 
> > > wrote:
> > > >
> > > > >
> > > > > >[crickets]  :-)
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >--
> > > > > >John Bliss - http://www.linkedin.com/in/jbliss
> > > > >
> > > > > I am experiencing the same issue on CF 11,  neo-cron.xml all the
> > > > > scedheuled task vanished. and its an empty file.  Did you manage to
> > > > resolve
> > > > > this?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

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


Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann

This was a new feature implemented in CF10.  There were a ton of
improvements to scheduling for that release.

http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d31851899e53a51353e870493-8000.html

On Mon, Nov 10, 2014 at 9:08 AM, Russ Michaels  wrote:

>
> is this a new feature in CF10/11 to install the tasks in DB ?
>
> On Mon, Nov 10, 2014 at 1:37 PM, Byron Mann  wrote:
>
> >
> > I've seen this before when the CF service suddenly terminates. Could be
> the
> > service terminated during an update to the xml file rendering it empty. A
> > subsequent restart of CF may have created a backup of the xml file before
> > stopping, rendering the bak file empty as well.
> >
> > We moved to clustered configuration for scheduled tasks which keeps all
> the
> > tasks in a database instead of a file. This has been really nice, since
> we
> > have 12 instance running for all our internals.
> >
> > I think the only issue we have seen is the next run time not being
> updated
> > appropriately. I believe this has only happened once or twice in a few
> > years.
> >
> > ~Byron
> >
> >
> >
> > On Mon, Nov 10, 2014 at 8:26 AM, John M Bliss 
> > wrote:
> >
> > >
> > > Only by restoring from backup. No clue as to root-cause / preventing it
> > > from happening again.
> > >
> > > On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell 
> > wrote:
> > >
> > > >
> > > > >[crickets]  :-)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >--
> > > > >John Bliss - http://www.linkedin.com/in/jbliss
> > > >
> > > > I am experiencing the same issue on CF 11,  neo-cron.xml all the
> > > > scedheuled task vanished. and its an empty file.  Did you manage to
> > > resolve
> > > > this?
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

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


Re: Scheduled Tasks Error

2014-11-10 Thread Russ Michaels

is this a new feature in CF10/11 to install the tasks in DB ?

On Mon, Nov 10, 2014 at 1:37 PM, Byron Mann  wrote:

>
> I've seen this before when the CF service suddenly terminates. Could be the
> service terminated during an update to the xml file rendering it empty. A
> subsequent restart of CF may have created a backup of the xml file before
> stopping, rendering the bak file empty as well.
>
> We moved to clustered configuration for scheduled tasks which keeps all the
> tasks in a database instead of a file. This has been really nice, since we
> have 12 instance running for all our internals.
>
> I think the only issue we have seen is the next run time not being updated
> appropriately. I believe this has only happened once or twice in a few
> years.
>
> ~Byron
>
>
>
> On Mon, Nov 10, 2014 at 8:26 AM, John M Bliss 
> wrote:
>
> >
> > Only by restoring from backup. No clue as to root-cause / preventing it
> > from happening again.
> >
> > On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell 
> wrote:
> >
> > >
> > > >[crickets]  :-)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >--
> > > >John Bliss - http://www.linkedin.com/in/jbliss
> > >
> > > I am experiencing the same issue on CF 11,  neo-cron.xml all the
> > > scedheuled task vanished. and its an empty file.  Did you manage to
> > resolve
> > > this?
> > >
> > >
> >
> >
>
> 

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


Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann

I've seen this before when the CF service suddenly terminates. Could be the
service terminated during an update to the xml file rendering it empty. A
subsequent restart of CF may have created a backup of the xml file before
stopping, rendering the bak file empty as well.

We moved to clustered configuration for scheduled tasks which keeps all the
tasks in a database instead of a file. This has been really nice, since we
have 12 instance running for all our internals.

I think the only issue we have seen is the next run time not being updated
appropriately. I believe this has only happened once or twice in a few
years.

~Byron



On Mon, Nov 10, 2014 at 8:26 AM, John M Bliss  wrote:

>
> Only by restoring from backup. No clue as to root-cause / preventing it
> from happening again.
>
> On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell  wrote:
>
> >
> > >[crickets]  :-)
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >--
> > >John Bliss - http://www.linkedin.com/in/jbliss
> >
> > I am experiencing the same issue on CF 11,  neo-cron.xml all the
> > scedheuled task vanished. and its an empty file.  Did you manage to
> resolve
> > this?
> >
> >
>
> 

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


Re: Scheduled Tasks Error

2014-11-10 Thread John M Bliss

Only by restoring from backup. No clue as to root-cause / preventing it
from happening again.

On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell  wrote:

>
> >[crickets]  :-)
> >
> >
> >
> >
> >
> >
> >
> >--
> >John Bliss - http://www.linkedin.com/in/jbliss
>
> I am experiencing the same issue on CF 11,  neo-cron.xml all the
> scedheuled task vanished. and its an empty file.  Did you manage to resolve
> this?
>
> 

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


Re: Scheduled Tasks Error

2014-11-09 Thread Russ Michaels

if you just restore that file from your backups, then everything should be
good again :-)

On Sun, Nov 9, 2014 at 11:37 PM, Sebastian Powell  wrote:

>
> >[crickets]  :-)
> >
> >
> >
> >
> >
> >
> >
> >--
> >John Bliss - http://www.linkedin.com/in/jbliss
>
> I am experiencing the same issue on CF 11,  neo-cron.xml all the
> scedheuled task vanished. and its an empty file.  Did you manage to resolve
> this?
>
> 

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


Re: Scheduled Tasks Error

2014-11-09 Thread Bryan Stevenson

Weekend ;-)

chirp chirp

*Bryan Stevenson*B.Comm.
President & CEO
Electric Edge Systems Group Inc. - makers of FACTS^(TM)
phone: 250.480.0642
cell: 250.920.8830
e-mail: br...@electricedgesystems.com 
web: www.electricedgesystems.com  
and www.fisheryfacts.com 



Please consider the environment before printing this e-mail

-CONFIDENTIALITY--
This message, including any attachments, is confidential and may contain 
information that is privileged or exempt from disclosure. It is intended 
only for the person to whom it is addressed unless expressly authorized 
otherwise by the sender. If you are not an authorized recipient, please 
notify the sender immediately and permanently destroy all copies of this 
message and attachments.
On 14-11-09 03:37 PM, Sebastian Powell wrote:
>> [crickets]  :-)
>>
>>
>>
>>
>>
>>
>>
>> -- 
>> John Bliss - http://www.linkedin.com/in/jbliss
> I am experiencing the same issue on CF 11,  neo-cron.xml all the scedheuled 
> task vanished. and its an empty file.  Did you manage to resolve this?
>
> 

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


Re: Scheduled Tasks Error

2014-11-09 Thread Sebastian Powell

>[crickets]  :-)
>
>
>
>
>
>
>
>-- 
>John Bliss - http://www.linkedin.com/in/jbliss

I am experiencing the same issue on CF 11,  neo-cron.xml all the scedheuled 
task vanished. and its an empty file.  Did you manage to resolve this? 

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


Re: Scheduled Tasks Error

2014-08-24 Thread John M Bliss

[crickets]  :-)


On Sat, Aug 23, 2014 at 10:13 AM, John M Bliss  wrote:

> Appears that my neo-cron.xml disappeared and neo-cron.bak is of size zero.
> Trying to restore from backup. Any idea how this could have happened?
>
>
> On Sat, Aug 23, 2014 at 9:48 AM, John M Bliss 
> wrote:
>
>> ACF 10,0,12,286680
>>
>> This AM, when I login to the admin and click Scheduled Tasks, I get the
>> following error. Ideas?
>>
>> The system has attempted to use an undefined value, which usually
>> indicates a programming error, either in your code or some system code.
>> Null Pointers are another name for undefined values.
>>
>> The error occurred in scheduletasks.cfm: line 188
>> -1 : Unable to display error's location in a CFML template.
>> Resources:
>> Check the ColdFusion documentation to verify that you are using the
>> correct syntax.
>> Search the Knowledge Base to find a solution to your problem.
>> Browser   Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like
>> Gecko) Chrome/36.0.1985.143 Safari/537.36
>> Remote Address   192.168.200.125
>>
>> Date/Time   23-Aug-14 08:44 AM
>> Stack Trace
>> at
>> cfscheduletasks2ecfm672758571._factor31(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:188)
>> at
>> cfscheduletasks2ecfm672758571.runPage(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:1)
>>
>> --
>> John Bliss - http://www.linkedin.com/in/jbliss
>>
>
>
>
> --
> John Bliss - http://www.linkedin.com/in/jbliss
>



-- 
John Bliss - http://www.linkedin.com/in/jbliss


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


Re: Scheduled Tasks Error

2014-08-23 Thread John M Bliss

Appears that my neo-cron.xml disappeared and neo-cron.bak is of size zero.
Trying to restore from backup. Any idea how this could have happened?


On Sat, Aug 23, 2014 at 9:48 AM, John M Bliss  wrote:

> ACF 10,0,12,286680
>
> This AM, when I login to the admin and click Scheduled Tasks, I get the
> following error. Ideas?
>
> The system has attempted to use an undefined value, which usually
> indicates a programming error, either in your code or some system code.
> Null Pointers are another name for undefined values.
>
> The error occurred in scheduletasks.cfm: line 188
> -1 : Unable to display error's location in a CFML template.
> Resources:
> Check the ColdFusion documentation to verify that you are using the
> correct syntax.
> Search the Knowledge Base to find a solution to your problem.
> Browser   Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like
> Gecko) Chrome/36.0.1985.143 Safari/537.36
> Remote Address   192.168.200.125
>
> Date/Time   23-Aug-14 08:44 AM
> Stack Trace
> at
> cfscheduletasks2ecfm672758571._factor31(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:188)
> at
> cfscheduletasks2ecfm672758571.runPage(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:1)
>
> --
> John Bliss - http://www.linkedin.com/in/jbliss
>



-- 
John Bliss - http://www.linkedin.com/in/jbliss


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


Scheduled Tasks Error

2014-08-23 Thread John M Bliss

ACF 10,0,12,286680

This AM, when I login to the admin and click Scheduled Tasks, I get the
following error. Ideas?

The system has attempted to use an undefined value, which usually indicates
a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.

The error occurred in scheduletasks.cfm: line 188
-1 : Unable to display error's location in a CFML template.
Resources:
Check the ColdFusion documentation to verify that you are using the correct
syntax.
Search the Knowledge Base to find a solution to your problem.
Browser   Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/36.0.1985.143 Safari/537.36
Remote Address   192.168.200.125

Date/Time   23-Aug-14 08:44 AM
Stack Trace
at
cfscheduletasks2ecfm672758571._factor31(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:188)
at
cfscheduletasks2ecfm672758571.runPage(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:1)

-- 
John Bliss - http://www.linkedin.com/in/jbliss


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