[
https://issues.apache.org/jira/browse/ATLAS-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905013#comment-17905013
]
ASF subversion and git services commented on ATLAS-4940:
--------------------------------------------------------
Commit de76fbf216c0e3b0d6109ed26b2571a469486c69 in atlas's branch
refs/heads/branch-2.0 from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=de76fbf21 ]
ATLAS-4940: Atlas fails to startup intermittently after janusgraph 1.0.0
version upgrade
Signed-off-by: Pinal Shah <[email protected]>
(cherry picked from commit 9b2d790ef3ae43a3600b3a62ec86eefe9a4f9bfe)
> Atlas fails to startup intermittently after janusgraph 1.0.0 version upgrade
> ----------------------------------------------------------------------------
>
> Key: ATLAS-4940
> URL: https://issues.apache.org/jira/browse/ATLAS-4940
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 2.3.0
> Reporter: Pinal Shah
> Assignee: Pinal Shah
> Priority: Major
> Fix For: 3.0.0, 2.4.0
>
> Attachments: ATLAS-4940.patch
>
>
> After Solr version upgrade,
> Atlas does not start, giving below exception (seen intermittently)
> {code:java}
> java.lang.IllegalArgumentException: Could not instantiate implementation:
> org.janusgraph.diskstorage.solr.Solr6Index
> at
> org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:79)
> at
> org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:548)
> at org.janusgraph.diskstorage.Backend.getIndexes(Backend.java:532)
> {code}
> {code:java}
> Caused by: java.lang.NoSuchMethodError:
> org.noggit.ObjectBuilder.getValStrict()Ljava/lang/Object;
> at org.apache.solr.common.util.Utils.fromJSON(Utils.java:319) {code}
> On further checking, janusgraph 1.0.0 fetches noggit 0.8.0, but solr 8.11.3
> seems it is using a forked version of noggit.(0.9.0)
> Hence creation of janusgraph instance, fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)