Keep getting error in Server Bot Framework: OpenSpanRuntimeServer.xml does not exist
Hello.
I've been running into several issues trying to set up the Server Bot Framework, but believe I'm most of the way there. Now I keep getting an error that I can't understand. In both PackageDownloader_Log4Net.txt and RuntimeLog.txt I'm seeing the following pattern:
ERROR | 2021-08-04 15:26:35,504 | 1 | 1 | 7828 | MTA | Exception | | | Required attribute not found on <Server> node.
Parameter name: baseURL, Verbose Message: General InformationDiagnostic Info:
Diagnostic.MachineName: SVFL-ROBOTPOC
Diagnostic.FullName: OpenSpan, Version= Proprietary information hidden, Culture=neutral, PublicKeyToken=f5db91edc02d8c5e
Diagnostic.AppDomainName: Pega.PackageDownloader.exe
Diagnostic.WindowsIdentity: HEALTHFIRST\svc_robotautod_aim
Diagnostic.ApplicationName: Pega.PackageDownloaderException Information
Hello.
I've been running into several issues trying to set up the Server Bot Framework, but believe I'm most of the way there. Now I keep getting an error that I can't understand. In both PackageDownloader_Log4Net.txt and RuntimeLog.txt I'm seeing the following pattern:
ERROR | 2021-08-04 15:26:35,504 | 1 | 1 | 7828 | MTA | Exception | | | Required attribute not found on <Server> node.
Parameter name: baseURL, Verbose Message: General InformationDiagnostic Info:
Diagnostic.MachineName: SVFL-ROBOTPOC
Diagnostic.FullName: OpenSpan, Version= Proprietary information hidden, Culture=neutral, PublicKeyToken=f5db91edc02d8c5e
Diagnostic.AppDomainName: Pega.PackageDownloader.exe
Diagnostic.WindowsIdentity: HEALTHFIRST\svc_robotautod_aim
Diagnostic.ApplicationName: Pega.PackageDownloaderException Information
1) Exception Information
*********************************************
Exception Type: System.ArgumentException
Message: "Required attribute not found on <Server> node.
Parameter name: baseURL"
ParamName: "baseURL"
Data: IDictionary (System.Collections.ListDictionaryInternal) with 0 items
TargetSite: Void Deserialize(System.Xml.XPath.XPathNavigator, System.IServiceProvider)
HelpLink: NULL
Source: "OpenSpan"
HResult: -2147024809StackTrace Information
*********************************************
at OpenSpan.Server.Configuration.ServerConfigurationItem.Deserialize(XPathNavigator navigator, IServiceProvider serviceProvider)
at OpenSpan.Server.Configuration.ServerConfigurationItem..ctor(XPathNavigator navigator)
at OpenSpan.Server.Configuration.ServerConfiguration.LoadManifest()
INFO | 2021-08-04 15:26:35,519 | 1 | 1 | 7828 | MTA | Manifest | | | File 'C:\Users\svc_robotautod_aim\AppData\Roaming\Pegasystems\OpenSpanRuntimeServer.xml' does not exist.
The only configuration file I know that has <Server> tags is CommonConfig.xml but none of them are missing the baseURL attribute and none are empty.
Then when it says File ... OpenSpanRuntimeServer.xml does not exist, I don't know what that file is. I've never seen it before and haven't been able to find a reference to it in the Server Bot Framework manual or in the online OpenSpan help.
And, I'm also not sure why it keeps trying to download the package from the server through Pega.PackageDownloader because I am trying to set it up to load the package from the C drive.
Any clues?