2017-09-11 4 views
0

Ich sehe die folgende classnotfundexpection, wenn ich meine App starte. Ich habe auch meinen Abhängigkeitsbaum hinzugefügt. Bitte lassen Sie mich wissen, was diese Ausnahme verursacht?ClassNotFoundException - org.aspectj.lang.annotation.Around

Verursacht durch: java.lang.ClassNotFoundException: org.aspectj.lang.annotation.Around bei java.net.URLClassLoader.findClass (Unknown Source) ~ [na: 1.8.0_131] bei java. lang.ClassLoader.loadClass (Unbekannte Quelle) ~ [na: 1.8.0_131] um sun.misc.Launcher $ AppClassLoader.loadClass (Unbekannte Quelle) ~ [na: 1.8.0_131] at java.lang.ClassLoader.loadClass (Unknown Source) ~ [na: 1.8.0_131] ... 19 gemeinsamer Rahmen weggelassen

+--- org.springframework.kafka:spring-kafka: -> 1.1.6.RELEASE 
| +--- org.springframework:spring-messaging:4.3.9.RELEASE -> 4.3.10.RELEASE 
| | +--- org.springframework:spring-beans:4.3.10.RELEASE 
| | | \--- org.springframework:spring-core:4.3.10.RELEASE 
| | +--- org.springframework:spring-context:4.3.10.RELEASE 
| | | +--- org.springframework:spring-aop:4.3.10.RELEASE 
| | | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*) 
| | | | \--- org.springframework:spring-core:4.3.10.RELEASE 
| | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*) 
| | | +--- org.springframework:spring-core:4.3.10.RELEASE 
| | | \--- org.springframework:spring-expression:4.3.10.RELEASE 
| | |   \--- org.springframework:spring-core:4.3.10.RELEASE 
| | \--- org.springframework:spring-core:4.3.10.RELEASE 
| +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.2.1.RELEASE 
| | \--- org.springframework:spring-core:4.3.9.RELEASE -> 4.3.10.RELEASE 
| \--- org.apache.kafka:kafka-clients:0.10.1.1 
|   +--- net.jpountz.lz4:lz4:1.3.0 
|   \--- org.xerial.snappy:snappy-java:1.1.2.6 
+--- org.springframework.boot:spring-boot-starter: -> 1.5.6.RELEASE 
| +--- org.springframework.boot:spring-boot:1.5.6.RELEASE 
| | +--- org.springframework:spring-core:4.3.10.RELEASE 
| | \--- org.springframework:spring-context:4.3.10.RELEASE (*) 
| +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE 
| | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*) 
| +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE 
| | +--- ch.qos.logback:logback-classic:1.1.11 
| | | +--- ch.qos.logback:logback-core:1.1.11 
| | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.25 
| | +--- org.slf4j:jcl-over-slf4j:1.7.25 
| | | \--- org.slf4j:slf4j-api:1.7.25 
| | +--- org.slf4j:jul-to-slf4j:1.7.25 
| | | \--- org.slf4j:slf4j-api:1.7.25 
| | \--- org.slf4j:log4j-over-slf4j:1.7.25 
| |   \--- org.slf4j:slf4j-api:1.7.25 
| +--- org.springframework:spring-core:4.3.10.RELEASE 
| \--- org.yaml:snakeyaml:1.17 
+--- com.fasterxml.jackson.core:jackson-databind:2.8.7 
| +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 
| \--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.9 
+--- com.kafka.test:txdb-connector:0.2.10 
| +--- org.springframework.boot:spring-boot-starter:1.4.1.RELEASE -> 1.5.6.RELEASE (*) 
| +--- org.springframework.boot:spring-boot-starter-jdbc:1.4.1.RELEASE -> 1.5.6.RELEASE 
| | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE (*) 
| | +--- org.apache.tomcat:tomcat-jdbc:8.5.16 
| | | \--- org.apache.tomcat:tomcat-juli:8.5.16 
| | \--- org.springframework:spring-jdbc:4.3.10.RELEASE 
| |   +--- org.springframework:spring-beans:4.3.10.RELEASE (*) 
| |   +--- org.springframework:spring-core:4.3.10.RELEASE 
| |   \--- org.springframework:spring-tx:4.3.10.RELEASE 
| |    +--- org.springframework:spring-beans:4.3.10.RELEASE (*) 
| |    \--- org.springframework:spring-core:4.3.10.RELEASE 
| +--- com.oracle:ojdbc6:12.1.0.1 
| \--- com.google.guava:guava:21.0 
+--- org.springframework.cloud:spring-cloud-spring-service-connector:1.2.4.RELEASE 
| +--- org.springframework.cloud:spring-cloud-core:1.2.4.RELEASE 
| \--- org.springframework:spring-context:3.1.4.RELEASE -> 4.3.10.RELEASE (*) 
+--- org.springframework.cloud:spring-cloud-config-client:1.3.2.RELEASE 
| +--- org.springframework.boot:spring-boot-autoconfigure:1.5.4.RELEASE -> 1.5.6.RELEASE (*) 
| +--- org.springframework.cloud:spring-cloud-commons:1.2.3.RELEASE 
| | \--- org.springframework.security:spring-security-crypto:4.2.3.RELEASE 
| +--- org.springframework.cloud:spring-cloud-context:1.2.3.RELEASE 
| | \--- org.springframework.security:spring-security-crypto:4.2.3.RELEASE 
| +--- org.springframework:spring-web:4.3.9.RELEASE -> 4.3.10.RELEASE 
| | +--- org.springframework:spring-aop:4.3.10.RELEASE (*) 
| | +--- org.springframework:spring-beans:4.3.10.RELEASE (*) 
| | +--- org.springframework:spring-context:4.3.10.RELEASE (*) 
| | \--- org.springframework:spring-core:4.3.10.RELEASE 
| +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 
| \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.7 (*) 
\--- org.springframework:spring-aop:4.3.10.RELEASE (*) 
+0

Zugabe kompiliert (‚org.springframework: spring-Aspekte‘) scheint –

+0

das Problem zu beheben Wenn das Ihr Problem behoben, sollten Sie es als Antwort hinzuzufügen. Sie können es nach 48 Stunden annehmen. –

+0

Sicher, werde das tun. –

Antwort

1

das Problem behoben wurde, die unten angegebene Abhängigkeit nach der Zugabe von

compile('org.springframework:spring-aspects') 
Verwandte Themen