- 浏览: 1380986 次
- 性别:
- 来自: 江西
最新评论
-
ron.luo:
牛逼,正解!
maven设定项目编码 -
lichaoqun:
java.sql.SQLException: Can't call commit when autocommit=true -
Xujian0000abcd:
Thanks...
Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the clas -
renyuan2ni:
[i][b][u]引用[list]
[*][img][flas ...
Manual close is not allowed over a Spring managed SqlSession -
851228082:
宋建勇 写道851228082 写道<!-- 文件拷贝时 ...
maven设定项目编码
文章列表
错误信息:
mysql> DROP INDEX idx-ipt ON sf_ipt_exam_item;
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-ipt ON sf_ipt_exam_item' at line 1
mysql>
错误原因是语法问题,SQL语句中存在'-'符号,需要用'`'包裹,正确语法如下:
mysql> DR ...
The function size must be used with a prefix when a default namespace is not
- 博客分类:
- 编程错误及处理
- jstl
- JSP/Servlet
错误信息:
20:23:34.035 %PARSER_ERROR[l] [qtp180406984-43] ERROR o.a.struts2.dispatcher.Dispatcher - Exception occurred during processing request: /page/zlcx/data_detail_ywsc.jsp(99,10) PWC6296: The function size must be used with a prefix when a default namespace is not specified
org.apache.jasper.Jasper ...
错误信息:
[WARNING] FAILED remoting: java.lang.NoSuchMethodError: org.springframework.expression.spel.SpelParserConfiguration.<init>(Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;)V
java.lang.NoSuchMethodError: org.springframework.expression.spel.SpelParserConfigurati ...
配置maven-dependency-plugin插件提示错误信:
Description Resource Path Location Type
maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e. pom.xml /demo line 159 Maven Project Build Lifecycle Mapping Problem
maven-dependency-plugin配置如下:
<plugin>
...
错误信息:
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:626)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacad ...
在类com.ipharmacare.plat.service.data.DocOrgService中定义了如下2个方法:
public int operate(Integer docId, String[] allOrgs, DocManageVo doc) {
int r = 0;
...
return r;
}
public int operate(DocManageVo doc, String[] allOrgs, String productId, String entCode) {
int r = 0;
...
...
如下字符串:
【</span><span style=\"FONT-FAMILY: '宋体'; LETTER-SPACING: 0pt; COLOR: rgb(0,0,0); FONT-SIZE: 10.5pt; mso-spacerun: 'yes'\">药理学</span><span style=\"FONT-FAMILY: '宋体'; LETTER-SPACING: 0pt; COLOR: rgb(0,0,0); FONT- ...
今天使用form表单提交数据时提示404错误,但当我直接在浏览器中输入URL链接时,可以正常访问,这有点邪门啊!
后来发现是传递的参数问题,如下:
<input type="hidden" name="datadoc.submitTime" value="${datadoc.submitTime }">
修改后如下:
<input type="hidden" name="datadoc.submitTime" value="<fmt:formatDate va ...
数据排序是许多实际任务在执行时要完成的第一项工作,比如学生成绩评比、数据建立索引等。
本次实例和数据去重类似,都是先对原始数据进行初步处理,为进一步的数据操作打好基础。
实例描述:
对输入文件中的数据进行排序。输入文件中的每行内容均为一个数字,即一个数据。要求在输出中每行有两个间隔的数字,其中,第二个数字代表原始数据,第一个数字代表这个原始数据在原始数据集中的位次。
样例输入:
样例输出:
程序代码
package com.songjy.hadoop.demo;
import java.io.IOException;
import org.apache.hadoop ...
在进行hbase分布式安装时出现了如下信息:
quorum.QuorumCnxManager: Cannot open channel to 2 at election address slave2/1.2.3.4:3888
本能的认为安装出现了差错,但是使用命令
bin/hbase shell
能正常登录且访问地址
http://28.18.19.4:60010/master.jsp
正常,这时突然回过神来了!
ZooKeeper集群的每个节点都试图去连接集群中的其它节点,先启动的肯定连不上后面还没启动的,所以上面日志前面部分的异常是可以忽略的,因为当你看最后一个启动节点的日志文件(hba ...
用三台Linux搭建hadoop环境时出错,master主机部分信息日志如下:
2015-03-28 17:13:12,147 WARN org.apache.hadoop.hdfs.DFSClient: Error Recovery for null bad datanode[0] nodes == null
2015-03-28 17:13:12,147 WARN org.apache.hadoop.hdfs.DFSClient: Could not get block locations. Source ...
Does not contain a valid host:port authority: file:///
在进行伪分布式Hadoop配置时出现信息如下:
http://127.0.0.1:50030可以访问,http://127.0.0.1:50070不能访问。说明map/reduce启动正常。namenode启动失败。
按照提示的意思是 host:port配置错误。因此错误的地方应该是conf/core-site.xml(主要配置HDFS/Hadoop的分布式文件系统)。经过检查发现配置
<?xml version="1.0"?>
<?xm ...
虽然自己实现了客户端监听zk节点变化,今天发现有现成的工具,着实不赖,记录一下。呵呵!
如何使用Cruator监听zookeeper事件变化
package curator;
import org.apache.curator.RetryPolicy;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.CuratorFrameworkFactory;
import org.apache.curator.framework.CuratorFramewor ...
错误信息:
一月 30, 2015 11:10:16 上午 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet [spring] in context with path [/monitor] threw exception [Request processing failed; nested exception is org.springframework.transaction.TransactionSystemException: Could not commit Hi ...
错误信息:
执行命令(修改前):
java -Djava.ext.dirs=.\target\wasu-pm-web\WEB-INF\lib -cp .\target\classes;.\target\test-classes demo.Demo
执行命令:(修改后)
java -Xms32m -Xmx800m -Djava.ext.dirs=.\target\wasu-pm-web\WEB-INF\lib -cp .\target\classes;.\target\test-classes demo.Demo
java.lang.OutOfMemoryError: Java heap s ...