Good afternoon, all!
I was able to work past a problem with ports on configuring Workflow Manager. And ran into a brand new one.
The Workflow Manager Backend service was stopped. When I started it, I received this from .NET Runtime
Log Name: Application
Source: .NET Runtime
Date: 2/2/2016 1:41:57 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: sharepoint1.iscinternational.net
Description:
Application: Microsoft.Workflow.ServiceHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Workflow.Common.FatalException
Stack:
at Microsoft.Workflow.Common.Fx+<>c__DisplayClass2.<FailFast>b__0()
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()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-02-02T19:41:57.000000000Z" />
<EventRecordID>133001</EventRecordID>
<Channel>Application</Channel>
<Computer>sharepoint1.iscinternational.net</Computer>
<Security />
</System>
<EventData>
<Data>Application: Microsoft.Workflow.ServiceHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Workflow.Common.FatalException
Stack:
at Microsoft.Workflow.Common.Fx+<>c__DisplayClass2.<FailFast>b__0()
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()
</Data>
</EventData>
</Event>
And the following from the Application Log:
Log Name: Application
Source: Application Error
Date: 2/2/2016 1:41:57 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: sharepoint1.iscinternational.net
Description:
Faulting application name: Microsoft.Workflow.ServiceHost.exe, version: 1.0.20922.0, time stamp: 0x505e1b24
Faulting module name: KERNELBASE.dll, version: 6.3.9600.17415, time stamp: 0x54505737
Exception code: 0xe0434352
Fault offset: 0x0000000000008b9c
Faulting process id: 0x2a2c
Faulting application start time: 0x01d15df1c60e71b8
Faulting application path: C:\Program Files\Workflow Manager\1.0\Workflow\Artifacts\Microsoft.Workflow.ServiceHost.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 04650980-c9e5-11e5-80d2-0050568f3b2e
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-02-02T19:41:57.000000000Z" />
<EventRecordID>133002</EventRecordID>
<Channel>Application</Channel>
<Computer>sharepoint1.iscinternational.net</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.Workflow.ServiceHost.exe</Data>
<Data>1.0.20922.0</Data>
<Data>505e1b24</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.17415</Data>
<Data>54505737</Data>
<Data>e0434352</Data>
<Data>0000000000008b9c</Data>
<Data>2a2c</Data>
<Data>01d15df1c60e71b8</Data>
<Data>C:\Program Files\Workflow Manager\1.0\Workflow\Artifacts\Microsoft.Workflow.ServiceHost.exe</Data>
<Data>C:\Windows\system32\KERNELBASE.dll</Data>
<Data>04650980-c9e5-11e5-80d2-0050568f3b2e</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
It appears the service crashes on start.
Known issue?
Thanks!
Gregg