Eclipse发布到tomcat提示java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLis

本文介绍了解决在使用Eclipse部署项目到Tomcat时遇到的java.lang.ClassNotFoundException异常的方法。通过调整项目的部署配置,确保必要的类库被正确包含。

在使用eclipse发布到tomcat时提示java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener,感觉很奇怪,于是到网站发布目录发现在WEB-INF里面没有lib目录,这就是为什么提示类没有找到的原因,导致该问题可以按照下面方法解决:

1.右键点击项目,选择properties选项

2.选择“Deployment Assembly”项,选择“Add” 点击弹出框选择 "Java Build Path Entries”并选择  ”Maven Depedencies” 选项即可

3.重新发布就会发现Tomcat下项目路径下已经有lib了

 

                                                                               微信公众号: 

                                               

                                                                             JAVA程序猿成长之路

                          分享资源,记录程序猿成长点滴。专注于Java,Spring,SpringBoot,SpringCloud,分布式,微服务。 

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: net/sf/jsqlparser/statement/select/SelectBody at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at com.analysis.AnalysisApplication.main(AnalysisApplication.java:22) 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:498) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:467) Caused by: java.lang.NoClassDefFoundError: net/sf/jsqlparser/statement/select/SelectBody at com.github.pagehelper.PageHelper.setProperties(PageHelper.java:161) at com.github.pagehelper.PageInterceptor.setProperties(PageInterceptor.java:202) at com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration.afterPropertiesSet(PageHelperAutoConfiguration.java:65) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ... 22 common frames omitted Caused by: java.lang.ClassNotFoundException: net.sf.jsqlparser.statement.select.SelectBody
最新发布
09-05
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFa ctory.getTomcatWebServer(TomcatServletWebServerFactory.java:440) [jar:rsrc:sprin g-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFa ctory.getWebServer(TomcatServletWebServerFactory.java:193) [jar:rsrc:spring-boot -2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.createWebServer(ServletWebServerApplicationContext.java:178) [jar:rsr c:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.onRefresh(ServletWebServerApplicationContext.java:158) [jar:rsrc:spri ng-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.context.support.AbstractApplicationContext.refres h(AbstractApplicationContext.java:545) [jar:rsrc:spring-context-5.2.15.RELEASE.j ar!/:na] at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.refresh(ServletWebServerApplicationContext.java:143) [jar:rsrc:spring -boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.refresh(SpringApplication. java:755) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.refresh(SpringApplication. java:747) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.refreshContext(SpringAppli cation.java:402) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.run(SpringApplication.java :312) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.run(SpringApplication.java :1247) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.run(SpringApplication.java :1236) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at com.kucun.DemoApplication.main(DemoApplication.java:41) [rsrc:./:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8. 0_31] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8. 0_31] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na: 1.8.0_31] at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_31] at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa der.java:58) [kucun2.jar:na] Caused by: org.apache.catalina.LifecycleException: A child container failed duri ng start at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:928) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java :829) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1384) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1374) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_31] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineEx ecutorService.java:75) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.AbstractExecutorService.submit(Unknown Source) ~ [na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:909) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 27 common frames omitted Caused by: java.util.concurrent.ExecutionException: org.apache.catalina.Lifecycl eException: Failed to initialize component [org.apache.catalina.webresources.Sta ndardRoot@b9f698] at java.util.concurrent.FutureTask.report(Unknown Source) ~[na:1.8.0_31] at java.util.concurrent.FutureTask.get(Unknown Source) ~[na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:916) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 35 common frames omitted Caused by: org.apache.catalina.LifecycleException: Failed to initialize componen t [org.apache.catalina.webresources.StandardRoot@b9f698] at org.apache.catalina.util.LifecycleBase.handleSubClassException(Lifecy cleBase.java:440) [jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:139) [ jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173) [jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardContext.resourcesStart(StandardConte xt.java:4830) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardContext.startInternal(StandardContex t.java:4966) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1384) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1374) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_31] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineEx ecutorService.java:75) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.AbstractExecutorService.submit(Unknown Source) ~ [na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:909) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 35 common frames omitted Caused by: java.lang.Error: factory already defined at java.net.URL.setURLStreamHandlerFactory(Unknown Source) ~[na:1.8.0_31 ] at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.<init> (TomcatURLStreamHandlerFactory.java:130) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar !/:na] at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.getIns tanceInternal(TomcatURLStreamHandlerFactory.java:53) ~[jar:rsrc:tomcat-embed-cor e-9.0.46.jar!/:na] at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.regist er(TomcatURLStreamHandlerFactory.java:77) ~[jar:rsrc:tomcat-embed-core-9.0.46.ja r!/:na] at org.apache.catalina.webresources.StandardRoot.registerURLStreamHandle rFactory(StandardRoot.java:700) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.webresources.StandardRoot.initInternal(StandardRo ot.java:682) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) [ jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 45 common frames omitted 2025-06-20 10:58:03.399 INFO 15168 --- [ main] o.apache.catalina.core .StandardService : Stopping service [Tomcat] 2025-06-20 10:58:09.641 WARN 15168 --- [ main] ConfigServletWebServer ApplicationContext : Exception encountered during context initialization - cance lling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.ser ver.WebServerException: Unable to start embedded Tomcat 2025-06-20 10:58:09.656 INFO 15168 --- [ main] ConditionEvaluationRep ortLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2025-06-20 10:58:11.076 ERROR 15168 --- [ main] o.s.boot.SpringApplica tion : Application run failed org.springframework.context.ApplicationContextException: Unable to start web ser ver; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.onRefresh(ServletWebServerApplicationContext.java:161) ~[jar:rsrc:spr ing-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.context.support.AbstractApplicationContext.refres h(AbstractApplicationContext.java:545) ~[jar:rsrc:spring-context-5.2.15.RELEASE. jar!/:na] at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.refresh(ServletWebServerApplicationContext.java:143) ~[jar:rsrc:sprin g-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.refresh(SpringApplication. java:755) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.refresh(SpringApplication. java:747) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.refreshContext(SpringAppli cation.java:402) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.run(SpringApplication.java :312) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.run(SpringApplication.java :1247) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.SpringApplication.run(SpringApplication.java :1236) [jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at com.kucun.DemoApplication.main(DemoApplication.java:41) [rsrc:./:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8. 0_31] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8. 0_31] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na: 1.8.0_31] at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_31] at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa der.java:58) [kucun2.jar:na] Caused by: org.springframework.boot.web.server.WebServerException: Unable to sta rt embedded Tomcat at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initiali ze(TomcatWebServer.java:142) ~[jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(T omcatWebServer.java:104) ~[jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFa ctory.getTomcatWebServer(TomcatServletWebServerFactory.java:440) ~[jar:rsrc:spri ng-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFa ctory.getWebServer(TomcatServletWebServerFactory.java:193) ~[jar:rsrc:spring-boo t-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.createWebServer(ServletWebServerApplicationContext.java:178) ~[jar:rs rc:spring-boot-2.3.12.RELEASE.jar!/:na] at org.springframework.boot.web.servlet.context.ServletWebServerApplicat ionContext.onRefresh(ServletWebServerApplicationContext.java:158) ~[jar:rsrc:spr ing-boot-2.3.12.RELEASE.jar!/:na] ... 14 common frames omitted Caused by: org.apache.catalina.LifecycleException: A child container failed duri ng start at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:928) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine. java:262) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardService.startInternal(StandardServic e.java:433) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardServer.startInternal(StandardServer. java:930) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486) ~[jar:rsrc: tomcat-embed-core-9.0.46.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initiali ze(TomcatWebServer.java:123) ~[jar:rsrc:spring-boot-2.3.12.RELEASE.jar!/:na] ... 19 common frames omitted Caused by: java.util.concurrent.ExecutionException: org.apache.catalina.Lifecycl eException: A child container failed during start at java.util.concurrent.FutureTask.report(Unknown Source) ~[na:1.8.0_31] at java.util.concurrent.FutureTask.get(Unknown Source) ~[na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:916) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 27 common frames omitted Caused by: org.apache.catalina.LifecycleException: A child container failed duri ng start at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:928) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java :829) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1384) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1374) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_31] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineEx ecutorService.java:75) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.AbstractExecutorService.submit(Unknown Source) ~ [na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:909) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 27 common frames omitted Caused by: java.util.concurrent.ExecutionException: org.apache.catalina.Lifecycl eException: Failed to initialize component [org.apache.catalina.webresources.Sta ndardRoot@b9f698] at java.util.concurrent.FutureTask.report(Unknown Source) ~[na:1.8.0_31] at java.util.concurrent.FutureTask.get(Unknown Source) ~[na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:916) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 35 common frames omitted Caused by: org.apache.catalina.LifecycleException: Failed to initialize componen t [org.apache.catalina.webresources.StandardRoot@b9f698] at org.apache.catalina.util.LifecycleBase.handleSubClassException(Lifecy cleBase.java:440) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:139) ~ [jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardContext.resourcesStart(StandardConte xt.java:4830) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.StandardContext.startInternal(StandardContex t.java:4966) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1384) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase. java:1374) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_31] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineEx ecutorService.java:75) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at java.util.concurrent.AbstractExecutorService.submit(Unknown Source) ~ [na:1.8.0_31] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.ja va:909) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 35 common frames omitted Caused by: java.lang.Error: factory already defined at java.net.URL.setURLStreamHandlerFactory(Unknown Source) ~[na:1.8.0_31 ] at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.<init> (TomcatURLStreamHandlerFactory.java:130) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar !/:na] at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.getIns tanceInternal(TomcatURLStreamHandlerFactory.java:53) ~[jar:rsrc:tomcat-embed-cor e-9.0.46.jar!/:na] at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.regist er(TomcatURLStreamHandlerFactory.java:77) ~[jar:rsrc:tomcat-embed-core-9.0.46.ja r!/:na] at org.apache.catalina.webresources.StandardRoot.registerURLStreamHandle rFactory(StandardRoot.java:700) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.webresources.StandardRoot.initInternal(StandardRo ot.java:682) ~[jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) ~ [jar:rsrc:tomcat-embed-core-9.0.46.jar!/:na] ... 45 common frames omitted C:\Users\Administrator\Desktop>
06-21
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值