Site Sync dynamic modules

Posted by Community Admin on 04-Aug-2018 14:23

Site Sync dynamic modules

All Replies

Posted by Community Admin on 16-Feb-2017 00:00

I am using sitefinity verison 9.2.6220.0. I created a new dynamic module "test" in my dev server.

i synced it to my qa server. The sync was successful and i see the "test" module in the contents dropdown, but when i click it, a blank page appears.

The chrome browser  console shows the error for the below url - ERR_CONNECTION_RESET

blah.com/.../

Siteifnity Error logs show the below error

Message: HandlingInstanceID: c9639661-b345-4423-aeda-d47ae5c52a0a
An exception of type 'System.ArgumentNullException' occurred and was caught.
----------------------------------------------------------------------------
02/15/2017 13:25:01
Type : System.ArgumentNullException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Value cannot be null.
Parameter name: userId
Source : Unity_ILEmit_DynamicClasses
Help link : 
ParamName : userId
Data : System.Collections.ListDictionaryInternal
TargetSite : Telerik.Sitefinity.Security.Model.UserProfile GetUserProfile(System.Guid, System.String)
HResult : -2147467261
Stack Trace :    at DynamicModule.ns.Wrapped_OpenAccessProfileProvider_8a1d185b762049c8a0151b5b419b3554.GetUserProfile(Guid userId, String profileTypeName)
   at Telerik.Sitefinity.Security.UserProfileManager.GetUserProfile(Guid userId, String profileTypeName)
   at Telerik.Sitefinity.Security.UserManager.GetCachedUserProfile(Guid userId)
   at Telerik.Sitefinity.Security.SitefinityUserDisplayNameBuilder.GetUserDisplayName(Guid userId)
   at Telerik.Sitefinity.DynamicModules.Web.Services.DataService.PopulateAdditionalInfo(DynamicContent item, DynamicModuleType moduleType, DynamicModuleManager manager, IEnumerable`1 tempAndLiveItems, IList`1 itemsWithChildren)
   at Telerik.Sitefinity.DynamicModules.Web.Services.DataService.PopulateAdditionalInfo(IEnumerable`1 items, DynamicModuleType moduleType, DynamicModuleManager manager, IEnumerable`1 draftAndLiveItems, IList`1 itemsWithChildren)
   at Telerik.Sitefinity.DynamicModules.Web.Services.DataService.PopulateItems(List`1 items, Type dataItemType, DynamicModuleManager manager)
   at Telerik.Sitefinity.DynamicModules.Web.Services.DataService.GetDataItemsInternal(String provider, String sortExpression, Int32 skip, Int32 take, String filter, String itemType, Boolean hierarchyMode)
   at SyncInvokeGetDataItems(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

Additional Info:


Requested URL : https://.com/Sitefinity/Services/DynamicModules/Data.svc/?managerType=Telerik.Sitefinity.DynamicModules.DynamicModuleManager&providerName=OpenAccessProvider&itemType=Telerik.Sitefinity.DynamicTypes.Model.test.Test&provider=OpenAccessProvider&sortExpression=LastModified DESC&skip=0&take=50


Category: ErrorLog

Priority: 0

EventId: 90000

Severity: Error

Title:Enterprise Library Exception Handling

 

Thanks for your Help!

This thread is closed