You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Jason Kania <ja...@ymail.com> on 2014/08/25 05:19:24 UTC

Location of last error details seen in storm UI

Hello,

I am trying to get more detail on an error that is being displayed in the Storm UI under the Last Error column but unfortunately, I am not seeing it captured anywhere else. Does anyone know where this text could be seen? The problem is that the error text is insufficient to diagnose the problem.

Thanks,

Jason

Re: STORM UI Issues

Posted by siddharth ubale <si...@gmail.com>.
Hi,

Thats true.. In local mode the UI is static in nature and will just
indicate all the daemons are running fine.
In order to monitor the storm cluster on UI the cluster should be in
distributed mode.

Thanks,
Siddharth Ubale


On Mon, Sep 1, 2014 at 3:56 PM, Palak Shah <sp...@gmail.com> wrote:

> Only topologies submitted to the Storm cluster using StormSubmitter are
> displayed in the UI.
>
> When topologies are submitted in Local Mode, the Localcluster class just
> simulates a Storm cluster using a VoltDB instance to store data in memory.
> Your topologies are not submitted to the actual storm cluster and hence are
> not displayed on your UI. Local Mode is usually used to develop the
> topology and test whether it is working correctly.
>
> Hope this helps,
> Palak Shah
>
>
> On Mon, Sep 1, 2014 at 3:31 PM, Sridhar G <Sr...@microland.com> wrote:
>
>> Hi Guys,
>>
>>
>>
>> We are running our topology on Local Mode. The Storm UI runs fine but
>> unable to display the submitted topologies.
>>
>>
>>
>> We are new to STORM. Would appreciate help.
>>
>>
>>
>> Regards
>>
>> Sridhar
>>
>>
>>
>> The information contained in this transmission may contain privileged and
>> confidential information of Microland Limited, including information
>> protected by privacy laws. It is intended only for the use of Microland
>> Limited. If you are not the intended recipient, you are hereby notified
>> that any review, dissemination, distribution, or duplication of this
>> communication is strictly prohibited. If you are not the intended
>> recipient, please contact the sender by reply email and destroy all copies
>> of the original message.
>>
>
>

Re: STORM UI Issues

Posted by Palak Shah <sp...@gmail.com>.
Only topologies submitted to the Storm cluster using StormSubmitter are
displayed in the UI.

When topologies are submitted in Local Mode, the Localcluster class just
simulates a Storm cluster using a VoltDB instance to store data in memory.
Your topologies are not submitted to the actual storm cluster and hence are
not displayed on your UI. Local Mode is usually used to develop the
topology and test whether it is working correctly.

Hope this helps,
Palak Shah


On Mon, Sep 1, 2014 at 3:31 PM, Sridhar G <Sr...@microland.com> wrote:

> Hi Guys,
>
>
>
> We are running our topology on Local Mode. The Storm UI runs fine but
> unable to display the submitted topologies.
>
>
>
> We are new to STORM. Would appreciate help.
>
>
>
> Regards
>
> Sridhar
>
>
>
> The information contained in this transmission may contain privileged and
> confidential information of Microland Limited, including information
> protected by privacy laws. It is intended only for the use of Microland
> Limited. If you are not the intended recipient, you are hereby notified
> that any review, dissemination, distribution, or duplication of this
> communication is strictly prohibited. If you are not the intended
> recipient, please contact the sender by reply email and destroy all copies
> of the original message.
>

STORM UI Issues

Posted by Sridhar G <Sr...@microland.com>.
Hi Guys,

 

We are running our topology on Local Mode. The Storm UI runs fine but
unable to display the submitted topologies. 

 

We are new to STORM. Would appreciate help.

 

Regards

Sridhar

 

The information contained in this transmission may contain privileged and confidential information of Microland Limited, including information protected by privacy laws. It is intended only for the use of Microland Limited. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution, or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

Re: Location of last error details seen in storm UI

Posted by Jason Kania <ja...@ymail.com>.
Perfect. I'll try that.

Thanks,

Jason



________________________________
 From: Vikas Agarwal <vi...@infoobjects.com>
To: user@storm.incubator.apache.org 
Sent: Monday, August 25, 2014 11:35:13 AM
Subject: Re: Location of last error details seen in storm UI
 


I have used HortonWorks distribution for Storm and other Hadoop ecosystem and it has property for setting storm.log.dir. It is using storm 0.9.1.





On Mon, Aug 25, 2014 at 9:02 PM, Harsha <st...@harsha.io> wrote:

 
>current version of storm doesn't have a way to define storm log dir. One way to do is to edit logback/cluster.xml under storm installation.  Upcoming release will have a config option storm.log.dir to redirect the logs from default dir.
>
>-Harsha
> 
> 
>On Mon, Aug 25, 2014, at 08:16 AM, Jason Kania wrote:
>
>Thanks for that. I looked to find which property or configuration parameter sets it but could not find it. Is there such a parameter?
>>
>> 
>>Thanks,
>>
>> 
>>Jason
>>
>> 
>>
>>________________________________
>> From: Harsha <st...@harsha.io>
>>
>>To: user@storm.incubator.apache.org 
>>
>>Sent: Monday, August 25, 2014 11:10:17 AM
>>
>>Subject: Re: Location of last error details seen in storm UI
>>
>> 
>>Jason,
>>
>>       Default is under your storm installation check for logs dir.
>>
>>-Harsha
>>
>> 
>> 
>> 
>> 
>>On Mon, Aug 25, 2014, at 07:54 AM, Jason Kania wrote:
>>
>>Thanks for the response.
>>>
>>> 
>>>Unfortunately, I have no /var/log/storm on my system. Where is the path to these logs specified. I am guessing it is pointing somewhere else by default.
>>>
>>> 
>>>Thanks,
>>>
>>> 
>>>Jason
>>>
>>> 
>>>
>>>________________________________
>>> From: Vikas Agarwal <vi...@infoobjects.com>
>>>
>>>To: user@storm.incubator.apache.org 
>>>
>>>Cc: Jason Kania <ja...@ymail.com> 
>>>
>>>Sent: Monday, August 25, 2014 10:34:00 AM
>>>
>>>Subject: Re: Location of last error details seen in storm UI
>>>
>>> 
>>>Better would be to view log files under /var/log/storm. Any issue with worker would be logged into /var/log/storm/worker-6700.log and /var/log/storm/worker-6701.log.
>>>
>>> 
>>> 
>>> 
>>> 
>>>On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell <vi...@gmail.com> wrote:
>>>
>>>Click on the link of the bolt/spout that is all the way on the left side.
>>>>
>>>> 
>>>> 
>>>>On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com> wrote:
>>>>
>>>>Hello,
>>>>>
>>>>> 
>>>>>I am trying to get more detail on an error that is being displayed in the Storm UI under the Last Error column but unfortunately, I am not seeing it captured anywhere else. Does anyone know where this text could be seen? The problem is that the error text is insufficient to diagnose the problem.
>>>>>
>>>>> 
>>>>>Thanks,
>>>>>
>>>>> 
>>>>>Jason
>>>>>
>>>> 
>>> 
>>> 
>>> 
>>>-- 
>>>
>>>Regards,
>>>
>>>Vikas Agarwal
>>>
>>>91 – 9928301411
>>>
>>> 
>>>InfoObjects, Inc. 
>>>
>>>Execution Matters
>>>
>>>http://www.infoobjects.com 
>>>
>>>2041 Mission College Boulevard, #280 
>>>
>>>Santa Clara, CA 95054
>>>
>>>+1 (408) 988-2000 Work
>>>
>>>+1 (408) 716-2726 Fax
>>>
>>> 
>>> 
>> 
>> 
>> 
> 


-- 
Regards,
Vikas Agarwal
91 – 9928301411

InfoObjects, Inc. 
Execution Matters
http://www.infoobjects.com 
2041 Mission College Boulevard, #280 
Santa Clara, CA 95054
+1 (408) 988-2000 Work
+1 (408) 716-2726 Fax 

Re: Location of last error details seen in storm UI

Posted by Vikas Agarwal <vi...@infoobjects.com>.
I have used HortonWorks distribution for Storm and other Hadoop ecosystem
and it has property for setting storm.log.dir. It is using storm 0.9.1.


On Mon, Aug 25, 2014 at 9:02 PM, Harsha <st...@harsha.io> wrote:

>  current version of storm doesn't have a way to define storm log dir. One
> way to do is to edit logback/cluster.xml under storm installation.
>  Upcoming release will have a config option storm.log.dir to redirect the
> logs from default dir.
> -Harsha
>
>
> On Mon, Aug 25, 2014, at 08:16 AM, Jason Kania wrote:
>
> Thanks for that. I looked to find which property or configuration
> parameter sets it but could not find it. Is there such a parameter?
>
> Thanks,
>
> Jason
>
> ------------------------------
> *From:* Harsha <st...@harsha.io>
>  *To:* user@storm.incubator.apache.org
>  *Sent:* Monday, August 25, 2014 11:10:17 AM
>  *Subject:* Re: Location of last error details seen in storm UI
>
> Jason,
>        Default is under your storm installation check for logs dir.
> -Harsha
>
>
>
>
> On Mon, Aug 25, 2014, at 07:54 AM, Jason Kania wrote:
>
> Thanks for the response.
>
> Unfortunately, I have no /var/log/storm on my system. Where is the path to
> these logs specified. I am guessing it is pointing somewhere else by
> default.
>
> Thanks,
>
> Jason
>
> ------------------------------
> *From:* Vikas Agarwal <vi...@infoobjects.com>
> *To:* user@storm.incubator.apache.org
> *Cc:* Jason Kania <ja...@ymail.com>
> *Sent:* Monday, August 25, 2014 10:34:00 AM
> *Subject:* Re: Location of last error details seen in storm UI
>
> Better would be to view log files under /var/log/storm. Any issue with
> worker would be logged into /var/log/storm/worker-6700.log
> and /var/log/storm/worker-6701.log.
>
>
>
>
> On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell <
> vincent.russell@gmail.com> wrote:
>
> Click on the link of the bolt/spout that is all the way on the left side.
>
>
> On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com>
> wrote:
>
> Hello,
>
> I am trying to get more detail on an error that is being displayed in the
> Storm UI under the Last Error column but unfortunately, I am not seeing it
> captured anywhere else. Does anyone know where this text could be seen? The
> problem is that the error text is insufficient to diagnose the problem.
>
> Thanks,
>
> Jason
>
>
>
>
>
>
> --
> Regards,
> Vikas Agarwal
> 91 – 9928301411
>
> InfoObjects, Inc.
> Execution Matters
> http://www.infoobjects.com
> 2041 Mission College Boulevard, #280
> Santa Clara, CA 95054
> +1 (408) 988-2000 Work
> +1 (408) 716-2726 Fax
>
>
>
>
>
>
>
>
>



-- 
Regards,
Vikas Agarwal
91 – 9928301411

InfoObjects, Inc.
Execution Matters
http://www.infoobjects.com
2041 Mission College Boulevard, #280
Santa Clara, CA 95054
+1 (408) 988-2000 Work
+1 (408) 716-2726 Fax

Re: Location of last error details seen in storm UI

Posted by Harsha <st...@harsha.io>.
current version of storm doesn't have a way to define storm log
dir. One way to do is to edit logback/cluster.xml under storm
installation.  Upcoming release will have a config option
storm.log.dir to redirect the logs from default dir.

-Harsha





On Mon, Aug 25, 2014, at 08:16 AM, Jason Kania wrote:

Thanks for that. I looked to find which property or
configuration parameter sets it but could not find it. Is there
such a parameter?

Thanks,

Jason
  __________________________________________________________

From: Harsha <st...@harsha.io>
To: user@storm.incubator.apache.org
Sent: Monday, August 25, 2014 11:10:17 AM
Subject: Re: Location of last error details seen in storm UI

Jason,
       Default is under your storm installation check for logs
dir.
-Harsha




On Mon, Aug 25, 2014, at 07:54 AM, Jason Kania wrote:

Thanks for the response.

Unfortunately, I have no /var/log/storm on my system. Where is
the path to these logs specified. I am guessing it is pointing
somewhere else by default.

Thanks,

Jason
  __________________________________________________________

From: Vikas Agarwal <vi...@infoobjects.com>
To: user@storm.incubator.apache.org
Cc: Jason Kania <ja...@ymail.com>
Sent: Monday, August 25, 2014 10:34:00 AM
Subject: Re: Location of last error details seen in storm UI

Better would be to view log files under /var/log/storm. Any
issue with worker would be logged into
/var/log/storm/worker-6700.log
and /var/log/storm/worker-6701.log.




On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell
<[1...@gmail.com> wrote:

Click on the link of the bolt/spout that is all the way on the
left side.



On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania
<[2...@ymail.com> wrote:

Hello,

I am trying to get more detail on an error that is being
displayed in the Storm UI under the Last Error column but
unfortunately, I am not seeing it captured anywhere else. Does
anyone know where this text could be seen? The problem is that
the error text is insufficient to diagnose the problem.

Thanks,

Jason





--
Regards,
Vikas Agarwal
91 – 9928301411

InfoObjects, Inc.
Execution Matters
[3]http://www.infoobjects.com
2041 Mission College Boulevard, #280
Santa Clara, CA 95054
+1 (408) 988-2000 Work
+1 (408) 716-2726 Fax

References

1. mailto:vincent.russell@gmail.com
2. mailto:jason.kania@ymail.com
3. http://www.infoobjects.com/

Re: Location of last error details seen in storm UI

Posted by Jason Kania <ja...@ymail.com>.
Thanks for that. I looked to find which property or configuration parameter sets it but could not find it. Is there such a parameter?

Thanks,

Jason



________________________________
 From: Harsha <st...@harsha.io>
To: user@storm.incubator.apache.org 
Sent: Monday, August 25, 2014 11:10:17 AM
Subject: Re: Location of last error details seen in storm UI
 


Jason,

       Default is under your storm installation check for logs dir.

-Harsha
 
 


On Mon, Aug 25, 2014, at 07:54 AM, Jason Kania wrote:

Thanks for the response.
>
> 
>Unfortunately, I have no /var/log/storm on my system. Where is the path to these logs specified. I am guessing it is pointing somewhere else by default.
>
> 
>Thanks,
>
> 
>Jason
>
> 
>
>________________________________
> From: Vikas Agarwal <vi...@infoobjects.com>
>
>To: user@storm.incubator.apache.org 
>
>Cc: Jason Kania <ja...@ymail.com> 
>
>Sent: Monday, August 25, 2014 10:34:00 AM
>
>Subject: Re: Location of last error details seen in storm UI
>
> 
>Better would be to view log files under /var/log/storm. Any issue with worker would be logged into /var/log/storm/worker-6700.log and /var/log/storm/worker-6701.log.
>
> 
> 
> 
> 
>On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell <vi...@gmail.com> wrote:
>
>Click on the link of the bolt/spout that is all the way on the left side.
>>
>> 
>> 
>>On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com> wrote:
>>
>>Hello,
>>>
>>> 
>>>I am trying to get more detail on an error that is being displayed in the Storm UI under the Last Error column but unfortunately, I am not seeing it captured anywhere else. Does anyone know where this text could be seen? The problem is that the error text is insufficient to diagnose the problem.
>>>
>>> 
>>>Thanks,
>>>
>>> 
>>>Jason
>>>
>> 
> 
> 
> 
>-- 
>
>Regards,
>
>Vikas Agarwal
>
>91 – 9928301411
>
> 
>InfoObjects, Inc. 
>
>Execution Matters
>
>http://www.infoobjects.com 
>
>2041 Mission College Boulevard, #280 
>
>Santa Clara, CA 95054
>
>+1 (408) 988-2000 Work
>
>+1 (408) 716-2726 Fax
>
> 
> 

Re: Location of last error details seen in storm UI

Posted by Harsha <st...@harsha.io>.
Jason,

       Default is under your storm installation check for logs
dir.

-Harsha





On Mon, Aug 25, 2014, at 07:54 AM, Jason Kania wrote:

Thanks for the response.

Unfortunately, I have no /var/log/storm on my system. Where is
the path to these logs specified. I am guessing it is pointing
somewhere else by default.

Thanks,

Jason
  __________________________________________________________

From: Vikas Agarwal <vi...@infoobjects.com>
To: user@storm.incubator.apache.org
Cc: Jason Kania <ja...@ymail.com>
Sent: Monday, August 25, 2014 10:34:00 AM
Subject: Re: Location of last error details seen in storm UI

Better would be to view log files under /var/log/storm. Any
issue with worker would be logged into
/var/log/storm/worker-6700.log
and /var/log/storm/worker-6701.log.




On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell
<[1...@gmail.com> wrote:

Click on the link of the bolt/spout that is all the way on the
left side.



On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania
<[2...@ymail.com> wrote:

Hello,

I am trying to get more detail on an error that is being
displayed in the Storm UI under the Last Error column but
unfortunately, I am not seeing it captured anywhere else. Does
anyone know where this text could be seen? The problem is that
the error text is insufficient to diagnose the problem.

Thanks,

Jason





--
Regards,
Vikas Agarwal
91 – 9928301411

InfoObjects, Inc.
Execution Matters
[3]http://www.infoobjects.com
2041 Mission College Boulevard, #280
Santa Clara, CA 95054
+1 (408) 988-2000 Work
+1 (408) 716-2726 Fax

References

1. mailto:vincent.russell@gmail.com
2. mailto:jason.kania@ymail.com
3. http://www.infoobjects.com/

Re: Location of last error details seen in storm UI

Posted by Jason Kania <ja...@ymail.com>.
Thanks for the response.


Unfortunately, I have no /var/log/storm on my system. Where is the path to these logs specified. I am guessing it is pointing somewhere else by default.

Thanks,

Jason



________________________________
 From: Vikas Agarwal <vi...@infoobjects.com>
To: user@storm.incubator.apache.org 
Cc: Jason Kania <ja...@ymail.com> 
Sent: Monday, August 25, 2014 10:34:00 AM
Subject: Re: Location of last error details seen in storm UI
 


Better would be to view log files under /var/log/storm. Any issue with worker would be logged into /var/log/storm/worker-6700.log and /var/log/storm/worker-6701.log.





On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell <vi...@gmail.com> wrote:

Click on the link of the bolt/spout that is all the way on the left side.
>
>
>
>On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com> wrote:
>
>Hello,
>>
>>
>>I am trying to get more detail on an error that is being displayed in the Storm UI under the Last Error column but unfortunately, I am not seeing it captured anywhere else. Does anyone know where this text could be seen? The problem is that the error text is insufficient to diagnose the problem.
>>
>>
>>Thanks,
>>
>>
>>Jason
>


-- 
Regards,
Vikas Agarwal
91 – 9928301411

InfoObjects, Inc. 
Execution Matters
http://www.infoobjects.com 
2041 Mission College Boulevard, #280 
Santa Clara, CA 95054
+1 (408) 988-2000 Work
+1 (408) 716-2726 Fax 

Re: Location of last error details seen in storm UI

Posted by Vikas Agarwal <vi...@infoobjects.com>.
Better would be to view log files under /var/log/storm. Any issue with
worker would be logged into /var/log/storm/worker-6700.log
and /var/log/storm/worker-6701.log.


On Mon, Aug 25, 2014 at 8:00 PM, Vincent Russell <vi...@gmail.com>
wrote:

> Click on the link of the bolt/spout that is all the way on the left side.
>
>
> On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com>
> wrote:
>
>> Hello,
>>
>> I am trying to get more detail on an error that is being displayed in the
>> Storm UI under the Last Error column but unfortunately, I am not seeing it
>> captured anywhere else. Does anyone know where this text could be seen? The
>> problem is that the error text is insufficient to diagnose the problem.
>>
>> Thanks,
>>
>> Jason
>>
>
>


-- 
Regards,
Vikas Agarwal
91 – 9928301411

InfoObjects, Inc.
Execution Matters
http://www.infoobjects.com
2041 Mission College Boulevard, #280
Santa Clara, CA 95054
+1 (408) 988-2000 Work
+1 (408) 716-2726 Fax

Re: Location of last error details seen in storm UI

Posted by Jason Kania <ja...@ymail.com>.
Thanks for the help.

Unfortunately, the content shown when the spout/bolt is clicked does not show any information about any errors.



________________________________
 From: Vincent Russell <vi...@gmail.com>
To: user@storm.incubator.apache.org; Jason Kania <ja...@ymail.com> 
Sent: Monday, August 25, 2014 10:30:32 AM
Subject: Re: Location of last error details seen in storm UI
 


Click on the link of the bolt/spout that is all the way on the left side.





On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com> wrote:

Hello,
>
>
>I am trying to get more detail on an error that is being displayed in the Storm UI under the Last Error column but unfortunately, I am not seeing it captured anywhere else. Does anyone know where this text could be seen? The problem is that the error text is insufficient to diagnose the problem.
>
>
>Thanks,
>
>
>Jason

Re: Location of last error details seen in storm UI

Posted by Vincent Russell <vi...@gmail.com>.
Click on the link of the bolt/spout that is all the way on the left side.


On Sun, Aug 24, 2014 at 11:19 PM, Jason Kania <ja...@ymail.com> wrote:

> Hello,
>
> I am trying to get more detail on an error that is being displayed in the
> Storm UI under the Last Error column but unfortunately, I am not seeing it
> captured anywhere else. Does anyone know where this text could be seen? The
> problem is that the error text is insufficient to diagnose the problem.
>
> Thanks,
>
> Jason
>