Re: [Assp-user] assp crashing

2014-02-17 Thread Doug Lytle
 FWIW, the problem went away over the weekend and assp has run continuously 
 since Saturday morning

That would give an indication of a mail server sending data that ASSP couldn't 
handle and it eventually gave up.

I've had this happen in the past, but not in a while.  I would usually identify 
the sending MTA and if valid, bypass ASSP and send it directly to the mail 
server if not, then to block it's IP address.

Doug

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] assp crashing

2014-02-17 Thread Tim Evans
 That would give an indication of a mail server sending data that ASSP 
 couldn't handle and it eventually gave up.

That was my initial thought too, but I could not see any common item (mail 
server, message, sender, recipient, etc.) in the last few lines before it 
crashed, so I posted here to see if anyone could provide any suggestions on 
what to look for. Anyway, it seems to be OK now, whatever the problem was.

...Tim


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] assp crashing

2014-02-17 Thread Doug Lytle
 if anyone could provide any suggestions on what to look for. Anyway, it 
 seems to be OK now, whatever the problem was.


Sometimes you'll have to enable debug.  And those files can get quite large.

Doug

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] assp crashing

2014-02-17 Thread Thomas Eckardt
ASSP V2 has a build in crashanalyzer/crash-preventer. To enable it you 
must change the value in the following line in assp.pl to 1

$enableCrashAnalyzer = 1;

or (better) you add the following line to the 'sub set ' of 
'lib/CorrectASSPcfg.pm'

$main::enableCrashAnalyzer = 1;

in both cases you have to restart assp.

The crashanalyzer is very resource expensive. Files/mails that are 
currently opened while a crash happens are stored in to the folder 
'assp/crash_repo'. If the crashanalyzer is enabled, assp reads the 
crash_repo at startup and builds a relative large Hidden-Markov-Model. 
This crash-HMM is than used to identify mails that will possibly crash 
assp. If assp assumes a possible crash - it will drop the connection and 
writes several diagnostic lines in to the log in this case.

Thomas



Von:Doug Lytle supp...@drdos.info
An: For Users of ASSP assp-user@lists.sourceforge.net, 
Datum:  17.02.2014 23:39
Betreff:Re: [Assp-user] assp crashing



 if anyone could provide any suggestions on what to look for. Anyway, it 
seems to be OK now, whatever the problem was.


Sometimes you'll have to enable debug.  And those files can get quite 
large.

Doug

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk

___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user




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!
***


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user