You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (Reopened) (JIRA)" <ji...@apache.org> on 2012/02/11 03:01:00 UTC

[jira] [Reopened] (CASSANDRA-3665) [patch] allow for clientutil.jar to be used without the base cassandra.jar for client applications

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

Dave Brosius reopened CASSANDRA-3665:
-------------------------------------


Found another problem:

Exception in thread "main" java.lang.NoClassDefFoundError: org/yaml/snakeyaml/error/YAMLException
	at org.apache.cassandra.utils.FBUtilities.getLocalAddress(FBUtilities.java:129)
	at org.apache.cassandra.utils.UUIDGen.createTimeUUIDBytes(UUIDGen.java:151)
	at org.apache.cassandra.utils.UUIDGen.getTimeUUIDBytes(UUIDGen.java:146)
                
> [patch] allow for clientutil.jar to be used without the base cassandra.jar for client applications
> --------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3665
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3665
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 1.0.6
>            Reporter: Dave Brosius
>            Assignee: Eric Evans
>             Fix For: 1.0.8
>
>         Attachments: fix_client_util_jar.diff, v1-0001-CASSANDRA-3665-test-to-expose-missing-dependencies.txt, v1-0002-eliminate-dependency-on-FBUtilities.txt
>
>
> clientutil.jar can't be run from a client by itself without the presence of cassandra.jar which seems wrong. Added needed classes to run by itself.

--
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