[Bug 800338] New: Hawk: Internal Server error
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c0 Summary: Hawk: Internal Server error Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: All OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ds@marco.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=521806) --> (http://bugzilla.novell.com/attachment.cgi?id=521806) error-messages from hawk when loggin in User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0 fresh installed 12.2 all updates installed hawk-0.5.2-3.2.3.i586 When loggin in there is an error-message in /srv/www/hawk/log/production.log: Reproducible: Always Steps to Reproduce: 1.install 12.2 and cluster-packages 2.install hawk 3.start hawk 4. log in as hacluster Actual Results: see hawk.err Expected Results: hawk-status-screen should be shown -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c Xiaolong Li <xlli@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xlli@suse.com AssignedTo|bnc-team-screening@forge.pr |tserong@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c1 Tim Serong <tserong@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Tim Serong <tserong@suse.com> 2013-03-28 07:02:22 UTC --- Thanks, I'll try to figure out WTF is going on after I rebuild my openSUSE 12.2 test VM (I didn't hit this myself in earlier testing, but some googling suggests it might be a problem with the i18n gem somehow - the error message in question is "ActionView::TemplateError (incompatible character encodings: UTF-8 and US-ASCII) on line #108 of app/views/layouts/main.html.erb". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c2 Tim Serong <tserong@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |ds@marco.de --- Comment #2 from Tim Serong <tserong@suse.com> 2013-04-23 05:30:05 UTC --- Can you please try the package from: https://build.opensuse.org/package/show?package=hawk&project=home%3Atserong%3Abranches%3AopenSUSE%3A12.2%3AUpdate This works for me in my test VM, but I want to double check with you to make sure. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c3 --- Comment #3 from Tim Serong <tserong@suse.com> 2013-04-23 06:14:17 UTC --- Here's the link to the repo: http://download.opensuse.org/repositories/home:/tserong:/branches:/openSUSE:... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c4 Daniel Spannbauer <ds@marco.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|ds@marco.de | --- Comment #4 from Daniel Spannbauer <ds@marco.de> 2013-04-23 06:33:23 UTC --- (In reply to comment #3)
Here's the link to the repo:
http://download.opensuse.org/repositories/home:/tserong:/branches:/openSUSE:...
Ok, added the repo, installed hawk with zypper. Now installed: hawk-0.5.2-3.4.1.i586 hawk-templates-0.5.2-3.4.1.i586 Restarted the machine (just to be sure....) After I filled in login and password I get "We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly."
From the log:
Processing SessionsController#create (for 10.3.30.6 at 2013-04-23 10:36:35) [POST] Parameters: {"authenticity_token"=>"bTCYHXRkLNgQKeyewJGh9g0rdS9FhZYbne3yw1NBgb0=", "username"=>"hacluster", "password"=>"[FILTERED]", "commit"=>"Anmelden", "controller"=>"sessions", "action"=>"create"} Redirected to https://10.3.24.25:7630/ Completed in 31ms | 302 Found [https://10.3.24.25/session] Processing MainController#index (for 10.3.30.6 at 2013-04-23 10:36:35) [GET] Parameters: {"controller"=>"main", "action"=>"index"} Redirected to https://10.3.24.25:7630/main/status Completed in 2ms | 302 Found [https://10.3.24.25/] Processing MainController#status (for 10.3.30.6 at 2013-04-23 10:36:35) [GET] Parameters: {"controller"=>"main", "action"=>"status"} Rendering template within layouts/main Rendering main/status ActionView::TemplateError (incompatible character encodings: UTF-8 and US-ASCII) on line #108 of app/views/layouts/main.html.erb: 105: </script> 106: <% end %> 107: <div id="content"> 108: <%= yield %> 109: </div> 110: <div id="footer" class="ui-widget-header"> 111: <span id="hostinfo"> app/views/layouts/main.html.erb:108:in `concat' app/views/layouts/main.html.erb:108 app/controllers/application_controller.rb:92:in `inject_current_user_into_invoker' lib/per_request_cache.rb:26:in `call' lib/per_request_cache.rb:26:in `call' <internal:prelude>:10:in `synchronize' public/dispatch.fcgi:29:in `<main>' Rendering /srv/www/hawk/public/500.html (500 Internal Server Error) Regards Daniel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c5 --- Comment #5 from Tim Serong <tserong@suse.com> 2013-04-23 06:53:17 UTC --- Damn. Back to the drawing board :-/ (thanks for the quick test!) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c6 --- Comment #6 from Tim Serong <tserong@suse.com> 2013-04-24 10:24:08 UTC --- Aha! It fails if I set my web browser's preferred language to German (English works fine). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c7 Tim Serong <tserong@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |ds@marco.de --- Comment #7 from Tim Serong <tserong@suse.com> 2013-04-24 13:53:26 UTC --- OK, I reckon I've got it now. Do you mind trying the packages from http://download.opensuse.org/repositories/home:/tserong:/branches:/openSUSE:... again? hawk-0.5.2-3.5.1.i586.rpm hawk-templates-0.5.2-3.5.1.i586.rpm Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c8 --- Comment #8 from Daniel Spannbauer <ds@marco.de> 2013-04-25 06:10:31 UTC --- Hello, seems to work now. I can now log in, my cluster is marked as Online :) Thanks a lot. Regards Daniel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c9 Tim Serong <tserong@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|ds@marco.de | --- Comment #9 from Tim Serong <tserong@suse.com> 2013-04-26 03:04:11 UTC --- Excellent, thanks. I'll submit this for maintenance. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-26 06:00:08 CEST --- This is an autogenerated message for OBS integration: This bug (800338) was mentioned in https://build.opensuse.org/request/show/173429 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c11 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #11 from Benjamin Brunner <bbrunner@suse.com> 2013-05-06 13:40:06 CEST --- Update released for openSUSE 12.2. Resolved fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=800338 https://bugzilla.novell.com/show_bug.cgi?id=800338#c12 --- Comment #12 from Swamp Workflow Management <swamp@suse.de> 2013-05-06 12:04:37 UTC --- openSUSE-RU-2013:0751-1: An update that has one recommended fix can now be installed. Category: recommended (moderate) Bug References: 800338 CVE References: Sources used: openSUSE 12.2 (src): hawk-0.5.2-3.6.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com