Hi,
I am using thin web server in my rails project. But it gives stack level too deep error. Couldn’t find any appropriate solution to this. I have tried updating the ruby but didn’t help.
Regards, Sumit
Hi,
I am using thin web server in my rails project. But it gives stack level too deep error. Couldn’t find any appropriate solution to this. I have tried updating the ruby but didn’t help.
Regards, Sumit
Hi,
I am using thin web server in my rails project. But it gives stack level too deep error. Couldn't find any appropriate solution to this. I have tried updating the ruby but didn't help.
can you post the entire trace here? just a quick check would be to create a new rails app using the same version of thin that you're getting issues with. If it works, then there's something wrong with your config. First thing to look at would be the initializers you added. Next would be to look at your environment config.
This is what I get in trace,
HTTP/1.1 500 Internal Server Error Connection: close Server: thin 1.3.1 codename Triple Espresso
SystemStackError: stack level too deep
This is what I get in trace,
HTTP/1.1 500 Internal Server Error Connection: close Server: thin 1.3.1 codename Triple Espresso
SystemStackError: stack level too deep
The same thing works on some systems while fails on some. Googled about it and found several people have been facing this issue with thin. Didn’t get any concrete solution.
Hi,
I am using thin web server in my rails project. But it gives stack level too deep error. Couldn't find any appropriate solution to this. I have tried updating the ruby but didn't help.
can you post the entire trace here? just a quick check would be to create a new rails app using the same version of thin that you're getting issues with. If it works, then there's something wrong with your config. First thing to look at would be the initializers you added. Next would be to look at your environment config.
This is what I get in trace,
HTTP/1.1 500 Internal Server Error Connection: close Server: thin 1.3.1 codename Triple Espresso
SystemStackError: stack level too deep
The same thing works on some systems while fails on some. Googled about it and found several people have been facing this issue with thin. Didn't get any concrete solution.
have you tried reinstalling the gem? or using a lower version of the gem?
Yes, I have also mentioned that it works on some systems but creates problem on few.
Hi,
I am using thin web server in my rails project. But it gives stack level too deep error. Couldn't find any appropriate solution to this. I have tried updating the ruby but didn't help.
can you post the entire trace here? just a quick check would be to create a new rails app using the same version of thin that you're getting issues with. If it works, then there's something wrong with your config. First thing to look at would be the initializers you added. Next would be to look at your environment config.
This is what I get in trace,
HTTP/1.1 500 Internal Server Error Connection: close Server: thin 1.3.1 codename Triple Espresso
SystemStackError: stack level too deep
The same thing works on some systems while fails on some. Googled about it and found several people have been facing this issue with thin. Didn't get any concrete solution.
have you tried reinstalling the gem? or using a lower version of the gem?
Yes, I have also mentioned that it works on some systems but creates problem on few.
Yep, I read that part. Sorry, I don't have any ideas anymore. Good luck.
Thanks.