deanhiller / databus

time series data in cassandra with visualization(NREL's opensource databus project)
Other
53 stars 21 forks source link

Clicking on Table in "Database Properties" causes crash #18

Closed hopcroft closed 11 years ago

hopcroft commented 11 years ago

Select My Databus -> Databases -> [select database] Scroll down to list of Tables, and click on the name of any table in the list produces an error:

 ERROR: 

@6epel9m80
Internal Server Error (500) for request GET /tables/pa_b2_elec_2DL1_1209_freq_pvFrequency

No route found (In /app/views/gui/MyStuff/tableEdit.html around line 5)
No route able to invoke action MyStuff.postTable with arguments {group=models.SecureSchema_$$_javassist_21@5c46a4fa} was found.

play.exceptions.NoRouteFoundException: No route found
    at play.templates.BaseTemplate.throwException(BaseTemplate.java:83) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.templates.GroovyTemplate.internalRender(GroovyTemplate.java:258) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.templates.Template.render(Template.java:26) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.templates.GroovyTemplate.render(GroovyTemplate.java:203) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.results.RenderTemplate.<init>(RenderTemplate.java:24) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.Controller.renderTemplate(Controller.java:670) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.Controller.renderTemplate(Controller.java:650) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.Controller.render(Controller.java:705) ~[play-1.2.x-1.1.0-2208.jar:na]
    at controllers.gui.MyStuff.tableEdit(MyStuff.java:84) ~[webapp:na]
    at play.mvc.ActionInvoker.invokeWithContinuation(ActionInvoker.java:587) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.ActionInvoker.invoke(ActionInvoker.java:538) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:514) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:509) ~[play-1.2.x-1.1.0-2208.jar:na]
    at play.mvc.ActionInvoker.invoke(ActionInvoker.java:187) ~[play-1.2.x-1.1.0-2208.jar:na]
    at Invocation.HTTP Request(Play!) ~[na:na]
deanhiller commented 11 years ago

fixed.