当前位置:网站首页>Serious [main] org.apache.catalina.util.lifecyclebase Handlesubclassexception initialization component
Serious [main] org.apache.catalina.util.lifecyclebase Handlesubclassexception initialization component
2022-07-25 13:36:00 【|Liu Zhao|】
06-Dec-2020 13:29:55.280 serious [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Initialize components [Connector[HTTP/1.1-8080]] Failure .
org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:1041)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:533)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1057)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.startup.Catalina.load(Catalina.java:584)
at org.apache.catalina.startup.Catalina.load(Catalina.java:607)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:303)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
Caused by: java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:461)
at java.base/sun.nio.ch.Net.bind(Net.java:453)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:228)
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:211)
at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1141)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1154)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:581)
at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:74)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:1038)
... 13 more
stop it tomcat And run it again ok 了 :
aplicationserver --- > Choose tomcat Right click ---- > stop/disconnect ---- > And then again run/connect Just ok 了

边栏推荐
- 运动豪华还是安全豪华?亚洲龙与沃尔沃S60该入手哪款?
- Numpy quick start
- stable_baselines快速入门
- TCP的拥塞控制
- Brpc source code analysis (III) -- the mechanism of requesting other servers and writing data to sockets
- 程序员成长第二十七篇:如何评估需求优先级?
- 【AI4Code】CodeX:《Evaluating Large Language Models Trained on Code》(OpenAI)
- Redis visualizer RDM installation package sharing
- ThreadLocal&Fork/Join
- 手写jdbc的使用步骤?
猜你喜欢
随机推荐
刷题-洛谷-P1059 明明的随机数
Jupyter Notebook介绍
Preparing for the soft test for junior programmers in the second half of 2022
Excel录制宏
stable_baselines快速入门
QingChuang technology joined dragon lizard community to build a new ecosystem of intelligent operation and maintenance platform
并发编程之并发工具集
The migration of arm architecture to alsa lib and alsa utils is smooth
[six articles talk about scalablegnn] around www 2022 best paper PASCA
window unbutu20 LTS apt,wget 安装时 DNS 解析错误
Hcip seventh day notes
hcip第十天笔记
【GCN-CTR】DC-GNN: Decoupled GNN for Improving and Accelerating Large-Scale E-commerce Retrieval WWW22
全网最简单解决方式1045-Access denied for user [email protected](using password:YES)
Prepare for 2022 csp-j1 2022 csp-s1 preliminaries video set
Design and principle of thread pool
[server data recovery] HP EVA server storage raid information power loss data recovery
int数组获取重复数据
How to solve the problem of taking up too much space when recording and editing videos?
Blocking queue for concurrent programming









