Kafka web console error

2015-03-04 Thread Bhuvana Baskar
Hi, Using kafka-Web-Console: when i run the command play start, it works fine. I tried to register the zookeeper, but getting the below error. *java.nio.channels.ClosedChannelException* at org.jboss.netty.channel.socket.nio.AbstractNioWorker.cleanUpWriteBuffer(AbstractNioWorker.java:433

Re: kafka-web-console goes down regularly

2015-02-22 Thread Andrew Ehrlich
I saw performance issues with the web console whenever using a large number of partitions (1000 partitions). On 2/3/15 12:09 PM, Sa Li wrote: Hi, All I am currently using kafka-web-console to monitor the kafka system, it get down regularly, so I have to restart it every few hours which is

Re: kafka-web-console goes down regularly

2015-02-03 Thread Sa Li
Good idea, Joel, will do it now. Thanks AL On Tue, Feb 3, 2015 at 2:12 PM, Joel Koshy wrote: > Can you contact the maintainer directly? > http://github.com/claudemamo/kafka-web-console/issues > > On Tue, Feb 03, 2015 at 12:09:46PM -0800, Sa Li wrote: > > Hi, All > >

Re: kafka-web-console goes down regularly

2015-02-03 Thread Joel Koshy
Can you contact the maintainer directly? http://github.com/claudemamo/kafka-web-console/issues On Tue, Feb 03, 2015 at 12:09:46PM -0800, Sa Li wrote: > Hi, All > > I am currently using kafka-web-console to monitor the kafka system, it get > down regularly, so I have to restart it eve

kafka-web-console goes down regularly

2015-02-03 Thread Sa Li
Hi, All I am currently using kafka-web-console to monitor the kafka system, it get down regularly, so I have to restart it every few hours which is kinda annoying. I downloaded two versions https://github.com/claudemamo/kafka-web-console http://mungeol-heo.blogspot.ca/2014/12/kafka-web

Re: kafka-web-console error

2015-01-19 Thread Sa Li
Continue this kafka-web-console thread, I follow such page: http://mungeol-heo.blogspot.ca/2014/12/kafka-web-console.html I run the command: play "start -Dhttp.port=8080" It works good for a while, but getting such error : at scala.concurrent.forkjoin.ForkJoinT

Re: kafka-web-console error

2015-01-02 Thread Joe Stein
**/ On Fri, Jan 2, 2015 at 7:41 PM, Sa Li wrote: > Hi, all > > I am running kafka-web-console, I periodically getting such error and cause > the UI down: > > > > ! @6kldaf9lj - Internal server error, for (GET) > [/assets/images/zookeeper_small.gif] -> > play.

kafka-web-console error

2015-01-02 Thread Sa Li
Hi, all I am running kafka-web-console, I periodically getting such error and cause the UI down: ! @6kldaf9lj - Internal server error, for (GET) [/assets/images/zookeeper_small.gif] -> play.api.Application$$anon$1: Execution exception[[FileNotFoundException: /vagrant/kafka-web-console-mas

Re: kafka web console running error

2014-11-29 Thread Jun Rao
You will need to contact the owner of that project directly. Thanks, Jun On Thu, Nov 27, 2014 at 11:40 AM, Sa Li wrote: > I am using https://github.com/claudemamo/kafka-web-console version, and do > you mind to tell where about to make such modification? > > thanks > > Alec

Re: kafka web console running error

2014-11-27 Thread Sa Li
I am using https://github.com/claudemamo/kafka-web-console version, and do you mind to tell where about to make such modification? thanks Alec On Mon, Nov 24, 2014 at 11:16 PM, Yang Fang wrote: > do you see error msg "Too many open files"? it tips you should modify > nofile &g

Re: kafka web console running error

2014-11-24 Thread Yang Fang
do you see error msg "Too many open files"? it tips you should modify nofile On Tue, Nov 25, 2014 at 1:26 PM, Jun Rao wrote: > Which web console are you using? > > Thanks, > > Jun > > On Fri, Nov 21, 2014 at 8:34 AM, Sa Li wrote: > > > Hi, all > >

Re: kafka web console running error

2014-11-24 Thread Jun Rao
Which web console are you using? Thanks, Jun On Fri, Nov 21, 2014 at 8:34 AM, Sa Li wrote: > Hi, all > > I am trying to get kafka web console work, but seems it only works few > hours and fails afterwards, below is the error messages on the screen. I am > assuming something wr

kafka web console running error

2014-11-21 Thread Sa Li
Hi, all I am trying to get kafka web console work, but seems it only works few hours and fails afterwards, below is the error messages on the screen. I am assuming something wrong with the DB, I used to swap H2 to mysql, but didn't help. Anyone has similar problem? - . .

Re: kafka-web-console

2014-10-13 Thread Joe Stein
rm -f /root/.ivy2/.sbt.ivy.lock On Mon, Oct 13, 2014 at 8:39 PM, Sa Li wrote: > All, > > Again, I am still unable to install, seems to stuck on ivy.lock, any ideas > to continue? > > thanks > > Alec > > On Oct 12, 2014, at 7:38 PM, Sa Li wrote: > > > Hi > >

Re: kafka-web-console

2014-10-13 Thread Sa Li
All, Again, I am still unable to install, seems to stuck on ivy.lock, any ideas to continue? thanks Alec On Oct 12, 2014, at 7:38 PM, Sa Li wrote: > Hi

Re: kafka-web-console

2014-10-12 Thread Sa Li
t will start. > > Even I had faced this issue. The console takes a lot of time to start, but > eventually it does. So this is not an error :) > > Hope this helped, > -Palak > > On Sat, Oct 11, 2014 at 9:00 AM, Sa Li wrote: > >> Hi, all >> >> I am

Re: kafka-web-console

2014-10-12 Thread Palak Shah
:00 AM, Sa Li wrote: > Hi, all > > I am installing kafka-web-console on ubuntu server, when I sbt package it, > it stuck on waiting for ivy.lock > > root@DO-mq-dev:/home/stuser/kafkaprj/kafka-web-console# sbt package > Loading /usr/share/sbt/bin/sbt-launch-lib.bash >

kafka-web-console

2014-10-10 Thread Sa Li
Hi, all I am installing kafka-web-console on ubuntu server, when I sbt package it, it stuck on waiting for ivy.lock root@DO-mq-dev:/home/stuser/kafkaprj/kafka-web-console# sbt package Loading /usr/share/sbt/bin/sbt-launch-lib.bash [info] Loading project definition from /home/stuser/kafkaprj

Re: Announcing Kafka Web Console v2.0.0

2014-06-24 Thread Joe Stein
e, Jun 24, 2014 at 10:57 AM, Claude Mamo wrote: > Announcing the second major release of Kafka Web Console: > https://github.com/claudemamo/kafka-web-console/releases/tag/v2.0.0. > Highlights: > > - I've borrowed some ideas from Kafka Offset Monitor and added graphs to >

Announcing Kafka Web Console v2.0.0

2014-06-24 Thread Claude Mamo
Announcing the second major release of Kafka Web Console: https://github.com/claudemamo/kafka-web-console/releases/tag/v2.0.0. Highlights: - I've borrowed some ideas from Kafka Offset Monitor and added graphs to show the history of consumers offsets and lag as well as message throughput -

Re: Kafka Web Console

2014-03-05 Thread Klaus Schaefers
Great! On Thu, Mar 6, 2014 at 12:35 AM, Dan Hoffman wrote: > Claude, > > FYI I've submitted a few issues for you to look at/consider. > > Dan > > On Saturday, March 1, 2014, Claude Mamo wrote: > > > Announcing the first release of Kafka Web Console: > >

Re: Kafka Web Console

2014-03-05 Thread Dan Hoffman
Claude, FYI I've submitted a few issues for you to look at/consider. Dan On Saturday, March 1, 2014, Claude Mamo wrote: > Announcing the first release of Kafka Web Console: > https://github.com/claudemamo/kafka-web-console/tree/v1.0. Tested on > Chrome. > > Enjoy, > > Claude >

Re: Kafka Web Console

2014-03-05 Thread Claude Mamo
, Mar 2, 2014 at 10:53 AM, Claude Mamo > wrote: > > > Andrew, can you open an issue ( > > https://github.com/claudemamo/kafka-web-console/issues) for this? This > > should be a relatively small change and I'll try to include it in the > minor > > release that should c

Re: Kafka Web Console

2014-03-05 Thread Tomas Nunez
> Andrew, can you open an issue ( > https://github.com/claudemamo/kafka-web-console/issues) for this? This > should be a relatively small change and I'll try to include it in the minor > release that should come out this month. > > Claude > > > On Sat, Mar 1, 2014 at 11

Re: Kafka Web Console

2014-03-02 Thread Claude Mamo
Andrew, can you open an issue ( https://github.com/claudemamo/kafka-web-console/issues) for this? This should be a relatively small change and I'll try to include it in the minor release that should come out this month. Claude On Sat, Mar 1, 2014 at 11:23 PM, Andrew Rudenko wrote: &g

Re: Kafka Web Console

2014-03-01 Thread Andrew Rudenko
Great! But i can’t connect to our cluster :) Because web console do not support standard zkConnect feature chroot, like localhost:2181/events On 02 Mar 2014, at 00:09, Claude Mamo wrote: > Announcing the first release of Kafka Web Console: > https://github.com/claudemamo/kafka-web-consol

Re: Kafka Web Console

2014-03-01 Thread Joe Stein
com/allthingshadoop> / On Sat, Mar 1, 2014 at 10:09 AM, Claude Mamo wrote: > Announcing the first release of Kafka Web Console: > https://github.com/claudemamo/kafka-web-console/tree/v1.0. Tested on > Chrome. > > Enjoy, > > Claude >

Kafka Web Console

2014-03-01 Thread Claude Mamo
Announcing the first release of Kafka Web Console: https://github.com/claudemamo/kafka-web-console/tree/v1.0. Tested on Chrome. Enjoy, Claude

Re: Kafka Web Console

2013-04-30 Thread Samir Madhavan
Sure Swapnil, I'll do that. On Tue, Apr 30, 2013 at 1:43 PM, Swapnil Ghike wrote: > Hi Samir, > > https://issues.apache.org/jira/browse/KAFKA-266 has been filed for this > purpose. We haven't made substantial progress yet, but seems like Guy was > working on it. Would you mind putting a comment

Re: Kafka Web Console

2013-04-30 Thread Swapnil Ghike
Hi Samir, https://issues.apache.org/jira/browse/KAFKA-266 has been filed for this purpose. We haven't made substantial progress yet, but seems like Guy was working on it. Would you mind putting a comment on the JIRA? Thanks, Swapnil On 4/30/13 12:18 AM, "Samir Madhavan" wrote: >Hi, > >Wanted

Kafka Web Console

2013-04-30 Thread Samir Madhavan
Hi, Wanted to know if Kafka had web console to see what are the existing topics. How many messages have been received by the producer, How many have been consumed by a consumer or anything else for monitoring. Regards, Samir