Hi Raymond, the server works normal i can login to Laserfiche client and everything.
This is the error i get in WF App log:
Timestamp: 2015-12-16 12:54:00.698
Local Time: 12/16/2015 2:54:00 PM
Category: Errors
Machine: ##########
Severity: Error
Application Domain: Laserfiche.Workflow.Subscriber.exe
Process Id: 784
Process Name: C:\Program Files\Laserfiche\Laserfiche Workflow 9\Laserfiche.Workflow.Subscriber.exe
Win32 Thread Id: 10172 - Stats thread
Thread Name: Stats thread
Message: <Exception handlingInstanceId="7163b364-1a9f-4b18-a811-2786fca71ee4">
<Description>An exception of type 'Laserfiche.Workflow.WorkflowServerNotFoundException' occurred and was caught.</Description>
<DateTime>2015-12-16 14:54:00Z</DateTime>
<ExceptionType>Laserfiche.Workflow.WorkflowServerNotFoundException, Laserfiche.Workflow.ServerObjects, Version=8.3.0.0, Culture=neutral, PublicKeyToken=d8428ff9263e6cda</ExceptionType>
<Message>Connection to the Workflow Server 'localhost' could not be created.</Message>
<Source>Laserfiche.Workflow.ServerObjects</Source>
<HelpLink />
<Property name="Server">localhost</Property>
<Property name="Trace" />
<Property name="IsCommunicationError">True</Property>
<Property name="ServerExceptionType" />
<Property name="TargetSite">Laserfiche.Workflow.Connection.OperationResult ExecuteCommand(Laserfiche.Workflow.Connection.OperationCommand)</Property>
<Property name="HResult">-2146233088</Property>
<StackTrace>Client trace
at Laserfiche.Workflow.Internal.WorkflowServerClient.ExecuteCommand(OperationCommand data)
at Laserfiche.Workflow.WorkflowServerClientExtensions.ExecuteCommandInternal(IWorkflowServerApi api, ExecuteOperationCommand command)
at Laserfiche.Workflow.ServerObject.Update()
at Laserfiche.Workflow.Subscriber.Runtime.WorkflowServerCommandExecutor.ExecuteCommandInternal(SubscriberCommand command, Int32 retryCount)
</StackTrace>
<additionalInfo>
<info name="MachineName" value="########" />
<info name="TimeStamp" value="12/16/2015 12:54:00 PM" />
<info name="FullName" value="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<info name="AppDomainName" value="Laserfiche.Workflow.Subscriber.exe" />
<info name="ThreadIdentity" value="" />
<info name="WindowsIdentity" value="NT AUTHORITY\SYSTEM" />
</additionalInfo>
<InnerException>
<ExceptionType>System.ServiceModel.EndpointNotFoundException, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>Could not connect to net.tcp://localhost:8085/ManagementService. The connection attempt lasted for a time span of 00:00:02.0436759. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:8085. </Message>
<Source>mscorlib</Source>
<HelpLink />
<Property name="TargetSite">Void HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage)</Property>
<Property name="HResult">-2146233087</Property>
<StackTrace>
Server stack trace:
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Laserfiche.Workflow.IWorkflowServerApi.Connect(ConnectionOptions options)
at Laserfiche.Workflow.Internal.WorkflowServerClient.EnsureChannelReady()
at Laserfiche.Workflow.Internal.WorkflowServerClient.ExecuteCommand(OperationCommand data)</StackTrace>
<InnerException>
<ExceptionType>System.Net.Sockets.SocketException, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>No connection could be made because the target machine actively refused it 127.0.0.1:8085</Message>
<Source>System</Source>
<HelpLink />
<Property name="ErrorCode">10061</Property>
<Property name="SocketErrorCode">ConnectionRefused</Property>
<Property name="NativeErrorCode">10061</Property>
<Property name="TargetSite">Void DoConnect(System.Net.EndPoint, System.Net.SocketAddress)</Property>
<Property name="HResult">-2147467259</Property>
<StackTrace> at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)</StackTrace>
</InnerException>
</InnerException>
</Exception>