因为调试方便,把eclipse里的控制台输出调整为无限制了,结果各种log打了一夜居然把堆内存打爆了. 还是改回去吧. 在日志输出的状态下(貌似没日志的时候没法选)右键console的内容区域 -> Preferences -> 勾选Limit Console Output 想调试方便可以将console buffer size调大一点.…
上篇博文说了如何处理 Eclipse Console打印不自动删除问题, 而不让日志自动删除后会报错:IOConsole Updater 重复的刷屏,一会之后,就会出现IOConsole Updater'的报错信息. 记得调试之后把 Limit console output 给回去,或者把值给大点…
在eclipse中使用搜索功能,发生错误: "File Search" has encounter a problem 仔细看了一下自动跳出的错误日志(Error Log),发现: .......Resource is out of sync with the file system 原因:eclipse中的文件和workspace中文件不一致.(自己在workspace中用改了某个文件,即在eclipse工程之外的地方修改了源文件但是没有刷新) 解决方法: 方法1  在工程目录右键…
最近做百万次通讯测试,在做并发测试时发现eclipse的控制台输出超过10万条信息时开始有报错内容 Address already in use : connect 这种错误多了后紧接着eclipse 不断弹出有 'IOConsole Updater' has encountered a problem. An internal error has occurred. Java heap space. 错误信息的窗口. 弹出窗口解决办法:修改eclipse的配置文件eclipse.ini中-Xm…
Many HDFS users encounter the following error when DFSClient ready file from a certain Data Node.  "Java.net.SocketTimeoutException: 60000millis timeout while waiting for channel to be ready for read. ch" The reason about this error is that the…
http://stackoverflow.com/questions/11001252/running-out-of-heap-space issue: I am having a heap space problem. My program is simple. There are two actors (send & receive) "send" actor is passing 10000 objects per second to "receive"…
How the production environment at Google fits together for networking, monitoring and finishing with a sample service architecture at Google. I am a Site Reliability Engineer at Google, annotating the SRE book in a series of posts. The opinions state…
1. MyElipse复制项目后,修改项目的发布名称的方式.右击你的项目,选择 properties -- > MyElipse -- > web,然后修改名称即可. 2. IDE查看源代码需要关联 src 文件 : 选中项目 -->右键 --> build path -- >Java Build Path --> Libraries ,选中jar包,点开 ,然后单击Source attachment , -- > edit 关联源码. 3. 使用一些开源框架,如…
我们生产服务器都部署在VMware ESXi 5.5平台上,最近大半年的时间,偶尔就会出现操作系统为Windows Servre 2012的服务器出现没有任何响应(unresponsive)的情况,出现问题的时候,服务器有下面一些现象: 1: 应用程序无法访问SQL Server数据库,使用Microsoft SQL Server Management Sutdio去测试连接数据库,也会返回连接错误. 2: 网络有时候能Ping通,有时候是Ping不通的情况. 3: 远程连接无法访问服务器,从V…
基本描述 Kerberos使用Needha-Schroeder协议作为它的基础.它使用了一个由两个独立的逻辑部分:认证服务器和票据授权服务器组成的"可信赖的第三方",术语称为密钥分发中心(KDC).Kerberos工作在用于证明用户身份的"票据"的基础上. KDC持有一个密钥数据库:每个网络实体--无论是客户还是服务器--共享了一套只有他自己和KDC知道的密钥.密钥的内容用于证明实体的身份.对于两个实体间的通信,KDC产生一个会话密钥,用来加密他们之间的交互信息.…