Bug 986837
| Summary: | compression jar is missing for rhq-data-migration script | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Armine Hovsepyan <ahovsepy> | ||||
| Component: | Upgrade | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.2 | CC: | hrupp, mfoley | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-08-16 16:39:15 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 951619 | ||||||
| Attachments: |
|
||||||
Snappy (or any other compression) has been removed from C* to this is no more issue. |
Created attachment 776791 [details] migration-compression-jar-missing.log Description of problem: compression jar is missing for rhq-data-migration script - illegal state exception is being thrown while running rhq-data-migration script. Version-Release number of selected component (if applicable): b59d168 How reproducible: always Steps to Reproduce: 1. run rhq-data-migration script with corresponding parameters Actual results: Exception is thrown -> java.lang.IllegalStateException: The requested compression is not available (some compression require a JAR to be found in the classpath) migration doesn't start Expected results: migration works, no exception is thrown Additional info: log attached Added snappy-java-1.0.5-M3-p1.jar in rhq-server-4.9.0-SNAPSHOT/modules/com/datastax/cassandra/cassandra-driver-core/main/ and retried migration - didn't fix the issue.