Well i never set a Compression library in my Bundle. The System Property into my Run Configurations looks like :
-Dosgi.framework.extensions=org.eclipse.fx.osgi -Dstorage.compressionMethod=gzip When i remove the snappy-* jars from my Plugin Folder the OrientDB Core Bundle cannot be resolve. Or should i add another osgi compression plugin? Am Freitag, 27. Dezember 2013 15:32:36 UTC+1 schrieb Andrey Lomakin: > > Hi, > It is loaded only if you set snappy as compression lib, do you set it > without dot ? > Could you check system property value ? > > It is old OSGi issue, other users use the same way to avoid it. > > > On Fri, Dec 27, 2013 at 4:00 PM, Cod3r <[email protected] <javascript:>>wrote: > >> I add this to my OSGi Framework VM Arguments but the Error still >> occurs... i cant manipulate the Imports of orientdb-core, but it seems that >> core try to load it isnt? >> >> Am Freitag, 27. Dezember 2013 13:35:44 UTC+1 schrieb Andrey Lomakin: >>> >>> Hi, >>> Problem is bellow, >>> >>> On Fri, Dec 27, 2013 at 1:58 PM, Cod3r <[email protected]> wrote: >>> >>>> Caused by: java.lang.NoClassDefFoundError: org/iq80/snappy/Snappy >>>> >>> >>> Could you use gzip compression instead ? >>> Just set system property -Dstorage.compressionMethod=gzip . >>> >>> >>> >>> -- >>> Best regards, >>> Andrey Lomakin. >>> >>> Orient Technologies >>> the Company behind OrientDB >>> >>> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Best regards, > Andrey Lomakin. > > Orient Technologies > the Company behind OrientDB > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
