error
isxuran
不乱于心,不困于情,不畏将来,不念过往
展开
-
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.e
当你用Eclipse运行web项目的时候,你就会看到控制台出现:WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:firstProject' did not find a matching proper...转载 2017-11-14 10:46:15 · 712 阅读 · 0 评论 -
Maven项目报错:Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies
Eclipse创建maven简单项目时,报错:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descrip...原创 2018-07-04 16:31:38 · 27124 阅读 · 3 评论 -
You can't use "${" here as you are already in FreeMarker-expression-mode. Thus, instead of ${myExpr
控制层: model.addAttribute("blog",blog);然后,在我的FreeMarker页面中,我必须用此对象进行判断,因此我编写以下表达式:<#if (${blog.belongid==1 })> red</#if>然后就报以下错误:<span style="color:#cc0000...原创 2018-07-11 10:05:29 · 8619 阅读 · 0 评论 -
JDBC连接MySQL报错Unknown system variable 'query_cache_size'
前些天尝试Maven项目Spring+Spring MVC+MyBatis时,接连MySQL一直不报错,但就是连不上。 换成单元测试之后连接Mysql之后报如下错误信息:java.sql.SQLException: Unknown system variable 'query_cache_size' 网上查了原因是mysql-connecter-java的版本过低,很显...原创 2018-06-16 09:21:53 · 107787 阅读 · 21 评论 -
Mac系统 eclipse创建的Maven项目不能发布到tomcat上问题解决方法
在eclipse工具中创建maven web项目, 但是tomcat识别不了, 无法发布。 解决办法一:(推荐方法二,简单快捷,不用每次都配置) 1. 右击项目 -> Debug As -> Maven build...2. 在Goals中填入: -Dwtpversion=2.0 eclipse:eclipse之后再update一下项目就可以在t...原创 2018-06-08 15:16:19 · 568 阅读 · 0 评论 -
jsp报错:The superclass"avax.servlet.http.HttpServlet"was not found on the Java Build Path
在用Eclipse进行开发时,可能会出现这样的错误:The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path。我们该怎么解决这个问题呢? 我遇到的错误显示如下: 我创建的是maven项目,有两种解决办法:1、跟图配置项目即可: 2...原创 2018-06-08 14:39:45 · 747 阅读 · 0 评论 -
解决java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).等类似问题
Type Exception ReportMessage Request processing failed; nested exception is org.springframework.dao.TransientDataAccessResourceException:Description The server encountered an unexpected condition that...原创 2018-06-07 09:00:40 · 10018 阅读 · 0 评论 -
Cannot change version of project facet Dynamic Web Module to 3.0【已解决】
Cannot change version of project facet Dynamic Web Module to 3.0解决办法:打开报错项目的.settings文件夹(该文件夹找不到的请参考:.settings)打开org.eclipse.wst.common.project.facet.core.xml文件 做如下修改:<installed f...原创 2018-06-13 10:55:29 · 166 阅读 · 0 评论 -
Maven 工程启动找不到 Spring ContextLoaderListener和IntrospectorCleanupList的解决办法
用maven 工程搭建项目,在搭建好之后,运行时却抛出了这样的错误: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.util.I...原创 2018-06-12 16:37:09 · 789 阅读 · 1 评论 -
eclipse java连接hbase卡住不动
问题 java连接hbase卡住这个过程会持续一段时间<span style="color:#ff0000">log4j:WARN No appenders could be found for logger (org.apache.hadoop.security.Groups).log4j:WARN Please initialize the log4j syst...原创 2018-05-26 10:17:36 · 2041 阅读 · 1 评论 -
java.lang.InstantiationException(实例化异常)
经检查,只是无参构造忘写了 报错信息:java.lang.InstantiationException: com.ac.dto.Userat java.lang.Class.newInstance(Class.java:427)at com.opensymphony.xwork2.ObjectFactory.buildBean(ObjectFactory.java:131)...原创 2018-01-12 10:03:59 · 2897 阅读 · 0 评论 -
警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:sss
警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:sss' did not find a matching property. 我的办法是找到tomcat目录下的conf里的server.xml文件找到并删除以下如:<Context ...原创 2017-11-14 17:11:36 · 1264 阅读 · 0 评论 -
警告: A docBase E:/Tomcat/webapps/Test inside the host appBase has been specified, and will be ignored
错误信息: 警告: A docBase E:/Tomcat/webapps/Test inside the host appBase has been specified, and will be ignored尝试以下操作:1.假设Tomcat安装在D:/Tomcat,进入目录:D:/Tomcat/work/Catalina/localhost删除与Test相关的文件夹2.找到D...原创 2017-11-14 17:05:24 · 1654 阅读 · 0 评论 -
The type java.io.ObjectInputStream cannot be resolved.
今天在导入javaweb项目的时候,项目名及java resources出现红叉,提示The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files tomcat版本为7.0,而jdk为1.8版本. 解决办法:将jdk改为1.7...原创 2017-11-13 16:48:30 · 1681 阅读 · 0 评论 -
jstl taglib的错误 Can not find the tag library descriptor for “http://java.sun.com/jstl/core”
遇到的错误是: Can not find the tag library descriptor for “http://java.sun.com/jstl/core”按照查到的资料,JSTL taglib需要jstl.jar来支持。在1.0和1.1版本的时候,还需要standard.jar来配合。但从1.2版本开始,jar文件名字变成了jstl-1.2.jar,也不再需要stan...原创 2017-11-14 10:59:22 · 251 阅读 · 0 评论 -
Maven项目 遇到failOnMissingWebXml有关问题的解决方法
使用maven创建项目时有时在pom.xml的war处出现failOnMissingWebXml的错误,根据错误提示的原因可以知道项目打包时打成了war包,而war包是web项目 所以如果项目里没有web.xml,在项目里添加一个web.xml,刷新一下项目,就应该没有错误,如果还有请看下面的介绍创建web.xml:右键项目——>javaEE tools—如果你的项...原创 2018-07-04 17:02:42 · 3009 阅读 · 0 评论