Author |
|
Loni2Shoes Newbie
Joined: 18 September 2008 Location: United States
Online Status: Offline Posts: 4
|
Posted: 19 September 2008 at 8:56am | IP Logged
|
|
|
In an effort to increase the stability of our application, I recently added the ability to connect to a second GMail mailbox. As you may know, this requires the use of SSL. I appear to be able to connect and retrieve messages just fine but, since deploying this change, my application occassionally crashes and generates one of two errors in Event Viewer:
Error 1:
EventType clr20r3, P1 emailleadsprocessor.exe, P2 2.2.0.0, P3 48a305c8, P4 mailbee.net, P5 2.0.0.6, P6 4461e362, P7 45c, P8 93, P9 mailbee.mailbeesocketaborted, P10 NIL.
Error 2:
EventType clr20r3, P1 emailleadsprocessor.exe, P2 2.2.0.0, P3 48cad5a4, P4 mailbee.net, P5 2.0.0.6, P6 4461e362, P7 45c, P8 f0, P9 mailbee.mailbeesocketexception, P10 NIL.
If it's helpful, I also found an error document that is created each time this error occurs (I found it through Microsoft's error auto reporting tool):
QueueVer=1
UI LCID=1033
Date=9/14/2008
Time=11:04:24 PM
ReportSize=51469
Bytes=bytes
Kilobytes=KB
Megabytes=MB
MoreInfo=What data does this error report contain?
ErrorSubPath=Generic\clr20r3\emailleadsprocessor.exe\2.2.0.0 \48cad5a4\mailbee.net\2.0.0.6\4461e362\45c\f0\mailbee.mailbe esocketexception
Heap=mdmpmem.hdmp
Stage1URL=/StageOne/Generic/clr20r3/emailleadsprocessor.exe/ 2.2.0.0/48cad5a4/mailbee.net/2.0.0.6/4461e362/45c/f0/mailbee .mailbeesocketexception.htm
Stage2URL=/dw/generictwo.asp?EventType=clr20r3&P1=emailleads processor.exe&P2=2.2.0.0&P3=48cad5a4&P4=mailbee.net&P5=2.0.0 .6&P6=4461e362&P7=45c&P8=f0&P9=mailbee.mailbeesocketexceptio n&Sig=NA
General_Reportee=Microsoft
BP0=clr20r3
BP1=emailleadsprocessor.exe
BP2=2.2.0.0
BP3=48cad5a4
BP4=mailbee.net
BP5=2.0.0.6
BP6=4461e362
BP7=45c
BP8=f0
BP9=mailbee.mailbeesocketexception
BP10=NIL
CBP=11
DWVer0=11
DWVer1=0
DWVer2=8160
DWVer3=0
Details_Sig_Body=EventType : clr20r3 P1 : emailleadsprocessor.exe P2 : 2.2.0.0
P3 : 48cad5a4 P4 : mailbee.net P5 : 2.0.0.6 P6 : 4461e362
P7 : 45c P8 : f0 P9 : mailbee.mailbeesocketexception
QueueMode=268435458
EventID=5000
ReportingFlags=14
UIFlags=69
LoggingFlags=0
MiscFlags=0
EventLogSource=.NET Runtime 2.0 Error Reporting
General_AppName=Email Leads Processor
Final_Link=Prevent this problem in the future
I was unable to find any posts related to these two error types (mailbeesocketaborted and mailbeesocketexception) and was wondering if anyone else has experienced this and, if so, how you've dealt with or troubleshot it.
Thank you.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 19 September 2008 at 9:12am | IP Logged
|
|
|
Thank you for the detailed info you provided.
2.0.0.6 is obsolete version of MailBee.NET Objects. Please update your MailBee.NET.dll to the latest version available here and try to reproduce the issue. The latest version will work with the license key you have.
If this doesn't help, please enable logging, reproduce the issue and provide us with the log file for examination. Try to avoid irrelevant records in the log file which may appear if multiple threads connect to mail server(s) simultaneously.
Gmail's POP3 and IMAP have some issues with closing connection correctly, the new version contains a workaround for that.
Best regards,
Andrew
|
Back to Top |
|
|
Loni2Shoes Newbie
Joined: 18 September 2008 Location: United States
Online Status: Offline Posts: 4
|
Posted: 30 September 2008 at 8:31am | IP Logged
|
|
|
I updated to the latest version and deployed only to have the same error recur. I'll add logging and follow up with what I find. Thank you very much for your assistance and attention.
|
Back to Top |
|
|