Skip to content
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

Create User button not functional (1.0.9 w/ LDAP) #67

Closed
mickelj opened this issue May 27, 2014 · 3 comments
Closed

Create User button not functional (1.0.9 w/ LDAP) #67

mickelj opened this issue May 27, 2014 · 3 comments

Comments

@mickelj
Copy link

mickelj commented May 27, 2014

After upgrading to 1.0.9, the Create User button immediately returns to the main URL. We have LDAP configured in our setup.

Please advise if this is an issue with all installations or if it appears we have a local problem. Thanks!

@cfitz
Copy link
Member

cfitz commented May 27, 2014

Hi,
Does the archivesspace.out log output anything when you do this?

@mickelj
Copy link
Author

mickelj commented May 27, 2014

Here's what I get in about 10 seconds after clicking the "Create Users" button:

2014-05-27 12:44:39.195:INFO:/: Rendered shared/_header_global.html.erb (14.0ms)|
2014-05-27 12:44:39.196:INFO:/: Rendered site/_branding.html.erb (1.0ms)|
2014-05-27 12:44:39.227:INFO:/: Rendered shared/_header_repository.html.erb (30.0ms)|
2014-05-27 12:44:39.228:INFO:/: Rendered /var/www/apps/archivesspace-1.0.9/archivesspace/plugins/aspace_feedback/frontend/views/site/_feedback_form.html.erb (0.0ms)|
2014-05-27 12:44:39.228:INFO:/: Rendered /var/www/apps/archivesspace-1.0.9/archivesspace/plugins/aspace_feedback/frontend/views/site/_footer.html.erb (1.0ms)|
2014-05-27 12:44:39.231:INFO:/: Rendered shared/_templates.html.erb (3.0ms)|
2014-05-27 12:44:39.232:INFO:/:Completed 200 OK in 200.0ms (Views: 94.0ms)|
D, [2014-05-27T12:44:41.116000 #6262] DEBUG -- : Thread-3291754: POST /update_monitor [session: #<Session:0x58f5bd46 @store={:user=>"staff_system", :login_time=>2014-05-19 12:39:51 -0400, :expirable=>false}, @id="a750ee34f6a806d33d11c2387e610ca6c14376700aef332f5585e5c39cc02f0d">]
D, [2014-05-27T12:44:41.118000 #6262] DEBUG -- : Thread-3291754: Post-processed params: {:active_edits=>#<JSONModel(:active_edits) {"jsonmodel_type"=>"active_edits", "active_edits"=>[]}>}
D, [2014-05-27T12:44:41.123000 #6262] DEBUG -- : Thread-3291754: Responded with [200, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"3"}, ["{}\n"]]... in 14.0ms
2014-05-27 12:44:44.701:INFO:/:Started GET "/users/new" for 137.113.162.129 at 2014-05-27 12:44:44 -0400|
2014-05-27 12:44:44.706:INFO:/:Processing by UsersController#new as HTML|
2014-05-27 12:44:44.710:INFO:/:Redirected to http://archivesspace.wlu.edu:8080/|
2014-05-27 12:44:44.710:INFO:/:Completed 302 Found in 4.0ms|
2014-05-27 12:44:44.719:INFO:/:Started GET "/" for 137.113.162.129 at 2014-05-27 12:44:44 -0400|
2014-05-27 12:44:44.723:INFO:/:Processing by WelcomeController#index as HTML|
2014-05-27 12:44:44.727:INFO:/: Rendered shared/_flash_messages.html.erb (0.0ms)|
2014-05-27 12:44:44.728:INFO:/: Rendered welcome/index.html.erb within layouts/application (2.0ms)|
2014-05-27 12:44:44.735:INFO:/: Rendered shared/_browser_support.html.erb (0.0ms)|
2014-05-27 12:44:44.750:INFO:/: Rendered shared/_header_user.html.erb (12.0ms)|
2014-05-27 12:44:44.750:INFO:/: Rendered shared/_header_global.html.erb (15.0ms)|
2014-05-27 12:44:44.751:INFO:/: Rendered site/_branding.html.erb (0.0ms)|
2014-05-27 12:44:44.783:INFO:/: Rendered shared/_header_repository.html.erb (30.0ms)|
2014-05-27 12:44:44.784:INFO:/: Rendered /var/www/apps/archivesspace-1.0.9/archivesspace/plugins/aspace_feedback/frontend/views/site/_feedback_form.html.erb (0.0ms)|
2014-05-27 12:44:44.785:INFO:/: Rendered /var/www/apps/archivesspace-1.0.9/archivesspace/plugins/aspace_feedback/frontend/views/site/_footer.html.erb (2.0ms)|
2014-05-27 12:44:44.790:INFO:/: Rendered shared/_templates.html.erb (5.0ms)|
2014-05-27 12:44:44.790:INFO:/:Completed 200 OK in 67.0ms (Views: 65.0ms)|
D, [2014-05-27T12:44:51.356000 #6262] DEBUG -- : Thread-3291754: POST /update_monitor [session: #<Session:0x15d704e5 @store={:user=>"staff_system", :login_time=>2014-05-19 12:39:51 -0400, :expirable=>false}, @id="a750ee34f6a806d33d11c2387e610ca6c14376700aef332f5585e5c39cc02f0d">]
D, [2014-05-27T12:44:51.429000 #6262] DEBUG -- : Thread-3291754: Post-processed params: {:active_edits=>#<JSONModel(:active_edits) {"jsonmodel_type"=>"active_edits", "active_edits"=>[]}>}
D, [2014-05-27T12:44:51.440000 #6262] DEBUG -- : Thread-3291754: Responded with [200, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"3"}, ["{}\n"]]... in 330.0ms

Thanks,

Jason T. Mickel
Assistant Professor & Director of Library Technology
Leyburn Library
Washington & Lee University
(540) 458-8653
mickelj@wlu.edumailto:mickelj@wlu.edu

On May 27, 2014, at 12:23 PM, cfitz <notifications@github.commailto:notifications@github.com>
wrote:

Hi,
Does the archivesspace.out log output anything when you do this?


Reply to this email directly or view it on GitHubhttps://github.com//issues/67#issuecomment-44299368.

@mark-cooper
Copy link
Member

Closing as an old issue. Create user with LDAP configured does not manifest this behavior in current release (v1.4.2).

rentonsa added a commit to rentonsa/archivesspace that referenced this issue Dec 20, 2017
LIB001-441: Larger and smaller thumbnails for record and search results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants