You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Berges Irani <be...@nextroll.com> on 2019/11/18 19:31:10 UTC

Unable to fetch topo conf for topo id test-14-1573863430

Hi all,

I'm running storm from some docker containers. I tried starting
everything up again this morning and ran into the following issue on my
storm UI:

2019-11-18 19:12:46.905 o.a.s.d.n.Nimbus pool-29-thread-39 [WARN] Get
topo conf exception. (topology id='test-14-1573863430')
org.apache.storm.utils.WrappedNotAliveException: test-14-1573863430
        at org.apache.storm.daemon.nimbus.Nimbus.tryReadTopoConf(Nimbus.java:984)
~[storm-server-2.0.0.jar:2.0.0]
        at org.apache.storm.daemon.nimbus.Nimbus.getTopologyConf(Nimbus.java:4295)
[storm-server-2.0.0.jar:2.0.0]
        at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4608)
[storm-client-2.0.0.jar:2.0.0]
        at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4587)
[storm-client-2.0.0.jar:2.0.0]
        at org.apache.storm.thrift.ProcessFunction.process(ProcessFunction.java:38)
[storm-shaded-deps-2.0.0.jar:2.0.0]
        at org.apache.storm.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
[storm-shaded-deps-2.0.0.jar:2.0.0]
        at org.apache.storm.security.auth.SimpleTransportPlugin$SimpleWrapProcessor.process(SimpleTransportPlugin.java:169)
[storm-client-2.0.0.jar:2.0.0]
        at org.apache.storm.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:518)
[storm-shaded-deps-2.0.0.jar:2.0.0]
        at org.apache.storm.thrift.server.Invocation.run(Invocation.java:18)
[storm-shaded-deps-2.0.0.jar:2.0.0]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_222]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_222]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

Not sure what's going on, worked fine on friday, any ideas?
-- 

Berges Irani

Engineering Intern

berges.irani@nextroll.com

Re: Unable to fetch topo conf for topo id test-14-1573863430

Posted by Berges Irani <be...@nextroll.com>.
Hey sorry for the trouble. You were right, there was nothing wrong I was
just using the incorrect link, it was pointing to an old topology that was
being tested.  Went to the right link and everything was fine. Thank you
for pointing that out!


On Mon, Nov 18, 2019 at 1:10 PM Stig Rohde Døssing <st...@gmail.com>
wrote:

> Please mail the mailing list, and not me personally, otherwise other
> people won't be able to see the discussion :)
>
> So I'm guessing that you're opening Storm UI to the URL corresponding to
> the dead topology. What is the URL you're trying to open when you look at
> Storm UI?
>
> Den man. 18. nov. 2019 kl. 22.01 skrev Berges Irani <
> berges.irani@nextroll.com>:
>
>> Hi,
>>
>> I first had my nimbus running, and i did run a topology and killed it
>> after it ran successfully, it was only for testing purposes. Then this
>> weekend after opening the UI again, i noticed the error. So I pruned my
>> docker containers, each docker container was running one of each
>> (zookeeper, supervisor, nimbus, UI). I then used "docker-compose up" to
>> startup everything. I used this https://hub.docker.com/_/storm/ to get
>> started with my docker-compose files. I then goit the same UI error, and
>> checked my logs.
>>
>> On Mon, Nov 18, 2019 at 11:51 AM Stig Rohde Døssing <
>> stigdoessing@gmail.com> wrote:
>>
>>> Please elaborate on what you mean by "starting everything up again",
>>> e.g. by listing the commands you're running. The error you're getting is
>>> simply saying that the topology "test-14-1573863430" is no longer running,
>>> which could be for all kinds of reasons.
>>>
>>> Den man. 18. nov. 2019 kl. 20.31 skrev Berges Irani <
>>> berges.irani@nextroll.com>:
>>>
>>>> Hi all,
>>>>
>>>> I'm running storm from some docker containers. I tried starting
>>>> everything up again this morning and ran into the following issue on my
>>>> storm UI:
>>>>
>>>> 2019-11-18 19:12:46.905 o.a.s.d.n.Nimbus pool-29-thread-39 [WARN] Get topo conf exception. (topology id='test-14-1573863430')
>>>> org.apache.storm.utils.WrappedNotAliveException: test-14-1573863430
>>>>         at org.apache.storm.daemon.nimbus.Nimbus.tryReadTopoConf(Nimbus.java:984) ~[storm-server-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.daemon.nimbus.Nimbus.getTopologyConf(Nimbus.java:4295) [storm-server-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4608) [storm-client-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4587) [storm-client-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.thrift.ProcessFunction.process(ProcessFunction.java:38) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.thrift.TBaseProcessor.process(TBaseProcessor.java:39) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.security.auth.SimpleTransportPlugin$SimpleWrapProcessor.process(SimpleTransportPlugin.java:169) [storm-client-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:518) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>>         at org.apache.storm.thrift.server.Invocation.run(Invocation.java:18) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
>>>>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
>>>>         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
>>>>
>>>> Not sure what's going on, worked fine on friday, any ideas?
>>>> --
>>>>
>>>> Berges Irani
>>>>
>>>> Engineering Intern
>>>>
>>>> berges.irani@nextroll.com
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>> --
>>
>> Berges Irani
>>
>> Engineering Intern
>>
>> berges.irani@nextroll.com
>>
>>
>>
>>
>>
>>

-- 

Berges Irani

Engineering Intern

berges.irani@nextroll.com

Re: Unable to fetch topo conf for topo id test-14-1573863430

Posted by Stig Rohde Døssing <st...@gmail.com>.
Please mail the mailing list, and not me personally, otherwise other people
won't be able to see the discussion :)

So I'm guessing that you're opening Storm UI to the URL corresponding to
the dead topology. What is the URL you're trying to open when you look at
Storm UI?

Den man. 18. nov. 2019 kl. 22.01 skrev Berges Irani <
berges.irani@nextroll.com>:

> Hi,
>
> I first had my nimbus running, and i did run a topology and killed it
> after it ran successfully, it was only for testing purposes. Then this
> weekend after opening the UI again, i noticed the error. So I pruned my
> docker containers, each docker container was running one of each
> (zookeeper, supervisor, nimbus, UI). I then used "docker-compose up" to
> startup everything. I used this https://hub.docker.com/_/storm/ to get
> started with my docker-compose files. I then goit the same UI error, and
> checked my logs.
>
> On Mon, Nov 18, 2019 at 11:51 AM Stig Rohde Døssing <
> stigdoessing@gmail.com> wrote:
>
>> Please elaborate on what you mean by "starting everything up again", e.g.
>> by listing the commands you're running. The error you're getting is simply
>> saying that the topology "test-14-1573863430" is no longer running, which
>> could be for all kinds of reasons.
>>
>> Den man. 18. nov. 2019 kl. 20.31 skrev Berges Irani <
>> berges.irani@nextroll.com>:
>>
>>> Hi all,
>>>
>>> I'm running storm from some docker containers. I tried starting
>>> everything up again this morning and ran into the following issue on my
>>> storm UI:
>>>
>>> 2019-11-18 19:12:46.905 o.a.s.d.n.Nimbus pool-29-thread-39 [WARN] Get topo conf exception. (topology id='test-14-1573863430')
>>> org.apache.storm.utils.WrappedNotAliveException: test-14-1573863430
>>>         at org.apache.storm.daemon.nimbus.Nimbus.tryReadTopoConf(Nimbus.java:984) ~[storm-server-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.daemon.nimbus.Nimbus.getTopologyConf(Nimbus.java:4295) [storm-server-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4608) [storm-client-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4587) [storm-client-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.thrift.ProcessFunction.process(ProcessFunction.java:38) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.thrift.TBaseProcessor.process(TBaseProcessor.java:39) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.security.auth.SimpleTransportPlugin$SimpleWrapProcessor.process(SimpleTransportPlugin.java:169) [storm-client-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:518) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>         at org.apache.storm.thrift.server.Invocation.run(Invocation.java:18) [storm-shaded-deps-2.0.0.jar:2.0.0]
>>>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
>>>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
>>>         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
>>>
>>> Not sure what's going on, worked fine on friday, any ideas?
>>> --
>>>
>>> Berges Irani
>>>
>>> Engineering Intern
>>>
>>> berges.irani@nextroll.com
>>>
>>>
>>>
>>>
>>>
>>>
>
> --
>
> Berges Irani
>
> Engineering Intern
>
> berges.irani@nextroll.com
>
>
>
>
>
>

Re: Unable to fetch topo conf for topo id test-14-1573863430

Posted by Stig Rohde Døssing <st...@gmail.com>.
Please elaborate on what you mean by "starting everything up again", e.g.
by listing the commands you're running. The error you're getting is simply
saying that the topology "test-14-1573863430" is no longer running, which
could be for all kinds of reasons.

Den man. 18. nov. 2019 kl. 20.31 skrev Berges Irani <
berges.irani@nextroll.com>:

> Hi all,
>
> I'm running storm from some docker containers. I tried starting
> everything up again this morning and ran into the following issue on my
> storm UI:
>
> 2019-11-18 19:12:46.905 o.a.s.d.n.Nimbus pool-29-thread-39 [WARN] Get topo conf exception. (topology id='test-14-1573863430')
> org.apache.storm.utils.WrappedNotAliveException: test-14-1573863430
>         at org.apache.storm.daemon.nimbus.Nimbus.tryReadTopoConf(Nimbus.java:984) ~[storm-server-2.0.0.jar:2.0.0]
>         at org.apache.storm.daemon.nimbus.Nimbus.getTopologyConf(Nimbus.java:4295) [storm-server-2.0.0.jar:2.0.0]
>         at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4608) [storm-client-2.0.0.jar:2.0.0]
>         at org.apache.storm.generated.Nimbus$Processor$getTopologyConf.getResult(Nimbus.java:4587) [storm-client-2.0.0.jar:2.0.0]
>         at org.apache.storm.thrift.ProcessFunction.process(ProcessFunction.java:38) [storm-shaded-deps-2.0.0.jar:2.0.0]
>         at org.apache.storm.thrift.TBaseProcessor.process(TBaseProcessor.java:39) [storm-shaded-deps-2.0.0.jar:2.0.0]
>         at org.apache.storm.security.auth.SimpleTransportPlugin$SimpleWrapProcessor.process(SimpleTransportPlugin.java:169) [storm-client-2.0.0.jar:2.0.0]
>         at org.apache.storm.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:518) [storm-shaded-deps-2.0.0.jar:2.0.0]
>         at org.apache.storm.thrift.server.Invocation.run(Invocation.java:18) [storm-shaded-deps-2.0.0.jar:2.0.0]
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
>         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
>
> Not sure what's going on, worked fine on friday, any ideas?
> --
>
> Berges Irani
>
> Engineering Intern
>
> berges.irani@nextroll.com
>
>
>
>
>
>