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
Debug/Run pinpoint web in Intellij Idea got " java.lang.NoClassDefFoundError: jakarta/servlet/ServletException" error.
What have you done?
Run/Debug Pinpoint web from Intellij Idea got the following error,
[ main] ERROR o.s.b.SpringApplication -- Application run failed
java.lang.NoClassDefFoundError: jakarta/servlet/ServletException
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory.createContext(ServletWebServerApplicationContextFactory.java:52) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory.create(ServletWebServerApplicationContextFactory.java:47) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.DefaultApplicationContextFactory.getFromSpringFactories(DefaultApplicationContextFactory.java:70) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.DefaultApplicationContextFactory.create(DefaultApplicationContextFactory.java:50) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplication.createApplicationContext(SpringApplication.java:589) [spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:331) [spring-boot-3.2.4.jar:3.2.4]
at com.navercorp.pinpoint.common.server.starter.BasicStarter.start(BasicStarter.java:70) [pinpoint-commons-server-3.0.0.jar:3.0.0]
at com.navercorp.pinpoint.web.WebApp.main(WebApp.java:55) [classes/:?]
The text was updated successfully, but these errors were encountered:
in project root pom.xml, delete line "provided" for "spring-boot-starter-tomcat"
in module pinpoint-web pom.xml, delete line "provided" for "spring-boot-starter-tomcat"
yjqg6666
changed the title
run/debug pinpoint-web error using intellij idea community edition
[SolutionShare] run/debug pinpoint-web error using intellij idea community edition
Jul 30, 2024
What version of pinpoint are you using?
3.0.0
Describe your problem**
Debug/Run pinpoint web in Intellij Idea got " java.lang.NoClassDefFoundError: jakarta/servlet/ServletException" error.
What have you done?
Run/Debug Pinpoint web from Intellij Idea got the following error,
The text was updated successfully, but these errors were encountered: