VirtoCommerce / vc-platform

Virto Commerce B2B Innovation Platform
https://virtocommerce.com
Other
1.23k stars 847 forks source link

Language Management failing on Azure Deployed Store Admin #36

Closed codepic closed 9 years ago

codepic commented 9 years ago

Backpac

VirtoCommerce_Issue-36_2015-4-12.bacpac

Steps to Repro

  1. Deploy to Azure from Github
  2. Once finished, navigate to /admin
  3. Log on with admin/store
  4. Click Browse > Catalog > Add > Catalog > Default Language
  5. Language Management keeps loading
  6. Notification Appears
  7. Open Notifications
  8. Open HTTP 500 Error (shown below)

    exceptionMessage

Value cannot be null. Parameter name: catalogBase

exceptionType

System.ArgumentNullException

message

An error has occurred.

stackTrace

at VirtoCommerce.CatalogModule.Data.Converters.CatalogConverter.ToModuleModel(CatalogBase catalogBase, Property[] properties)
at VirtoCommerce.CatalogModule.Data.Services.CatalogServiceImpl.GetById(String catalogId) 
at VirtoCommerce.CatalogModule.Web.Controllers.Api.CatalogsController.Get(String id) at lambda_method(Closure , Object , Object[] ) 
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters) 
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments) 
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- 
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- 
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext() 
--- End of stack trace from previous location where exception was thrown --- 

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()

Deployment Log

Command: deploy.cmd
Handling .NET Web Application deployment.
Building D:\home\site\repository\STOREFRONT\VirtoCommerce.Website.sln
command="nuget.exe" restore "D:\home\site\repository\STOREFRONT\VirtoCommerce.Website.sln"
Installing 'Microsoft.AspNet.Identity.Core 2.1.0'.
Installing 'Microsoft.Owin.Security 3.0.0'.
Installing 'Microsoft.AspNet.WebApi.Client 5.2.3'.
Installing 'Microsoft.Owin.Security.OAuth 2.1.0'.
Successfully installed 'Microsoft.Owin.Security 3.0.0'.
Successfully installed 'Microsoft.AspNet.WebApi.Client 5.2.3'.
Successfully installed 'Microsoft.AspNet.Identity.Core 2.1.0'.
Successfully installed 'Microsoft.Owin.Security.OAuth 2.1.0'.
All packages listed in packages.config are already installed.
command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\STOREFRONT\VirtoCommerce.Website.sln" /nologo /verbosity:m /t:Build /p:Configuration=Release;DebugType=none;AllowedReferenceRelatedFileExtensions=":";SolutionDir="D:\home\site\repository\STOREFRONT\.\\";OutputPath="D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803"
  VirtoCommerce.ApiClient -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.ApiClient.dll
  VirtoCommerce.WebViews -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.WebViews.dll
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "LibSass.x86, Version=0.0.0.0, Culture=neutral", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [D:\home\site\repository\STOREFRONT\Website\VirtoCommerce.Website.csproj]
Controllers\CartController.cs(31,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\home\site\repository\STOREFRONT\Website\VirtoCommerce.Website.csproj]
Controllers\CartController.cs(80,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\home\site\repository\STOREFRONT\Website\VirtoCommerce.Website.csproj]
Controllers\CollectionsController.cs(79,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\home\site\repository\STOREFRONT\Website\VirtoCommerce.Website.csproj]
Models\Services\CommerceService.cs(765,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\home\site\repository\STOREFRONT\Website\VirtoCommerce.Website.csproj]
Models\Services\CommerceService.cs(45,50): warning CS0649: Field 'VirtoCommerce.Web.Models.Services.CommerceService._pageStorageClient' is never assigned to, and will always have its default value null [D:\home\site\repository\STOREFRONT\Website\VirtoCommerce.Website.csproj]
  VirtoCommerce.Website -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Website.dll
  Web.Tests -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\Web.Tests.dll
command=rename "D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites\VirtoCommerce.Website" store
Building D:\home\site\repository\PLATFORM\VirtoCommerce.WebPlatform.sln
command="nuget.exe" restore "D:\home\site\repository\PLATFORM\VirtoCommerce.WebPlatform.sln"
Installing 'angularjs 1.3.3'.
Installing 'Angular.UI.Utils 0.1.1'.
Installing 'Angular.UI.Bootstrap 0.12.0'.
Installing 'Angular-UI-Router 0.2.8.0'.
Successfully installed 'Angular.UI.Utils 0.1.1'.
Successfully installed 'Angular.UI.Bootstrap 0.12.0'.
Successfully installed 'Angular-UI-Router 0.2.8.0'.
Installing 'CommonServiceLocator 1.2'.
Installing 'EntityFramework 6.1.1'.
Installing 'angular-ui-grid 3.0.0'.
Installing 'Antlr 3.5.0.2'.
Successfully installed 'CommonServiceLocator 1.2'.
Installing 'FontAwesome 4.2.0'.
Successfully installed 'Antlr 3.5.0.2'.
Installing 'jQuery 1.11.1'.
Successfully installed 'angular-ui-grid 3.0.0'.
Installing 'jQuery.UI.Combined 1.10.4'.
Successfully installed 'FontAwesome 4.2.0'.
Installing 'jQuery.Validation 1.12.0'.
Installing 'Microsoft.AspNet.Identity.Core 2.2.0'.
Installing 'Metro.UI.CSS 2.0.31'.
Installing 'Microsoft.AspNet.Identity.Owin 2.2.0'.
Successfully installed 'jQuery 1.11.1'.
Installing 'Microsoft.AspNet.Mvc 5.2.2'.
Installing 'Microsoft.AspNet.Razor 3.2.2'.
Successfully installed 'Microsoft.AspNet.Identity.Core 2.2.0'.
Successfully installed 'jQuery.Validation 1.12.0'.
Successfully installed 'Microsoft.AspNet.Identity.Owin 2.2.0'.
Successfully installed 'Microsoft.AspNet.Razor 3.2.2'.
Successfully installed 'Microsoft.AspNet.Mvc 5.2.2'.
Installing 'Microsoft.AspNet.Web.Optimization 1.1.3'.
Installing 'Microsoft.AspNet.WebApi.Client 5.2.3'.
Successfully installed 'Microsoft.AspNet.Web.Optimization 1.1.3'.
Successfully installed 'Microsoft.AspNet.WebApi.Client 5.2.3'.
Installing 'Microsoft.AspNet.WebApi.Core 5.2.3'.
Successfully installed 'EntityFramework 6.1.1'.
Installing 'Microsoft.AspNet.WebApi.OData 5.2.2'.
Installing 'Microsoft.AspNet.WebApi.Owin 5.2.3'.
Installing 'Microsoft.AspNet.WebPages 3.2.2'.
Successfully installed 'Microsoft.AspNet.WebApi.OData 5.2.2'.
Successfully installed 'Microsoft.AspNet.WebApi.Core 5.2.3'.
Successfully installed 'Microsoft.AspNet.WebPages 3.2.2'.
Successfully installed 'jQuery.UI.Combined 1.10.4'.
Installing 'Microsoft.Data.Edm 5.6.0'.
Successfully installed 'Microsoft.AspNet.WebApi.Owin 5.2.3'.
Installing 'Microsoft.jQuery.Unobtrusive.Ajax 3.1.2'.
Installing 'Microsoft.AspNet.WebApi.WebHost 5.2.2'.
Installing 'Microsoft.Data.OData 5.6.0'.
Successfully installed 'Microsoft.jQuery.Unobtrusive.Ajax 3.1.2'.
Successfully installed 'Microsoft.AspNet.WebApi.WebHost 5.2.2'.
Successfully installed 'Metro.UI.CSS 2.0.31'.
Installing 'Microsoft.jQuery.Unobtrusive.Validation 3.1.2'.
Installing 'Microsoft.Owin 3.0.1'.
Installing 'Microsoft.Owin.Host.SystemWeb 3.0.1'.
Successfully installed 'Microsoft.jQuery.Unobtrusive.Validation 3.1.2'.
Installing 'Microsoft.Owin.FileSystems 3.0.1'.
Installing 'Microsoft.Owin.Security 3.0.1'.
Successfully installed 'Microsoft.Owin 3.0.1'.
Successfully installed 'Microsoft.Owin.FileSystems 3.0.1'.
Successfully installed 'Microsoft.Owin.Host.SystemWeb 3.0.1'.
Successfully installed 'Microsoft.Owin.Security 3.0.1'.
Installing 'Microsoft.Web.Infrastructure 1.0.0.0'.
Installing 'Microsoft.Owin.Security.Cookies 3.0.1'.
Successfully installed 'Microsoft.Web.Infrastructure 1.0.0.0'.
Successfully installed 'Microsoft.Owin.Security.Cookies 3.0.1'.
Installing 'Microsoft.Owin.Security.OAuth 3.0.1'.
Installing 'Microsoft.Owin.StaticFiles 3.0.1'.
Successfully installed 'Microsoft.Owin.Security.OAuth 3.0.1'.
Successfully installed 'Microsoft.Data.Edm 5.6.0'.
Installing 'Modernizr 2.7.2'.
Successfully installed 'Microsoft.Owin.StaticFiles 3.0.1'.
Installing 'Owin 1.0'.
Installing 'Newtonsoft.Json 6.0.8'.
Successfully installed 'Owin 1.0'.
Installing 'Moment.js 2.8.2'.
Successfully installed 'Modernizr 2.7.2'.
Installing 'selectize 0.9.0'.
Successfully installed 'Microsoft.Data.OData 5.6.0'.
Installing 'System.Spatial 5.6.0'.
Installing 'underscore.js 1.7.0'.
Successfully installed 'Moment.js 2.8.2'.
Installing 'Unity 3.5.1404.0'.
Installing 'Unity.Mvc 3.5.1404.0'.
Successfully installed 'Newtonsoft.Json 6.0.8'.
Installing 'Unity.WebAPI 5.1'.
Successfully installed 'Unity.Mvc 3.5.1404.0'.
Installing 'WebActivatorEx 2.0.5'.
Successfully installed 'Unity.WebAPI 5.1'.
Successfully installed 'underscore.js 1.7.0'.
Installing 'WebGrease 1.6.0'.
Successfully installed 'selectize 0.9.0'.
Installing 'valueinjecter 2.3.3'.
Installing 'Common.Logging 2.3.1'.
Successfully installed 'valueinjecter 2.3.3'.
Successfully installed 'System.Spatial 5.6.0'.
Successfully installed 'WebGrease 1.6.0'.
Installing 'HangFire.Core 1.3.4'.
Successfully installed 'Unity 3.5.1404.0'.
Successfully installed 'WebActivatorEx 2.0.5'.
'valueinjecter 2.3.3' already installed.
Successfully installed 'Common.Logging 2.3.1'.
Installing 'DataAnnotationsExtensions 1.1.0.0'.
Installing 'Microsoft.Data.Services 5.6.0'.
Successfully installed 'DataAnnotationsExtensions 1.1.0.0'.
Installing 'Microsoft.OData.EntityFrameworkProvider 1.0.0-alpha2'.
Installing 'WindowsAzure.Storage 3.0.1.0'.
Successfully installed 'HangFire.Core 1.3.4'.
Installing 'Moq 4.2.1409.1722'.
Installing 'Microsoft.Web.Xdt 2.1.1'.
Successfully installed 'Microsoft.OData.EntityFrameworkProvider 1.0.0-alpha2'.
Installing 'HangFire.SqlServer 1.3.4'.
Successfully installed 'Moq 4.2.1409.1722'.
Successfully installed 'HangFire.SqlServer 1.3.4'.
Successfully installed 'WindowsAzure.Storage 3.0.1.0'.
Installing 'xunit 1.9.2'.
Successfully installed 'Microsoft.Web.Xdt 2.1.1'.
Successfully installed 'xunit 1.9.2'.
Successfully installed 'Microsoft.Data.Services 5.6.0'.
Installing 'Microsoft.WindowsAzure.StorageClient 1.0.0'.
Installing 'Microsoft.WindowsAzure.ConfigurationManager 2.0.3'.
Installing 'Microsoft.AspNet.Identity.EntityFramework 2.1.0'.
Installing 'Microsoft.Data.Services.Client 5.6.0'.
Installing 'Nuget.Core 2.8.3'.
Successfully installed 'Microsoft.AspNet.Identity.EntityFramework 2.1.0'.
Successfully installed 'Microsoft.WindowsAzure.ConfigurationManager 2.0.3'.
Installing 'xmlrpcnet 3.0.0.266'.
Installing 'Klarna.Net.Api 4.0.0.0'.
Installing 'Klarna.Checkout 1.0.4.0'.
Successfully installed 'Nuget.Core 2.8.3'.
Successfully installed 'Microsoft.WindowsAzure.StorageClient 1.0.0'.
Successfully installed 'xmlrpcnet 3.0.0.266'.
Successfully installed 'Klarna.Checkout 1.0.4.0'.
Successfully installed 'Klarna.Net.Api 4.0.0.0'.
Installing 'Octokit 0.6.2'.
Installing 'System.Management.Automation 6.1.7601.17515'.
Installing 'xunit.runner.visualstudio 2.0.0-rc1-build1030'.
Installing 'bootstrap 3.0.0'.
Successfully installed 'Microsoft.Data.Services.Client 5.6.0'.
Installing 'MailChimp.NET 1.1.75.0'.
Installing 'ServiceStack.Text 3.9.71'.
Successfully installed 'MailChimp.NET 1.1.75.0'.
Successfully installed 'bootstrap 3.0.0'.
Successfully installed 'xunit.runner.visualstudio 2.0.0-rc1-build1030'.
Installing 'Google.Apis.ShoppingContent.v2 1.9.0.410'.
Successfully installed 'ServiceStack.Text 3.9.71'.
Successfully installed 'angularjs 1.3.3'.
Successfully installed 'System.Management.Automation 6.1.7601.17515'.
Installing 'Lucene.Net.Contrib 3.0.3'.
Installing 'Lucene.Net 3.0.3'.
Successfully installed 'Octokit 0.6.2'.
Successfully installed 'Google.Apis.ShoppingContent.v2 1.9.0.410'.
Installing 'SharpZipLib 0.86.0'.
Installing 'Google.Apis 1.9.1'.
Installing 'Google.Apis.Auth 1.9.1'.
Installing 'Google.Apis.Core 1.9.1'.
Installing 'log4net 2.0.3'.
Installing 'Microsoft.Bcl 1.1.10'.
Installing 'Microsoft.Bcl.Async 1.0.168'.
Successfully installed 'SharpZipLib 0.86.0'.
Installing 'Microsoft.Bcl.Build 1.0.14'.
Successfully installed 'Lucene.Net 3.0.3'.
Installing 'Microsoft.Net.Http 2.2.29'.
Installing 'Zlib.Portable 1.10.0'.
Successfully installed 'Google.Apis.Core 1.9.1'.
Successfully installed 'Microsoft.Bcl.Build 1.0.14'.
Successfully installed 'Zlib.Portable 1.10.0'.
Successfully installed 'Google.Apis 1.9.1'.
Successfully installed 'Google.Apis.Auth 1.9.1'.
Successfully installed 'log4net 2.0.3'.
Successfully installed 'Lucene.Net.Contrib 3.0.3'.
Successfully installed 'Microsoft.Bcl.Async 1.0.168'.
Successfully installed 'Microsoft.Bcl 1.1.10'.
Successfully installed 'Microsoft.Net.Http 2.2.29'.
command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\PLATFORM\VirtoCommerce.WebPlatform.sln" /nologo /verbosity:m /t:Build /p:Configuration=Release;DebugType=none;AllowedReferenceRelatedFileExtensions=":";SolutionDir="D:\home\site\repository\PLATFORM\.\\";OutputPath="D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803";VCModulesOutputDir="D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites\Modules"
  CommerceFoundation -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Foundation.dll
  VirtoCommerce.Framework.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Framework.Web.dll
  VirtoCommerce.Platform.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Platform.Web.dll
  CommerceFoundation.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Foundation.Data.dll
  VirtoCommerce.Domain -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Domain.dll
  VirtoCommerce.CatalogModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CatalogModule.Data.dll
  CommerceFoundation.Data.Azure -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Foundation.Data.Azure.dll
  VirtoCommerce.Caching.HttpCache -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Caching.HttpCache.dll
  ElasticSearchProvider -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.ElasticSearchProvider.dll
  VirtoCommerce.CatalogModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CatalogModule.Web.dll
  VirtoCommerce.Search.Index -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Search.Index.dll
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\Merchandising\VirtoCommerce.MerchandisingModule.Web\VirtoCommerce.MerchandisingModule.Web.csproj]
  VirtoCommerce.MerchandisingModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.MerchandisingModule.Web.dll
  VirtoCommerce.CatalogModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CatalogModule.Test.dll
  AzureSearchProvider -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.AzureSearchProvider.dll
  LuceneSearchProvider -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.LuceneSearchProvider.dll
  Consider app.config remapping of assembly "Microsoft.Owin, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "3.0.0.0" [] to Version "3.0.1.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "4.5.0.0" [] to Version "6.0.0.0" [D:\home\site\repository\PLATFORM\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Net.Http.Formatting, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Microsoft.Owin.Security, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "3.0.0.0" [] to Version "3.0.1.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Microsoft.Owin.Security.Cookies, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "3.0.0.0" [] to Version "3.0.1.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Microsoft.Owin.Security.OAuth, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "3.0.0.0" [] to Version "3.0.1.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\Core\VirtoCommerce.Core.Web\VirtoCommerce.CoreModule.Web.csproj]
  VirtoCommerce.CoreModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CoreModule.Web.dll
  VirtoCommerce.PackagingModule -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PackagingModule.dll
  VirtoCommerce.PackagingModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PackagingModule.Data.dll
  VirtoCommerce.PackagingModule.Tests -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PackagingModule.Tests.dll
  Consider app.config remapping of assembly "System.Web.Http, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Net.Http.Formatting, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\Packaging\VirtoCommerce.PackagingModule.Web\VirtoCommerce.PackagingModule.Web.csproj]
  VirtoCommerce.PackagingModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PackagingModule.Web.dll
  VirtoCommerce.CartModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CartModule.Data.dll
  VirtoCommerce.OrderModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.OrderModule.Data.dll
  VirtoCommerce.OrderModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.OrderModule.Web.dll
  VirtoCommerce.OrderModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.OrderModule.Test.dll
  VirtoCommerce.CartModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CartModule.Web.dll
  VirtoCommerce.CoreModule.Tests -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CoreModule.Tests.dll
  VirtoCommerce.CartModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CartModule.Test.dll
  Consider app.config remapping of assembly "WebGrease, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "1.5.1.25624" [] to Version "1.6.5135.21930" [D:\home\site\repository\PLATFORM\packages\WebGrease.1.6.0\lib\WebGrease.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Antlr3.Runtime, Culture=neutral, PublicKeyToken=eb42632606e9261f" from Version "3.4.1.9004" [] to Version "3.5.0.2" [D:\home\site\repository\PLATFORM\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Web.Http, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "4.5.0.0" [] to Version "6.0.0.0" [D:\home\site\repository\PLATFORM\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Net.Http.Formatting, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\PaymentGateways\Klarna.PaymentGatewaysModule.Web\Klarna.PaymentGatewaysModule.Web.csproj]
  Klarna.PaymentGatewaysModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\Klarna.PaymentGatewaysModule.Web.dll
  Consider app.config remapping of assembly "WebGrease, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "1.5.1.25624" [] to Version "1.6.5135.21930" [D:\home\site\repository\PLATFORM\packages\WebGrease.1.6.0\lib\WebGrease.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Antlr3.Runtime, Culture=neutral, PublicKeyToken=eb42632606e9261f" from Version "3.4.1.9004" [] to Version "3.5.0.2" [D:\home\site\repository\PLATFORM\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Web.Http, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "4.5.0.0" [] to Version "6.0.0.0" [D:\home\site\repository\PLATFORM\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Net.Http.Formatting, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\PaymentGateways\MeS.PaymentGatewaysModule.Web\MeS.PaymentGatewaysModule.Web.csproj]
  MeS.PaymentGatewaysModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\MeS.PaymentGatewaysModule.Web.dll
  VirtoCommerce.StoreModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.StoreModule.Data.dll
  VirtoCommerce.CustomerModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CustomerModule.Data.dll
  VirtoCommerce.StoreModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.StoreModule.Web.dll
  VirtoCommerce.StoreModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.StoreModule.Test.dll
  Consider app.config remapping of assembly "WebGrease, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "1.5.1.25624" [] to Version "1.6.5135.21930" [D:\home\site\repository\PLATFORM\packages\WebGrease.1.6.0\lib\WebGrease.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Antlr3.Runtime, Culture=neutral, PublicKeyToken=eb42632606e9261f" from Version "3.4.1.9004" [] to Version "3.5.0.2" [D:\home\site\repository\PLATFORM\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Web.Http, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "4.5.0.0" [] to Version "6.0.0.0" [D:\home\site\repository\PLATFORM\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Net.Http.Formatting, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\PaymentGateways\PayPal.PaymentGatewaysModule.Web\PayPal.PaymentGatewaysModule.Web.csproj]
  PayPal.PaymentGatewaysModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\PayPal.PaymentGatewaysModule.Web.dll
  VirtoCommerce.CustomerModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CustomerModule.Web.dll
  VirtoCommerce.CustomerModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.CustomerModule.Test.dll
  VirtoCommerce.PricingModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PricingModule.Data.dll
  VirtoCommerce.PricingModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PricingModule.Web.dll
  VirtoCommerce.PricingModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PricingModule.Test.dll
  VirtoCommerce.InventoryModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.InventoryModule.Data.dll
  VirtoCommerce.InventoryModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.InventoryModule.Web.dll
  VirtoCommerce.InventoryModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.InventoryModule.Test.dll
  VirtoCommerce.Content.Pages.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Content.Pages.Data.dll
  VirtoCommerce.PagesModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PagesModule.Web.dll
  VirtoCommerce.Content.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Content.Data.dll
  Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "4.5.0.0" [] to Version "6.0.0.0" [D:\home\site\repository\PLATFORM\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\CMS\VirtoCommerce.ThemeModule.Web\VirtoCommerce.ThemeModule.Web.csproj]
  VirtoCommerce.ThemeModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.ThemeModule.Web.dll
  VirtoCommerce.Content.Menu.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Content.Menu.Data.dll
  VirtoCommerce.Content.Tests -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.Content.Tests.dll
  VirtoCommerce.MenuModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.MenuModule.Web.dll
  Consider app.config remapping of assembly "WebGrease, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "1.5.1.25624" [] to Version "1.6.5135.21930" [D:\home\site\repository\PLATFORM\packages\WebGrease.1.6.0\lib\WebGrease.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Antlr3.Runtime, Culture=neutral, PublicKeyToken=eb42632606e9261f" from Version "3.4.1.9004" [] to Version "3.5.0.2" [D:\home\site\repository\PLATFORM\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "4.5.0.0" [] to Version "6.0.0.0" [D:\home\site\repository\PLATFORM\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\Mailing\MailChimp.MailingModule.Web\MailChimp.MailingModule.Web.csproj]
  MailChimp.MailingModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\MailChimp.MailingModule.Web.dll
  VirtoCommerce.PowerShell -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.PowerShell.dll
  VirtoCommerce.MarketingModule.Data -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.MarketingModule.Data.dll
  VirtoCommerce.MarketingModule.Expressions -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.MarketingModule.Expressions.dll
  Consider app.config remapping of assembly "System.Web.Http, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Net.Http.Formatting, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "5.2.2.0" [] to Version "5.2.3.0" [D:\home\site\repository\PLATFORM\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll] to solve conflict and get rid of warning.
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. [D:\home\site\repository\PLATFORM\Modules\Marketing\VirtoCommerce.MarketingModule.Web\VirtoCommerce.MarketingModule.Web.csproj]
  VirtoCommerce.MarketingModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.MarketingModule.Web.dll
  GoogleShopping.MerchantModule.Web -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\GoogleShopping.MerchantModule.Web.dll
  VirtoCommerce.MarketingModule.Test -> D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\VirtoCommerce.MarketingModule.Test.dll
command=rename "D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites\VirtoCommerce.Platform.Web" admin
command=move /Y "D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites\Modules" "D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites\admin\Modules"
        1 dir(s) moved.
command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\PLATFORM\VirtoCommerce.WebPlatform.sln" /nologo /verbosity:m /t:Clean /p:Configuration=Release;SolutionDir="D:\home\site\repository\PLATFORM\.\\"
command="kudusync" -v 50 -f "D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites" -t "D:\home\site\wwwroot" -n "D:\home\site\deployments\e14a9dfaa1e5365fab67c64a1102aea4101b3d79\manifest" -p "D:\Program Files (x86)\SiteExtensions\Kudu\44.40324.1452\bin\scripts\firstDeploymentManifest" -i ".git;.hg;.deployment;deploy.cmd"
KuduSync.NET from: 'D:\local\Temp\bd755fb9-b005-457d-a51a-93d5736f3803\_PublishedWebsites' to: 'D:\home\site\wwwroot'
Deleting file: 'hostingstart.html'
Copying file: 'admin\favicon.ico'
Copying file: 'admin\Global.asax'
Copying file: 'admin\Web.config'
Copying file: 'admin\App_Data\Configuration\connectionStrings.config'
Copying file: 'admin\bin\Antlr3.Runtime.dll'
Copying file: 'admin\bin\Common.Logging.dll'
Copying file: 'admin\bin\EntityFramework.dll'
Copying file: 'admin\bin\EntityFramework.SqlServer.dll'
Copying file: 'admin\bin\ExpressionSerialization.dll'
Copying file: 'admin\bin\Microsoft.AspNet.Identity.Core.dll'
Copying file: 'admin\bin\Microsoft.AspNet.Identity.Owin.dll'
Copying file: 'admin\bin\Microsoft.Data.Edm.dll'
Copying file: 'admin\bin\Microsoft.Data.OData.dll'
Copying file: 'admin\bin\Microsoft.Data.Services.dll'
Copying file: 'admin\bin\Microsoft.Owin.dll'
Copying file: 'admin\bin\Microsoft.Owin.FileSystems.dll'
Copying file: 'admin\bin\Microsoft.Owin.Host.SystemWeb.dll'
Copying file: 'admin\bin\Microsoft.Owin.Security.Cookies.dll'
Copying file: 'admin\bin\Microsoft.Owin.Security.dll'
Copying file: 'admin\bin\Microsoft.Owin.Security.OAuth.dll'
Copying file: 'admin\bin\Microsoft.Owin.StaticFiles.dll'
Copying file: 'admin\bin\Microsoft.Practices.ServiceLocation.dll'
Copying file: 'admin\bin\Microsoft.Practices.Unity.Configuration.dll'
Copying file: 'admin\bin\Microsoft.Practices.Unity.dll'
Copying file: 'admin\bin\Microsoft.Practices.Unity.Mvc.dll'
Copying file: 'admin\bin\Microsoft.Practices.Unity.RegistrationByConvention.dll'
Copying file: 'admin\bin\Microsoft.Web.Infrastructure.dll'
Copying file: 'admin\bin\Newtonsoft.Json.dll'
Copying file: 'admin\bin\Omu.ValueInjecter.dll'
Copying file: 'admin\bin\Owin.dll'
Copying file: 'admin\bin\System.Net.Http.Formatting.dll'
Copying file: 'admin\bin\System.Spatial.dll'
Copying file: 'admin\bin\System.Web.Helpers.dll'
Copying file: 'admin\bin\System.Web.Http.dll'
Copying file: 'admin\bin\System.Web.Http.OData.dll'
Copying file: 'admin\bin\System.Web.Http.Owin.dll'
Copying file: 'admin\bin\System.Web.Http.WebHost.dll'
Copying file: 'admin\bin\System.Web.Mvc.dll'
Copying file: 'admin\bin\System.Web.Optimization.dll'
Copying file: 'admin\bin\System.Web.Razor.dll'
Copying file: 'admin\bin\System.Web.WebPages.Deployment.dll'
Copying file: 'admin\bin\System.Web.WebPages.dll'
Copying file: 'admin\bin\System.Web.WebPages.Razor.dll'
Copying file: 'admin\bin\Unity.WebApi.dll'
Copying file: 'admin\bin\VirtoCommerce.Foundation.dll'
Copying file: 'admin\bin\VirtoCommerce.Framework.Web.dll'
Copying file: 'admin\bin\VirtoCommerce.Platform.Web.dll'
Copying file: 'admin\bin\WebActivatorEx.dll'
Omitting next output lines...
Processed 1249 files...
Finished successfully.
Woland2k commented 9 years ago

Thanks for detailed report, it has been assigned to a developer now.

codepic commented 9 years ago

I have identified the issue being that the "languages" catalog is missing in FoundationCatalogRepositoryImpl.cs

More specifically the call stack:

VirtoCommerce.CatalogModule.Data.dll!VirtoCommerce.CatalogModule.Data.Repositories.FoundationCatalogRepositoryImpl.GetCatalogById(string catalogId) Line 39 C#

VirtoCommerce.CatalogModule.Data.dll!VirtoCommerce.CatalogModule.Data.Services.CatalogServiceImpl.GetById(string catalogId) Line 34 C#

VirtoCommerce.CatalogModule.Web.dll!VirtoCommerce.CatalogModule.Web.Controllers.Api.CatalogsController.Get(string id) Line 58   C#

And as said, the catalogId in question is languages.

codepic commented 9 years ago

You can work around the issue with the following steps:

  1. Open /admin
  2. Navigate: Browse > Catalog > Add > Catalog > Save
  3. Only after saving, start managing languages

This will allow managing languages for the catalog.

eMazeika commented 9 years ago

fixed