-
Notifications
You must be signed in to change notification settings - Fork 22
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
Random errors installing Package in our deployment #20
Comments
Hi, |
Thanks for the info. Like I said, we were having an issue where the sitecorepackagedeployer wasn't even running during our deployment process so the suggestion from Hedgehog was to use the force flag. I will remove it though you might hear from me again if it reverts to use again having the issue with it not running. Can you point me to that Sitecore property that you mention where the installer maintains it's state. I'd like to keep an eye on this while I'm testing out these updates. |
The property is in the core database. Its called: SPD_InstallerState_[machine name] The enumerator for the values is:
You should also see messages in the log that look like: ManagedPoolThread #9 10:47:10 INFO Setting installer state to InstallingPackage This indicates that the installer is polling the deploy folder for files and is functioning correctly. |
We are searching for that item in core and it's not returning anything. What is the full path to the item? |
It is in the property table in the core database. Here is the code from the Git repo that accesses it:
|
*Someone at HedgeHog setup our deployment process for us but suggested adding an issue here to help resolve this error. We are on Sitecore 8.2 update 3 and using version 1.09 of the SitecorePackageDeployer.
We currently are running Octopus to deploy to our Sitecore CM and then to our three production servers. Previously we were running into an issue where the SitecorePackageDeployer wasn't even running and someone (from HedgeHog) suggested we append '?force=1' to our Octopus step that runs the Start Package Deployer (/sitecore/admin/StartSitecorePackageDeployer.aspx). This fixed the issue where it wasn't running but now we've been having an issue where the SitecorePackageDeployer fails and our master database is getting out of wack. We have an autopublish setup to run and once this runs and pushes to our prod db it's causing the site to go down. We are unable to see what is happening to our db at this point since Sitecore is throwing errors and we can't browse the tree. Sometimes redeploying fixes it, sometimes it doesn't.
I've attached the install.log and the InstallationHistory.txt that contains the errors we were seeing. Typically if this fails then in the 'Data\SitecorePackageDeployer' folder there will be a .error package and the .json file will contain a message 'fail' message and the 'DeployHistoryPath' will be blank. Let me know if there is any other information you want me to send.
Install.log
InstallationHistory.txt
The text was updated successfully, but these errors were encountered: