You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Swapnil Ghike (JIRA)" <ji...@apache.org> on 2012/08/22 23:48:42 UTC

[jira] [Created] (KAFKA-480) Producer-perf system test does not work

Swapnil Ghike created KAFKA-480:
-----------------------------------

             Summary: Producer-perf system test does not work
                 Key: KAFKA-480
                 URL: https://issues.apache.org/jira/browse/KAFKA-480
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.7.1
            Reporter: Swapnil Ghike


Producer perf test gives the following - 

start the servers ...
start producing 2000000 messages ...
Exception in thread "main" java.lang.NoClassDefFoundError: kafka/tools/ProducerPerformance
Caused by: java.lang.ClassNotFoundException: kafka.tools.ProducerPerformance
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: kafka.tools.ProducerPerformance.  Program will exit.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KAFKA-480) Producer-perf system test does not work

Posted by "Jay Kreps (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439902#comment-13439902 ] 

Jay Kreps commented on KAFKA-480:
---------------------------------

I am pretty sure we fixed this on 0.8 but can't recall the jira.
                
> Producer-perf system test does not work
> ---------------------------------------
>
>                 Key: KAFKA-480
>                 URL: https://issues.apache.org/jira/browse/KAFKA-480
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.7.1
>            Reporter: Swapnil Ghike
>
> Producer perf test gives the following - 
> start the servers ...
> start producing 2000000 messages ...
> Exception in thread "main" java.lang.NoClassDefFoundError: kafka/tools/ProducerPerformance
> Caused by: java.lang.ClassNotFoundException: kafka.tools.ProducerPerformance
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> Could not find the main class: kafka.tools.ProducerPerformance.  Program will exit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira