0
  1. when add project to the eclipse server(tomcat 7.0.52), it starts with no error

  2. when export the project into war file, and deploy it on tomcat 7.0.52, it starts with error as title

  3. jdk version is 1.8.0_31, sonarqube must starts with jdk > 1.8

  4. the pictures below shows the jar file version

enter image description here enter image description here

1 Answer 1

1

try adding this dependency

 <dependency>
     <groupId>org.springframework</groupId>
     <artifactId>spring-aspects</artifactId>
     <version>3.1.0.RELEASE</version>
 </dependency>

or

it might happen if you are using some external jars outside your pom.xml

or you can also try changing your jdk to 1.7

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.