-
Oct 28th, 2009, 03:17 PM
#1
Servlet get increasingly slow to start
It just started today, but I cant figure out what I did wrong. The symptom is that when my server starts (jboss 4.2.X started in debug mode through myeclipse), the different servlet take more and more time to start.
I get the end of my web context load:
[ContextLoader] Root WebApplicationContext: initialization completed in 24357 ms
Then a first one:
[DispatcherServlet] FrameworkServlet 'remoting': initialization completed in 263 ms
And The first one which takes time (this is the one that I work in, my guess is that something is wrong there):
[DispatcherServlet] FrameworkServlet 'self-registration': initialization completed in 18600 ms
And then the next ones just take more and more time:
[DispatcherServlet] FrameworkServlet 'downloading': initialization completed in 17705 ms
[DispatcherServlet] FrameworkServlet 'supplier-services': initialization completed in 19536 ms
[DispatcherServlet] FrameworkServlet 'uploading': initialization completed in 36421 ms
[DispatcherServlet] FrameworkServlet 'captcha': initialization completed in 13399 ms
I would expect each of these servlet to start in less than a second as the first one does. Any hint about what might be wrong??
The server which use to take less thasn 2 minutes to start now takes 9 minutes.
-
Oct 28th, 2009, 04:06 PM
#2
It seems it was only my computer physical memory which was really loaded and swapping like crazy. I would have erased the post, but I could not find the button.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules