码迷,mamicode.com
首页 >  
搜索关键字:failure during rollb    ( 2418个结果
myeclipse引入工程后运行出错
An internal error occurred during: Launching efax on Tomcat 7.x . 项目运行时报错因为你项目建的时候用的是Tomcat5.x 服务器 ,现在项目用的不是TOmcat5.x ,你必须把服务器改成7.x 以上版本就不会报错了具体办法:项目 ...
分类:系统相关   时间:2014-07-16 21:10:28    阅读次数:224
大量数据更新导致fgc频繁引起jvm服务暂停。
线上跑的几台服务器突然出现大量fgc,由于在fgc过程的stop the world太久,引起其它应用访问该服务器上的接口大量超时。(发生超时的时间点和fgc时间点一致)先进行初步的优化。方案:修改CMSInitiatingOccupancyFraction=85这个调低到60,加快cms gc处理防止concurrent mode failure触发FGC,           减少CMSMax...
分类:其他好文   时间:2014-07-12 21:26:45    阅读次数:228
20140709 NameNode bug2
我用命令:bin/hdfsnamenode-format 格式化NameNode时报下面的错:14/07/09 17:12:49 WARN namenode.NameNode: Encountered exception during format: org.apache.hadoop.hdfs.q...
分类:其他好文   时间:2014-07-11 11:01:55    阅读次数:282
java.lang.NullPointerException
这个异常是常见的Java中的异常,空指针异常。而且,一般都会指出在哪儿出现空指针异常。 1、错误描述 严重:Exception occurred during processing request:null    java.lang.NullPointerException. 2、错误原因      if(isValiation(user.getUsername())){...
分类:编程语言   时间:2014-07-09 13:00:57    阅读次数:240
POJ-1324-Holedox Moving(BFS)
Description During winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its lair, comes out, and begins its new life.  Hol...
分类:其他好文   时间:2014-07-08 17:28:54    阅读次数:256
POJ-2892-Tunnel Warfare(线段树)
Description During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels lay in a...
分类:其他好文   时间:2014-07-08 16:51:42    阅读次数:506
每日晨读_20140705
#技术晨读# 分布式缓存的一起问题 数据一致性一直是分布式缓存最需要考虑的问题,文章的这起问题场景就是master缓存集群出现了单点故障,有什么方案能避免切换导致的数据一致性的问题。 http://timyang.net/data/cache-failure/ #技术晨读# 一次成功的漫游京东内部网...
分类:其他好文   时间:2014-07-06 16:19:28    阅读次数:351
jsonkit 解析nsarray 时候 报错
jsonkit 解析nsarray 时候 报错 Assertion failure in -[TXJKArray count], /Users/mqq/hudson/1740/src/TencentOpenApi_IOS/Common/Util/JSONKit.m:738 解决办法: Had the same issue, I was trying to set the ...
分类:Web程序   时间:2014-07-03 18:25:16    阅读次数:356
Tomcat报内存溢出
1、错误描述 严重:Exception occurred during processing request:null          java.lang.reflect.InvocationTargetException. Caused by:java.lang.OutOfMemoryError:Java heap space. 2、错误原因 3、解决办法...
分类:其他好文   时间:2014-07-03 18:03:46    阅读次数:171
SQL语句异常导致项目报错
1、错误描述 严重:Exception occurred during processing request:Statement Callback;SQL[   ];OALL8处于不一致状态;            nested exception is java.sql.SQLException:OALL8处于不一致状态.            java.sql.SQLException:...
分类:数据库   时间:2014-07-03 17:59:34    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!