Copy link to clipboard
Copied
CF11 Scheduler getting NULL pointer error in CF Administrator.
This issue showed up in my production environment immediately following a restart of the Cold Fusion services to recover from a JVM OutOfMemoryError. We have identified what caused the OutOf Memory error and have implemented code changes to prevent this in the future however now the scheduler isn't accessable via CF Admin. I'm thinking a file may have gotten corrupted in the scheduler during the OutOfMemory event. I have redundant application servers so I simply moved all my scheduled tasks to the other server until I can sort this out. Otherwise the server works fine. I made a archive of the server settings back a month or so ago, I'm wondering if I import that archive in through packaging and deployment if it might fix the corrupt file. I've also read some post about replacing the \cfusioninstance\lib\neo-cron.xml to resolve the issue. I wonder if anyone else has experienced anything like this?
1 Correct answer
Yes, that will work. You need to restart Cf Application Service after replacing the file.
Regards,
Anit Kumar
Copy link to clipboard
Copied
What is the file size of neo-cron.xml and neo-cron.bak at \cfusioninstance\lib\ ?
Regards,
Anit Kumar
Copy link to clipboard
Copied
I've determined that the neo-cron.xml and neo-cron.bak is actually empty on the main instance. I plan to copy the file from one of the other locations and see if that will resolve my issues.
Copy link to clipboard
Copied
Yes, that will work. You need to restart Cf Application Service after replacing the file.
Regards,
Anit Kumar

