Recently this error popped up when one of our customers updated their system so we wanted to share how it can be resolved.
The following error may occur under ColdFusion Administrator in the scheduled tasks tab:
The error occurred in scheduletasks.cfm: line 188 -1 : Unable to display error’s location in a CFML template.
This problem occurs if neo-cron.xml file becomes corrupt.
Workaround:
Place the following in ColdFusion11cfusionlibneo-cron.xml file and restart the Application Services
<wddxPacket version=’1.0′><header/><data><array length=’4′><struct type=’coldfusion.server.ConfigMap’></struct><boolean value=’false’/><string></string><string>txt,log</string></array></data></wddxPacket>
Alternatively, if you have a good backup of the same file you could replace that instead of the above step.
We are unable to reproduce any particular events that cause this issue. If you have run into the problem, feel free to indicate in the comments any potential steps that may have contributed to it.
Recently this error popped up when one of our customers updated their system so we wanted to share how it can be resolved.
The following error may occur under ColdFusion Administrator in the scheduled tasks tab:
The error occurred in scheduletasks.cfm: line 188 -1 : Unable to
display error’s location in a CFML template.
This problem occurs if neo-cron.xml file becomes corrupt.
Workaround:
Place the following in ColdFusion11cfusionlibneo-cron.xml file and restart the Application Services
<wddxPacket
version=’1.0′><header/><data><array length=’4′><struct
type=’coldfusion.server.ConfigMap’></struct><boolean
value=’false’/><string></string><string>txt,log</string></array></data></wddxPacket>
Alternatively, if you have a good backup of the same file you could replace that instead of the above step.
We are unable to reproduce any particular events that cause this issue. If you have run into the problem, feel free to indicate in the comments any potential steps that may have contributed to it.
The fix worked, but I had difficulty getting the neo-cron.xml file to delete or rename, kept getting a “file is corrupt or unreadable” error when I tried to change it.
Solution:
Stop and Disable CFapplication server in services
Restart host machine
Then delete/replace neo-cron.xml with neo-cron.bak
Restart CFApplication Server
I’m going to take a wild guess and say this is the same bug as
https://bugbase.adobe.com/index.cfm?event=bug&id=3842800
so it should be easy to replicate.
CF has *always* had issue where it would randomly corrupt it’s own settings files because it’s save logic isn’t very robust.
You must be logged in to post a comment.