You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Neeru Gupta (JIRA)" <ji...@apache.org> on 2017/02/21 21:04:44 UTC

[jira] [Created] (ATLAS-1581) Fix Atlas start up with titan1 as backend.

Neeru Gupta created ATLAS-1581:
----------------------------------

             Summary: Fix Atlas start up with titan1 as backend.
                 Key: ATLAS-1581
                 URL: https://issues.apache.org/jira/browse/ATLAS-1581
             Project: Atlas
          Issue Type: Improvement
            Reporter: Neeru Gupta


The Atlas war file startup is currently failing when Titan1 is being used.  Due to the titan 0 dependencies in catalog, the catalog jar is currently being excluded from webapp when titan1 is being used.  However, Atlas appears to have runtime dependencies on the stuff in Catalog.  The war startup currently fails with the following exception:
Caused by: java.lang.ClassNotFoundException: org.apache.atlas.catalog.exception.CatalogException
        at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)