Results 1 to 4 of 4

Thread: Threading Issue

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2004
    Location
    Philippines
    Posts
    149

    Threading Issue

    Hi,

    We have a server that contains an application that integrates SAP and Salesforce. Now this app has several tasks that runs simultaneously. Everything is working fine up until I added to applications that contains multiple tasks too. After deploying two more apps to the server the old app that has not been touched suddenly crashed. I checked the event viewer and this is what it say.

    Attachment 160257

    Any Ideas?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Threading Issue

    I tried to view your attachment and was told that it is invalid. You don't need to attach anything anyway. Anything you got from the Event Viewer is text, so you can post it directly as text.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2004
    Location
    Philippines
    Posts
    149

    Re: Threading Issue

    Hi JM,

    Code:
    Application: IPC.Integration.View.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    
    Exception Info: System.InvalidOperationException
    Stack:
     at System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)
     at System.Windows.Forms.Control.Invoke(System.Delegate, System.Object[])
     at System.Windows.Forms.Control.Invoke(System.Delegate)
     at IPC.Integration.View.SubForms.Controls.FileToSalesforce.ExecuteProcess()
     at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
     at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
     at System.Threading.ExecutionContext.Run(System.Threading.ExecutionCOntext, System.Threading.ContextCallback, System.Object, Boolean)
     at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
     at System.Threading.ThreadHelper.ThreadStart()

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Threading Issue

    The stack trace shows you exactly where in your code the exception was thrown. It's not for us to guess what that code does. It's for you to add some exception handling and get as much information about the issue as you can. If you still can't diagnose the issue, then you can provide us with that information.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width