老哥们,萌新启动项目时,出现这个错误,求大佬们支援

qq_38025086 2017-12-09 09:21:35
09-Dec-2017 09:13:17.956 INFO [RMI TCP Connection(5)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:18.159,listener.PluginContextListener.parsePluginFolder:79 - Plugins: looking in: C:\legendshop\legendshop_sources\app\legendshop_app\target\legendshop_app-0.0.2-SNAPSHOT\WEB-INF\plugins
Sat Dec 09 09:13:19 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Sat Dec 09 09:13:19 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Sat Dec 09 09:13:22 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Sat Dec 09 09:13:22 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Sat Dec 09 09:13:22 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Sat Dec 09 09:13:22 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Sat Dec 09 09:13:22 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
INFO,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:22.363,pool.DruidDataSource.init:715 - {dataSource-1} inited
2017-12-09 09:13:23.113 INFO net.spy.memcached.MemcachedConnection: Added {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0} to connect queue
2017-12-09 09:13:24.129 INFO net.spy.memcached.MemcachedConnection: Reconnecting due to failure to connect to {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}
java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:677)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:436)
at net.spy.memcached.MemcachedConnection.run(MemcachedConnection.java:1446)
2017-12-09 09:13:24.129 WARN net.spy.memcached.MemcachedConnection: Closing, and reopening {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}, attempt 1.
09-Dec-2017 09:13:26.311 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\apache-tomcat-8.0.37\webapps\manager
09-Dec-2017 09:13:26.373 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\tomcat\apache-tomcat-8.0.37\webapps\manager has finished in 62 ms
WARN,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:26.645,dao.EntityFactoryImpl.registerEntityOperation:87 - className com.legendshop.model.entity.integral.IntegralProd has exists in entityMap
WARN,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:26.676,dao.EntityFactoryImpl.registerEntityOperation:87 - className com.legendshop.model.entity.integral.IntegralOrder has exists in entityMap
WARN,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:26.692,dao.EntityFactoryImpl.registerEntityOperation:87 - className com.legendshop.model.entity.integral.IntegralOrderItem has exists in entityMap
2017-12-09 09:13:28.145 INFO net.spy.memcached.MemcachedConnection: Reconnecting {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}
2017-12-09 09:13:29.160 INFO net.spy.memcached.MemcachedConnection: Reconnecting due to failure to connect to {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}
java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:677)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:436)
at net.spy.memcached.MemcachedConnection.run(MemcachedConnection.java:1446)
2017-12-09 09:13:29.160 WARN net.spy.memcached.MemcachedConnection: Closing, and reopening {QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}, attempt 2.
WARN,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:29.707,dao.EntityFactoryImpl.registerEntityOperation:87 - className com.legendshop.model.entity.Headline has exists in entityMap
INFO,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:30.714,listener.InitSysListener.contextInitialized:72 - ********* Initializing LegendShop System now *************
INFO,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:30.730,sql.ConfigCode._$1:? - The current version of DAL is : 2012-04-26.
2017-12-09 09:13:31.152 WARN net.spy.memcached.MemcachedConnection: Could not redistribute to another node, retrying primary node for SystemConfigcom.legendshop.business.dao.impl.SystemConfigDaoImplgetSystemConfig.
09-Dec-2017 09:13:32.161 SEVERE [RMI TCP Connection(5)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
09-Dec-2017 09:13:32.161 SEVERE [RMI TCP Connection(5)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
INFO,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:32.176,impl.SysDestoryProcessor.process:38 - ********* system destory *************
2017-12-09 09:13:32.192 INFO net.spy.memcached.MemcachedConnection: Shut down memcached client
INFO,RMI TCP Connection(5)-127.0.0.1,12-09 09:13:32.207,pool.DruidDataSource.close:1444 - {dataSource-1} closed
09-Dec-2017 09:13:32.223 WARNING [RMI TCP Connection(5)-127.0.0.1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
09-Dec-2017 09:13:32.223 WARNING [RMI TCP Connection(5)-127.0.0.1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
[2017-12-09 09:13:32,239] Artifact legendshop_app:war exploded: Error during artifact deployment. See server log for details.
...全文
707 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
YuanTous 2017-12-28
  • 打赏
  • 举报
回复
大喊一句,握草
wuzhou2222 2017-12-25
  • 打赏
  • 举报
回复
复制感觉还不如截一下图,复制的感觉好乱不知道从哪里看起
qq_38025086 2017-12-09
  • 打赏
  • 举报
回复
我把项目连接到服务器上的memcached也不行,不知这是什么原因?求大神解答啊

25,985

社区成员

发帖
与我相关
我的任务
社区描述
高性能WEB开发
社区管理员
  • 高性能WEB开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧