You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first set up the sync integration everything seemed fine from the UI side. I was able to select Flex integrations in the UI and the app said that they were successfully deployed. However, no data was coming in. Investigating the Infrastructure agent logs revealed errors related to the sync integration. I also found that the integration configs of the flex integration I attempted to install had never been deployed to C:\Program Files\New Relic\newrelic-infra\newrelic-integrations.
REPO:
In app setup section
- download windows executable
- copy windows executable to C:\Program Files\New Relic\newrelic-infra\newrelic-integrations\nri-sync.exe
- Select account
- Select collection
- select api key
- paste auto-generated config file into C:\Program Files\New Relic\newrelic-infra\integrations.d\nri-sync-config.yml
Start the infrastructure agent
Agent log contains the following:
time="2022-02-09T11:36:11-08:00" level=warning msg="integration exited with error state" component=integrations.runner.Runner error="exit status 101" integration_name=nri-sync stderr="thread 'main' panicked at 'unable to deserialize successful nerdgraph response, err: {\"data\":{\"actor\":{\"account\":{\"id\":[id_redacted],\"nerdStorage\":{\"collection\":null}}}},\"errors\":[{\"extensions\":{\"errorClass\":\"INVALID_INPUT\"},\"locations\":[{\"column\":146,\"line\":1}],\"message\":\"Invalid document.\",\"path\":[\"actor\",\"account\",\"nerdStorage\",\"collection\"]}]}: Error(\"invalid type: null, expected a sequence\", line: 1, column: 74)', src/handler.rs:51:35\nnote: run with 'RUST_BACKTRACE=1' environment variable to display a backtrace"
Your Environment
Operating System and version: Windows 11 Home
Infrastructure agent version: 1.23.1 (but I also tested 1.18 with the same result.)
Infra agent is a fresh vanilla install with no custom configs of any kind.
The text was updated successfully, but these errors were encountered:
Followed setup instructions in the app.
When I first set up the sync integration everything seemed fine from the UI side. I was able to select Flex integrations in the UI and the app said that they were successfully deployed. However, no data was coming in. Investigating the Infrastructure agent logs revealed errors related to the sync integration. I also found that the integration configs of the flex integration I attempted to install had never been deployed to C:\Program Files\New Relic\newrelic-infra\newrelic-integrations.
REPO:
In app setup section
- download windows executable
- copy windows executable to C:\Program Files\New Relic\newrelic-infra\newrelic-integrations\nri-sync.exe
- Select account
- Select collection
- select api key
- paste auto-generated config file into C:\Program Files\New Relic\newrelic-infra\integrations.d\nri-sync-config.yml
Start the infrastructure agent
Agent log contains the following:
time="2022-02-09T11:36:11-08:00" level=warning msg="integration exited with error state" component=integrations.runner.Runner error="exit status 101" integration_name=nri-sync stderr="thread 'main' panicked at 'unable to deserialize successful nerdgraph response, err: {\"data\":{\"actor\":{\"account\":{\"id\":[id_redacted],\"nerdStorage\":{\"collection\":null}}}},\"errors\":[{\"extensions\":{\"errorClass\":\"INVALID_INPUT\"},\"locations\":[{\"column\":146,\"line\":1}],\"message\":\"Invalid document.\",\"path\":[\"actor\",\"account\",\"nerdStorage\",\"collection\"]}]}: Error(\"invalid type: null, expected a sequence\", line: 1, column: 74)', src/handler.rs:51:35\nnote: run with 'RUST_BACKTRACE=1' environment variable to display a backtrace"
Your Environment
The text was updated successfully, but these errors were encountered: