[jira] [Updated] (ZOOKEEPER-2902) Exhibitor

2017-09-21 Thread ANH (JIRA)

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

ANH updated ZOOKEEPER-2902:
---
Issue Type: Test  (was: Bug)

> Exhibitor
> -
>
> Key: ZOOKEEPER-2902
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2902
> Project: ZooKeeper
>  Issue Type: Test
> Environment: Ubuntu 16.04
>Reporter: ANH
>
> Any one can help me in configuring exhibitor other than giving this link 
> https://github.com/soabase/exhibitor ?? 
> Extremely sorry to raise tickets related to Exhibitor.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZOOKEEPER-2902) Exhibitor

2017-09-21 Thread ANH (JIRA)
ANH created ZOOKEEPER-2902:
--

 Summary: Exhibitor
 Key: ZOOKEEPER-2902
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2902
 Project: ZooKeeper
  Issue Type: Bug
 Environment: Ubuntu 16.04
Reporter: ANH


Any one can help me in configuring exhibitor other than giving this link 
https://github.com/soabase/exhibitor ?? 
Extremely sorry to raise tickets related to Exhibitor.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ZOOKEEPER-2900) Error: Could not find or load main class com.netflix.exhibitor.application.ExhibitorMain

2017-09-21 Thread ANH (JIRA)

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

ANH updated ZOOKEEPER-2900:
---
Priority: Critical  (was: Major)

> Error: Could not find or load main class 
> com.netflix.exhibitor.application.ExhibitorMain
> 
>
> Key: ZOOKEEPER-2900
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2900
> Project: ZooKeeper
>  Issue Type: Test
> Environment: Ubuntu Server 16.04 LTS
>Reporter: ANH
>Priority: Critical
>
> i am trying to set up an Exhibitor in an ubuntu server using Gradle . The 
> reference link is mentioned below.
> 1) https://blog.imaginea.com/monitoring-zookeeper-with-exhibitor/
> 2) https://github.com/soabase/exhibitor/wiki/Running-Exhibitor
> java -jar /home/ubuntu/gradle/build/libs/exhibitor-1.6.0.jar -C file-- this 
> commands results in an error { Error: Could not find or load main class 
> com.netflix.exhibitor.application.ExhibitorMain }
> What will be the solution ? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ZOOKEEPER-2900) Error: Could not find or load main class com.netflix.exhibitor.application.ExhibitorMain

2017-09-21 Thread ANH (JIRA)

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

ANH updated ZOOKEEPER-2900:
---
Issue Type: Test  (was: Task)

> Error: Could not find or load main class 
> com.netflix.exhibitor.application.ExhibitorMain
> 
>
> Key: ZOOKEEPER-2900
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2900
> Project: ZooKeeper
>  Issue Type: Test
> Environment: Ubuntu Server 16.04 LTS
>Reporter: ANH
>
> i am trying to set up an Exhibitor in an ubuntu server using Gradle . The 
> reference link is mentioned below.
> 1) https://blog.imaginea.com/monitoring-zookeeper-with-exhibitor/
> 2) https://github.com/soabase/exhibitor/wiki/Running-Exhibitor
> java -jar /home/ubuntu/gradle/build/libs/exhibitor-1.6.0.jar -C file-- this 
> commands results in an error { Error: Could not find or load main class 
> com.netflix.exhibitor.application.ExhibitorMain }
> What will be the solution ? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ZOOKEEPER-2900) Error: Could not find or load main class com.netflix.exhibitor.application.ExhibitorMain

2017-09-18 Thread ANH (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170012#comment-16170012
 ] 

ANH commented on ZOOKEEPER-2900:


While doing with maven this is the problem i faced--> The goal you specified 
requires a project to execute but there is no POM in this directory 
(/usr/share/maven). Please verify you invoked Maven from the correct 
directory.Embarrassed with these two issues.


> Error: Could not find or load main class 
> com.netflix.exhibitor.application.ExhibitorMain
> 
>
> Key: ZOOKEEPER-2900
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2900
> Project: ZooKeeper
>  Issue Type: Task
> Environment: Ubuntu Server 16.04 LTS
>Reporter: ANH
>
> i am trying to set up an Exhibitor in an ubuntu server using Gradle . The 
> reference link is mentioned below.
> 1) https://blog.imaginea.com/monitoring-zookeeper-with-exhibitor/
> 2) https://github.com/soabase/exhibitor/wiki/Running-Exhibitor
> java -jar /home/ubuntu/gradle/build/libs/exhibitor-1.6.0.jar -C file-- this 
> commands results in an error { Error: Could not find or load main class 
> com.netflix.exhibitor.application.ExhibitorMain }
> What will be the solution ? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZOOKEEPER-2900) Error: Could not find or load main class com.netflix.exhibitor.application.ExhibitorMain

2017-09-18 Thread ANH (JIRA)
ANH created ZOOKEEPER-2900:
--

 Summary: Error: Could not find or load main class 
com.netflix.exhibitor.application.ExhibitorMain
 Key: ZOOKEEPER-2900
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2900
 Project: ZooKeeper
  Issue Type: Task
 Environment: Ubuntu Server 16.04 LTS
Reporter: ANH


i am trying to set up an Exhibitor in an ubuntu server using Gradle . The 
reference link is mentioned below.
1) https://blog.imaginea.com/monitoring-zookeeper-with-exhibitor/
2) https://github.com/soabase/exhibitor/wiki/Running-Exhibitor

java -jar /home/ubuntu/gradle/build/libs/exhibitor-1.6.0.jar -C file-- this 
commands results in an error { Error: Could not find or load main class 
com.netflix.exhibitor.application.ExhibitorMain }
What will be the solution ? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Issue Comment Deleted] (ZOOKEEPER-2898) Zookeeper Management

2017-09-18 Thread ANH (JIRA)

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

ANH updated ZOOKEEPER-2898:
---
Comment: was deleted

(was: I have created a directory named 'maven' , changed directory to maven ( 
cd maven ), downloaded POM files by executing-- wget 
http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd .   i can see that file  
maven-4.0.0.xsd exists inside the directory. 
After giving the mvn clean package command i am getting the error 
" The goal you specified requires a project to execute but there is no POM in 
this directory (/home/ubuntu/maven). Please verify you invoked Maven from the 
correct directory. ". How to rectify it ??
)

> Zookeeper Management
> 
>
> Key: ZOOKEEPER-2898
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2898
> Project: ZooKeeper
>  Issue Type: Improvement
>Affects Versions: 3.4.9
>Reporter: ANH
>
> Is there any zookeeper management and monitoring tool? The results which i 
> got after googling it only leads to monitoring tools for zookeeper eg --> 
> zookeeper dashboard, zkfarmer, signalfx etc. I am already getting the the 
> features of these tools by using sensu. I need a tool like kafkamanager. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ZOOKEEPER-2898) Zookeeper Management

2017-09-15 Thread ANH (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16167645#comment-16167645
 ] 

ANH commented on ZOOKEEPER-2898:


I have created a directory named 'maven' , changed directory to maven ( cd 
maven ), downloaded POM files by executing-- wget 
http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd .   i can see that file  
maven-4.0.0.xsd exists inside the directory. 
After giving the mvn clean package command i am getting the error 
" The goal you specified requires a project to execute but there is no POM in 
this directory (/home/ubuntu/maven). Please verify you invoked Maven from the 
correct directory. ". How to rectify it ??


> Zookeeper Management
> 
>
> Key: ZOOKEEPER-2898
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2898
> Project: ZooKeeper
>  Issue Type: Improvement
>Affects Versions: 3.4.9
>Reporter: ANH
>
> Is there any zookeeper management and monitoring tool? The results which i 
> got after googling it only leads to monitoring tools for zookeeper eg --> 
> zookeeper dashboard, zkfarmer, signalfx etc. I am already getting the the 
> features of these tools by using sensu. I need a tool like kafkamanager. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZOOKEEPER-2898) Zookeeper Management

2017-09-14 Thread ANH (JIRA)
ANH created ZOOKEEPER-2898:
--

 Summary: Zookeeper Management
 Key: ZOOKEEPER-2898
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2898
 Project: ZooKeeper
  Issue Type: Improvement
Affects Versions: 3.4.9
Reporter: ANH


Is there any zookeeper management and monitoring tool? The results which i got 
after googling it only leads to monitoring tools for zookeeper eg --> zookeeper 
dashboard, zkfarmer, signalfx etc. I am already getting the the features of 
these tools by using sensu. I need a tool like kafkamanager. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)