`
文章列表
  Java Virtual Machine is a Native engine which allows our Java Applications to run. It performs the code optimization to improve the performance. In correct tuning, Low memory allocation, extensive code optimization, bad garbage collection strategy, API code leaking…etc are some of the reasons whic ...
在使用weblogic 10.3自带的demo identity keystore(DemoIdentity.jks and DemoTrust.jks),配置使用SSL方式连接NodeManager时出现下面问题: <Warning> <Uncaught exception in server handler: javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from hellokitty - 192.168.1.133. Check the peer to ...
原文:http://jojovedder.blogspot.com/2009/05/weblogic-socket-muxers-are-not-stuck.html What are these weblogic.socket.Muxer threads seen in thread dumps ? Note: for a basic primer on taking thread dumps and analyzing them, see this earlier article Socket Reader Threads accept the incoming request fro ...
环境描述 AIX5308、WebLogic9.2 MP3集群(6应用节点,1管理节点,1集群分发节点) JDK:IBMJava5 64-bit JDK (Service Refresh SR6b + IZ08455) JVM:-Xms2048M –Xmx2048M Patch ID: NGZ8       Performance Pack:server/native/aix/ppc64/libmuxer.so 系统使用过程中,平均每一个月至少宕机一次,表现为WebLogic服务节点呈挂死现象,业务系统不能使用,只能重启服务节点后系统方能使用,并且在业务系统使用过程中,速度达不到理想的效果。 ...

关于nohup

nohup 是一个Unix/Linux命令,表示no hang up,不挂断,就是从终端远程登录到服务器上所执行的命令不因终端的断开而终止。 至于nohup.out,表示nohup命令的输出,实际上是将用nohup命令所运行的进程输出到stdout和stderr的内容重定向到一个文件,默认就是nohup.out,也可以输出到其它的文件,这个参考nohup命令的帮助即可。 nohup的输出和一般的应用或者应用服务器的输出最大的区别就是他没有自动滚动,限制文件数等操作,所以如果应用有大量的输出,就需要自行编写脚本处理滚动等。 常见的用法是: nohup startWebLogic.sh & ...
1. 不能启动安装界面 运行runInstaller提示信息类似如下: xlib:connection to "localhost:0.0" refused by server xlib:client is not authorized to connect to server Exception in thread "main" java.lang.InternalError: can't connect to x11 window server using "localhost:0.0" at ....... 解决 ...
Oracle 9i开始,创建数据库时默认包含了XDB特性。一旦启动了数据库和Listener,Oracle XDB的http服务就占用8080端口,刚好和JBoss、Tomcat等默认端口冲突。除了修改Tomcat等外,还可以修改XDB的配置。 Oracle XDB的端口设置不在配置文件中,而是在数据库里。修改XDB的http和ftp服务端口的方法有3种: 1.使用sys登录Oracle,利用dbms_xdb修改端口设置   SQL>connect /as sysdba;   SQL> -- Change the HTTP/WEBDAV port from 8080 to 8081 ...
Ctrl+Shift+R 打开资源 (可以快速定位需要查询的java或jsp文件而不用搜索,非常实用) 。 Ctrl+Shift+P 定位到对于的匹配符(譬如{}) (从前面定位后面时,光标要在匹配符里面,后面到前面,则反之) Ctrl+Shift+F 格式化当前代码(就是使代码满 ...
Global site tag (gtag.js) - Google Analytics