码迷,mamicode.com
首页 >  
搜索关键字:failure( 5456 )    ( 1236个结果
webMethods-Developer/Designer中try-catch与SQL中事务的实现
TryCatch的结构为三个Sequence:-Main(exit on:Success) +try(exit on:Failure) +catch(exit on:Done)*以上做法是以前webMethods对于数据库操作的实现,现在有了JDBC Adapter之后,数据库操作变得简单灵活,因而...
分类:数据库   时间:2014-07-18 14:22:24    阅读次数:293
ExtJS 表单 submit时错误处理
这里不提success,提提Extjs 表单提交的failure方法。在表单的提交中,当发生异常行为时通常分为三种情况1. 无法连接到服务器2. 表单验证错误3. 业务逻辑错误对应下面的代码[javascript]view plaincopyfailure=function(form,action)...
分类:Web程序   时间:2014-07-14 23:48:01    阅读次数:436
ubuntu server 时区设置问题解决
1.当执行此命令的时候ntpdate us.pool.ntp.org 出现一下错误提示name server cannot be used: Temporary failure in name resolution2.解决办法(添加DNS服务器)vi /etc/resolv.conf添加: name...
分类:其他好文   时间:2014-07-14 20:12:04    阅读次数:272
大量数据更新导致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
每日晨读_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
Eclipse中mvn install 报错error in opening zip file
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in...
分类:系统相关   时间:2014-07-02 18:42:16    阅读次数:276
CentOS 65 安装vmware tools 杂记
CentOS 65中安装vmware tools时出现如下错误,centos vmware tools install failure ,no default label for /tmp/vmware-block-restore......经过google,发现此篇文章 ,需要预先安装必备组件,g...
分类:其他好文   时间:2014-07-01 18:31:54    阅读次数:230
oracle rac 常见安装、管理错误
1. 安装CRS失败,或执行root.sh报错,可能原因: (1) 节点间的时间不同步,解决方法:使用ntp服务 (2) Linux下启用了默认的防火墙,导致执行root.sh报错: Failure at final check of Oracle CRS stack. 10 解决方法:禁...
分类:数据库   时间:2014-07-01 13:32:15    阅读次数:310
maven问题之Could not calculate build plan:
问题描述: Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution wi...
分类:其他好文   时间:2014-07-01 11:14:35    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!