Copy link to clipboard
Copied
"Error","DefaultQuartzScheduler_Worker-3","01/20/22","18:00:00",,"500 Internal Server Error "
coldfusion.tagext.net.HttpTag$HttpTagServerErrorException: 500 Internal Server Error
at coldfusion.tagext.net.HttpTag.connHelper(HttpTag.java:1214)
at coldfusion.tagext.net.HttpTag.runCall(HttpTag.java:1413)
at coldfusion.scheduling.CronTask.execute(CronTask.java:121)
at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
thanks for the input Charlie! Issue finally got resolved. Security team had removed permissions from drive level, that caused the error.
Copy link to clipboard
Copied
That's not much information. Nevertheless, there is one clue you can follow up: a scheduled-task error.
Could you share the error-message from the exception.log at time "01/20/22","18:00:00"?
Copy link to clipboard
Copied
the above error is from exception log only. In addition, here is the IIS error I see
IIS Web Core |
Unknown |
ExtensionlessUrlHandler-Integrated-4.0 |
0x80070005 |
D:\ColdFusion11\cfusion\wwwroot |
Not yet determined |
Not yet determined |
I tried the steps from https://helpx.adobe.com/coldfusion/kb/troubleshoot-error-500-coldfusion.html , but still getting the error
Copy link to clipboard
Copied
Shambhawi, that error can have many causes, but from my experience helping people the most common are:
If it's none of these, do be sure you're not seeing a cached page in your browser. Try another browser.
If that's still not it, let us know.
Copy link to clipboard
Copied
thanks for the input Charlie! Issue finally got resolved. Security team had removed permissions from drive level, that caused the error.
Copy link to clipboard
Copied
Glad your folks solved it. That problem was a variant of my 4th bullet above: I proposed it could be that it was permissions removed from the specific wsconfig folder, but you're saying they ahd removed permissions from the whole drive. 🙂
Besides wondering if you might also mark mine as an answer (in addition to yours, as there can be more than one marked as an answer), I am also concerned for you if their solution was to give the permissions BACK to the whole drive. That may not be needed. Instead they may only need to have given it to that wsconfig folder. If that alone worked, it would indeed be more secure.
Copy link to clipboard
Copied
At what time does the IIS error occur? I ask because this error seems to be different from the first.
Copy link to clipboard
Copied
@ShambyJ , have you looked into the scheduled-task idea? For example,
What Update level of CF11 are you on?
What Java version are you using for CF11?
Do you have just one IIS site on the server?
Copy link to clipboard
Copied
"Error","DefaultQuartzScheduler_Worker-3","01/20/22","18:00:00",,"500 Internal Server Error "
coldfusion.tagext.net.HttpTag$HttpTagServerErrorException: 500 Internal Server Error
at coldfusion.tagext.net.HttpTag.connHelper(HttpTag.java:1214)
at coldfusion.tagext.net.HttpTag.runCall(HttpTag.java:1413)
at coldfusion.scheduling.CronTask.execute(CronTask.java:121)
at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
By @ShambyJ
Copy link to clipboard
Copied
"Error","DefaultQuartzScheduler_Worker-3","01/20/22","18:00:00",,"500 Internal Server Error "
coldfusion.tagext.net.HttpTag$HttpTagServerErrorException: 500 Internal Server Error
at coldfusion.tagext.net.HttpTag.connHelper(HttpTag.java:1214)
at coldfusion.tagext.net.HttpTag.runCall(HttpTag.java:1413)
at coldfusion.scheduling.CronTask.execute(CronTask.java:121)
at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
By @ShambyJ