Unanswered "ERROR: request not found in the TrackedRequests"

  • Tuesday, March 24, 2009 1:57 AM
     
     
    On 2 of my dev box's I'm getting the "ERROR: request not found in the TrackedRequests" error whenever a workflow is set to automatically start when a new item is created.  However if I start the workflows manually they run fine without the error.

    I've even created a new workflow with no code in it whatsoever, basically just starts & immediately completes & I can replicate the issue with that one.

    Has anyone come across this before or have any ideas of what to try to resolve this one. 

    Been pulling my hair out trying to fathom it out, & with what little hair I've got already I can ill afford to do that 8-}

All Replies

  • Wednesday, March 25, 2009 6:43 AM
     
     
     

    Hi

     

    I think you can firstly check the workflow timer job to see if it works well in “timer job status” of central administration. If the workflow timer jobs all work well, please follow the KB below to reset the application pool account. The cause of this problem is that a security fix in Windows SharePoint Services 3.0 SP1 prevents declarative workflows from starting automatically under the system account.

    A declarative workflow does not start automatically after you install Windows SharePoint Services 3.0 Service Pack 1

    http://support.microsoft.com/?kbid=947284

     

    If this KB cannot resolve this problem, please answer the question below for further research:

    1.         What is the version of your MOSS or WSS?

    2.         Did you use SharePoint designer 2007 or Visual Studio to develop the workflow?

    3.         How did you set the workflow to run automatically?

    4.         Please check the ULS log in the 12 hive and event viewer and paste the detailed error messages here.

     

    Hope this helps

     

    Lu Zou

  • Wednesday, March 25, 2009 9:09 AM
     
     
    Hi Lu

    Thanks for the reply.

    I'd already seen that kb article and the application pool isn't setup to run under the system account.  On all the boxes I've tested it on so far they're all set to use a dedicated domain account.

    I've tested it so far on the following and the same error has occured on each one.

    MOSS 2007 Enterprise with SP1 & Infrastructure updates
    MOSS 2007 Enterprise with SP1
    MOSS 2007 Enterprise pre SP1

    On all 3 the workflows run fine but I'm seeing the error within the ULS log and soon after followed by the dreaded SPRequest is being disposed on a different thread message.

    I'll post the exact messages tomorrow morning when I'm back in work and try creating a new domain account to run the app pool under.

    Andy
  • Wednesday, March 25, 2009 6:16 PM
     
     
    Hi Lu

    Here's the info you requested.  Everythings fine under "Timer Job Status" and in all cases the application pools are configured to run under dedicated domain accounts.

    1.    Tested on the following
            MOSS 2007 Pre SP1 i.e. Version 12.0.0.4518
            MOSS 2007 with SP1 i.e Version 12.0.0.6219
            MOSS 2007 with SP1  & Infrastructure Updates i.e. Version 12.0.0.6318

    2.    They're all Visual Studio developed workflows, including a brand new one that does absolutely nothing but start then complete.

    3.    They're set to start when a new item is created (they run fine if started manually but that's not an option in production)

    4.    Here's what I'm seeing on every machine I've tested on in the ULS log, there's nothing in the event log 

    03/26/2009 07:03:37.85  w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads. ThreadId = 7, Free call stack =    at Microsoft.SharePoint.SPRequestManager.Release(SPRequest request)     at Microsoft.SharePoint.SPSite.Close()     at Microsoft.SharePoint.SPSite.Dispose()     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange, AssocType atyp)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.ItemAdded(SPItemEventProperties properties)     at Microsoft.SharePoint.SPEventManager.RunItemEventRec... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...eiver(SPItemEventReceiver receiver, SPItemEventProperties properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.RunItemEventReceiverHelper(Object receiver, Object properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.<>c__DisplayClass8`1.<InvokeEventReceivers>b__0()     at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(Object state)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, CodeToRunElevated code)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](SPUserToken userToken, RunEventReceiver runEventReceiver, Obj... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...ect receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](Byte[] userTokenBytes, RunEventReceiver runEventReceiver, Object receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.HandleEventCallback[ReceiverType,PropertiesType](Object callbackData)     at Microsoft.SharePoint.Utilities.SPThreadPool.WaitCallbackWrapper(Object state)     at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)     at System.Threading.ExecutionContext.runTryCode(Object userData)     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)     at System.Threading.ExecutionContext.RunInternal(Execu... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...tionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)  , Allocation call stack (if present)    at Microsoft.SharePoint.Library.SPRequest..ctor()     at Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous)     at Microsoft.SharePoint.SPSite.GetSPRequest()     at Microsoft.SharePoint.SPSite.get_Request()... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...     at Microsoft.SharePoint.SPWorkItemCollection.DeleteWorkItem(Guid workItemId)     at Microsoft.SharePoint.SPWorkItemCollection.DeleteWorkItem(Guid siteId, Guid workItemId)     at Microsoft.SharePoint.SPWorkItem.Delete()     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.WorkItemDequeue(Transaction txn, Object[] transData)     at Microsoft.SharePoint.Workflow.SPPendingWork.PerformWorkNow(Transaction txn)     at Microsoft.SharePoint.Workflow.SPPendingWorkBatch.Commit(Transaction transaction, ICollection items)     at System.Workflow.Runtime.WorkBatch.PendingWorkCollection.Commit(Transaction transaction)     at System.Workflow.Runtime.WorkBatch.Commit(Transaction transaction)     at System.Workflow.Runtime.VolatileResourceManager.Commit()     at System.Workflow.Runtime.WorkflowExecu... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...tor.DoResourceManagerCommit()     at System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatch(CommitWorkBatchCallback commitWorkBatchCallback)     at System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.CommitWorkBatch(CommitWorkBatchCallback commitWorkBatchCallback)     at System.Workflow.Runtime.WorkflowExecutor.CommitTransaction(Activity activityContext)     at System.Workflow.Runtime.WorkflowExecutor.Persist(Activity dynamicActivity, Boolean unlock, Boolean needsCompensation)     at System.Workflow.Runtime.WorkflowExecutor.System.Workflow.ComponentModel.IWorkflowCoreRuntime.PersistInstanceState(Activity activity)     at System.Workflow.ComponentModel.Activity.MarkClosed()     at System.Workflow.ComponentModel.Activity.ReleaseLockOnStatusChange(IAc... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...tivityEventListener`1 eventListener)     at System.Workflow.ComponentModel.FaultAndCancellationHandlingFilter.SafeReleaseLockOnStatusChange(ActivityExecutionContext context)     at System.Workflow.ComponentModel.FaultAndCancellationHandlingFilter.OnEvent(Object sender, ActivityExecutionStatusChangedEventArgs e)     at System.Workflow.ComponentModel.ActivityExecutorDelegateInfo`1.ActivityExecutorDelegateOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)     at System.Workflow.Runtime.Scheduler.Run()     at System.Workflow.Runtime.WorkflowExecutor.RunScheduler()     at System.Workflow.Runtime.WorkflowExecutor.RunSome(Object ignored)     at System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.WorkItem.Invoke(WorkflowSchedulerService service)     at System.Workflow.Runtime.Host... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...ing.DefaultWorkflowSchedulerService.QueueWorkerProcess(Object state)     at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)     at System.Threading.ExecutionContext.runTryCode(Object userData)     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Obje... 
    03/26/2009 07:03:37.85* w3wp.exe (0x1364)                        0x13E4 Windows SharePoint Services    General                        0 Unexpected ...ct state)
  • Thursday, March 26, 2009 2:31 AM
     
     
     

    Hi Andy,

     

    Thanks for your follow up. Based on my research, could you please try to nstall WSS 3.0 Infrastructure update?

    Issues that are fixed in Windows SharePoint Services 3.0 by the Windows SharePoint Services 3.0 Infrastructure Update

    http://support.microsoft.com/kb/953749

    To obtain the 32-bit version of the Windows SharePoint Services infrastructure update please visit the following Microsoft Web site:

    http://www.microsoft.com/downloads/details.aspx?FamilyId=256CE3C3-6A42-4953-8E1B-E0BF27FD465B&displaylang=en

    To obtain the 64-bit version of the Windows SharePoint Services infrastructure update, please visit the following Microsoft Web site:

    http://www.microsoft.com/downloads/details.aspx?FamilyId=256CE3C3-6A42-4953-8E1B-E0BF27FD465B&displaylang=en

     

    After you install the update, please install the updates Infrastructure Update for Microsoft Office Servers (KB951297) and run the post configuration wizard.

     

    At last, run “stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true” followed by an IISRESET.

     

    Hope this helps.

     

    Lu Zou

     

    • Marked As Answer by Lu Zou-MSFT Friday, April 10, 2009 9:48 AM
    • Unmarked As Answer by Andy Bonner Thursday, April 16, 2009 10:12 PM
    •  
  • Thursday, April 16, 2009 11:33 AM
     
     
    Hi Andy,

    I amencountering the same problem on a MOSS Entreprise SP1 + roll-up install. I have the same messages in the ULS logs but the workflows (SharePoint Designer only) seem to be working fine as far as Ican tell.

    Any luck resolving the problem ?

    You might be interested in this blog post dealing with a SPSite object wrongly disposed (http://sharepointcoding.wordpress.com/2008/12/17/disposing-of-sharepoint-variables/ ) in a custom VS Workflow. Saddly, My workflows being SPF WorkFlows, it's of no use to me ...

    Joe
  • Thursday, April 16, 2009 9:57 PM
     
     
    Hi Joe

    Unfortunately I haven't been able to resolve this yet.  I've tried everything that Lu has suggested & still the problem is occuring.

    The workflows run fine but I'm getting those errors in the ULS log, which then leads to an "SPWebRequest wqas not disposed before the end of the thread" error, even a a very simple test workflow that does nothing between starting & ending.

    It's very bizarre as it only occurs if the workflow is set to run automatically when an item is created but the same workflows are fine if started manually.  Which leads me to believe that it might be a SQL permissions issue although I've tried playing around with the security on the DB's with no joy.

    Let me know if you find anything.

    Regards
    Andy
  • Friday, April 17, 2009 11:52 AM
     
     
    Andy, any chance it might be a true leak as suggested in the link I posted above ?  That is, are you using the workflowproperties.site property in your workflow ?

    Regards,
    Joe
  • Sunday, April 19, 2009 6:33 PM
     
     
    No it's not a true leak, it happens even when the workflow does nothing between starting & stopping i.e. no custom code whatsoever......
  • Friday, June 12, 2009 1:16 PM
     
     
    I have this same problem.  I created a VS Sequencial workflow with nothing in it just to try, and I get the same error.  I have sharepoint updated to SP2 and April Cumulative, which is the latest at the time of this writing.  Anyone figure out what the problem is?
  • Monday, June 15, 2009 6:07 PM
     
     
    I get the following error in the ULS when ANY workflow runs be it a custom workflow OR a default MS workflow.

    ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads. ThreadId = 1, Free call stack = at Microsoft.SharePoint.SPRequestManager.Release(SPRequest request) at Microsoft.SharePoint.SPSite.Close() at Microsoft.SharePoint.SPSite.Dispose() at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange, AssocType atyp) at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange) at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.ItemAdded(SPItemEventProperties properties) at Microsoft.SharePoint.SPEventManager.RunItemEventRecitCallback(Object state)
    This error only occurs when it runs automatically, i.e as a result of Start this workflow when a new item is created or Start this workflow when an item is changed .

    Runnning the workflow manually results in no error!

    This is consistent behaviour, and to clarify once again the Microsoft workflows result in the same error.
  • Monday, June 15, 2009 6:45 PM
     
     

    Well I'm glad it's not just me it's happening to.

    I still haven't gotten to the bottom of it yet so if you discover something let me know.

  • Saturday, June 20, 2009 9:04 AM
     
     
    I am getting the exact error, my workflow manages to work even when this error occurs so i have ignored this up to now.
    But I am starting to get erratic behaviour and need to clean up all errors that i can to determine root causes.

    Has any one got an answer to this as yet?
  • Thursday, September 24, 2009 8:02 PM
     
     
    This post here:

    http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/eb6c9ccf-eab6-4310-9f44-aad27bf90d8a

    Led me to this thread. I'm getting this exact error on a state machine VS workflow set to auto-start, as well as the following similar error whenever the code calls BreakRoleInheritance(false) on the workflow's item:

    ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads. ThreadId = 9, Free call stack =    at
    Microsoft.SharePoint.SPRequestManager.Release(SPRequest request)     at Microsoft.SharePoint.SPWeb.Invalidate()     at
    Microsoft.SharePoint.SPSecurableObjectImpl.RevertRoleInheritance(Boolean copyRoleAssignments)     at
    Microsoft.SharePoint.SPSecurableObjectImpl.BreakRoleInheritance(Boolean CopyRoleAssignments)     at
    Microsoft.SharePoint.SPListItem.BreakRoleInheritance(Boolean CopyRoleAssignments)     at
    <my code>

    Because I have found mixed opinions on whether workflowProperties.Site needs to be disposed, I'm instead creating a new SPSite and SPWeb from workflowProperties.WebUrl whenever I need an SPWeb. I know it's likely overhead that I don't need, but at least I know I'm not the source of any leaks that way.

    So, can these errors be ignored (as the author suggests in the post linked above), or has someone found an answer?
  • Thursday, January 07, 2010 2:26 PM
     
     
    I am also getting thisproblem. Is there any new info on this from anyone?
  • Thursday, January 21, 2010 10:22 AM
     
     
    This might not be the answer, but I feel that it needs to be posted since I got stuck several hours searching for the solution.

    The log gave me the classical:

    ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads.

    while sending a simple email to DOMAIN/user in a WF created in SPD.
    The workflow log said everything was fine but no emails arrived in my inbox.

    This is a bit embarrasing, but what I found out is that our WSS3 send the e-mail to our Exchange 2007 (SBS2008) and then out via SMTP before delivery to my account. This "detour" to the internet classified the message as spam.

    So. Tada! Check your Trash-folder...
  • Friday, February 05, 2010 6:35 PM
     
     
    Any new ideas? me too stuck with this.
  • Friday, April 09, 2010 8:17 PM
     
     
    Anything new?  Happening for me too.
  • Tuesday, April 27, 2010 6:39 PM
     
     

    I would like to join in as well.  I am also getting this error.  Did anyone come up with an answer or at least a way to gather more information about what is causing it?

    Please help, I'm at my wits end.

    4/27/2010 14:12:11.98  OWSTIMER.EXE (0x0A80)                    0x1730 Windows SharePoint Services    General                        0 Unexpected ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads. ThreadId = 27, Free call stack =    at Microsoft.SharePoint.SPRequestManager.Release(SPRequest request)     at Microsoft.SharePoint.SPSite.Close()     at Microsoft.SharePoint.SPSite.Dispose()     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange, AssocType atyp)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.ItemAdded(SPItemEventProperties properties)     at Microsoft.SharePoint.SPEventManager.RunItemEventRe... 

    04/27/2010 14:12:11.98* OWSTIMER.EXE (0x0A80)                    0x1730 Windows SharePoint Services    General                        0 Unexpected ...ceiver(SPItemEventReceiver receiver, SPItemEventProperties properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.RunItemEventReceiverHelper(Object receiver, Object properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.<>c__DisplayClass8`1.<InvokeEventReceivers>b__0()     at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(Object state)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, CodeToRunElevated code)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](SPUserToken userToken, RunEventReceiver runEventReceiver, Ob... 

    04/27/2010 14:12:11.98* OWSTIMER.EXE (0x0A80)                    0x1730 Windows SharePoint Services    General                        0 Unexpected ...ject receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](Byte[] userTokenBytes, RunEventReceiver runEventReceiver, Object receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.HandleEventCallback[ReceiverType,PropertiesType](Object callbackData)     at Microsoft.SharePoint.Utilities.SPThreadPool.WaitCallbackWrapper(Object state)     at System.Threading.ExecutionContext.runTryCode(Object userData)     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Thread... 

    04/27/2010 14:12:11.98* OWSTIMER.EXE (0x0A80)                    0x1730 Windows SharePoint Services    General                        0 Unexpected ...ing._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)  , Allocation call stack (if present) null 

    Mark

  • Thursday, September 23, 2010 8:01 AM
     
     

    I am also joining in this row getting the below log.

    09/21/2010 23:32:50.78  w3wp.exe (0x1328)                        0x1630 Windows SharePoint Services    General                        0 Unexpected ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads. ThreadId = 9, Free call stack =    at Microsoft.SharePoint.SPRequestManager.Release(SPRequest request)     at Microsoft.SharePoint.SPSite.Close()     at Microsoft.SharePoint.SPSite.Dispose()     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange, AssocType atyp)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.ItemUpdated(SPItemEventProperties properties)     at Microsoft.SharePoint.SPEventManager.RunItemEventR... 

    09/21/2010 23:32:50.78* w3wp.exe (0x1328)                        0x1630 Windows SharePoint Services    General                        0 Unexpected ...eceiver(SPItemEventReceiver receiver, SPItemEventProperties properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.RunItemEventReceiverHelper(Object receiver, Object properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.<>c__DisplayClass8`1.<InvokeEventReceivers>b__0()     at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(Object state)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, CodeToRunElevated code)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](SPUserToken userToken, RunEventReceiver runEventReceiver, O... 

    09/21/2010 23:32:50.78* w3wp.exe (0x1328)                        0x1630 Windows SharePoint Services    General                        0 Unexpected ...bject receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](Byte[] userTokenBytes, RunEventReceiver runEventReceiver, Object receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.HandleEventCallback[ReceiverType,PropertiesType](Object callbackData)     at Microsoft.SharePoint.Utilities.SPThreadPool.WaitCallbackWrapper(Object state)     at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)     at System.Threading.ExecutionContext.runTryCode(Object userData)     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)     at System.Threading.ExecutionContext.RunInternal(Exe... 

    09/21/2010 23:32:50.78* w3wp.exe (0x1328)                        0x1630 Windows SharePoint Services    General                        0 Unexpected ...cutionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)  , Allocation call stack (if present) null 

    Nannu Ann Zac

  • Thursday, December 09, 2010 9:15 PM
     
     

    Any solution /workaround on this issue? I'm having the same errors in the ULS log too with on SPD workflows - does not matter whether it is started manually or auto start. Wierd part is - it seems to affect only one collection.  This is a MOSS 2007 farm with SP2 applied.

    Any suggestions would be greatly appreicated.

     

    31:39.6 w3wp.exe (0x2598)                        0x1620 Windows SharePoint Services    General                        8e2s Medium   Unknown SPRequest error occurred. More information: 0x80070005
    31:40.0 w3wp.exe (0x2598)                        0x21C4 Windows SharePoint Services    General                        0 Unexpected ERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads. ThreadId = 12, Free call stack =    at Microsoft.SharePoint.SPRequestManager.Release(SPRequest request)     at Microsoft.SharePoint.SPSite.Close()     at Microsoft.SharePoint.SPSite.Dispose()     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange, AssocType atyp)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow(SPItemEventProperties properties, Boolean bCreate, Boolean bChange)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.ItemAdded(SPItemEventProperties properties)     at Microsoft.SharePoint.SPEventManager.RunItemEventRe...
    12/09/2010 14:31:39.96* w3wp.exe (0x2598)                        0x21C4 Windows SharePoint Services    General                        0 Unexpected ...ceiver(SPItemEventReceiver receiver, SPItemEventProperties properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.RunItemEventReceiverHelper(Object receiver, Object properties, SPEventContext context, String receiverData)     at Microsoft.SharePoint.SPEventManager.<>c__DisplayClass8`1.<InvokeEventReceivers>b__0()     at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(Object state)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param)     at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, CodeToRunElevated code)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](SPUserToken userToken, RunEventReceiver runEventReceiver, Ob...
    12/09/2010 14:31:39.96* w3wp.exe (0x2598)                        0x21C4 Windows SharePoint Services    General                        0 Unexpected ...ject receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](Byte[] userTokenBytes, RunEventReceiver runEventReceiver, Object receivers, Object properties, Boolean checkCancel)     at Microsoft.SharePoint.SPEventManager.HandleEventCallback[ReceiverType,PropertiesType](Object callbackData)     at Microsoft.SharePoint.Utilities.SPThreadPool.WaitCallbackWrapper(Object state)     at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)     at System.Threading.ExecutionContext.runTryCode(Object userData)     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)     at System.Threading.ExecutionContext.RunInternal(Exec...
    12/09/2010 14:31:39.96* w3wp.exe (0x2598)                        0x21C4 Windows SharePoint Services    General                        0 Unexpected ...utionContext executionContext, ContextCallback callback, Object state)     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)     at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)  , Allocation call stack (if present) null
    31:43.1 w3wp.exe (0x2598)                        0x1620 Windows SharePoint Services    General                        72nz Medium   Videntityinfo::isFreshToken reported failure.


    BlueSky2010
  • Wednesday, January 12, 2011 7:46 AM
     
     
    Hi We have the same problem but we have a lot of site collections and sites with SPD Workflows so how can I identify which of them that causes these errors in the logs?
    Niclas Carlsson
  • Sunday, March 06, 2011 3:12 PM
     
     
    I have an exactly same error at autostart workflow. It seems this problem is evergreen :)
    bts
  • Monday, April 16, 2012 9:41 PM
     
     
    anything new on this? I'm getting this too