terraform-provider-nifi icon indicating copy to clipboard operation
terraform-provider-nifi copied to clipboard

Multiple process groups

Open sc7565 opened this issue 5 years ago • 0 comments

I have multiple process groups around 26 of them, and I am not able to terraform apply them. Got this below errors

2020/01/22 18:33:19 [DEBUG] plugin: waiting for all plugin processes to complete...
26 error(s) occurred:

* nifi_processor.PCR_7GKCGW_EvaluateJsonPathFields: 1 error(s) occurred:

* nifi_processor.PCR_7GKCGW_EvaluateJsonPathFields: Failed to create Processor
  revision.#:                  "" => "<computed>"[0m
[0m[1mnifi_process_group.PGP_AZ9EFC_Gateway: Creating...[0m
  component.#:                 "0" => "1"
  component.0.name:            "" => "PGP_AZ9EFC_Gateway"
* nifi_process_group.PGP_JM77XQ_Fet: 1 error(s) occurred:

* nifi_process_group.PGP_JM77XQ_Fet: Failed to create Process Group
* nifi_process_group.PGP_KH3GUL_Other: 1 error(s) occurred:

  component.0.parent_group_id: "" => "1afc5761-016f-1000-9240-7bd5ebc04dfd"
  component.0.position.#:      "0" => "1"
  component.0.position.0.x:    "" => "1656"
  component.0.position.0.y:    "" => "1648"
  parent_group_id:             "" => "<computed>"
* nifi_process_group.PGP_KH3GUL_Other: Failed to create Process Group
2020/01/22 18:33:19 [DEBUG] plugin: terraform-provider-nifi: 2020/01/22 18:33:19 [ERR] plugin: plugin server: accept unix /tmp/plugin790107470: use of closed network connection
* nifi_process_group.PGP_S7PYXR_Ocm: 1 error(s) occurred:

* nifi_process_group.PGP_S7PYXR_Ocm: Failed to create Process Group
  revision.#:                  "" => "<computed>"[0m
[0m[1mnifi_process_group.PGP_ACCAVN_Rating: Creating...[0m
* nifi_process_group.PGP_U1EHWC_Syslog: 1 error(s) occurred:

* nifi_process_group.PGP_U1EHWC_Syslog: Failed to create Process Group
* nifi_process_group.PGP_Y0A0U7_Owl: 1 error(s) occurred:

  component.#:                 "0" => "1"
  component.0.name:            "" => "PGP_ACCAVN_Rating"
* nifi_process_group.PGP_Y0A0U7_Owl: Failed to create Process Group
* nifi_process_group.PGP_ERQEBM_Ui-alerts: 1 error(s) occurred:
....

sc7565 avatar Jan 22 '20 18:01 sc7565