I created one package on server 1, and move them to server 2. While I tried to use Courier to install it, I got following error.
Umbraco.Courier.Core.Exceptions.ExtractionManagerException: There was a problem with extracting database information for the item: Name:Tags from node ID: ade895da-b261-4eb1-8f33-8f75fd418490 | Id:ade895da-b261-4eb1-8f33-8f75fd418490 | Provider:Tag Relations. Stacktrace: System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source) at Umbraco.Courier.Persistence.V4.NHibernate.Persisters.TagRelationsItem.PersistItem[T](T item) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Core\Umbraco.Courier.Persistence.NHibernate\Persisters\TagRelations.cs:line 34 at Umbraco.Courier.ItemProviders.ItemProviders.TagRelationsProvider.HandleExtract(Item item) at Umbraco.Courier.Core.ItemProvider.Extract(Item item) at Umbraco.Courier.RepositoryProviders.Local.ExtractItem(Item item, Boolean overwrite) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractItem(GraphNode node, Boolean isDependency) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractReadyRevisionBatch() at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() ---> System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source) at Umbraco.Courier.Persistence.V4.NHibernate.Persisters.TagRelationsItem.PersistItem[T](T item) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Core\Umbraco.Courier.Persistence.NHibernate\Persisters\TagRelations.cs:line 34 at Umbraco.Courier.ItemProviders.ItemProviders.TagRelationsProvider.HandleExtract(Item item) at Umbraco.Courier.Core.ItemProvider.Extract(Item item) at Umbraco.Courier.RepositoryProviders.Local.ExtractItem(Item item, Boolean overwrite) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractItem(GraphNode node, Boolean isDependency) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractReadyRevisionBatch() at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() --- End of inner exception stack trace --- at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() at Umbraco.Courier.Core.Tasks.ExtractionTask.Run() at Umbraco.Courier.Core.TaskManager.manageTask(IRevisionTask value)
I had to change a data type from ddl to sql ddl for a workaround on another issue (http://issues.umbraco.org/issue/COU-37). Long story short, I delete the courier folder in App_Data folder to empty its cache and it started working just fine afterwards.
Error importing content using Courier
I created one package on server 1, and move them to server 2. While I tried to use Courier to install it, I got following error.
Umbraco.Courier.Core.Exceptions.ExtractionManagerException: There was a problem with extracting database information for the item: Name:Tags from node ID: ade895da-b261-4eb1-8f33-8f75fd418490 | Id:ade895da-b261-4eb1-8f33-8f75fd418490 | Provider:Tag Relations. Stacktrace: System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source) at Umbraco.Courier.Persistence.V4.NHibernate.Persisters.TagRelationsItem.PersistItem[T](T item) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Core\Umbraco.Courier.Persistence.NHibernate\Persisters\TagRelations.cs:line 34 at Umbraco.Courier.ItemProviders.ItemProviders.TagRelationsProvider.HandleExtract(Item item) at Umbraco.Courier.Core.ItemProvider.Extract(Item item) at Umbraco.Courier.RepositoryProviders.Local.ExtractItem(Item item, Boolean overwrite) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractItem(GraphNode node, Boolean isDependency) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractReadyRevisionBatch() at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() ---> System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source) at Umbraco.Courier.Persistence.V4.NHibernate.Persisters.TagRelationsItem.PersistItem[T](T item) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Core\Umbraco.Courier.Persistence.NHibernate\Persisters\TagRelations.cs:line 34 at Umbraco.Courier.ItemProviders.ItemProviders.TagRelationsProvider.HandleExtract(Item item) at Umbraco.Courier.Core.ItemProvider.Extract(Item item) at Umbraco.Courier.RepositoryProviders.Local.ExtractItem(Item item, Boolean overwrite) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractItem(GraphNode node, Boolean isDependency) at Umbraco.Courier.Core.Extraction.RevisionExtraction.extractReadyRevisionBatch() at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() --- End of inner exception stack trace --- at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() at Umbraco.Courier.Core.Tasks.ExtractionTask.Run() at Umbraco.Courier.Core.TaskManager.manageTask(IRevisionTask value)
5/17/2013 1:32:43 PM
Any clue?
I had to change a data type from ddl to sql ddl for a workaround on another issue (http://issues.umbraco.org/issue/COU-37). Long story short, I delete the courier folder in App_Data folder to empty its cache and it started working just fine afterwards.
is working on a reply...