Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FD50C825 for ; Wed, 23 May 2012 22:03:42 +0000 (UTC) Received: (qmail 37109 invoked by uid 500); 23 May 2012 22:03:41 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 37049 invoked by uid 500); 23 May 2012 22:03:41 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 36751 invoked by uid 99); 23 May 2012 22:03:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 22:03:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 2BE92142829 for ; Wed, 23 May 2012 22:03:41 +0000 (UTC) Date: Wed, 23 May 2012 22:03:41 +0000 (UTC) From: "Mike Bulman (JIRA)" To: commits@cassandra.apache.org Message-ID: <992488864.13553.1337810621181.JavaMail.jiratomcat@issues-vm> In-Reply-To: <606949578.5230.1337635001578.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CASSANDRA-4267) cassandra-stress.bat can't find o.a.c.stress.Stress MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281971#comment-13281971 ] Mike Bulman commented on CASSANDRA-4267: ---------------------------------------- As long as you ignore the multiple bindings warning it shouldn't be blocked. The bat file has its own way of figuring out CLASSPATH > cassandra-stress.bat can't find o.a.c.stress.Stress > --------------------------------------------------- > > Key: CASSANDRA-4267 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4267 > Project: Cassandra > Issue Type: Bug > Components: Tools > Affects Versions: 1.1.0 > Reporter: Mike Bulman > Assignee: Mike Bulman > Fix For: 1.1.2 > > Attachments: 0001-CASSANDRA-4267-V2.patch, 0001-CASSANDRA-4267.patch > > > Output below. When trying to add tools/lib/*.jar to classpath, the wildcard isn't expanding to stress.jar. > {noformat} > Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cassandra/ > stress/Stress > Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.stress.Stress > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > Could not find the main class: org.apache.cassandra.stress.Stress. Program will > exit. > {noformat} -- 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