打杂
全部博文(524)
发布时间:2015-01-05 10:43:16
your_domain->Environment ->Servers ->your_server->Configuration->Tuning->Stuck Thread Max Time......【阅读全文】
发布时间:2015-01-05 09:54:50
一次weblogic调优的经过项目组反应数据库有问题, 检查发现sga还用的默认参数,缓冲区命中率很低。根据系统内存调整后,好像系统正常了。数据库调整就算是结束了 一天后,我再登这个数据库的时候,发现一个提示说线程已经超过限制,不允许再登录。然后我去修改了process到250,增加并发连接数。然后重启了.........【阅读全文】
发布时间:2014-12-31 10:23:32
<BEA-000449> <Closing socket as no data read from it on 10.14.38.101:50,465 during the configured idle timeout of 5 secs> 网上解决方法:I had the same problem on my production environment. This message is logged when user does not wait for the whole page to load and clicks on some other link.........【阅读全文】
发布时间:2014-12-18 10:17:30
WEBLOGI版本是10.3/home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer在域的目录下创建目录和文件:mkdir securitycd security/[weblogic@test security]$ touch boot.properties[weblogic@test security]$ vi boot.properties username=weblogicpassword=oracle123启动web.........【阅读全文】