RobotStudio event

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.<PostAsync>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.<RegisterClient>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.<LoginWhenParentIsRobApi1>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.<Login>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.<WaitForConnectionAsync>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.<StartAndWaitForConnectionAsync>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.<StartAsync>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.<Start>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.<StartNewController>d__22.MoveNext()
URL:/users/impersonate
Payload:uid=524296
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Does anyone know what the problem is?

Comments

  • 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"
    ---------------------------------