OK I shortly connected from home and the error was again:
But I saw something, as I tried to open the Page it took some time, and afterwards it was immediatly to the error. RAM level is normal but the first time it went up about 50mb and then back to 140.
Error:
LogicBase.Components.Default.Workflow.DialogWorkflowComponent
Dialog Workflow
52e819c5-19bc-11e2-afc5-005056aa58bf
System.NullReferenceException
Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object. at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.Store(String serviceID, WorkQueueItem item) at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.AddWorkQueueItem(String serviceID, WorkQueueItem item) at LogicBase.Core.Models.Workflow.WorkflowDelegate.Execute(IData data, IOrchestrationComponent comp, String& outputPath, IExecutionEngine engine, TLExecutionContext context) at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.RunComponent(TLExecutionContext context, IData data, IOrchestrationComponent comp)
A wild guess, could it be that the Collections from the "Integration" components are not cleared? Is there anything special with Integrations? I could imagine that the first time it loads it (takes longer to load the page), and every user afterwards it opens very fast. And today It took longer again and maybe it went "double" because it was somehow there and not cleared?
EDIT:
I checked the logviewer and it had again this error:
Application Name : LogicBase.ServerExtensions.exe
Process ID : 2296
Date :20.10.2012 19:09:16
Log Level :Error
Log Category :AbstractWebServiceURLInvoker
Machine Name : HGRS-HBK-S1151
Message :
(WebServiceAutoInvokeDelegate) Error triggering service at
http://hgrs-hbk-s1151//hgrspurchaserequest/AutoInvokeDelegateService.asmx System.Exception: exception invoking method ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.OpenProcessHandle()
at System.Diagnostics.Process.get_Handle()
at LogicBase.Framework.Utilities.ProcessorArchitectureDetection.Is64Bit()
at LogicBase.Framework.Utilities.RegistryHelper.AddSoftwareKey(String key)
at LogicBase.Core.ServerRegistration.get_EnsembleRelativePath()
at LogicBase.Core.ServerRegistration.GetEnsembleURL()
at LogicBase.Core.ApplicationProperty.Evaluate()
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.GetPropertyData(String cultureName)
at LogicBase.Core.Data.OrchestrationData.GetValue(String name)
at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.SetProperties(IData properties)
at LogicBase.Core.Models.Workflow.WorkQueueFactory.Setup(String typeName)
at LogicBase.Core.Models.Workflow.WorkflowRuntimeSetup.Execute(AbstractOrchestrationProject project)
at LogicBase.Core.ProjectRuntime.LoadProject()
at LogicBase.Core.ProjectRuntime.get_Project()
at LogicBase.Core.Models.Workflow.WorkflowServices.CheckTimeoutsAndEscalations()
at LogicBase.Core.Models.Workflow.WorkflowManagementService.CheckTimeoutsAndEscalations()
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at WorkflowManagementService.CheckTimeoutsAndEscalations()
--- End of inner exception stack trace ---
at LogicBase.Framework.DynamicProxy.InvokeMethod(String MethodName, Object[] parameters)
at LogicBase.ServerExtensions.Core.WSInvokerDelegate.DoInvoke()
Another wild guess :-), everytime I restart IIS I get 1 time prompted for credentials and afterwards it works fine. Could there be a missconfiguration in the IIS? Maybe the "credentials" expired at the time viewd above (20.10.2012 19:xx) and afterwards the workflow wouldn't work?
And about the exchange, is there a simple way to "repair" or "reset" the configuration?
Here the Invoke Settings, is there maybe something at fault?
AutoInvoke:
Manual:
Again Edit :-): I did a repair via Workflow Setup, afterwards I had to get again "all resources" from SMP for my custom. Maybe that helps