Bug 1108089
| Summary: | LevelDBCacheStoreTest fails -- NoClassDefFoundError and arjuna.exceptions.FatalError | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Tomas Sykora <tsykora> | |
| Component: | Server | Assignee: | Tristan Tarrant <ttarrant> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.3.1 | CC: | galder.zamarreno, jdg-bugs, jmarkos | |
| Target Milestone: | ER2 | |||
| Target Release: | 6.3.1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1139633 (view as bug list) | Environment: | ||
| Last Closed: | 2015-01-26 14:04:56 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: | ||||
|
Description
Tomas Sykora
2014-06-11 12:46:21 UTC
PR for ISPN-4409: https://github.com/infinispan/infinispan/pull/2650 Still the same problem for product in 6.3.0 CR2. Note, that there is leveldb-0.6.jar used in product. Integrated the PR:https://github.com/infinispan/jdg/pull/203 Jakub: The error "Caused by: java.lang.ClassNotFoundException: org.iq80.leveldb.impl.Iq80DBFactory" is probably caused by the fact that JDG server does not contain iq80 libaries as we only support the JNI implementation of LevelDB cache store. I tried to run the test with option -Dleveldb.impl=JNI and it passes. Maybe it's worth to change the default value to JNI instead of having to specify it by a parameter Verified for 6.3.1. Thanks Jakub for fixes! Still remains on ON_QA state as we want to verify it also with 6.4.0.x |