You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/01/19 15:03:39 UTC

[jira] [Updated] (STORM-1454) UI cannot handle topology names with spaces

     [ https://issues.apache.org/jira/browse/STORM-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax updated STORM-1454:
-----------------------------------
    Affects Version/s: 0.9.3

> UI cannot handle topology names with spaces
> -------------------------------------------
>
>                 Key: STORM-1454
>                 URL: https://issues.apache.org/jira/browse/STORM-1454
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.3
>            Reporter: Matthias J. Sax
>            Priority: Minor
>
> If I submit a topology with an name that contains spaces (eg, "Linear Road Benchmark", I cannot access the detailed topology view. If I click on the topology name in the Web UI, I get the following:
> Internal Server Error
> {noformat}
> NotAliveException(msg:Linear+Road+Benchmark-3-1452252242)
> 	at backtype.storm.generated.Nimbus$getTopologyInfo_result.read(Nimbus.java:11347)
> 	at org.apache.thrift7.TServiceClient.receiveBase(TServiceClient.java:78)
> 	at backtype.storm.generated.Nimbus$Client.recv_getTopologyInfo(Nimbus.java:491)
> 	at backtype.storm.generated.Nimbus$Client.getTopologyInfo(Nimbus.java:478)
> 	at backtype.storm.ui.core$topology_page.invoke(core.clj:628)
> 	at backtype.storm.ui.core$fn__8020.invoke(core.clj:853)
> 	at compojure.core$make_route$fn__6199.invoke(core.clj:93)
> 	at compojure.core$if_route$fn__6187.invoke(core.clj:39)
> 	at compojure.core$if_method$fn__6180.invoke(core.clj:24)
> 	at compojure.core$routing$fn__6205.invoke(core.clj:106)
> 	at clojure.core$some.invoke(core.clj:2443)
> 	at compojure.core$routing.doInvoke(core.clj:106)
> 	at clojure.lang.RestFn.applyTo(RestFn.java:139)
> 	at clojure.core$apply.invoke(core.clj:619)
> 	at compojure.core$routes$fn__6209.invoke(core.clj:111)
> 	at ring.middleware.reload$wrap_reload$fn__6234.invoke(reload.clj:14)
> 	at backtype.storm.ui.core$catch_errors$fn__8059.invoke(core.clj:909)
> 	at ring.middleware.keyword_params$wrap_keyword_params$fn__6876.invoke(keyword_params.clj:27)
> 	at ring.middleware.nested_params$wrap_nested_params$fn__6915.invoke(nested_params.clj:65)
> 	at ring.middleware.params$wrap_params$fn__6848.invoke(params.clj:55)
> 	at ring.middleware.multipart_params$wrap_multipart_params$fn__6943.invoke(multipart_params.clj:103)
> 	at ring.middleware.flash$wrap_flash$fn__7124.invoke(flash.clj:14)
> 	at ring.middleware.session$wrap_session$fn__7113.invoke(session.clj:43)
> 	at ring.middleware.cookies$wrap_cookies$fn__7044.invoke(cookies.clj:160)
> 	at ring.adapter.jetty$proxy_handler$fn__7324.invoke(jetty.clj:16)
> 	at ring.adapter.jetty.proxy$org.mortbay.jetty.handler.AbstractHandler$0.handle(Unknown Source)
> 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> 	at org.mortbay.jetty.Server.handle(Server.java:326)
> 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
> 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
> 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
> 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
> 	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
> 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> {noformat}
> The link says: http://dbis71:8080/topology.html?id=Linear+Road+Benchmark-5-1452255348
> If I replace the "+" with spaces manually I can access the page. However, I cannot "kill" the topology -- a click on "kill" has no effect.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)