文章最前: 我是Octopus,这个名字来源于我的中文名--章鱼;我热爱编程、热爱算法、热爱开源。所有源码在我的个人github ;这博客是记录我学习的点点滴滴,如果您对 Python、Java、AI、算法有兴趣,可以关注我的动态,一起学习,共同进步。
相关文章:
- DuplicateKeyException异常处理:java向数据库插入数据异
- springboot的UnsatisfiedDependencyException异常问题
- org.springframework.dao.DataIntegrityViolationException
- com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'current_state'
- java中出现这种错误: "error": "Internal Server Error",
- The Tomcat connector configured to listen on port 8888 failed to start
- java.nio.charset.MalformedInputException错误解决
- org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.geekplus.dao
1.问题描述:
Description:
The Tomcat connector configured to listen on port 8888 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8888, or configure this application to listen on another port.
2019-06-21 11:35:38:919 INFO [restartedMain][AnnotationConfigServletWebServerApplicationContext] - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@182f7940: startup date [Fri Jun 21 11:35:35 CST 2019]; root of context hierarchy
2019-06-21 11:35:38:922 INFO [restartedMain][AnnotationMBeanExporter] - Unregistering JMX-exposed beans on shutdown
2019-06-21 11:35:38:922 INFO [restartedMain][AnnotationMBeanExporter] - Unregistering JMX-exposed beans
Process finished with exit code 0
2.问题解决:
这种报错就是8888端口被占用,重新换个端口就好了;