简体   繁体   English

Weblogic服务器性能降低

[英]Weblogic server slow performance

I'm about to go live with an application, and for the last couple of weeks, the weblogic I installed on my Linux server has been running fine. 我将要使用一个应用程序,在过去的几周中,我安装在Linux服务器上的weblogic一直运行良好。 Until yesterday when suddenly, web service calls were taking too long. 直到昨天突然之间,Web服务调用花费的时间太长。 I checked the server logs and I couldn't see any requests for the web services. 我检查了服务器日志,但看不到对Web服务的任何请求。 Then I tried to log into the weblogic console and after 6 mins, the console still hadn't loaded up on the browser. 然后,我尝试登录到weblogic控制台,并且6分钟后,该控制台仍未加载到浏览器中。

I checked the server logs and there were no errors. 我检查了服务器日志,没有错误。 Everything seemed normal, but it wasn't. 一切似乎正常,但事实并非如此。 The applications on the weblogic server were either not responding to external web service calls or they were too slow in responding (none of them were throwing errors, by the way). Weblogic服务器上的应用程序要么没有响应外部Web服务调用,要么响应速度太慢(顺便说一句,它们都没有抛出错误)。 Weblogic itself wasn't complaining about anything. Weblogic本身并没有抱怨任何事情。

Weird thing is, when this happened, I shut down the node manager and tried restarting it, but it wouldn't come on completely, like it was stuck. 奇怪的是,当发生这种情况时,我关闭了节点管理器并尝试重新启动它,但是它无法完全启动,就像卡住了一样。 I had to restart the entire red hat OS before weblogic and the nodemanager became responsive. 在weblogic和nodemanager响应之前,我必须重新启动整个red hat OS。

I want to know, is there something I should be tuning on my weblogic to avoid something like this from repeating? 我想知道,我应该在我的weblogic上进行一些调整,以免重复出现这种情况吗?

Beyond this, response from the weblogic server has been amazing. 除此之外,weblogic服务器的响应令人惊讶。 The REDHAT has over 64gb worth of RAM and other crazy configurations. REDHAT具有超过64GB的RAM和其他疯狂的配置。

Everything Emmanuel Collin said is correct. 艾曼纽·柯林(Emmanuel Collin)所说的一切都是正确的。 I also ensured that I stopped all web application services first before either updating the war files or shutting down the servers. 我还确保在更新war文件或关闭服务器之前先停止所有Web应用程序服务。 That way there were no memory leaks. 这样就没有内存泄漏。

Thanks Emmanuel. 谢谢伊曼纽尔。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM