-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree - Users - 500 Internal Server Error #5
Comments
Set DEBUG to True and try again |
Hi @stgraber, Thanks for reply. Web browser message: File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1836, in call Console messages: ::ffff:172.17.1.1 - - [04/Jun/2016 02:24:11] "GET /tree/CN=Users,DC=example,DC=com HTTP/1.1" 500 - |
Can you see if something like this fixes it? http://paste.ubuntu.com/16960089/ |
I'm not finding much information on the exact type of that field... It's clearly not a string since that's what caused the error, it doesn't appear to be a list either, so kinda hoping it can be unpacked as a uint. |
Hi, That patch resulting different error messages: .................... Best, |
Fun, so not something that can be represented as a uint... |
Hi,
Try to use this with number of users is around 1500.
The error appear when I click the Users tree.
The error message on the web:
"The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
::ffff:172.17.1.1 - - [04/Jun/2016 02:10:41] "GET /tree/CN=Users,DC=example,DC=com HTTP/1.1" 500 -
Any suggestion on this?
Best,
The text was updated successfully, but these errors were encountered: