Debugging a Jato webapp from within Forte 3.0

Does anybody know the steps involved in debugging a Jato app from
within the Forte 3.0 IDE?
I can successfully package my Jato app into a war file and copy it to
an external TomcatServer/webapps directory and run it with no
problems. However, when I set Forte 3.0 to use its internal Tomcat
3.2 server, and from the IDE select 'WEB-INF' then 'Execute', Forte
does launch the Tomcat 3.2 webserver and an external browser, however
it starts at the root directory of 'http://<machinename>:8080/' -
that's it! I don't know how to setup Forte to start with a url
of 'http://<machinename>:8080/module1/login'.
I'm not looking for detailed steps (although that would be nice),
just areas to research. Does this concern Tomcat's Context creation,
Web Module Groups, JSP & Servlet compilation? Forte's documentation
is all over the place with no clear steps or answers.

The following is the web page generated by Jdev 3.0 to use my servlet. I did a complete install of Jdev 3.0 with no customization or configuration changes...
============================================
<html>
<head><title>Servlet Launcher</title></head>
<body>
<center>
<h2>Servlet Launcher</h2>
<h3>In order to run a servlet, click on the servlet's icon or hyperlink text</h3>
<table border=1 width="100%">
<tbody>
<tr><tr><th colSpan=2>Registered Servlets</th></tr></tr>
<tr>
<td>package1.DbServlet1</td>
</tr>
</tbody>
</table>
</center>
</body>
</html>
============================================
The following is the reply...
============================================
10060 Connection timed out
The web server specified in your URL could not be contacted. Please check your URL or try your request again.
This error could have been caused by:
Bad / misspelled URL
Following an invalid link
Your network connection and/or transient conditions on the Internet
Load conditions on the web server.
Microsoft Proxy Server v2.0
Proxy Server : s1903161.wei.org
Via :
============================================
I am running Personal Web Manager on this workstation but it makes no difference whether or not this service is running....
Since I've installed right out of the box without making any configuration changes, I thought this should work no problem.?

Similar Messages

  • Debugging ABAP Code From Within WebDynpro

    Hi experts,
    I would like to check whether i can debug ABAP code from within webdynpro if i m using a remote J2EE server.
    So netweaver development studio is on my machine
    J2ee server is on a remote machine
    R/3 is also on another remote machine
    Thanks.
    Rgds,
    Daniel

    Hi Daniel,
    One thing note here is
    "You have debugging authorization in the ABAP Workbench in the relevant system.
    Since debugging in the ABAP system via load balancing is not supported, you must reconfigure your JCO destinations so that the calls take place on a dedicated ABAP application server. For Web Dynpro, this is done in the Web Dynpro Content Administrator. In the destination maintenance, specify Single Server Connection as the Destination Type ".
    Other than that ideally it works with j2ee and abap on diff systems.
    Regards
    Ayyapparaj

  • Debugging ABAP Code From Within Webdynpro Application

    Hello Experts,
    We use ABAP RFC Function in Our Java Webdynpro application, We need to debug the parameters pass from the webdynpro application to the ABAP Function.
    In order to do that we:
    1. Defined a JCO connection with "Single Server Connection" as the Destination Type.
    2. We have loged on to the relevant system and client using SAP GUI with the same user that run the webdynpro application.
    3. We have activate the external debugging in se80 Utilities -> Settings
    4. We have set an HTTP (external) breakpoint in the ABAP code,
    As mentioned in the article:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30
    However, we recieve a dump in the R3 system:
    RFC_DEBUGGING_NO_DIALOG_USER
    ShrtText
    RFC debugging is only possible with dialog user
    What happened?
    You attempted to debug a program by RFC. However, in this destination
    there is a user whose user type permits communication without dialog.
    This means, for example, that debugging with a system user is not
    possible.
    What can you do?
    Restart the program and take note of the following:
    You can do one of the following:
    1. You can change the user listed in the RFC destination and enter a
    dialog user.
    2. In the target system of RFC you can change the user type of the user
    listed in the RFC destination to 'dialog'.
    3. You can avoid this runtime error by omitting the RFC debugging.
    If in the ABAP debugger the statement cursor points to the statement
    (CALL FUNCTION ... DESTINATION), you must choose the function
    'Execute'.
    We checked and the user we use is defined as dialog in SU01 and the user that the webdynpro use to call the functio is the same user as was logged in.
    What else should we do?
    Thanks,
    Eyal

    Hello Eyal,
    You mentioned the following..
    1. Defined a JCO connection with "Single Server Connection" as the Destination Type. 2. We have loged on to the relevant system and client using SAP GUI with the same user that run the webdynpro application.*<---The system that you logged into is your source system*
    3. We have activate the external debugging in se80 Utilities -> Settings
    4. We have set an HTTP (external) breakpoint in the ABAP code,
    and the name of the system defined in the RFC connection will be your target system.
    As per the response (dump error message) in this target system you need to have a dialog user.
    And this dialog user needs to be defined in the RFC destination that is being used to connect to the target system.
    Regards,
    Siddhesh

  • Creating a table/view or temporary table from within a stored procedure

    Hi Gurus,
    Can someone tell me if it is possible to create a table (or view) from within a stored procedure.
    PROBLEM:
    In fact I need to create a report at back end (without using oracle developer forms or reports). This report requires creating several tables to hold temporary report data. If I create a sql*plus script for this, i works fine, because it can run DDL and other sql or pl/sql statements sequencialy. But this sql*plus script cannot be called from application. So, application needs an stored procedure to do this task and then application call that procedure. But within stored procedure, i am unable to create table (or run any ddl statement). Can somebody help me in this?
    Thanks in Advance.

    Denis,
    The problem with Nicholas' suggestion isrelated to the fact that now you have two components
    (a table and a stored procedure)
    I don't see any problem to have "two
    components" here. After all, what about all others
    tabes ? This is only one more, but I don't understand
    why want manage less objects, that implies more code,
    more maintenance, and more difficulties to debug.
    Needless to say about performance...
    Nicolas.The same reasons apply if you were forced to declare all PL/SQL variables publicly (outside the stored proc.) rather than privately (from inside the stored proc). Naming conflicts for one. If the name that you want to use for the GTT already exists, you need to find a new name. With the SQL Server type local/private declarations, you wouldn't have that problem.
    I can see how performance would be the same or better using GTTs. If the number of records involved is low, this is likely negligable.

  • Running a "heavy" program from within a java class

    Dear Java programmers,
    I 'm trying to run a software called surflex from within a java class, using the following java command:
    Runtime.getRuntime().exec( new String[ { "/bin/bash", "docking_script_2.bash"} );
    For convenience I've created the following simple bash script but for some strange reason surflex is not executed:
    #!/bin/bash
    surflex-dock-v211-linux.exe proto drug.mol2 receptor_hydro.mol2 p1;
    surflex-dock-v211-linux.exe dock drug.mol2 p1-protomol.mol2 receptor_hydro.mol2 >& 1OHR_A_output.txt;
    Can anybody help me on that (ignore the arguments, they are correctly set)? I'll try to find another, more generic example, but so far I've noticed that the same thing happens with unix grep command.
    thanks,
    Tom

    I think if you want to invoke a bash shell and give it a command to execute, you need to do
    /bin/bash -c commandrather than
    /bin/bash commandAccordingly, your call to exec should look like
    exec( new String[ { "/bin/bash", "-c" "docking_script_2.bash"} );Beyond, that, I'd suggest the following as general debugging tips and best practices:
    * As the first line of the bash script, include a line that does something simple, like touch a file, so you can see if the script is executing at all.
    * In Java, call Process.waitFor(). Its return value is the process' exit value.
    * Make sure you're gobbling stdout and stderr from the process, and giving stdin any input it needs. You'll have to do this for the process to run correctly, and you can also use what you read from stdout and stderr to debug the execution of the process. [http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html]
    * You may wan to look into ProcessBuilder, rather than Runtime.exec. I haven't used it myself yet, but apparently it's supposed to be the preferred way to execute external processes.

  • Triggering the creation of a quotation from within an Opportunity...

    We have implemented CRM Best Practice (CRM 7) and want to trigger the creation of an ERP quotation from within an Opportunity. Within the customising to assign the ERP order type to the CRM transaction type,
    when input help is pressed, no values are returned. CRM is not seeing the ERP order types.
    I have been informed that this is correct and that we need to create the order in CRM and then forward to ERP. However, this will never do, especially as CRM does not have all the information to successfully raise an order.
    I was wondering if anyone had encountered a similar problem and found a way around it. I'm aware that we can probably use the transaction launcher to create an order in ERP and return to CRM, but how this is triggered is another matter.
    Any advice and suggestions would be very much appreciated.
    Jason

    Thanks to all. We have had a reply back from SAP to say that what we trying to do is not possible. We have CRM 7 and ERP ECC5, however SAP are saying that we need at least 2005 on our ERP system for this functionality to work.
    Basically, when in config we attempting to set up the document types, but none are being displayed.
    SAP connected to our system and after analysis said that the cutsomers ERP system (ECC 5) needs to be upgraded to a minimum of ERP 2005, which I find to be an absolute crazy statement to make. Apparently, according to note 1236015 a minimum of ERP 2005 is required to maintain ERP sales transactions in CRM 7.0's CRM webclient UI.
    They debugged CL_CRM_INTLAY_LORD1_ERPIL
    IF_CRM_ERP_LORD_HELP_VALUES~GET_AUART
    Which seems to call FM SLS_LORD_GET_VALUES_AUART but does not exist in ECC 5.
    When tested in our CRM 7 system (not the clients) we do get a list of doc types appear, but then we are on the latest version of ERP.
    I was wondering whether there was a service patch to ECC 5 which might add the function group SLS_LORD_SHLP and assocaited function modules and includes, together with the class CL_FIELD_CONVERT.  That looks to be everything needed to run in ECC 5 from looking at our ECC 6 system. I'm never sure where ERP 2005 sits, is that a higher than version than ECC 6?.
    Jason

  • Can I use SimpleFdkCredential() from within a servlet?

    I have a test program that logs in to content DB using SimpleFdkCredential, and works perfectly well run from the main() method of a Java class from within JDeveloper. When I try to login the same way from within the doGet() method of a servlet, doGet() hangs on the call to ManagersFactory.login() using the same SimpleFdkCredential that works in-process. The login() call doesn't throw any exceptions, it just sits there waiting[I presume], and never returns.
    Is it necessary to use S2SFdkCredential for any authentication that originates from a servlet invocation? It seems that SimpleFdkCredential should work in this instance as well.
    Thanks.

    Can you check the Content DB http node log (application.log) with debug log level set, to see if the request from the servlet for the RemoteLoginManager Web Service was received?
    I would also check that all libraries are present/accessible from servlet - and that there are no conflicts with existing libraries.
    Also, check the servlet log for anything strange.
    Finally, you could try remote debugging of your servlet .. e.g -Xdebug java option.
    -Matt.

  • Cannot prevent ExtendScript debugging while running scripts from After Effects

    Hi,
    I am facing this issue while running scripts from within After Effects. Whenever I am trying to run a script in After Effects, the script opens up in ESTK in the debug mode. The execution waits at the starting point of the script as if there is breakpoint even though there is none. I am not sure whether what I am missing, whether some debug flag needs to be reset etc. I am using After Effects CC on Windows 7 OS. Any help would be highly appreciated.
    Thanks.

    I tried running the script after removing all $.writeln() statements, but unfortunately that does not resolve the problem. For testing the issue, I am trying with the simple script given below :
    var window = new Window ("palette", "My Window", undefined);
    var panel = window.add("panel", undefined, "Panel");
    var text = panel.add("statictext", undefined, "Testing AE");
    window.show();
    But executing even this one from AE opens up ESTK. I am absolutely stuck with this odd behaviour .

  • WG: Integrating an SCM within Forte

    Hello,
    we have implemented an integration of PVCS in Forte. A Forte Consultant did
    this for us. You can use hooks which are provided by Forte when integrating
    into the forte repository. At this point you can export the workspace and
    put the exported files afterwards into PVCS. There are some things to
    organize around this process.
    Forte doesn't provide any SCM, but you need some solution. Forte writes all
    information into a repository, while PVCS bases on files. This is a little
    complicated and not very nice.
    More information about the hooks you can get directly from forte.
    Hope this helps you a little.
    Many regards
    Silke Schulte
    Union Investment GmbH, Frankfurt / Main, Germany
    [email protected]
    Von: owner-forte-users
    An: '[email protected]'
    Betreff: Integrating an SCM within Forte
    Datum: Donnerstag, 19. M{rz 1998 09:47
    Good morning,
    Could someone tell me if they have had any luck integrating a third-party
    software configuration management system (such as PVCS Version Manager)
    with Forte?  If so, could you share enough information with which I can
    begin such an endeavor?
    Thanks ever so much!
    Geoffrey Whittington
    Software Engineer, Descartes Systems Group Inc.
    [email protected]
    (519)746-8110 x2333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hello,
    we have implemented an integration of PVCS in Forte. A Forte Consultant did
    this for us. You can use hooks which are provided by Forte when integrating
    into the forte repository. At this point you can export the workspace and
    put the exported files afterwards into PVCS. There are some things to
    organize around this process.
    Forte doesn't provide any SCM, but you need some solution. Forte writes all
    information into a repository, while PVCS bases on files. This is a little
    complicated and not very nice.
    More information about the hooks you can get directly from forte.
    Hope this helps you a little.
    Many regards
    Silke Schulte
    Union Investment GmbH, Frankfurt / Main, Germany
    [email protected]
    Von: owner-forte-users
    An: '[email protected]'
    Betreff: Integrating an SCM within Forte
    Datum: Donnerstag, 19. M{rz 1998 09:47
    Good morning,
    Could someone tell me if they have had any luck integrating a third-party
    software configuration management system (such as PVCS Version Manager)
    with Forte?  If so, could you share enough information with which I can
    begin such an endeavor?
    Thanks ever so much!
    Geoffrey Whittington
    Software Engineer, Descartes Systems Group Inc.
    [email protected]
    (519)746-8110 x2333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to get the Weblogic Server Id from within java code

    I would like to log which server (among a cluster) a certain job is running on. Is there a way to get the server id from within Java code (this code is in a session bean if that is relevant.)
    By server id I mean the "Name" column in the summary of servers on the weblogic console.
    Thanks,
    ken

    Use the two entries close to the bottom of the page: "list WebLogic
    MBeans:listMBeans.jsp
    display MBean attributes and operations:showMBean.jsp"
    Nils
    Anatoly wrote:
    >
    Cameron,
    That page has these items on it:
    which one do you think helps with my issue?
    Misc WebLogic examples
    LongRunningTask
    Execute tasks in parallel using WebLogic Execute Threads
    Weblogic stats (5.1)
    Reload Servlet(s) programmatically (5.1)
    Network classload from WebLogic:using reflection,or the launcher
    Weblogic 5.1 debugging properties
    Seppuku pattern readme
    Using dynamic proxies to intercept EJB invocations (6.1)
    list WebLogic MBeans:listMBeans.jsp
    display MBean attributes and operations:showMBean
    Thanks to Marcelo Caldas for filter by type option and nice UI!
    Using com.sun.jdmk.comm.HtmlAdaptorServer with WebLogic 6.1
    Cool
    EJBGen
    Dimitri
    back
    "Cameron Purdy" <[email protected]> wrote in message news:<3c7a745d$[email protected]>...
    JMX ... see http://dima.dhs.org/misc/ for some info on JMX in Weblogic.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Anatoly" <[email protected]> wrote in message
    news:[email protected]..
    Does anyone know who to get the managing server URL's port
    from within the EJB code running on Weblogic 6.1?
    The URL port is not default (not 7001), but when creating
    initial context, I am not specifying the URL in properties.
    Due to that, trying to the the PROVIDER_URL property from
    environment does not return anything.
    Appreciate any responses.
    -Anatoly
    ============================
    [email protected]

  • Debug flex app loaded from remote server

    Hi,
    I'm developing a flex app which gets loaded from a remote
    server and it connects using amf to that server and gets some data.
    Now, I can't test from within the flex builder ide, as the URL will
    be empty. When I test using IE/Firefox pointing to the remote
    server URL where this debug.html is mounted, the swf asks for a
    host ip/name where a flash/flex debugger runs. When I give
    localhost/127.0.0.1, it fails and displays the dialog box again. Is
    there a way to connect the swf from remote server to connect to a
    debug console inside the FB2 ide?

    Well, I ran all commands shipped with FB2and found out that
    fdb does connect and allows to "continue". Still the in IDE
    developing experience and quick turn around isn't there. Is there a
    way to get the URL from which the swf was loaded from within the
    swf, so that if its a remote server, I can get data from it, else
    its in debug state, so I can get data from some hard coded
    host.

  • Both Safari and Mail crash when I try to print from within either application.  Is there an update or something to fix this issue?

    Nearly every time that I attempt to print from within both Safari and Mail, these applications crash.  After several attempts I'm able to print with out the application crashing.  My software is up to date according to the software updater.
    Is there some patch or download that can help me with this problem?
    Thanks!

    Messages after crash:
    11/18/14 9:29:04.664 AM Preview[40035]: Layout still needs update after calling -[IKImageView2ScrollView layout].  IKImageView2ScrollView or one of its superclasses may have overridden -layout without calling super. Or, something may have dirtied layout in the middle of updating it.  Both are programming errors in Cocoa Autolayout.  The former is pretty likely to arise if some pre-Cocoa Autolayout class had a method called layout, but it should be fixed.
    11/18/14 9:29:05.195 AM Preview[40035]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged only once.  This may break in the future.
    11/18/14 9:29:05.427 AM sandboxd[322]: ([40039]) CVMCompiler(40039) deny mach-lookup com.apple.distributed_notifications@Uv3
    11/18/14 9:29:06.112 AM AppleFileServer[40041]: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
    11/18/14 9:29:06.112 AM AppleFileServer[40041]: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
    11/18/14 9:29:06.113 AM AppleFileServer[40041]: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
    11/18/14 9:29:06.113 AM AppleFileServer[40041]: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
    11/18/14 9:29:06.113 AM AppleFileServer[40041]: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
    11/18/14 9:40:20.254 AM netbiosd[138]: findReachableAddress: Using port 139 family = 33
    11/18/14 9:45:35.454 AM xpcproxy[40176]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    11/18/14 9:48:02.076 AM Console[40202]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    Crash Report:
    Process:    
    Mail [165]
    Path:       
    /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: 
    com.apple.mail
    Version:    
    7.3 (1878.6)
    Build Info: 
    Mail-1878006000000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [155]
    Responsible:
    Mail [165]
    User ID:    
    503
    PlugIn Path:  
    /Library/Printers/KONICAMINOLTA/C652/PDEs/pde.framework/Versions/A/pde
    PlugIn Identifier: jp.konicaminolta.fw.C652.Core
    PlugIn Version:
    3.7.0 (3.7.0)
    Date/Time:  
    2014-11-18 09:25:40.775 -0600
    OS Version: 
    Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  1BD10ACF-1BB0-F227-07E7-8E9540BFB8B5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib         
    0x00007fff85d33097 objc_msgSend + 23
    1   com.apple.CoreFoundation
    0x00007fff90f5543f CFRelease + 591
    2   jp.konicaminolta.fw.C652.Core     0x00000001164ea2e2 ClearPPDUIOption + 142
    3   jp.konicaminolta.fw.C652.Core     0x00000001164ea89a DeletePPDUIOption + 22
    4   jp.konicaminolta.fw.C652.Core     0x00000001164ddc88 CTblRelease + 84
    5   jp.konicaminolta.fw.C652.Core     0x00000001164e3dfa -[KMComWin455E0128_F409_4523_BCCE_A6C10831E6DF terminate] + 43
    6   jp.konicaminolta.fw.C652.Core     0x00000001164e3143 -[KMPlugin455E0128_F409_4523_BCCE_A6C10831E6DF terminate] + 236
    7   jp.konicaminolta.fw.C652.Core     0x00000001164e3030 -[KMPlugin455E0128_F409_4523_BCCE_A6C10831E6DF dealloc] + 77
    8   libobjc.A.dylib         
    0x00007fff85d3565a (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 502
    9   com.apple.CoreFoundation
    0x00007fff90f74932 _CFAutoreleasePoolPop + 50
    10  com.apple.Foundation    
    0x00007fff905f44a7 -[NSAutoreleasePool drain] + 147
    11  com.apple.print.framework.Print.Private    0x0000000116417945 0x116411000 + 26949
    12  com.apple.print.framework.Print.Private    0x0000000116414a60 0x116411000 + 14944
    13  com.apple.print.framework.Print.Private    0x0000000116427903 0x116411000 + 92419
    14  com.apple.print.framework.Print.Private    0x0000000116427413 0x116411000 + 91155
    15  com.apple.AppKit        
    0x00007fff8dcce3ac -[NSWindowController _windowDidLoad] + 450
    16  com.apple.AppKit        
    0x00007fff8dcb4fa6 -[NSWindowController window] + 110
    17  com.apple.AppKit        
    0x00007fff8e0274fc -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 530
    18  com.apple.AppKit        
    0x00007fff8e025200 __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke35 3 + 149
    19  com.apple.AppKit        
    0x00007fff8e024fed __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke + 54
    20  com.apple.AppKit        
    0x00007fff8e024fa8 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 630
    21  com.apple.mail          
    0x000000010e9dbdee 0x10e7ce000 + 2153966
    22  com.apple.Foundation    
    0x00007fff905e25b8 NSKeyValueNotifyObserver + 387
    23  com.apple.Foundation    
    0x00007fff905e1788 NSKeyValueDidChange + 453
    24  com.apple.Foundation    
    0x00007fff905e6276 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    25  com.apple.MailUI        
    0x00007fff8b5b152f -[MUIWKViewController browsingContextControllerDidFinishLoad:] + 213
    26  com.apple.WebKit2       
    0x00007fff8bb02d82 WebKit::WebPageProxy::didFinishLoadForFrame(unsigned long long, CoreIPC::MessageDecoder&) + 112
    27  com.apple.WebKit2       
    0x00007fff8bad7f33 WebKit::WebPageProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 3353
    28  com.apple.WebKit2       
    0x00007fff8bac519b CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    29  com.apple.WebKit2       
    0x00007fff8bacfd5b WebKit::ChildProcessProxy::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 13
    30  com.apple.WebKit2       
    0x00007fff8bad5490 WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 24
    31  com.apple.WebKit2       
    0x00007fff8bac4fe9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    32  com.apple.WebKit2       
    0x00007fff8bac4f12 CoreIPC::Connection::dispatchOneMessage() + 106
    33  com.apple.WebCore       
    0x00007fff846408fe WebCore::RunLoop::performWork() + 270
    34  com.apple.WebCore       
    0x00007fff846407d2 WebCore::RunLoop::performWork(void*) + 34
    35  com.apple.CoreFoundation
    0x00007fff90fbb5b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    36  com.apple.CoreFoundation
    0x00007fff90facc62 __CFRunLoopDoSources0 + 242
    37  com.apple.CoreFoundation
    0x00007fff90fac3ef __CFRunLoopRun + 831
    38  com.apple.CoreFoundation
    0x00007fff90fabe75 CFRunLoopRunSpecific + 309
    39  com.apple.HIToolbox     
    0x00007fff8690ca0d RunCurrentEventLoopInMode + 226
    40  com.apple.HIToolbox     
    0x00007fff8690c7b7 ReceiveNextEventCommon + 479
    41  com.apple.HIToolbox     
    0x00007fff8690c5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    42  com.apple.AppKit        
    0x00007fff8da3924e _DPSNextEvent + 1434
    43  com.apple.AppKit        
    0x00007fff8da3889b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    44  com.apple.AppKit        
    0x00007fff8da2c99c -[NSApplication run] + 553
    45  com.apple.AppKit        
    0x00007fff8da17783 NSApplicationMain + 940
    46  libdyld.dylib           
    0x00007fff8872f5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff8d2ce662 kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff8b577421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib       
    0x00007fff8b577136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x00007fff8d2c9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8d2c8d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff90facf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff90fac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff90fabe75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit        
    0x00007fff8dbd905e _NSEventThread + 144
    6   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib  
    0x00007fff8d2c9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8d2c8d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff90facf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff90fac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff90fabe75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff9063fff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation    
    0x00007fff9063fdfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd9aa __select + 10
    1   com.apple.CoreFoundation
    0x00007fff90ff8a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    3   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    4   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 5:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib  
    0x00007fff8d2c9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8d2c8d18 mach_msg + 64
    2   com.apple.QuartzCore    
    0x00007fff8612c377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore    
    0x00007fff8612c2ad thread_fun + 25
    4   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13106 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore
    0x00007fff89d12c25 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d12cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8d2cd716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915dc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff89d13727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff89d135b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff89d07f4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8915b899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8915b72a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8915ffc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib  
    0x00007fff8d2cde6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8915cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8915ffb9 start_wqthread + 13
    Thread 28:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7680a060  rcx: 0xbaddfc7c9f25bead  rdx: 0x00007fff76844410
      rdi: 0x00006000008abe20  rsi: 0x00007fff8e465666  rbp: 0x00007fff5142eb40  rsp: 0x00007fff5142eae8
       r8: 0x0000000000000fff   r9: 0xffff9ffffe9bf18f  r10: 0x00007fff8e465666  r11: 0xbaddfc7c9f25bead
      r12: 0x00006000008abe20  r13: 0x0000000000000000  r14: 0x000060000030d160  r15: 0x00007fcbd180b000
      rip: 0x00007fff85d33097  rfl: 0x0000000000010246  cr2: 0x00000001114ae000
    Logical CPU:
    0
    Error Code: 
    0x00000000
    Trap Number:
    13
    Binary Images:
    0x10e7ce000 -   
    0x10eac0fff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
    0x10ed57000 -   
    0x10ed58fe2 +cl_kernels (???) <D6991420-A3FD-4831-8A97-4AA0BE00BB05> cl_kernels
    0x10ee16000 -   
    0x10ee18fff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
    0x10ee1d000 -   
    0x10ee2dff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
    0x10ee39000 -   
    0x10ee41fff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
    0x10ee46000 -   
    0x10ee48fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
    0x10ee4c000 -   
    0x10ee4efff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
    0x10ee53000 -   
    0x10ee5bff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
    0x10ee60000 -   
    0x10ee64fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
    0x10ee69000 -   
    0x10ee6bfff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
    0x10ee6f000 -   
    0x10ee74fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
    0x10ee79000 -   
    0x10ee80fff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
    0x10ee89000 -   
    0x10ee8bfff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
    0x10ee8f000 -   
    0x10ee93ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
    0x10ee98000 -   
    0x10ee9bfff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
    0x10eea0000 -   
    0x10eec8ff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x10eede000 -   
    0x10eee0fff  pwauxprop.so (400.1) <B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0> /usr/lib/sasl2/pwauxprop.so
    0x10eee5000 -   
    0x10eee7fff  shadow_auxprop.so (170.1) <E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7> /usr/lib/sasl2/shadow_auxprop.so
    0x10eeec000 -   
    0x10eeeefff  smb_nt.so (170.1) <B508FD03-CE31-3B93-91D7-440BEDAD9581> /usr/lib/sasl2/smb_nt.so
    0x10eef3000 -   
    0x10eef5fff  smb_ntlmv2.so (170.1) <938D40AF-BEB3-3F55-B409-C84E3C2886FD> /usr/lib/sasl2/smb_ntlmv2.so
    0x1105ed000 -   
    0x1105f4fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x110766000 -   
    0x110769fff  libspindump.dylib (161.2) <AB1006B0-6E98-3B1F-8143-71C6D12E91C7> /usr/lib/libspindump.dylib
    0x110860000 -   
    0x110861ff0  ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x110866000 -   
    0x11086affd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1109b3000 -   
    0x1109b7ffd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x111389000 -   
    0x11138afff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371.2) <E63CFFBD-3CC0-329C-BB89-17996C9F75E4> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x1113cc000 -   
    0x1113d0fff  com.apple.DirectoryServicesSource (8.0 - 1371.2) <BDB90569-EC4F-379E-948A-C354C9467E86> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x1113d7000 -   
    0x111423ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <EA54F6D6-6D29-3AB2-AEB0-30520BADDEC0> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x1114c2000 -   
    0x1114c3ffa +cl_kernels (???) <553382A9-D173-4E79-AC10-67951688C752> cl_kernels
    0x1114cb000 -   
    0x1114cbffd +cl_kernels (???) <CBE1D735-73AD-4BE0-B82D-62D313CAF83F> cl_kernels
    0x1114d1000 -   
    0x1114d2ff9 +cl_kernels (???) <5ED433BB-446B-4F04-815C-1073358EAEBA> cl_kernels
    0x1114d6000 -   
    0x1114d6fff +cl_kernels (???) <2A39A416-F646-4F96-AC63-98BA5753147E> cl_kernels
    0x111563000 -   
    0x111564fe6 +cl_kernels (???) <A12FDD5B-9DF2-4BD6-9683-FBE86000BA13> cl_kernels
    0x112886000 -   
    0x112894fff +jp.konicaminolta.print.pde.C652.Tray (3.7.0 - 3.7.0) <6D6ACD66-8464-AEB2-4D56-BECE5E53D91D> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 Tray.plugin/Contents/MacOS/KONICA MINOLTA C652 Tray
    0x1128c0000 -   
    0x1128d4ff7 +jp.konicaminolta.print.pde.C652.Finishing (3.7.0 - 3.7.0) <BCFF3FBB-5584-0BD0-A3F1-229BA78F31F5> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 Finishing.plugin/Contents/MacOS/KONICA MINOLTA C652 Finishing
    0x112932000 -   
    0x112935ff7 +jp.konicaminolta.print.pde.C652.Cover (3.7.0 - 3.7.0) <AFFD0F8E-8BA6-B04B-7BEE-6C201B6060DC> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 Cover.plugin/Contents/MacOS/KONICA MINOLTA C652 Cover
    0x112ec4000 -   
    0x112faafef  unorm8_bgra.dylib (2.3.58) <641EC871-01E8-301F-8695-B92993AD7E23> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x113039000 -   
    0x113039ffd +cl_kernels (???) <8B8ADAEE-6632-4C13-8FB9-AC120F14CC0F> cl_kernels
    0x1130d9000 -   
    0x1130dafee +cl_kernels (???) <A8C31F93-D745-418A-809E-563DB30B14C3> cl_kernels
    0x1132b8000 -   
    0x1132b8feb +cl_kernels (???) <68DD2F00-EF25-47A2-BB59-7C2A0DF20507> cl_kernels
    0x114a8b000 -   
    0x114b6bff7  unorm8_rgba.dylib (2.3.58) <BEEC3EC9-CE2D-34B5-8DE1-A75EFB03DE0A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0x114bfa000 -   
    0x114bfafe7 +cl_kernels (???) <B8A4494C-D2E4-4FEE-AE34-CC7CA6F1CFBF> cl_kernels
    0x114c03000 -   
    0x114c04fe6 +cl_kernels (???) <5D40E5CC-A7DF-436F-BC43-5E473ED8E045> cl_kernels
    0x114c16000 -   
    0x114c16fe7 +cl_kernels (???) <B5B03B09-510F-4030-9010-A3B003AC015A> cl_kernels
    0x1153c9000 -   
    0x1153cafe4 +cl_kernels (???) <19A905AA-7B21-4BF0-8DA6-5A47C51A55AA> cl_kernels
    0x1157f0000 -   
    0x1159c1fff  com.apple.audio.units.Components (1.10 - 1.10) <FF94282C-BC8B-32FD-9761-AAF1A9F76761> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x116411000 -   
    0x116443ff3  com.apple.print.framework.Print.Private (9.0 - 462) <5213B13B-9DEA-3D1C-A5C4-E7A6B9417A4C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x116461000 -   
    0x116489fe7 +jp.konicaminolta.print.pde.C652.Output (3.7.0 - 3.7.0) <F710B501-2E3B-DA70-B8EE-3349785AE4F6> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 Output.plugin/Contents/MacOS/KONICA MINOLTA C652 Output
    0x1164c9000 -   
    0x11655bfff +jp.konicaminolta.fw.C652.Core (3.7.0 - 3.7.0) <975F7A21-05AF-43BB-1E0E-3E9A8EECC7C7> /Library/Printers/KONICAMINOLTA/C652/PDEs/pde.framework/Versions/A/pde
    0x11659f000 -   
    0x1165ddff7  com.apple.print.PrintingCocoaPDEs (9.0 - 462) <E303781E-7376-3D04-89AF-E063972C02A1> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x1185fc000 -   
    0x118613ff7 +jp.konicaminolta.print.pde.C652.PerPage (3.7.0 - 3.7.0) <2A489345-B50F-5F83-CA59-383C787CB629> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 PerPage.plugin/Contents/MacOS/KONICA MINOLTA C652 PerPage
    0x118742000 -   
    0x118753fff  com.apple.mail.WebPlugIn (7.3 - 1878.6) <103C2A72-CB27-3252-863D-272E995822FC> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn
    0x118d65000 -   
    0x118d84fe7 +jp.konicaminolta.print.pde.C652.Stamp (3.7.0 - 3.7.0) <AC1BFCB4-9483-E436-0780-09F5789B71C2> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 Stamp.plugin/Contents/MacOS/KONICA MINOLTA C652 Stamp
    0x119178000 -   
    0x11918dff7 +jp.konicaminolta.print.pde.C652.ImageQuality (3.7.0 - 3.7.0) <C414D3EA-9762-BE22-51A8-7FAD89145D33> /Library/Printers/KONICAMINOLTA/C652/PDEs/KONICA MINOLTA C652 ImageQuality.plugin/Contents/MacOS/KONICA MINOLTA C652 ImageQuality
    0x11937f000 -   
    0x119532ffb  libCMaps.A.dylib (599.35.4) <E4D05043-1A95-3AD8-87C4-66745D6CD8A1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
    0x7fff6ac75000 -
    0x7fff6aca8817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff8420e000 -
    0x7fff844e2fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff844e3000 -
    0x7fff8456eff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
    0x7fff8456f000 -
    0x7fff8457eff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8457f000 -
    0x7fff845c7ff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff845c8000 -
    0x7fff84614ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff84615000 -
    0x7fff85469ff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff85d2e000 -
    0x7fff85edbf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff85edc000 -
    0x7fff85ee4fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff85ee5000 -
    0x7fff85eecff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff85eed000 -
    0x7fff85f15ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff85f16000 -
    0x7fff85f42fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff85f43000 -
    0x7fff85f49ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff85f4a000 -
    0x7fff85f4cff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff85f4d000 -
    0x7fff85fcefff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <82170C9C-73E0-3108-9DC5-C214C9B72292> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff85fcf000 -
    0x7fff85ff3fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff85ff6000 -
    0x7fff85fffff7  com.apple.MailService (7.3 - 1878.6) <9D8CEFF2-6ABD-3654-B70D-D878BB61EBD3> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService
    0x7fff86047000 -
    0x7fff8605efff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff8605f000 -
    0x7fff860fcfff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff860fd000 -
    0x7fff86103ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff86104000 -
    0x7fff86104ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86105000 -
    0x7fff862a1ff3  com.apple.QuartzCore (1.8 - 332.3) <BD68AF62-D369-34CD-9EA2-B4A4325696FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff862a2000 -
    0x7fff862b0fff  com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86452000 -
    0x7fff86454ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff86455000 -
    0x7fff8647aff7  com.apple.printingprivate.framework.PrintingPrivate (9.3 - 126.1) <221B915A-C6B9-3AE7-8209-E905FC556284> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
    0x7fff8647b000 -
    0x7fff86487fff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff865ef000 -
    0x7fff865f9ff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
    0x7fff8660f000 -
    0x7fff86666fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff86667000 -
    0x7fff86802ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff868d4000 -
    0x7fff868ddffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
    0x7fff868de000 -
    0x7fff86b88ff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff86b89000 -
    0x7fff86badfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff86bae000 -
    0x7fff86ee4fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff86ee5000 -
    0x7fff86ef2ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff86ef3000 -
    0x7fff86ef7ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff86ef8000 -
    0x7fff86efdff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff86efe000 -
    0x7fff86f06ff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff86f07000 -
    0x7fff86f0afff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86f0b000 -
    0x7fff86f10fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff86f11000 -
    0x7fff86f18fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff86f19000 -
    0x7fff87049ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/V

  • Problem sending mail from within C#

    Sorry, I am posting this question for the second time !!!!
    I have constructed a snippet that sends mail from within C#.In My script, there are will be several receivers of my mail. The script will read from a file, mail addresses and send mail to each individual contained in the file. As test I run the script with
    two mail addresses in the file,one my own and the second with outlook mail. However, the result is I get the mail but the second receiver  never gets it.
       What is the problem ????
    Please help
    I debugged the program and verified that Nsmtp and Mailreceiver are correct
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Net;
    using System.Net.Mail;
    using System.Net.Mime;
    using System.Text;
    using System.Windows.Forms;
    namespace Note_Pss
    public partial class Email : Form
    public Note_Pss.Form1 m_parent;
    Util util = new Util(); string signal = "#";
    char g = System.Convert.ToChar("*");
    char X = System.Convert.ToChar("@");
    Utility_Types utility_type = new Utility_Types(); string P = "";
    char p; String Mailsender; String Npass; String Nsmtp;
    String Mailreceiver; String Mailbody; String MailTitle;
    MailMessage mail = new MailMessage();
    public Email(Note_Pss.Form1 parent)
    InitializeComponent();
    m_parent = parent;
    string ListContent = util.openf(wsk.storagedbase + @"\TemFile");
    wsk.listArray = util.arrayadjust(ListContent, signal);
    private void multi_mail_Send()
    {char g = System.Convert.ToChar("*");
    MailParameters();
    int Count_num = wsk.listArray.Count;
    for (int i = 0; i < Count_num; i++)
    string P = wsk.listArray[i].ToString();
    string[] Sub_File = P.Split(g);
    Mailreceiver = Sub_File[2].ToString();
    Nsmtp = "smtp."+msmtp_name(Mailreceiver, "@");
    Send_Mail();
    //if (Enclosure.Text != "") MailAttachment();
    //MailBody();
    private String msmtp_name(string p, string p_2)
    string P = p.ToString();
    string[] Pp = P.Split(X);
    string bbb = Pp[1];
    return bbb;
    private void MailParameters()
    Mailsender = Sender.Text;
    Npass = Senderpass.Text;
    Mailbody = Body.Text;
    MailTitle = Subject.Text;
    private void Send_Mail()
    try
    MailMessage mail = new MailMessage();
    SmtpClient client = new SmtpClient();
    client.Port = 587;
    client.Host = Nsmtp;
    mail.From = new MailAddress(Mailsender);
    mail.To.Add(Mailreceiver);
    mail.Subject = MailTitle;
    mail.Body = Mailbody;
    textBox1.Text = Nsmtp + " " + Mailreceiver;
    client.DeliveryMethod = SmtpDeliveryMethod.Network;
    client.UseDefaultCredentials = false;
    client.Credentials = new System.Net.NetworkCredential(Mailsender, Npass);
    client.EnableSsl = true;
    client.Send(mail);
    catch (Exception ex) { textBox1.Text = ex.ToString(); }
    private void MailSend_Click(object sender, EventArgs e)
    { multi_mail_Send(); }
    private void button2_Click(object sender, EventArgs e)
    { Enclosure.Text = util.openImage();}
    private void button1_Click(object sender, EventArgs e)
    this.Close();

    Nsmtp and Mailreceiver are verified through debugging:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using System.Net.Mail;
    using System.Net.Mime;
    using System.Net;
    namespace Note_Pss
    public partial class Email : Form
    public Note_Pss.Form1 m_parent;
    Util util = new Util(); string signal = "#";
    char g = System.Convert.ToChar("*");
    char X = System.Convert.ToChar("@");
    Utility_Types utility_type = new Utility_Types(); string P = "";
    char p; String Mailsender; String Npass; String Nsmtp;
    String Mailreceiver; String Mailbody; String MailTitle;
    MailMessage mail = new MailMessage();
    public Email(Note_Pss.Form1 parent)
    InitializeComponent();
    m_parent = parent;
    string ListContent = util.openf(wsk.storagedbase + @"\TemFile");
    wsk.listArray = util.arrayadjust(ListContent, signal);
    private void multi_mail_Send()
    char g = System.Convert.ToChar("*");
    MailParameters();
    int Count_num = wsk.listArray.Count;
    for (int i = 0; i < Count_num; i++)
    string P = wsk.listArray[i].ToString();
    string[] Sub_File = P.Split(g);
    Mailreceiver = Sub_File[2].ToString();
    Nsmtp = "smtp." + msmtp_name(Mailreceiver, "@");
    Send_Mail();
    //if (Enclosure.Text != "") MailAttachment();
    //MailBody();
    private String msmtp_name(string p, string p_2)
    string P = p.ToString();
    string[] Pp = P.Split(X);
    string bbb = Pp[1];
    return bbb;
    private void MailParameters()
    Mailsender = Sender.Text;
    Npass = Senderpass.Text;
    Mailbody = Body.Text;
    MailTitle = Subject.Text;
    private void Send_Mail()
    try
    MailMessage mail = new MailMessage();
    SmtpClient client = new SmtpClient();
    client.Port = 587;
    client.Host = Nsmtp;
    mail.From = new MailAddress(Mailsender);
    mail.To.Add(Mailreceiver);
    mail.Subject = MailTitle;
    mail.Body = Mailbody;
    //SmtpServer.Port = 25;
    //textBox1.Text = Nsmtp + " " + Mailreceiver;
    client.DeliveryMethod = SmtpDeliveryMethod.Network;
    client.UseDefaultCredentials = false;
    client.Credentials = new System.Net.NetworkCredential(Mailsender, Npass);
    client.EnableSsl = true;
    client.Send(mail);
    // MessageBox.Show("mail Send");
    catch (Exception ex) { }
    private void MailSend_Click(object sender, EventArgs e)
    { multi_mail_Send(); }
    private void button2_Click(object sender, EventArgs e)
    { Enclosure.Text = util.openImage(); }
    private void button1_Click(object sender, EventArgs e)
    this.Close();

  • Cannot access Dynamics XRM from within Event Receiver

    Hello everyone
    I'm struggling with an issue here and I would like to hear some advice from you. The problem is the following:
    I need to do something on Dynamics CRM whenever a document is uploaded to a specific location in SharePoint. I'm using an Event receiver for this purpose and connecting to CRM via the IOrganizationService, like this:
    IOrganizationService service = new OrganizationServiceProxy(serviceUri, null, credentials, null); //service uri is https//serviceUri is something like "https://crmserver/organization/XRMServices/2011/Organization.svc"
    But for some reason I'm unable to execute that line successfully (looks like it times out) from within the Event receiver. However, the same exact piece of code works perfectly fine if executed from a separate console application (i.e., outside the IIS application
    pool) running on the same SharePoint server...I'm confused, do I need to configure anything else on the SharePoint application pool so it let's me access the XRM service?
    More info:
    - It's not credentials issue, even provinding hardcoded it doesn't work
    - Both SharePoint 2013 and Dynamics CRM 2013 are on premises.
    - Integration between SharePoint and Dynamics CRM is done through the CRM List Component, over https, and it's working fine.This is not really important for this but it's just to tell that both servers can comunicate over https.
    I would really like to get some advice on this. Thank you in advance.
    Regards

    Hi,
    Per my understanding, there is an issue when trying to access Dynamic CRM in an Event Receiver.
    As you said, the same code works in a Console Application, it means the code should be OK. To narrow down the issue, I suggest you do as follows:
    1. Please debug this Event Receiver in Visual Studio to see if the Event Receiver is working, what’s more, it will give you more information about how the code works
    or if there is any exception thrown during debugging;
    2. Is it a Sandboxed solution? Sometimes
    the limitation of a Sandboxed solution would interrupt the code execution, you can try to change it to “Farm” solution and make another test;
    3. If the above steps not work for you, please trace the requests using Fiddler when the Event Receiver running, more details there would help you easier to find out
    the root cause of this issue.  
    Thanks 
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Cannot send email from within iPhoto

    Using OX X 10.7.5 cannot send email from within iPhoto.  I get this error message: "Your email did not go through because the server did not reply."
    If I change the preference to use email, everything goes fine but I lose the formatting feature.

    iPhoto Menu ->
    Preferences ->
    Accounts ->
    Delete and recreate your email settings.
    Alternatively, use Apple's Mail for the job. It has Templates too - and more of them. Check out the Stationery...

Maybe you are looking for

  • Displaying the contents of JCombo in JTable

    <Re-post from 'New To Java' forum> Hi, I have created a JTable which loads a list of Strings into one of its fields as a JComboBox. The JComboBox defaults to one of the items in the list of String when the frame is loaded. Problems: 1. When the frame

  • Qualificatio catalog in ECC-6.0

    Hi, Ananatha, Thanks for your prompt response regarding my posted querries related to LOP 1/2 day and Payroll. I have  to implement PD also here, in this i have configured Appraisal System and Training & Event management. Now Qualification Catalog is

  • Re: [request] latest vbios R9 290 gaming 4G

    ok, i'll contact LDLC then and if they don't want to accept, i'll try msi thanks for the help

  • Generic 60W power adapter

    My daughter broke her AC Power adapter that came with her MacBook. Went to my local apple store and they want $79.00 plus tax for a new one. Anyone out there have any luck buying a generic brand. I'm always a little bit nervous about this. Don't want

  • Change Email subject line for PDF output through smartforms

    Dear all, Currently i am working in Client ECC6.and we are useing The Smartform for Sending PDF document to the Customer. Since recently email was setup so these invoices can be mailed directly to the customers, but we face the problem that when invo