Thanks Thomas.

I did have a MainThread_stuck_err.log, but it hadn't been updated since
early November.

I've stoped assp and deleted the TmpDB folder.

I did a search in the config file and found
cleanpbinterval set to 3, I changed that to 4
CleanDelayDBInterval is 10800, I left that alone, if the problem persists at
the same interval, I'll change that next




On Fri, Dec 17, 2010 at 2:46 AM, Thomas Eckardt
<thomas.ecka...@thockar.com>wrote:

> Ken,
>
> if assp is unreponsive for new SMTP connections, the MainThread is
> possibly doing any recovery for workers or is blocked by any other event.
> Is there a file 'MainThread_stuck_err.log' in the assp folder? If not
> both, the MainThread and MaintThread, are involved in this 'hanging' - the
> MaintThread should write a line in to this file if he detects that the
> MainThread is not processing his loop correctly.
>
> If there is no such file or not a line in it for this point in time, look
> in to the maillog to find out the reason. ASSP will be unresponsive on
> 'listenPort' , 'listenPort2' and 'listenPortSSL' if the 'maxSMTPSessions'
> is reached - it will be reponsive at WebPorts, SNMP and 'relayPort' in
> this case.
>
> ASSP will be unreponsive on all ports: if it is going down or starts up,
> or the complete Perl process hangs. This could also be happen, if the
> MainThread and the MaintThread are locking each other - this is the most
> worth case - because nothing could be checked and nothing will be logged.
> But, if assp comes back after 2-3 minutes, you should see the last actions
> of the MaintThread(10000) - what was he doing in this 2-3 minutes?
>
> >We're finding that every 3 hours,
>
> Check your assp.cfg for single values like : 3 or 180 or 10800  (3 hours)
> It could be possible, that a maintenance task, which is running every 3
> hours, uses a damaged database (also internals). If such a database does
> never more allow the access sharing (BerkeleyDB for example) this could be
> a reason for a 'stucking' MainThread. To solve this, stop assp -delete the
> folder 'tmpDB' and start assp.
>
> Thomas
>
>
>
>
>
> Von:    K Post <nntp.p...@gmail.com>
> An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
> Datum:  17.12.2010 03:47
> Betreff:        [Assp-test] v2, 2-3 minute hangs every 3 hours
>
>
>
>
> Hi all-
>
> Running v2 on a win32 box.  We're finding that every 3 hours, smtp will
> become unresponsive for 2-3 minutes.  I've looked through the logs and
> don't
> see anything other than NO log entries written for the 2-3 minutes.  The
> machine responds to pings, but not smtp requests.
>
> I can't be sure, but believe that it's something with ASSP and not the
> box.
> First, there's nothing running on a schedule on the machine.  Second, if I
> kill assp, it still goes down every 3 hours, but at different times.  For
> example, for about a week service was unresponsive at approximately
> 10:20am,
> 1:20pm, 4:20pm, 7:20p, etc.  After a restart of the service, but not the
> machine, ASSP seems to hang at approximately 11:07am, 2:08pm, etc.
>
> Any clue as to what could be causing the hang?  It resumes without me
> doing
> anything, there's just no SMTP happening during the 2-3 minutes...
>
> Thanks
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
>
>
> DISCLAIMER:
> *******************************************************
> This email and any files transmitted with it may be confidential, legally
> privileged and protected in law and are intended solely for the use of the
>
> individual to whom it is addressed.
> This email was multiple times scanned for viruses. There should be no
> known virus in this email!
> *******************************************************
>
>
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to