Workflow Soluiton

 View Only
  • 1.  Error in published workflow

    Posted Sep 01, 2010 02:46 PM
    We recently moved a project from one workflow server to another. When the new project is published to IIS we get the following error. The project works in debug on the new server. IIS properties have been verified on the new server as well...

    Error Details

    Error Message:
    Object reference not set to an instance of an object.

    Message Stack:
    at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.AddInProcessIndicator(String workflowTrackingId, String contextId)
    at LogicBase.Core.Models.Workflow.WorkflowExecutionEngine.StartInternalWithProcessIDReturn(IData data, String modelName, IData globalData, String testRunId, TestingScenario testingScenario)
    at LogicBase.Core.Models.Workflow.WorkflowExecutionEngine.StartInternal(IData data, TestingScenario testingScenario, String testRunId)
    at LogicBase.Core.Models.Workflow.WorkflowExecutionEngine.Start(IData data)
    at LogicBase.Core.Models.Workflow.EmbeddedDialogModel.WorkflowDialogHTTPHandler.StartWorkflow(HttpContext context, DialogSession session, WorkflowExecutionEngine engine, WorkflowDeploymentInfo deploymentInfo)
    at LogicBase.Core.Models.Workflow.EmbeddedDialogModel.WorkflowDialogHTTPHandler.StartDialog(HttpContext context, DialogSession session)
    at LogicBase.Core.Models.Dialog.DialogHttpHandlerBase.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    Close
     


  • 2.  RE: Error in published workflow

    Posted Sep 01, 2010 03:25 PM
    Have you tried running it in debug on the new server?  See where it is complaing about the reference.   Did you move over any integrations you created?


  • 3.  RE: Error in published workflow

    Posted Sep 01, 2010 03:43 PM
    Yes, we have been able to run the project on the new server and there were no custom integrations that need to be moved over.


  • 4.  RE: Error in published workflow

    Posted Sep 02, 2010 09:54 AM

    Did you set up any new exchanges on the prev server that you didn't migrate to the new?