Hey Sean, I'm having trouble reproducing the 500. Could you do me a favor and hit that url again (https://sourceforge.net/u/brlcad/) so I can get the error trace from the logs? Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2014-01-22
Originally by: brlcad
Attempt #2 to reply. Hitting post button gives me a 405 Method Not Allowed
The method GET is not allowed for this resource.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2014-01-22
Originally by: brlcad
Okay that seemed to work. Tim, I just hit up the page a bunch of times from 71.206.34.125 so it should be logged. However, I noticed that I get a 404 when not logged in. Hitting the URL after logging in is apparently what gives a 500.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
File '/var/local/allura/Allura/allura/controllers/project.py', line 121 in _lookup
project.configure_project(is_user_project=True)
File '/var/local/allura/Allura/allura/model/project.py', line 843 in configure_project
self.install_app(ep_name, mount_point, label, ordinal=i)
File '/var/local/allura/Allura/allura/model/project.py', line 633 in install_app
raise exceptions.ToolError(str(e))
ToolError: Mount point "wiki" is already in use
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey Sean, I'm having trouble reproducing the 500. Could you do me a favor and hit that url again (https://sourceforge.net/u/brlcad/) so I can get the error trace from the logs? Thanks!
Originally by: brlcad
Attempt #2 to reply. Hitting post button gives me a 405 Method Not Allowed
The method GET is not allowed for this resource.
Originally by: brlcad
Okay that seemed to work. Tim, I just hit up the page a bunch of times from 71.206.34.125 so it should be logged. However, I noticed that I get a 404 when not logged in. Hitting the URL after logging in is apparently what gives a 500.
Yeah, apparently it 404s for any user except you, that's why I needed your help. :-)
Thanks!
Error trace from server logs is:
Sean's project is fixed, and I've identified and am correcting the others with the same issue.
Originally by: brlcad
Looks good to me here, both logged in and not. Thanks Cory et al.!