Question
Virtusa PVT Ltd
IN
Last activity: 4 Dec 2023 9:30 EST
Pega Robot Runtime Error while Started
Hi All,
When i deployed my solution and trying to start through the robot runtime getting the below exception.
starting the BOT using RobotActivity (Activity started) method.
Hi All,
When i deployed my solution and trying to start through the robot runtime getting the below exception.
starting the BOT using RobotActivity (Activity started) method.
Warning | 01:17:32.253 PM | 1 | STA | Robotics | | | No project loaded, RPA will not start polling for work.
Info | 01:17:32.638 PM | 1 | STA | Robotics | | | RPA mode is enabled, successfully registered robot.
Error | 01:17:33.185 PM | 1 | STA | Robotics | | | RoboticsApiHelper.GetPackageAssignment - Exception thrown while getting robot package assignment.
Error | 01:17:33.197 PM | 1 | STA | Exception | | | Exception has been thrown by the target of an invocation., Verbose Message: General Information
Diagnostic Info:
Diagnostic.MachineName: AZUVHEALTH
Diagnostic.FullName: OpenSpan, Version= Proprietary information hidden, Culture=neutral, PublicKeyToken=f5db91edc02d8c5e
Diagnostic.AppDomainName: OpenSpan.Runtime64.exe
Diagnostic.WindowsIdentity: AZUVHEALTH\PLMRPA
Diagnostic.ApplicationName: OpenSpan.Runtime64
Exception Information
1) Exception Information
*********************************************
Exception Type: System.Reflection.TargetInvocationException
Message: "Exception has been thrown by the target of an invocation."
Data: IDictionary (System.Collections.ListDictionaryInternal) with 0 items
TargetSite: System.Object InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
HelpLink: NULL
Source: "mscorlib"
HResult: -2146232828
StackTrace Information
*********************************************
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Newtonsoft.Json.Serialization.JsonContract.<>c__DisplayClass57_0.<CreateSerializationCallback>b__0(Object o, StreamingContext context)
at Newtonsoft.Json.Serialization.JsonContract.InvokeOnDeserialized(Object o, StreamingContext context)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.OnDeserialized(JsonReader reader, JsonContract contract, Object value)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at OpenSpan.Interactions.Robotics.RoboticsApiHelper.GetPackageAssignment(RobotInfo robotInfo, HttpResponseMessage& response)
2) Exception Information
*********************************************
Exception Type: System.ArgumentNullException
Message: "Value cannot be null.
Parameter name: input"
ParamName: "input"
Data: IDictionary (System.Collections.ListDictionaryInternal) with 0 items
TargetSite: Boolean IsMatch(System.String)
HelpLink: NULL
Source: "System"
HResult: -2147467261
Please share your thoughts.