spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.03k stars 40.66k forks source link

spring data neo4j project as a dependency for another spring boot project #4961

Closed Quazar1984 closed 8 years ago

Quazar1984 commented 8 years ago

i have a project structure (maven) as follows:

main project: (spring boot, vaadin), includes dependency sub project subproject: (spring boot, neo4j)

the configuration class of the main project imports the configuration of the subproject (@Import({DataConfig.class}))

after mvn installthe sub project i started the main project with mann spring-boot:run and i get errors as follows.

can you explain to me what the problem is here?

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T13:57:37+02:00)
Maven home: /Users/Waldemar/dev/git/quazar/quazar-testbed/EMBEDDED
Java version: 1.8.0_66, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.2", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
[DEBUG] Reading user settings from /Users/Waldemar/.m2/settings.xml
[DEBUG] Reading global toolchains from EMBEDDED/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/Waldemar/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/Waldemar/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/Waldemar/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.quazar:testbed:pom:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-starter-parent:pom:1.3.1.RELEASE: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-dependencies:pom:1.3.1.RELEASE: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix spring-boot from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix spring-boot to org.springframework.boot:spring-boot-maven-plugin from POM org.quazar:testbed:pom:0.0.1-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.quazar:testbed:pom:0.0.1-SNAPSHOT
[DEBUG] Tasks:   [spring-boot:run]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building quazar testbed 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix spring-boot from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix spring-boot to org.springframework.boot:spring-boot-maven-plugin from POM org.quazar:testbed:pom:0.0.1-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       org.quazar:testbed:0.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [vaadin-addons (http://maven.vaadin.com/vaadin-addons, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] --- init fork of org.quazar:testbed:0.0.1-SNAPSHOT for org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) ---
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] --- exit fork of org.quazar:testbed:0.0.1-SNAPSHOT for org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) ---
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addResources default-value="false">${run.addResources}</addResources>
  <agent>${run.agent}</agent>
  <arguments>${run.arguments}</arguments>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <excludeArtifactIds default-value="">${excludeArtifactIds}</excludeArtifactIds>
  <excludeGroupIds default-value="">${excludeGroupIds}</excludeGroupIds>
  <fork>${fork}</fork>
  <jvmArguments>${run.jvmArguments}</jvmArguments>
  <mainClass>org.quazar.testbed.Application</mainClass>
  <noverify>${run.noverify}</noverify>
  <profiles>${run.profiles}</profiles>
  <project default-value="${project}"/>
  <useTestClasspath default-value="false">${useTestClasspath}</useTestClasspath>
</configuration>
[DEBUG] =======================================================================
[INFO] 
[INFO] >>> spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) > test-compile @ testbed >>>
[INFO] 
[INFO] <<< spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) < test-compile @ testbed <<<
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=4, ConflictMarker.markTime=1, ConflictMarker.nodeCount=850, ConflictIdSorter.graphTime=2, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=188, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=17, ConflictResolver.conflictItemCount=339, DefaultDependencyCollector.collectTime=632, DefaultDependencyCollector.transformTime=27}
[DEBUG] org.quazar:testbed:pom:0.0.1-SNAPSHOT
[DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.3.1.RELEASE:test
[DEBUG]       junit:junit:jar:4.12:test
[DEBUG]       org.mockito:mockito-core:jar:1.10.19:test
[DEBUG]          org.objenesis:objenesis:jar:2.1:test
[DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:test
[DEBUG]       org.springframework:spring-core:jar:4.2.4.RELEASE:compile
[DEBUG]       org.springframework:spring-test:jar:4.2.4.RELEASE:test
[DEBUG]    org.springframework.boot:spring-boot-starter-web:jar:1.3.1.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-starter:jar:1.3.1.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:1.3.1.RELEASE:compile
[DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.13:compile
[DEBUG]             org.slf4j:log4j-over-slf4j:jar:1.7.13:compile
[DEBUG]          org.yaml:snakeyaml:jar:1.16:runtime
[DEBUG]       org.springframework.boot:spring-boot-starter-validation:jar:1.3.1.RELEASE:compile
[DEBUG]          org.hibernate:hibernate-validator:jar:5.2.2.Final:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]             org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile (version managed from 3.2.1.Final by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]             com.fasterxml:classmate:jar:1.1.0:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.6.4:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.6.4:compile (version managed from 2.6.0 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.6.4:compile
[DEBUG]       org.springframework:spring-web:jar:4.2.4.RELEASE:compile
[DEBUG]          org.springframework:spring-aop:jar:4.2.4.RELEASE:compile
[DEBUG]             aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          org.springframework:spring-beans:jar:4.2.4.RELEASE:compile
[DEBUG]       org.springframework:spring-webmvc:jar:4.2.4.RELEASE:compile
[DEBUG]          org.springframework:spring-expression:jar:4.2.4.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-tomcat:jar:1.3.1.RELEASE:compile
[DEBUG]       org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.30:compile
[DEBUG]       org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.30:compile
[DEBUG]       org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.30:compile
[DEBUG]       org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.0.30:compile
[DEBUG]    org.springframework.boot:spring-boot-devtools:jar:1.3.1.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot:jar:1.3.1.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-autoconfigure:jar:1.3.1.RELEASE:compile
[DEBUG]    com.vaadin:vaadin-spring-boot:jar:1.0.0:compile
[DEBUG]       com.vaadin:vaadin-spring:jar:1.0.0:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.13:compile (version managed from 1.7.7 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]    com.vaadin:vaadin-themes:jar:7.5.7:compile
[DEBUG]    org.vaadin:viritin:jar:1.37:compile
[DEBUG]       com.vaadin:vaadin-server:jar:7.5.7:compile (version managed from 7.5.6 by com.vaadin:vaadin-bom:7.5.7)
[DEBUG]          com.vaadin:vaadin-sass-compiler:jar:0.9.12:compile
[DEBUG]             org.w3c.css:sac:jar:1.3:compile
[DEBUG]             com.vaadin.external.flute:flute:jar:1.3.0.gg2:compile
[DEBUG]          com.vaadin:vaadin-shared:jar:7.5.7:compile
[DEBUG]             com.vaadin.external.streamhtmlparser:streamhtmlparser-jsilver:jar:0.0.10.vaadin1:compile
[DEBUG]             com.vaadin.external.google:guava:jar:16.0.1.vaadin1:compile
[DEBUG]          org.jsoup:jsoup:jar:1.8.1:compile
[DEBUG]       org.vaadin.addon:confirmdialog:jar:2.1.3:compile
[DEBUG]       org.commonjava.googlecode.markdown4j:markdown4j:jar:2.2-cj-1.0:compile
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       commons-beanutils:commons-beanutils:jar:1.9.2:compile
[DEBUG]          commons-collections:commons-collections:jar:3.2.2:compile (version managed from 3.2.1 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.3.2:compile
[DEBUG]       javax.el:javax.el-api:jar:2.2.4:compile
[DEBUG]    org.vaadin.addons:dcharts-widget:jar:1.7.0:compile
[DEBUG]    org.vaadin.addons:graph-explorer:jar:0.7.0:compile
[DEBUG]       com.vaadin:vaadin-client-compiled:jar:7.5.7:compile (version managed from 7.3.10 by com.vaadin:vaadin-bom:7.5.7)
[DEBUG]       org.vaadin.addons:gwt-graphics:jar:1.0.0:compile
[DEBUG]       net.sf.jung:jung-graph-impl:jar:2.0.1:compile
[DEBUG]          net.sf.jung:jung-api:jar:2.0.1:compile
[DEBUG]          net.sourceforge.collections:collections-generic:jar:4.01:compile
[DEBUG]       net.sf.jung:jung-algorithms:jar:2.0.1:compile
[DEBUG]          colt:colt:jar:1.2.0:compile
[DEBUG]             concurrent:concurrent:jar:1.3.4:compile
[DEBUG]    log4j:log4j:jar:1.2.17:compile
[DEBUG]    org.quazar:core:jar:0.1.0:compile
[DEBUG]       org.opensaml:openws:jar:1.4.2-1:compile
[DEBUG]          org.opensaml:xmltooling:jar:1.3.2-1:compile
[DEBUG]             joda-time:joda-time:jar:2.8.2:compile (version managed from 1.6.2 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]             org.bouncycastle:bcprov-jdk15:jar:1.45:compile
[DEBUG]             org.apache.santuario:xmlsec:jar:1.4.4:compile
[DEBUG]             ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile
[DEBUG]             net.jcip:jcip-annotations:jar:1.0:compile
[DEBUG]          commons-codec:commons-codec:jar:1.3:compile
[DEBUG]          commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG]          xml-apis:xml-apis:jar:1.4.01:runtime
[DEBUG]          xerces:xercesImpl:jar:2.10.0:runtime
[DEBUG]          xml-resolver:xml-resolver:jar:1.2:runtime
[DEBUG]          xalan:xalan:jar:2.7.1:runtime
[DEBUG]             xalan:serializer:jar:2.7.1:runtime
[DEBUG]       org.neo4j:neo4j-cypher-compiler-2.1:jar:2.1.5:compile
[DEBUG]          org.parboiled:parboiled-scala_2.10:jar:1.1.6:compile
[DEBUG]             org.parboiled:parboiled-core:jar:1.1.6:compile
[DEBUG]          net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG]          org.scala-lang:scala-library:jar:2.10.4:compile
[DEBUG]    org.quazar:ai:jar:0.1.0:compile
[DEBUG]       org.quazar:quazar-core:jar:0.1.0:compile
[DEBUG]       org.springframework:spring-context:jar:4.2.4.RELEASE:compile (version managed from 4.2.1.RELEASE by org.springframework:spring-framework-bom:4.2.4.RELEASE)
[DEBUG]       org.springframework:spring-tx:jar:4.2.4.RELEASE:compile (version managed from 4.2.1.RELEASE by org.springframework:spring-framework-bom:4.2.4.RELEASE)
[DEBUG]       org.springframework.data:spring-data-neo4j:jar:3.4.2.RELEASE:compile (version managed from 4.0.0.RELEASE by org.springframework.data:spring-data-releasetrain:Gosling-SR2A)
[DEBUG]          org.springframework:spring-aspects:jar:4.2.4.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.4.RELEASE)
[DEBUG]             org.aspectj:aspectjweaver:jar:1.8.7:compile
[DEBUG]          org.aspectj:aspectjrt:jar:1.8.7:compile
[DEBUG]          org.springframework.data:spring-data-commons:jar:1.11.2.RELEASE:compile
[DEBUG]          org.neo4j:neo4j-cypher-dsl:jar:2.0.1:compile
[DEBUG]          org.neo4j:neo4j:jar:2.2.5:compile
[DEBUG]             org.neo4j:neo4j-lucene-index:jar:2.2.5:compile
[DEBUG]                org.apache.lucene:lucene-core:jar:3.6.2:compile
[DEBUG]             org.neo4j:neo4j-graph-algo:jar:2.2.5:compile
[DEBUG]             org.neo4j:neo4j-udc:jar:2.2.5:compile
[DEBUG]             org.neo4j:neo4j-graph-matching:jar:2.2.5:compile
[DEBUG]             org.neo4j:neo4j-jmx:jar:2.2.5:compile
[DEBUG]             org.neo4j:neo4j-consistency-check:jar:2.2.5:compile
[DEBUG]          javax.transaction:javax.transaction-api:jar:1.2:compile
[DEBUG]          org.slf4j:jcl-over-slf4j:jar:1.7.13:compile
[DEBUG]       org.neo4j.app:neo4j-server:jar:2.3.1:compile
[DEBUG]          org.neo4j:neo4j:pom:2.3.1:compile
[DEBUG]          org.neo4j:neo4j-kernel:jar:2.3.1:compile
[DEBUG]          org.neo4j:server-api:jar:2.3.1:compile
[DEBUG]             org.neo4j.3rdparty.javax.ws.rs:jsr311-api:jar:1.1.2.r612:compile
[DEBUG]          org.neo4j:neo4j-cypher:jar:2.3.1:compile
[DEBUG]             org.scala-lang:scala-reflect:jar:2.11.7:compile
[DEBUG]             org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile
[DEBUG]             org.neo4j:neo4j-codegen:jar:2.3.1:compile
[DEBUG]                org.ow2.asm:asm:jar:5.0.2:compile
[DEBUG]             org.neo4j:neo4j-cypher-compiler-1.9_2.11:jar:2.0.5:compile
[DEBUG]             org.neo4j:neo4j-cypher-compiler-2.2_2.11:jar:2.2.6:compile
[DEBUG]             org.neo4j:neo4j-cypher-compiler-2.3:jar:2.3.1:compile
[DEBUG]                org.neo4j:neo4j-cypher-frontend-2.3:jar:2.3.1:compile
[DEBUG]             org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile
[DEBUG]             com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4.2:compile
[DEBUG]          org.neo4j.app:neo4j-browser:jar:2.3.1:compile
[DEBUG]          org.neo4j:neo4j-shell:jar:2.3.1:compile
[DEBUG]             jline:jline:jar:2.12:compile
[DEBUG]          ch.qos.logback:logback-classic:jar:1.1.3:compile (version managed from 1.1.2 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]             ch.qos.logback:logback-core:jar:1.1.3:compile
[DEBUG]          ch.qos.logback:logback-access:jar:1.1.3:compile (version managed from 1.1.2 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]          org.eclipse.jetty:jetty-server:jar:9.2.14.v20151106:compile (version managed from 9.2.4.v20141103 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]             javax.servlet:javax.servlet-api:jar:3.1.0:compile
[DEBUG]             org.eclipse.jetty:jetty-http:jar:9.2.14.v20151106:compile
[DEBUG]                org.eclipse.jetty:jetty-util:jar:9.2.14.v20151106:compile
[DEBUG]             org.eclipse.jetty:jetty-io:jar:9.2.14.v20151106:compile
[DEBUG]          org.eclipse.jetty:jetty-webapp:jar:9.2.14.v20151106:compile (version managed from 9.2.4.v20141103 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]             org.eclipse.jetty:jetty-xml:jar:9.2.14.v20151106:compile
[DEBUG]             org.eclipse.jetty:jetty-servlet:jar:9.2.14.v20151106:compile
[DEBUG]                org.eclipse.jetty:jetty-security:jar:9.2.14.v20151106:compile
[DEBUG]          com.sun.jersey:jersey-server:jar:1.19:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.19:compile
[DEBUG]          com.sun.jersey:jersey-servlet:jar:1.19:compile
[DEBUG]          commons-configuration:commons-configuration:jar:1.10:compile
[DEBUG]             commons-lang:commons-lang:jar:2.6:compile
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG]          io.netty:netty-all:jar:4.0.28.Final:compile
[DEBUG]          commons-digester:commons-digester:jar:2.1:compile
[DEBUG]          org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[DEBUG]             org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[DEBUG]             org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[DEBUG]          org.rrd4j:rrd4j:jar:2.2:compile
[DEBUG]          org.mozilla:rhino:jar:1.7R4:compile
[DEBUG]          org.bouncycastle:bcprov-jdk15on:jar:1.52:compile
[DEBUG]          org.bouncycastle:bcpkix-jdk15on:jar:1.52:compile
[DEBUG]          com.sun.jersey.contribs:jersey-multipart:jar:1.19:compile
[DEBUG]             org.jvnet.mimepull:mimepull:jar:1.9.3:compile
[DEBUG]       org.neo4j:neo4j-kernel:jar:tests:2.3.1:compile
[DEBUG]          org.neo4j:neo4j-primitive-collections:jar:2.3.1:compile
[DEBUG]             org.neo4j:neo4j-unsafe:jar:2.3.1:compile
[DEBUG]             org.neo4j:neo4j-function:jar:2.3.1:compile
[DEBUG]          org.neo4j:neo4j-io:jar:2.3.1:compile
[DEBUG]          org.neo4j:neo4j-csv:jar:2.3.1:compile
[DEBUG]          org.neo4j:neo4j-logging:jar:2.3.1:compile
[DEBUG]       com.fuzzylite:jfuzzylite:jar:5.0:compile
[DEBUG]       org.springframework:spring-jms:jar:4.2.4.RELEASE:compile (version managed from 4.2.1.RELEASE by org.springframework:spring-framework-bom:4.2.4.RELEASE)
[DEBUG]          org.springframework:spring-messaging:jar:4.2.4.RELEASE:compile
[DEBUG]       org.apache.activemq:activemq-broker:jar:5.12.1:compile
[DEBUG]          org.apache.activemq:activemq-client:jar:5.12.1:compile
[DEBUG]             org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[DEBUG]             org.fusesource.hawtbuf:hawtbuf:jar:1.11:compile
[DEBUG]             org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
[DEBUG]          org.apache.activemq:activemq-openwire-legacy:jar:5.12.1:compile
[DEBUG]       com.tilab.jade:jade:jar:4.3.3:compile
[DEBUG]       org.springframework.data:spring-data-neo4j:jar:tests:4.0.0.RELEASE:compile
[DEBUG]          org.neo4j:neo4j-ogm:jar:1.1.2:compile
[DEBUG]             org.apache.httpcomponents:httpclient:jar:4.5.1:compile (version managed from 4.3.6 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]                org.apache.httpcomponents:httpcore:jar:4.4.4:compile (version managed from 4.4.3 by org.springframework.boot:spring-boot-dependencies:1.3.1.RELEASE)
[DEBUG]    org.quazar:data:jar:0.1.0:compile
[DEBUG]    org.jboss.spec.javax.resource:jboss-connector-api_1.5_spec:jar:1.0.0.Final:compile
[DEBUG]       org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) @ testbed ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=271, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=66, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=159, DefaultDependencyCollector.collectTime=148, DefaultDependencyCollector.transformTime=3}
[DEBUG] org.springframework.boot:spring-boot-maven-plugin:jar:1.3.1.RELEASE:
[DEBUG]    org.springframework.boot:spring-boot-loader-tools:jar:1.3.1.RELEASE:compile
[DEBUG]       org.springframework:spring-core:jar:4.2.4.RELEASE:compile
[DEBUG]          commons-logging:commons-logging:jar:1.2:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.6:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:0.7:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:3.1.1:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.1.1:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.1.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.1.1:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.1.1:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.2.1:compile
[DEBUG]          org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5:compile
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]             javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG]             aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.1.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.1.1:compile
[DEBUG]    org.apache.maven:maven-settings:jar:3.1.1:compile
[DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.4:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.0.8:compile
[DEBUG]          org.apache.maven:maven-profile:jar:2.0.8:compile
[DEBUG]          org.apache.maven:maven-artifact-manager:jar:2.0.8:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.8:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG]             log4j:log4j:jar:1.2.17:compile
[DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG]          com.google.collections:google-collections:jar:1.0:compile
[DEBUG]          junit:junit:jar:4.12:compile
[DEBUG]             org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:2.8.1:compile
[DEBUG]       org.codehaus.plexus:plexus-io:jar:2.3.2:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[DEBUG]    org.apache.maven.plugins:maven-shade-plugin:jar:2.2:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]                org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG]       asm:asm:jar:3.3.1:compile
[DEBUG]       asm:asm-commons:jar:3.3.1:compile
[DEBUG]          asm:asm-tree:jar:3.3.1:compile
[DEBUG]       org.jdom:jdom:jar:1.1:compile
[DEBUG]       org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG]       org.vafer:jdependency:jar:0.7:compile
[DEBUG]          commons-io:commons-io:jar:1.3.2:compile
[DEBUG]          asm:asm-analysis:jar:3.2:compile
[DEBUG]          asm:asm-util:jar:3.2:compile
[DEBUG]       com.google.guava:guava:jar:18.0:compile
[DEBUG] Created new class realm plugin>org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE
[DEBUG] Importing foreign packages into class realm plugin>org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE
[DEBUG]   Included: org.springframework.boot:spring-boot-maven-plugin:jar:1.3.1.RELEASE
[DEBUG]   Included: org.springframework.boot:spring-boot-loader-tools:jar:1.3.1.RELEASE
[DEBUG]   Included: org.springframework:spring-core:jar:4.2.4.RELEASE
[DEBUG]   Included: commons-logging:commons-logging:jar:1.2
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.6
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.7
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:1.0.2.v20150114
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.4
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG]   Included: log4j:log4j:jar:1.2.17
[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: junit:junit:jar:4.12
[DEBUG]   Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:2.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.3.2
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.9
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
[DEBUG]   Included: org.apache.maven.plugins:maven-shade-plugin:jar:2.2
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: asm:asm:jar:3.3.1
[DEBUG]   Included: asm:asm-commons:jar:3.3.1
[DEBUG]   Included: asm:asm-tree:jar:3.3.1
[DEBUG]   Included: org.jdom:jdom:jar:1.1
[DEBUG]   Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG]   Included: org.vafer:jdependency:jar:0.7
[DEBUG]   Included: commons-io:commons-io:jar:1.3.2
[DEBUG]   Included: asm:asm-analysis:jar:3.2
[DEBUG]   Included: asm:asm-util:jar:3.2
[DEBUG]   Included: com.google.guava:guava:jar:18.0
[DEBUG] Configuring mojo org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run from plugin realm ClassRealm[plugin>org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run' with basic configurator -->
[DEBUG]   (f) addResources = false
[DEBUG]   (f) agent = []
[DEBUG]   (f) arguments = []
[DEBUG]   (f) classesDirectory = /Users/Waldemar/dev/git/quazar/quazar-testbed/target/classes
[DEBUG]   (f) mainClass = org.quazar.testbed.Application
[DEBUG]   (f) profiles = []
[DEBUG]   (f) project = MavenProject: org.quazar:testbed:0.0.1-SNAPSHOT @ /Users/Waldemar/dev/git/quazar/quazar-testbed/pom.xml
[DEBUG]   (f) useTestClasspath = false
[DEBUG] -- end configuration --

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.3.1.RELEASE)

2016-01-18 12:48:20,189 ERROR g.springframework.boot.SpringApplication: 825 - Application startup failed
java.lang.NullPointerException: null
    at org.springframework.context.annotation.AutoProxyRegistrar.registerBeanDefinitions(AutoProxyRegistrar.java:63) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:352) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:143) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:116) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:333) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:243) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:273) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:98) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:678) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:520) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) ~[spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:764) [spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:357) [spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:305) [spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1124) [spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1113) [spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.quazar.testbed.Application.main(Application.java:17) [classes/:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_66]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_66]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_66]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_66]
    at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:467) [spring-boot-maven-plugin-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
[WARNING] 
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:467)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at org.springframework.context.annotation.AutoProxyRegistrar.registerBeanDefinitions(AutoProxyRegistrar.java:63)
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:352)
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:143)
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:116)
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:333)
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:243)
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:273)
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:98)
    at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:678)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:520)
    at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:764)
    at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:357)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:305)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1124)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1113)
    at org.quazar.testbed.Application.main(Application.java:17)
    ... 6 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.258 s
[INFO] Finished at: 2016-01-18T12:48:20+01:00
[INFO] Final Memory: 34M/402M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) on project testbed: An exception occurred while running. null: InvocationTargetException: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) on project testbed: An exception occurred while running. null
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: An exception occurred while running. null
    at org.springframework.boot.maven.AbstractRunMojo$IsolatedThreadGroup.rethrowUncaughtException(AbstractRunMojo.java:438)
    at org.springframework.boot.maven.RunMojo.runWithMavenJvm(RunMojo.java:61)
    at org.springframework.boot.maven.AbstractRunMojo.run(AbstractRunMojo.java:215)
    at org.springframework.boot.maven.AbstractRunMojo.execute(AbstractRunMojo.java:174)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
    ... 20 more
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:467)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at org.springframework.context.annotation.AutoProxyRegistrar.registerBeanDefinitions(AutoProxyRegistrar.java:63)
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:352)
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:143)
    at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:116)
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:333)
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:243)
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:273)
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:98)
    at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:678)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:520)
    at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:764)
    at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:357)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:305)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1124)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1113)
    at org.quazar.testbed.Application.main(Application.java:17)
    ... 6 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
wilkinsona commented 8 years ago

As we asked in #4940, can you please ask this sort of question on Stack Overflow? If you do so, I'd recommend taking the time to provide a minimal, complete, verifiable, example of the problem so that it's as easy as possible for people to help you,

Quazar1984 commented 8 years ago

Thanks for your reply. basically those are different issues und i fear nobody on StackOverflow is able to help me if there is nobody here (same for #4940)