-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SnappyJava error (Mac OSX ) #22
Comments
No idea, but @barjo probably know the answer... |
Hi, I am not sure from where it could come from. I will have a look a orient recent change. |
@remi-parain I just update the snapshot version to orient 2.0.4. Let me know if it solves the problem. I can also cut a release if needed. Since the current snapshot is based on wisdom 0.7.0, if your project use 0.7.1-SNAPSHOT, it may have an impact too? |
Would it be possible that the dependency became a bundle without the right Sent from my iPhone On 4 mars 2015, at 05:02, Jonathan Bardin notifications@github.com wrote: @remi-parain https://github.com/remi-parain I just update the snapshot — |
@cescoffier All orient dep. are bundles, it was already the case with previous versions. It doesn't seems that they have any embedded native actually.
If that's the culprit we can exclude it and require version > 1.1.1; but am not sure if the api has change. |
Do you know why orientdb need this bundle ? |
They do some compression with snappy, but I think it's disabled by default :-? |
I find some possible problem with the snappy dep. of the wisdom orient-core. I think it should be alright now. I should also contact Orient to know if they could put the snappy package as optional. ( By default the snappy compression is disabled) |
Apparently they move from org.iq80.snappy (pure java) to org.xerial.snappy :( |
thanks @barjo, the sample is now working well at runtime ( with the current wisdom 0.7.1-SNAPSHOT, compiled 2 days ago) The issue occurs only on mac and is related to the snappy library as we can find trace of this specific issue since 2012 I found this workaround (jvm parameters) but it didn't worked for me : maybe orient should update their version of snappy btw : thanks ! |
Thanks, I open an issue in Orient, and snappy will be optional for the Jonathan On Wed, Mar 4, 2015 at 4:19 PM, PARAIN Rémi notifications@github.com
|
Could you post the ticket link ? 2015-03-04 10:55 GMT+01:00 Jonathan Bardin notifications@github.com:
|
Here is the OrientDB ticket: orientechnologies/orientdb#3693 |
The pull request has been accepted on their develop branch, It will be release with the orientdb 2.1 milestone. |
It's gonna be solved in orientdb 2.1 rc1 |
I don't know what happened, I recently got an exception at startup about snappyjava lib not boing loaded on my project. All my invalid bundles relies on OrientDB to work.
I got the same error when I compile the wisdom-orient-db sample project from this repo ( compilation with java 8 sdk and java 7sdk )
any idea ?
The text was updated successfully, but these errors were encountered: