[ https://issues.apache.org/jira/browse/STORM-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385227#comment-15385227 ]
Yaroslav Chinskiy commented on STORM-1889: ------------------------------------------ is there any update on the issue? I can not find any other references except this ticket so hope the issue I am experiencing has some work around. >From what I see, the REST API is not in sync with the UI. The >index-page-template.html is expecting schedulerInfo which is not in response. I also encountered another issue where deactivate does not work. It generates rest POST /api/v1/topology/:id/deactivate/0/ instead of /api/v1/topology/:id/deactivate. Any thoughts? > Datatables error message displayed when viewing UI > -------------------------------------------------- > > Key: STORM-1889 > URL: https://issues.apache.org/jira/browse/STORM-1889 > Project: Apache Storm > Issue Type: Bug > Components: storm-ui > Affects Versions: 1.0.1 > Reporter: Simon Whittemore > > Updating to storm 1.0.1, running on Windows 7, I receive error messages from > Datatables. > This occurs on the Topology Summary as well as the Component Summary for a > spout/bolt > Example error: DataTables warning: table id=executor-stats-table - Requested > unknown parameter '9' for row 0. For more information about this error, > please see http://datatables.net/tn/4 > If I edit index.html to remove the type: num targets, the errors go away. > For example. > $.getJSON("/api/v1/topology/summary",function(response,status,jqXHR) { > $.get("/templates/index-page-template.html", function(template) { > > topologySummary.append(Mustache.render($(template).filter("#topology-summary-template").html(),response)); > //name, owner, status, uptime, num workers, num executors, num > tasks, replication count, assigned total mem, assigned total cpu, scheduler > info > dtAutoPage("#topology-summary-table", { > columnDefs: [ > //{type: "num", targets: [4, 5, 6, 7, 8, 9]}, > {type: "num", targets: []}, > {type: "time-str", targets: [3]} > ] > }); > $('#topology-summary [data-toggle="tooltip"]').tooltip(); > }); -- This message was sent by Atlassian JIRA (v6.3.4#6332)