我们遇到Android系统开机界面(bootanimation)后,系统没法运行起来的问题,
系统一直出现 waiting for ...日志
似乎在等什么服务启动
因此怀疑system server 被block了
调试方法如下:
1. adb shell mkdir /data/anr/
2. adb shell ps | grep system_server
syste...
分类:
移动开发 时间:
2015-01-29 16:01:26
阅读次数:
210
situation:ams streams 文件夹过大, 删除后,重启 ams, 重启失败, amscore 称为defunct process, 无法停止,
ps auxww|grep ams, kill 相关 process,
之后重启总是提示: Waiting for another script to finish...
google之后发现
can no more start ...
分类:
其他好文 时间:
2015-01-27 16:20:46
阅读次数:
266
有时用yum升级一些文件时,会出现以下情况:another app is currently holding the yum lock;waiting for it to exit...可以通过强制关掉yum进程: www.2cto.com #rm -f /var/run/yum.pid然后就可以使...
分类:
移动开发 时间:
2015-01-22 12:40:27
阅读次数:
138
今天网上的系统突然报错,经过排查是调用wcf报错了,报错信息如下:System.TimeoutException: The request channel timed out while waiting for a reply after 00:00:00. Increase the timeout value passed to the call to Request or increase t...
分类:
其他好文 时间:
2015-01-21 15:10:07
阅读次数:
268
现在我们以演示的采购工作流来研究工作流系统的设计。本文将讨论一个通用的工作流“引擎”包含哪些功能。通过需求分析和梳理,我们已经获得如下的流程图。由此可知该流程由一组状态、与状态对应的一组用户和流程处于某种状态时当前用户所能进行的若干操作组成。 接下来逐个分析这些操作。首先看IT部门的起草人填完采购单后提交。此时流程系统须做以下工作:校验必填字段。生成采购单号。修改采购单状态为Waiting For...
分类:
其他好文 时间:
2015-01-17 11:19:50
阅读次数:
147
一、ns5xp的复位
将串口线接到PC,用超级终端连接,端口设置参数为:
每秒位数:9600
数据位:8
奇偶校验:无
停止位:1
数据流控制:硬件
连接到防火墙之后按下reset不放键屏幕显示
Configuration Erasure Process has been initiated.
继续按住不放,大概6到七秒钟显示
Waiting for 2nd con...
分类:
Web程序 时间:
2015-01-04 10:03:48
阅读次数:
186
- The wait()
and notify() methods of the Object class extend this capability by allowing us to
explicitly coordinate the waiting and running threads.
-By executing wait() from a synchronized b...
分类:
编程语言 时间:
2015-01-01 12:32:52
阅读次数:
240
java.sql.SQLException:?An?attempt?by?a?client?to?checkout?a?Connection?has?timed?out.
[Cause:?com.mchange.v2.resourcepool.TimeoutException:?A?client?timed?out?while?waiting?to?...
分类:
其他好文 时间:
2014-12-25 18:51:56
阅读次数:
265
EBS12.1.1在打patch6678700中文补丁时报错如下:
ATTENTION: All workers either have failed or are waiting:
FAILED: file XLIFFLoader.class on worker ....
ATTENTION: Please fix the above failed worker(s) so the m...
分类:
其他好文 时间:
2014-12-19 15:52:07
阅读次数:
205
最近cacti监控的nginxstatus显示不正常,分析了日志并记录下来自己的操作步骤,希望大家能提供更好的建议!而各个参数含义如下:Active--nginx当前正活动连接数。reading--nginx读取到客户端的Header信息数。writing--nginx返回给客户端的Header信息数。waiting--开启keep-aliv..
分类:
其他好文 时间:
2014-12-17 18:51:35
阅读次数:
615