-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daemon fails after Sync: Server for vCenterID=1 failed #48
Comments
The message 'The operation is not allowed in the current state' is probably from your vCenter... so the behavior is correct. You wrote that this happens since upgrading to the latest master, did it work for you before? And if so, which version have you been using? |
To be honest I can't quite confirm if this is actually the result of an update.
huh, might be, something must have changed though. The vCenter is not under my administration but I can check with the responsible guys. |
Eventually check your permissions, or try to manually log in with the given credentials to check whether there are special restrictions in place. However, they might not be immediately obvious - it could be something weird like being allowed to see VMs and Hosts, but not the DataCenter itself. You could also try to manually run
or
to see more details. Most of this should however also be visible when going to |
I updated from fcebb8d to cdcca41.
|
@mikeb93: could you please try again? Guess you recently cloned a VM, the related handling was incomplete. |
Oh, and how did you fix this part:
Was it related to your permissions? |
I didn't ^^ It's from systemd and it's still there even with current master. It actually now additionally says
Issue still persists btw. |
Please try again with |
No error message anymore:
although this message still appears in systemd:
and it looks like the stats get updated very infrequently. |
Looks like there is something wrong with your EventCollector. Please run: systemctl stop icinga-vspheredb.service
rm -rf /tmp/iwebVsphere*`
systemctl start icinga-vspheredb.service Does the output change? |
Hello, |
Hi @Tontonitch, thanks for testing this! In case you're still facing this or similar issues please let me know! Cheers, |
Sorry for the late reply. Thanks |
Thanks @mikeb93 for your confirmation! |
Expected Behavior
Daemon fetches latest state periodically after initial sync
Current Behavior
Daemon fails after sync with:
after that, the initial sync will start again and import everything successfully.
After that the daemon will fail again.
systemd message:
icingacli: The operation is not allowed in the current state.
Possible Solution
Steps to Reproduce (for bugs)
Restart Service after updating to latest master
Your Environment
The text was updated successfully, but these errors were encountered: