Hi Team,
I face the issue when try to convert cisco ASA configuration, its show could not convert configuration file. when i see the debug logs. its show the error " Object reference not set to an instance of an object ".
[23.10.2023 10:46:34] Object reference not set to an instance of an object.
at CiscoMigration.CiscoConverter.Add_Layers_And_Rules_For_Other_Zones(CheckPoint_Package package) in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\CiscoMigration\CiscoConverter.cs:line 4134
at CiscoMigration.CiscoConverter.Add_Package(Boolean isPreExecution) in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\CiscoMigration\CiscoConverter.cs:line 2595
at CiscoMigration.CiscoConverter.Convert(Boolean convertNat) in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\CiscoMigration\CiscoConverter.cs:line 5966
at SmartMove.MainWindow.<>c__DisplayClass91_0.<Go_OnClick>b__0() in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\SmartMove\MainWindow.xaml.cs:line 776
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at SmartMove.MainWindow.<Go_OnClick>d__91.MoveNext() in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\SmartMove\MainWindow.xaml.cs:line 776
do you guys have any idea to solve this error ?.
Thank you.