Redhat – Weblogic takes time to startup

redhatweblogic

I installed weblogic 9.2.3 on Linux redhat 5.5 but I have weird error which is that it takes a long time to startup.

So when I have to restart weblogic first I have to reboot Linux server then startup again weblogic here you can see the logs

<Mar 31, 2011 11:53:05 AM CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 from BEA Systems, Inc.>
<Mar 31, 2011 11:53:06 AM CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3  Mon Mar 10 08:28:41 EDT 2008 1096261 >

Hope I explained well!

What kind of error is this one?

Best Answer

First check how many JDBC connection pools do you have.

If there are many which you are not using try to remove them

If you want to use them change the initial pool size and make it zero.

Related Topic