Build error when deploying Mendix App

0
I’m facing the below error when trying to deploy my Mendix application to test environment. * Build target: Package [compile] 2023-07-25T07:14:30.748896218Z * Deployment package file: /workspace/build/dist/d441dcdc-0728-429f-a3ee-863fa34eb968.mda [compile] 2023-07-25T07:14:30.748898559Z  * Model version: 0.0.0.90130f4e [compile] 2023-07-25T07:14:30.748900551Z * Model description: [compile] 2023-07-25T07:14:30.748902632Z Reading project file... [compile] 2023-07-25T07:14:35.900174693Z Building project... [compile] 2023-07-25T07:14:35.904479630Z Executing step 'Synchronize with file system' [compile] 2023-07-25T07:14:35.904642656Z  * Synchronizing with file system... [compile] 2023-07-25T07:14:37.283666190Z Executing step 'Initialize' [compile] 2023-07-25T07:14:37.304824351Z * Preparing deployment... [compile] 2023-07-25T07:14:37.352591249Z Executing step 'Check prerequisites' [compile] 2023-07-25T07:14:37.352824978Z * Checking for errors... [compile] 2023-07-25T07:14:40.768605739Z Executing step 'Clean up' [compile] 2023-07-25T07:14:40.768712729Z  * Cleaning up… [compile] 2023-07-25T07:14:41.081913047Z ERROR: Mendix.Modeler.Utility.DIContainer.ContainerConfigurationException: No implementation registered for interface 'Mendix.Modeler.Common.IDocumentViewManager'. [compile] 2023-07-25T07:14:41.081939465Z at Mendix.Modeler.Utility.DIContainer.ContainerFactory.<CreateContainer>b__3_0(Object sender, UnregisteredTypeEventArgs args) in Mendix.Modeler.Utility\DIContainer\ContainerFactory.cs:line 47  [compile] 2023-07-25T07:14:41.081943794Z at SimpleInjector.Container.TryGetInstanceProducerThroughResolveUnregisteredTypeEvent(Type serviceType) [compile] 2023-07-25T07:14:41.081946694Z at SimpleInjector.Container.TryBuildInstanceProducerThroughUnregisteredTypeResolution(Type serviceType) [compile] 2023-07-25T07:14:41.081949762Z at SimpleInjector.Container.BuildInstanceProducerForType(Type serviceType, Func`1 tryBuildInstanceProducerForConcreteType)  [compile] 2023-07-25T07:14:41.081952691Z at SimpleInjector.Container.BuildInstanceProducerForType[TService](InjectionConsumerInfo context) [compile] 2023-07-25T07:14:41.081956512Z at SimpleInjector.Container.<>c__DisplayClass194_0`1.<GetInstanceProducerForType>b__0() [compile] 2023-07-25T07:14:41.081959787Z at SimpleInjector.Container.GetInstanceProducerForType(Type serviceType, InjectionConsumerInfo consumer, Func`1 buildInstanceProducer)  [compile] 2023-07-25T07:14:41.081963101Z at SimpleInjector.Container.GetInstanceProducerForType[TService](InjectionConsumerInfo context) [compile] 2023-07-25T07:14:41.081966369Z at SimpleInjector.Container.GetInstanceForRootType[TService]() [compile] 2023-07-25T07:14:41.081969586Z at SimpleInjector.Container.GetInstance[TService]()  [compile] 2023-07-25T07:14:41.081972229Z at Mendix.Modeler.Utility.DIContainer.ServiceLocator.ObsoleteResolve[T]() in Mendix.Modeler.Utility\DIContainer\ServiceLocator.cs:line 32  [compile] 2023-07-25T07:14:41.081985757Z at Mendix.Modeler.Integration.MappingElement.AddReselectElementsError(IProblems problems, String detailFormat, Object[] args) in Mendix.Modeler.Integration\Mappings\MappingElements\MappingElement.cs:line 101  [compile] 2023-07-25T07:14:41.081990538Z at Mendix.Modeler.Integration.MappingElement.CheckAgainstSchema(IProblems problems, IElement rootElement) in Mendix.Modeler.Integration\Mappings\MappingElements\MappingElement.cs:line 113  [compile] 2023-07-25T07:14:41.081992725Z at Mendix.Modeler.Integration.ObjectMappingElement.CheckAgainstSchema(IProblems problems, IElement rootElement) in Mendix.Modeler.Integration\Mappings\MappingElements\ObjectMappingElement.cs:line 178 [compile] 2023-07-25T07:14:41.081994653Z at Mendix.Modeler.Integration.ImportObjectMappingElement.CheckAgainstSchema(IProblems problems, IElement rootElement) in Mendix.Modeler.Integration\Mappings\MappingElements\ImportObjectMappingElement.cs:line 105 [compile] 2023-07-25T07:14:41.081996996Z at Mendix.Modeler.Integration.MappingDocument.CheckAgainstSchema(IProblems problems) in Mendix.Modeler.Integration\Mappings\MappingDocument.cs:line 193 [compile] 2023-07-25T07:14:41.081999158Z at Mendix.Modeler.Integration.MappingDocument.Check(IProblems problems) in Mendix.Modeler.Integration\Mappings\MappingDocument.cs:line 218  [compile] 2023-07-25T07:14:41.082001234Z at Mendix.Modeler.Projects.Checks.DocumentCheck.<>c__DisplayClass4_0.<CheckDocument>b__1(ICheckable checkable) in Mendix.Modeler.Core\Projects\Checks\DocumentCheck.cs:line 35  [compile] 2023-07-25T07:14:41.082003170Z at Mendix.Common.Util.EnumerableUtil.ForEach[T](IEnumerable`1 source, Action`1 action) in Mendix.Common\Util\EnumerableUtil.cs:line 51 [compile] 2023-07-25T07:14:41.082005289Z at Mendix.Modeler.Projects.Checks.DocumentCheck.<>c__DisplayClass4_0.<CheckDocument>b__0() in Mendix.Modeler.Core\Projects\Checks\DocumentCheck.cs:line 34  [compile] 2023-07-25T07:14:41.082007322Z at Mendix.Modeler.Common.ResolveCache.TrackResolves(Action code) in Mendix.Modeler.Core\Common\Problems\ResolveCache.cs:line 92  [compile] 2023-07-25T07:14:41.082009349Z at Mendix.Modeler.Projects.Checks.DocumentCheck.CheckDocument(IDocument document, IProblems problems, CancellationToken cancellationToken) in Mendix.Modeler.Core\Projects\Checks\DocumentCheck.cs:line 33 [compile] 2023-07-25T07:14:41.082011290Z at Mendix.Modeler.Projects.Checks.DocumentCheck.<>c__DisplayClass3_0.<Check>b__0(IDocument doc) in Mendix.Modeler.Core\Projects\Checks\DocumentCheck.cs:line 22 [compile] 2023-07-25T07:14:41.082013321Z at Mendix.Modeler.Projects.Changes.ChangedDocumentsProcessor`1.<>c__DisplayClass6_0.<ProcessChangedDocuments>g__DoProcess|5(IDocument document) in Mendix.Modeler.Core\Projects\Changes\ChangedDocumentsProcessor.cs:line 72 [compile] 2023-07-25T07:14:41.082015644Z at Mendix.Common.Util.EnumerableUtil.ForEach[T](IEnumerable`1 source, Action`1 action) in Mendix.Common\Util\EnumerableUtil.cs:line 51 [compile] 2023-07-25T07:14:41.082020022Z at Mendix.Modeler.Projects.Changes.ChangedDocumentsProcessor`1.ProcessChangedDocuments(IProject project, ProjectChanges projectChanges, Func`2 processDocument) in Mendix.Modeler.Core\Projects\Changes\ChangedDocumentsProcessor.cs:line 66 [compile] 2023-07-25T07:14:41.082031342Z at Mendix.Modeler.Projects.Checks.DocumentCheck.Check(IProject project, ProjectChanges changes, IProblems problems, CancellationToken cancellationToken) in Mendix.Modeler.Core\Projects\Checks\DocumentCheck.cs:line 21 [compile] 2023-07-25T07:14:41.082033657Z at Mendix.Modeler.Projects.Checks.ProjectChecker.<>c__DisplayClass6_0.<RunProjectChecks>b__1(ProjectChanges changes) in Mendix.Modeler.Core\Projects\Checks\ProjectChecker.cs:line 61 [compile] 2023-07-25T07:14:41.082035801Z at Mendix.Modeler.Projects.Changes.ChangedDocumentTracker.TryProcessChangesSync(Action`1 changeProcessor) in Mendix.Modeler.Core\Projects\Changes\ChangedDocumentTracker.cs:line 30  [compile] 2023-07-25T07:14:41.082040791Z at Mendix.Modeler.Projects.Checks.ProjectChecker.<>c__DisplayClass6_0.<RunProjectChecks>b__0() in Mendix.Modeler.Core\Projects\Checks\ProjectChecker.cs:line 53 [compile] 2023-07-25T07:14:41.082043001Z at Mendix.Modeler.Common.ResolveCache.<>c__DisplayClass10_0.<WithCache>b__0() in Mendix.Modeler.Core\Common\Problems\ResolveCache.cs:line 45 [compile] 2023-07-25T07:14:41.082044949Z at Mendix.Modeler.Common.ResolveCache.WithCache[T](IProject project, Func`1 action) in Mendix.Modeler.Core\Common\Problems\ResolveCache.cs:line 62  
asked
1 answers
0

I have identical problem after removing a custom module from the application. Any hint how to recover?

answered