|
From: Leif M. <le...@ta...> - 2003-10-28 07:04:43
|
Sal and others,
Sorry for the multiple posts. It appears that my mail server was
not playing nice with
the SF mail servers for some reason. I am still unsure of the cause but
from my logs
everything appears to have been working correctly on my end.
The SF mail servers appear to have been under extreme load for a few
days. My logs
were filled with temporary failure messages about there being too many
SMTP users
connected to the SF mail servers. My mail server would then dutifully
wait the
appropriate amount of time and then try again. The problem was that
for some strange
reason, the SF servers appear to have been accepting the messages each
time even
though my server was told that the message was rejected.
At the same time there was a delay of several hours before the
individual messages
were showing up on the list. I was thus not able to notice what was
happening for a
while. Once I saw what was happening I deleted the mail files from my
local spool.
I have posted a few other mails since and the problem appears to
have gone away.
There had been no changes on my end for several months, so hopefully
the problem
does not reoccur.
Cheers,
Leif
Sal Ingrilli wrote:
>i've received this reply from leif 8 times after the original on 10/23
>8:16pm. here are these times:
>10/23 8:59pm
>10/23 9:30pm
>10/23 10:11pm
>10/23 10:24pm
>10/23 10:44pm
>10/23 11:00pm
>10/23 11:15pm
>10/24 1:00am
>10/24 1:57am
>10/24 2:20am
>10/24 7:05am
>
>i've also received the "Unable to run script on Solaris 8" reply from leif
>several times.
>
>?
>
>-----Original Message-----
>From: wra...@li...
>[mailto:wra...@li...]On Behalf Of Leif
>Mortenson
>Sent: Thursday, October 23, 2003 8:16 PM
>To: wra...@li...
>Subject: Re: [Wrapper-user] How do you dump a process which runs as a
>service ( win2k )?
>
>
>Robert,
> There are a number of ways to invoke a thread dump.
>1) Using the WrapperActionServer class (see javadocs) It lets you
>connect via telnet to
>execute commands. Drawback is that it requires a little bit of coding.
>
>2) Use the WrapperManager.requestThreadDump(). Since you are using a JSP
>container, you can probably just create a little JSP page which
>contains the following:
><% org.tanukisoftware.wrapper.WrapperManager.requestThreadDump(); %>
>
>3) Use JMX. There are even instructions for getting it working with
>JBoss. This is
>probably the easiest.
>http://wrapper.tanukisoftware.org/doc/english/jmx.html
>
>Cheers,
>Leif
>
>Augustyn, Robert non Unisys wrote:
>
>
>
>>Hi,
>>I have a process ( jboss ) running as a service under wrapper.
>>This process sometimes is starting to use 50% cpu on a large box.
>>There is nothing going on inside jboss as far as I can tell.
>>I am trying to dump the java process and see if I can find anything in the
>>dump.
>>Question:
>>How do I dump java service?
>>Is there a better way of debugging problem like mine?
>>robert
>>
>>
>>
>>
>
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: The SF.net Donation Program.
>Do you like what SourceForge.net is doing for the Open
>Source Community? Make a contribution, and help us add new
>features and functionality. Click here: http://sourceforge.net/donate/
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: The SF.net Donation Program.
>Do you like what SourceForge.net is doing for the Open
>Source Community? Make a contribution, and help us add new
>features and functionality. Click here: http://sourceforge.net/donate/
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
>
|