Hoping someone may have some guidance…
I’ve followed the guide to setup a Windows Server 2019 instance with .NET Framework 3, etc. enabled as instructed.
Attempting to use Webhooks through the Orchestration server, via Workflow Automator, fails every time.
The error I get:
{
"exit-code": -1,
"message": "Exception occured for connector: httpwith message: connector not found",
"status-code": -1
}
I have tried different webhook destinations (IFTTT, FreshService) and I’m able to use Insomnia API client to prove that my requests are formatted correctly since they work outside of using the Orchestrator.
This is also a brand new Windows server install, firewall turned off for testing, no issues reaching the internet from the server itself. The server appears Online in the FreshService WebUI.
Poking around in the log files, specifically ..\osr\logs\error.log I have lines like this for every connector:
11-25-2021 23:36:09 EST ERROR 0FlintHelper.java:418] spanId: - :: tenant:: system Error occured while enabling orchestrator-http-connector connector : java.lang.IllegalArgumentException: Cannot find service descriptor file orchestrator-http-connector.json on classpath
Any ideas would be greatly appreciated.
Thanks in advance!