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 CD60FCE2D for ; Mon, 21 May 2012 21:23:51 +0000 (UTC) Received: (qmail 3434 invoked by uid 500); 21 May 2012 21:23:51 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 3357 invoked by uid 500); 21 May 2012 21:23:51 -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 3320 invoked by uid 99); 21 May 2012 21:23:51 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 21:23:51 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 38A94142831 for ; Mon, 21 May 2012 21:23:51 +0000 (UTC) Date: Mon, 21 May 2012 21:23:51 +0000 (UTC) From: "Mike Bulman (JIRA)" To: commits@cassandra.apache.org Message-ID: <99611082.5257.1337635431235.JavaMail.jiratomcat@issues-vm> In-Reply-To: <606949578.5230.1337635001578.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (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:all-tabpanel ] Mike Bulman updated CASSANDRA-4267: ----------------------------------- Reviewer: jbellis > 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.1 > > Attachments: 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