Error when creating new Virtual Controller

Hi,

When I open a new Virtual Controller in RobotStudio I get this error:

“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”"

RobotStudio .NET exception: FFFFFFFF : Unknown error
An error occurred while sending the request.
0

Base exception: RobApiException
FFFFFFFF : Unknown error
An error occurred while sending the request.
0
at RobotStudio.Services.RobApi.RwsHelper.ThrowOnError(IRwsError responseError, String relativeUrl, String payload, RobHResult ignoreErrors)
at RobotStudio.Services.RobApi.RwsClientExtensions.d__8.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.RobApi.RWS.RobControllerConnectionRWS.d__101.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.RobApi.RWS.RobControllerConnectionRWS.d__102.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.RobApi.RobApi1.RobControllerConnectionRobApi1.d__104.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.Controller.ControllerService.d__35.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.Controller.ControllerService.d__34.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.Controller.ControllerService.d__32.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.Controller.ControllerService.d__31.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ABBInternal.Controller.StationVirtualControllerManager.d__22.MoveNext()
URL:/users/impersonate
Payload:uid=524296
“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”"

Does anyone know what the problem is?

I fixed it by changing the appweb.conf file from:


Listen -1
#ListenSecure -1

#SSLCertificateFile “./self.crt”
#SSLCertificateKeyFile “./self.key”

to


Listen -1

ListenSecure -1

SSLCertificateFile “./self.crt”
SSLCertificateKeyFile “./self.key”