2.6.0 upgrade problem

60 views
Skip to first unread message

Etienne Couritas

unread,
Sep 30, 2014, 6:16:42 AM9/30/14
to gremli...@googlegroups.com
Hello,

Yesturday I tried tu upgrad from 2.5.0 to 2.6.0 and I have a bug with titan

play.api.UnexpectedException: Unexpected exception[NoClassDefFoundError: cern/colt/map/AbstractIntObjectMap]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1$$anonfun$1.apply(ApplicationProvider.scala:170) ~[play_2.11-2.3.4.jar:2.3.4]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1$$anonfun$1.apply(ApplicationProvider.scala:130) ~[play_2.11-2.3.4.jar:2.3.4]
at scala.Option.map(Option.scala:145) ~[scala-library-2.11.1.jar:na]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1.apply(ApplicationProvider.scala:130) ~[play_2.11-2.3.4.jar:2.3.4]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1.apply(ApplicationProvider.scala:128) ~[play_2.11-2.3.4.jar:2.3.4]
Caused by: java.lang.NoClassDefFoundError: cern/colt/map/AbstractIntObjectMap
at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.getIDAssigner(GraphDatabaseConfiguration.java:1157) ~[titan-core-0.4.4.jar:na]
at com.thinkaurelius.titan.graphdb.database.StandardTitanGraph.<init>(StandardTitanGraph.java:79) ~[titan-core-0.4.4.jar:na]
at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:40) ~[titan-core-0.4.4.jar:na]


The 2.6.0 stil compatible with titan 0.4.4 ?

Stephen Mallette

unread,
Sep 30, 2014, 6:24:42 AM9/30/14
to gremli...@googlegroups.com
Titan 0.4 is only compatible with TinkerPop 2.4.0.  You will find TinkerPop 2.5.0 bound to Titan 0.5.  There is no official support for Titan under TinkerPop 2.6.0 yet.  Unofficially speaking, it wouldn't surprise me if it Titan 0.5 could work with TinkerPop 2.6.0 if you could get all the dependencies right.

--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/d238c24e-8a5f-4074-9eef-0e38838db6d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Stephen Mallette

unread,
Sep 30, 2014, 6:39:41 AM9/30/14
to gremli...@googlegroups.com
I just answered a different question in the aurelius graphs mailing list that I think nulls out my thought regarding things "unofficial" working.  I'm not so sure it will anymore as we added a new field to the Feature class to better help some of the vendors with their implementations.  Titan would need to expose that field to be compliant, so my new guess is that it won't work until that happens.

Etienne Couritas

unread,
Sep 30, 2014, 7:34:01 AM9/30/14
to gremli...@googlegroups.com
Hello Stephen,
Thank you for your answer
I'm realy bad in english so I'm not sure I realy enderstend what you mine in the second message.

I was using titan 0.4.4 with thinkerpop 2.5 (and scala gremlin) with no problem else than index problem. So when I seen scala gremlin update for index I decided to follow and update to thinkerpop 2.6.0.
So know i have two solution, try to import my sefl the missing dependency or upgrade to titan 0.5 (which seems not stable) and prey for compatibility.


Stephen Mallette

unread,
Sep 30, 2014, 7:41:00 AM9/30/14
to gremli...@googlegroups.com
You are mixing these libraries without official compatibility support, so all I can say is to do this at your own risk.  The specific problem you are having regarding:

cern/colt/map/AbstractIntObjectMap]

is related to the fact that this dependency was removed from Blueprints 2.6.0.  It was replaced with:


I think that if you can resolve that problem things "might" work.  I'm just saying that Titan does not officially support this configuration.

--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages