You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call the method javax.servlet.ServletContext.getVirtualServerName()Ljava/lang/String; but it does not exist. Its class, javax.servlet.ServletContext, is available from the following locations:
jar:file:[...].m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar!/javax/servlet/ServletContext.class
jar:file:[...].m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.39/tomcat-embed-core-8.5.39.jar!/javax/servlet/ServletContext.class
It was loaded from the following location:
file:[...].m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of javax.servlet.ServletContext
Specifications
Java: version 10
OS: Mac
Spring Boot: 2.0.9.RELEASE
The text was updated successfully, but these errors were encountered:
jfrac
changed the title
Can't run DriveQuickstart in a Spring project
Can't run DriveQuickstart in a Spring Boot project
Jun 23, 2020
Can't run DriveQuickstart in a Spring project
Expected Behavior
DriveQuickstart executed successfully
Actual Behavior
Got the next error:
Specifications
The text was updated successfully, but these errors were encountered: