Sitecore.Ship icon indicating copy to clipboard operation
Sitecore.Ship copied to clipboard

Ship seems to silently fail on Sitecore 8.2 Update 2

Open jbrownsp opened this issue 8 years ago • 5 comments

Using latest version of Ship from nuget and just upgraded an 8.1 update 2 instance to 8.2 update 2 and while Ship still appears to respond to me posting updates it doesn't actually seem to install the update packages.

The response is the normal json response showing all the ids, items and files, but nothing is ever extracted. There's no errors in any logs either.

I manually installed the update packaged through the installation wizard and everything worked correctly.

Anyone run into this issue? I'll try to debug and provide more info when I have a chance.

jbrownsp avatar Feb 08 '17 19:02 jbrownsp

I also have the exact same issue on 8.2-2 on Webapps if i can supply any useful information please let me know.

vince-geekcore avatar Mar 15 '17 12:03 vince-geekcore

Thanks for posting @jbrownsp - I am experiencing the same behavior but since this is my first time using Sitecore.Ship, so I have been spinning my wheels, thinking it was something I was doing wrong. Now I will just Subscribe to this issue and wait.

colema18 avatar Mar 17 '17 15:03 colema18

@Mine also appears to be silently failing. I'm using Sitecore 8.2 rev. 161115.

When I hit the URL to update Core, this is what I get back:

{"Entries":[{"ID":"0de95ae4-41ab-4d01-9eb0-67441b7c2450","Path":"addeditems/core/sitecore/content"},{"ID":"c74ac643-53c8-4f1e-9508-840cdc72aaca","Path":"addeditems/core/sitecore/content/applications"},{"ID":"3f03238b-f1e9-4987-870b-c623e18f844d","Path":"addeditems/core/sitecore/content/applications/webedit"},{"ID":"cfc141d6-0558-4fcd-9137-a723adb3c019","Path":"addeditems/core/sitecore/content/applications/webedit/ribbons"},{"ID":"570a52b6-6755-461a-8052-5b95ef766f74","Path":"addeditems/core/sitecore/content/applications/webedit/ribbons/webedit"},{"ID":"a70521c7-46fb-4257-a191-03a10d413cb8","Path":"addeditems/core/sitecore/content/applications/webedit/ribbons/webedit/view"},{"ID":"3931f8ba-c7f4-4e5b-b67b-84a4394b88bf","Path":"addeditems/core/sitecore/content/applications/webedit/ribbons/webedit/view/show"},{"ID":"4453588e-50b8-4ca7-8c2b-2de457720297","Path":"addeditems/core/sitecore/content/applications/webedit/ribbons/webedit/view/show/associated content"},{"ID":null,"Path":"/_DEV/DeployedItems.xml"},{"ID":null,"Path":"/bin/HedgehogDevelopment.SitecoreProject.PackageInstallPostProcessor.dll"}]}

Do the last couple of lines look suspect to anyone here with more Ship experience?

marcelgruber avatar Apr 12 '17 21:04 marcelgruber

Experienced the same behavior, was able to workaround it by doing a custom build against this PR: https://github.com/kevinobee/Sitecore.Ship/pull/69

nickwesselman avatar May 04 '17 20:05 nickwesselman

Also had this issue on Sitecore 8.2 Update 2. A custom build against PR #69 fixed the issue for us.

Steve0x43 avatar Aug 08 '17 09:08 Steve0x43