Hey all, longtime! Random question: has anyone experienced a Railo/Lucee server returning a 500 error, yet showing the content of the page correctly? I suspect a error in the code somewhere maybe through a bad async import or something, but wanted to see if anyone had any such experience since the logs aren’t reporting any errors via tomcat or apache. TIA!
d
denny
09/10/2024, 7:35 PM
Maybe you've got some logic setting a custom code so even tho it renders it's getting a 500?
denny
09/10/2024, 7:37 PM
At least that's one way it can happen. I know I've set the wrong response code before.
d
davidpanzarella
09/10/2024, 7:39 PM
@denny thanks for the reply! The site is an old Mura one that has the redirects in place. I can tell that AJP is working correctly, so my hunch is that its error with some sort of import script or something. Its just odd that no logs see an internal error when server is responding with one.
d
denny
09/10/2024, 8:00 PM
Yeah that's why I'm thinking it's something setting the response code, versus an actual error, but it could just be something that isn't making it to a log
d
davidpanzarella
09/10/2024, 8:04 PM
Yeah its certainly odd when I have other sites operating in the same way without issue.