Second MendixService gives an error on opening

0
I am installing the Production Environment (2.5.3) on the same server as the Acceptance Environment and get the following error when opening the MendixService. On a different server I have installed a Development and Test environment the same way and that gave no errors. What is happening here. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. *** Exception Text *** System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8092 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) *** Loaded Assemblies *** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3615 (GDR.050727-3600) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- Mendix Service Console Assembly Version: 1.0.4064.22100 Win32 Version: 1.0.6.3 CodeBase: file:///E:/Software/Mendix/Production/Mendix/Service/Mendix%20Service%20Console.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GACMSIL/System.Windows.Forms/2.0.0.0b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3614 (GDR.050727-3600) CodeBase: file:///C:/Windows/assembly/GACMSIL/System/2.0.0.0b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GACMSIL/System.Drawing/2.0.0.0b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- RuntimeRunner Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///E:/Software/Mendix/Production/Mendix/Service/RuntimeRunner.DLL ---------------------------------------- MendixConsoleLog Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///E:/Software/Mendix/Production/Mendix/Service/MendixConsoleLog.EXE ---------------------------------------- System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.1 built by: SP CodeBase: file:///C:/Windows/assembly/GACMSIL/System.Core/3.5.0.0b77a5c561934e089/System.Core.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GACMSIL/Accessibility/2.0.0.0b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- YamlSerializer Assembly Version: 0.9.0.2 Win32 Version: 0.9.0.2 CodeBase: file:///E:/Software/Mendix/Production/Mendix/Service/YamlSerializer.DLL ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.66.0 Win32 Version: 1.0.66.0 CodeBase: file:///E:/Software/Mendix/Production/Mendix/Service/x64/System.Data.SQLite.DLL ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC64/System.Data/2.0.0.0b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC64/System.Transactions/2.0.0.0b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GACMSIL/System.Configuration/2.0.0.0b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3074 (QFE.050727-3000) CodeBase: file:///C:/Windows/assembly/GACMSIL/System.Xml/2.0.0.0b77a5c561934e089/System.Xml.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC64/System.EnterpriseServices/2.0.0.0b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.ServiceProcess Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GACMSIL/System.ServiceProcess/2.0.0.0_b03f5f7f11d50a3a/System.ServiceProcess.dll ---------------------------------------- Newtonsoft.Json Assembly Version: 3.5.0.0 Win32 Version: 3.5.0.0 CodeBase: file:///E:/Software/Mendix/Production/Mendix/Service/Newtonsoft.Json.DLL *** JIT Debugging *** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitdebugging="true"/> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer
asked
0 answers