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

VTN Crashes, does not recover #3

Open
J-L opened this issue May 10, 2017 · 1 comment
Open

VTN Crashes, does not recover #3

J-L opened this issue May 10, 2017 · 1 comment

Comments

@J-L
Copy link

J-L commented May 10, 2017

Perhaps this is a configuration issue, however the VTN runs, and the it seems like it times out. Subsequent requests are responded with 'Something went wrong' and errors like this in production.log

    Started GET "/" for 162.223.103.74 at 2017-05-10 22:27:23 +0000
Processing by SessionsController#new as HTML
Redirected to http://54.186.78.131:8080/events
Completed 302 Found in 30ms (ActiveRecord: 1.0ms)
Started GET "/events" for 162.223.103.74 at 2017-05-10 22:27:23 +0000
Processing by EventsController#index as HTML
  Rendered application/_subnav_item.html.erb (8.0ms)
  Rendered application/_subnav_item.html.erb (1.0ms)
  Rendered events/_search.html.erb (120.0ms)
  Rendered events/_modal_event_interface_picker.html.erb (16.0ms)
  Rendered events/index.html.erb within layouts/application (326.0ms)
  Rendered application/_header.html.erb (25.0ms)
  Rendered application/_navigation_menu_item.html.erb (38.0ms)
  Rendered application/_navigation.html.erb (45.0ms)
Completed 500 Internal Server Error in 513ms

ActionView::Template::Error (super: no superclass method `append='):
    1: <li>
    2:   <%= link_to path, { class: classes } do %>
    3:     <%= image_tag(icon_src) %>
    4:     <div><%= text %></div>
    5:   <% end %>
    6: </li>
  app/views/application/_navigation_menu_item.html.erb:3:in `_app_views_application__navigation_menu_item_html_erb___1659422908_26596'
  app/views/application/_navigation_menu_item.html.erb:2:in `_app_views_application__navigation_menu_item_html_erb___1659422908_26596'
  app/helpers/navigation_helper.rb:200:in `generate_menu_item'
  app/views/application/_navigation.html.erb:9:in `_app_views_application__navigation_html_erb___1161424897_26582'
  app/views/layouts/application.html.erb:24:in `_app_views_layouts_application_html_erb__1418984503_26530'

Problem reproducible on ubuntu 16.04, postgres, Java8

@robbierew
Copy link

I too have this issue it appears to be something wrong with the loading of the navigation bar. From my own testing wrapping the link_to in app/views/application/_naviagation_menu_item.html.erb with a begin rescue NoMethodException and doing nothing with the exception keeps the app running. The downside is when the exception does raise the navigation bar does not load however typing links in the address bar appears to work. I will do some more testing.

Note I'm using Java7

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

2 participants