Groups > Weblogic > WebLogic Performance > Slow startup/shutdown on WL




Slow startup/shutdown on WL

Slow startup/shutdown on WL
Mon, 5 May 2008 14:43:52 -0700
Hi,

We're having a performance issue starting/shutting down weblogic 8.1.1 on
Solaris 8 on a Sunfire V240 with 4Gb of memory. it takes an average of 15-20
minutes to start the application using command line start.

Here is some background on the environment:
A. Start with java args :
-Xms1536m -Xmx1536m MaxPermSize=128m NewSize=256m MaxNewSize=256m
SurvivorRation=8.
B. There is a cron job that starts/stops then imports at night. The shutdown is
also slow, so after 2 minutes of attempted FORCESHUTDOWN, we do a 'kill -9' on
the process. My guess is that there is still a transcation that needs to finish
( some are fairly large ), and so FORCESHUTDOWN doesnt complete in 2min. 
C. There are multiple applications on the server, but even if we remove one of
them ( the second ), startup/shutdown takes the same time to start. The second
app depends on the first, so we havent removed the first one
D. There have been some database issues as well, running out of database
connections. This is due to Connections not being closed, and we are correcting
that issue right now, and is not complete.
E. Most of the time, the logs hang on the last statement below in the logs.
However, I don't see any consistency in what follows the BEA-101133 message in
the logs. 


I apologize in advance for asking more than one item in a post, but I have
multiple questions that I believe might be related to the slow startup:
1. Will running 'kill -9' on the process have an impact on the startup of WL, as
it is trying to recover or restore connections or resources?
2. Once the database connection issues are cleared up ( working on them now),
should startup time increase? 
3. Any other suggestions to increase the startup time of WL?


####<Apr 26, 2008 6:44:13 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:13 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001072> <Connection for XA pool "ds.oem"
created.> 
####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001133> <Statement caching not enabled for 
connection in specified pool "ds.oem".> 
####<Apr 26, 2008 6:44:17 AM EST> <Info> <Common>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-000628> <Created "10" resources for pool 
"ds.oem", out of which "10" are available and "0"
are unavailable.> 
####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001124> <Created Connection Pool named ds.oem.> 
####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001121> <Created TX Data Source named ds.im for 
Pool ds.im.> 
####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001121> <Created TX Data Source named ds.nice for Pool
ds.nice.> 
####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001121> <Created TX Data Source named ds.core for Pool
ds.core.> 
####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001121> <Created TX Data Source named ds.oem for Pool
ds.oem.> 
####<Apr 26, 2008 6:44:19 AM EST> <Info> <JDBC>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-001121> <Created TX Data Source named ds.wf for 
Pool ds.wf.> 
####<Apr 26, 2008 6:44:19 AM EST> <Info> <JMS>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-040108> <User connection factory 
"jms.ds.TopicConnectionFactory" is started.> 
####<Apr 26, 2008 6:44:19 AM EST> <Info> <JMS>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-040054> <JMSServer "JMServ". No persistent
store 
configured.> 
####<Apr 26, 2008 6:44:20 AM EST> <Info> <JMS>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-040321> <JMSServer "JMServ" is resuming.> 
####<Apr 26, 2008 6:44:21 AM EST> <Info> <JMS>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-040010> <JMSServer "JMServ" configured no
session pools.> 
####<Apr 26, 2008 6:44:22 AM EST> <Info> <JMS>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-040109> <JMSServer "JMServ" is started.> 
####<Apr 26, 2008 6:44:22 AM EST> <Info> <HTTP>
<myservername> <mysrv> <main> <<WLS Kernel>>
<> <BEA-101133> <Initializing Web server mysrv.> 
Post Reply
about | contact