[
https://issues.apache.org/jira/browse/ATLAS-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pinal Shah updated ATLAS-4940:
------------------------------
Attachment: ATLAS-4940.patch
> 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
> 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)