Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2261

Atlas cannot be built with Titan0 on master with BerkeleyDB

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None
    • Hide
      It looks like there is a regression on master. I can no longer run titan0 with BerkeleyDB. which I could a couple of weeks ago.

      I build using "mvn clean package -Pdist,berkeley-elasticsearch -DGRAPH-PROVIDER=titan0".
      It shows:
      [INFO] Scanning for projects...
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.atlas:atlas-graphdb-titan0:jar:1.0.0-SNAPSHOT
      [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.solr:solr-solrj:jar -> version (?) vs ${solr.version} @ org.apache.atlas:atlas-graphdb-titan0:[unknown-version], /Users/david/atlas/graphdb/titan0/pom.xml, line 190, column 21
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.atlas:atlas-graphdb-titan1:jar:1.0.0-SNAPSHOT
      [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.solr:solr-solrj:jar -> version (?) vs ${solr.version} @ org.apache.atlas:atlas-graphdb-titan1:[unknown-version], /Users/david/atlas/graphdb/titan1/pom.xml, line 146, column 21
      [WARNING]
      [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
      [WARNING]
      [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
      [WARNING]
      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Build Order:
      [INFO]
      [INFO] Apache Atlas Server Build Tools
      [INFO] apache-atlas
      [INFO] Apache Atlas Integration
      [INFO] Apache Atlas Client
      [INFO] atlas-client-common
      [INFO] Apache Atlas Common
      [INFO] atlas-client-v1
      [INFO] Apache Atlas Server API
      [INFO] Apache Atlas Graph Database Projects
      [INFO] Apache Atlas Graph Database API
      [INFO] Graph Database Common Code
      [INFO] Shaded version of Apache hbase client
      [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl
      [INFO] Apache Atlas Graph Database Implementation Dependencies
      [INFO] Shaded version of Apache hbase server
      [INFO] Apache Atlas Repository
      [INFO] Apache Atlas Notification
      [INFO] atlas-client-v2
      [INFO] Apache Atlas Titan 1.0.0 GraphDB Impl
      [INFO] Apache Atlas JanusGraph DB Impl
      [INFO] Apache Atlas Authorization
      [INFO] Apache Atlas UI
      [INFO] Apache Atlas Web Application
      [INFO] Apache Atlas Documentation
      [INFO] Apache Atlas FileSystem Model
      [INFO] Apache Atlas Plugin Classloader
      [INFO] Apache Atlas Hive Bridge Shim
      [INFO] Apache Atlas Hive Bridge
      [INFO] Apache Atlas Falcon Bridge Shim
      [INFO] Apache Atlas Falcon Bridge
      [INFO] Apache Atlas Sqoop Bridge Shim
      [INFO] Apache Atlas Sqoop Bridge
      [INFO] Apache Atlas Storm Bridge Shim
      [INFO] Apache Atlas Storm Bridge
      [INFO] Apache Atlas Hbase Bridge Shim
      [INFO] Apache Atlas Hbase Bridge
      [INFO] Apache Atlas Distribution
      [INFO]



      It generates a atlas-application.properties file with:
      # Graph Storage
      atlas.graph.storage.backend=berkeleyje
      atlas.graph.storage.hbase.table=apache_atlas_titan

      #Berkeley
      atlas.graph.storage.directory=${sys:atlas.home}/data/berkley
      atlas.graph.storage.lock.clean-expired=true
      atlas.graph.storage.lock.expiry-time=500
      atlas.graph.storage.lock.wait-time=300

      But when I attempt to start atlas I see it is trying to instantiate a JanusGraph class - which is incorrect as it should be using titan0. This in the .out log:

      2017-11-16 10:53:08,100 WARN - [main:] ~ Using @Deprecated Class org.springframework.web.util.Log4jConfigListener (DeprecationWarning:43)
      2017-11-16 10:53:09,288 WARN - [main:] ~ Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.event.internalEventListenerProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionAdvisor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionAdvisor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionInterceptor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionInterceptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'get' defined in org.apache.atlas.repository.graph.AtlasGraphProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.atlas.repository.graphdb.AtlasGraph]: Factory method 'get' threw exception; nested exception is java.lang.RuntimeException: org.apache.atlas.AtlasException: java.lang.ClassNotFoundException: org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase (AbstractApplicationContext:550)
      2017-11-16 10:53:09,289 ERROR - [main:] ~ Context initialization failed (ContextLoader:350)
      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.event.internalEventListenerProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionAdvisor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionAdvisor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionInterceptor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionInterceptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'get' defined in org.apache.atlas.repository.graph.AtlasGraphProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.atlas.repository.graphdb.AtlasGraph]: Factory method 'get' threw exception; nested exception is java.lang.RuntimeException: org.apache.atlas.AtlasException: java.lang.ClassNotFoundException: org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
              at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:479)
              at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
              at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
              at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
              at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
              at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
              at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866)
              at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
              at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
              at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
              at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
              at org.apache.atlas.web.setup.KerberosAwareListener.contextInitialized(KerberosAwareListener.java:31)
              at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:865)
              at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)
              at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:828)
              at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)
              at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480)
              at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442)
              at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:788)
              at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)
              at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540)
              at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
              at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
              at org.eclipse.jetty.server.Server.start(Server.java:452)
              at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
              at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
              at org.eclipse.jetty.server.Server.doStart(Server.java:419)
              at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
              at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:98)
              at org.apache.atlas.Atlas.main(Atlas.java:133)
      Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionAdvisor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionAdvisor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionInterceptor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionInterceptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'get' defined in org.apache.atlas.repository.graph.AtlasGraphProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.atlas.repository.graphdb.AtlasGraph]: Factory method 'get' threw exception; nested exception is java.lang.RuntimeException: org.apache.atlas.AtlasException: java.lang.ClassNotFoundException: org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
              at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
              at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)







       
      Show
      It looks like there is a regression on master. I can no longer run titan0 with BerkeleyDB. which I could a couple of weeks ago. I build using "mvn clean package -Pdist,berkeley-elasticsearch -DGRAPH-PROVIDER=titan0". It shows: [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.atlas:atlas-graphdb-titan0:jar:1.0.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.solr:solr-solrj:jar -> version (?) vs ${solr.version} @ org.apache.atlas:atlas-graphdb-titan0:[unknown-version], /Users/david/atlas/graphdb/titan0/pom.xml, line 190, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.atlas:atlas-graphdb-titan1:jar:1.0.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.solr:solr-solrj:jar -> version (?) vs ${solr.version} @ org.apache.atlas:atlas-graphdb-titan1:[unknown-version], /Users/david/atlas/graphdb/titan1/pom.xml, line 146, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Apache Atlas Server Build Tools [INFO] apache-atlas [INFO] Apache Atlas Integration [INFO] Apache Atlas Client [INFO] atlas-client-common [INFO] Apache Atlas Common [INFO] atlas-client-v1 [INFO] Apache Atlas Server API [INFO] Apache Atlas Graph Database Projects [INFO] Apache Atlas Graph Database API [INFO] Graph Database Common Code [INFO] Shaded version of Apache hbase client [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl [INFO] Apache Atlas Graph Database Implementation Dependencies [INFO] Shaded version of Apache hbase server [INFO] Apache Atlas Repository [INFO] Apache Atlas Notification [INFO] atlas-client-v2 [INFO] Apache Atlas Titan 1.0.0 GraphDB Impl [INFO] Apache Atlas JanusGraph DB Impl [INFO] Apache Atlas Authorization [INFO] Apache Atlas UI [INFO] Apache Atlas Web Application [INFO] Apache Atlas Documentation [INFO] Apache Atlas FileSystem Model [INFO] Apache Atlas Plugin Classloader [INFO] Apache Atlas Hive Bridge Shim [INFO] Apache Atlas Hive Bridge [INFO] Apache Atlas Falcon Bridge Shim [INFO] Apache Atlas Falcon Bridge [INFO] Apache Atlas Sqoop Bridge Shim [INFO] Apache Atlas Sqoop Bridge [INFO] Apache Atlas Storm Bridge Shim [INFO] Apache Atlas Storm Bridge [INFO] Apache Atlas Hbase Bridge Shim [INFO] Apache Atlas Hbase Bridge [INFO] Apache Atlas Distribution [INFO] It generates a atlas-application.properties file with: # Graph Storage atlas.graph.storage.backend=berkeleyje atlas.graph.storage.hbase.table=apache_atlas_titan #Berkeley atlas.graph.storage.directory=${sys:atlas.home}/data/berkley atlas.graph.storage.lock.clean-expired=true atlas.graph.storage.lock.expiry-time=500 atlas.graph.storage.lock.wait-time=300 But when I attempt to start atlas I see it is trying to instantiate a JanusGraph class - which is incorrect as it should be using titan0. This in the .out log: 2017-11-16 10:53:08,100 WARN - [main:] ~ Using @Deprecated Class org.springframework.web.util.Log4jConfigListener (DeprecationWarning:43) 2017-11-16 10:53:09,288 WARN - [main:] ~ Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.event.internalEventListenerProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionAdvisor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionAdvisor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionInterceptor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionInterceptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'get' defined in org.apache.atlas.repository.graph.AtlasGraphProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.atlas.repository.graphdb.AtlasGraph]: Factory method 'get' threw exception; nested exception is java.lang.RuntimeException: org.apache.atlas.AtlasException: java.lang.ClassNotFoundException: org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase (AbstractApplicationContext:550) 2017-11-16 10:53:09,289 ERROR - [main:] ~ Context initialization failed (ContextLoader:350) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.event.internalEventListenerProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionAdvisor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionAdvisor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionInterceptor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionInterceptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'get' defined in org.apache.atlas.repository.graph.AtlasGraphProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.atlas.repository.graphdb.AtlasGraph]: Factory method 'get' threw exception; nested exception is java.lang.RuntimeException: org.apache.atlas.AtlasException: java.lang.ClassNotFoundException: org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:479)         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866)         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)         at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)         at org.apache.atlas.web.setup.KerberosAwareListener.contextInitialized(KerberosAwareListener.java:31)         at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:865)         at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)         at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:828)         at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)         at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480)         at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442)         at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:788)         at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)         at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540)         at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)         at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)         at org.eclipse.jetty.server.Server.start(Server.java:452)         at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)         at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)         at org.eclipse.jetty.server.Server.doStart(Server.java:419)         at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)         at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:98)         at org.apache.atlas.Atlas.main(Atlas.java:133) Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionAdvisor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionAdvisor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphTransactionInterceptor' defined in URL [jar:file:/Users/david/atlas/distro/target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/server/webapp/atlas/WEB-INF/lib/atlas-repository-1.0.0-SNAPSHOT.jar!/org/apache/atlas/GraphTransactionInterceptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'get' defined in org.apache.atlas.repository.graph.AtlasGraphProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.atlas.repository.graphdb.AtlasGraph]: Factory method 'get' threw exception; nested exception is java.lang.RuntimeException: org.apache.atlas.AtlasException: java.lang.ClassNotFoundException: org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase         at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)         at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)  

    Attachments

      Activity

        People

          Unassigned Unassigned
          davidrad David Radley
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

          Dates

            Created:
            Updated: