Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

Without any error, Server failed to start

$
0
0
[rtlauncher:container$] INFO Evictions for component 'project-userlib':Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-compress-1.21.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-compress-1.26.0.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\poi-ooxml-5.2.2.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\poi-ooxml-5.2.5.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\SparseBitSet-1.2.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\SparseBitSet-1.3.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\curvesapi-1.07.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\curvesapi-1.08.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-io-2.11.0.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-io-2.15.1.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-lang3-3.12.0.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-lang3-3.14.0.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\poi-ooxml-lite-5.2.2.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\poi-ooxml-lite-5.2.5.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\log4j-api-2.17.2.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\log4j-api-2.21.1.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\xmlbeans-5.0.3.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\xmlbeans-5.2.0.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\poi-5.2.2.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\poi-5.2.5.jar.Evicted C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-codec-1.15.jar by C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\model\lib\userlib\commons-codec-1.16.0.jar.Exception in thread "main" java.nio.file.AccessDeniedException: C:\Users\IMTS\Mendix\BD_Tender_National_International-main\deployment\data\tmp\platform-public___10765790711531437590 at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:274) at java.base/sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105) at java.base/java.nio.file.Files.delete(Files.java:1142) at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.com$mendix$container$deployment$internal$Interpreters$ClassLoaders$$delete$1(Interpreters.scala:80) at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.$anonfun$config$3(Interpreters.scala:91) at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.$anonfun$config$3$adapted(Interpreters.scala:91) at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1321) at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.(Interpreters.scala:91) at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.createClassloader(Interpreters.scala:83) at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.$anonfun$newDependency$1(Interpreters.scala:145) at cats.data.StateFunctions.$anonfun$modify$4(IndexedStateT.scala:384) at cats.data.StateFunctions.$anonfun$apply$2(IndexedStateT.scala:369) at scala.Function1.$anonfun$andThen$1(Function1.scala:87) at scala.Function1.$anonfun$andThen$1(Function1.scala:87) at cats.data.AndThen.loop$1(AndThen.scala:128) at cats.data.AndThen.runLoop(AndThen.scala:137) at cats.data.AndThen.apply(AndThen.scala:89) at cats.data.IndexedStateT.$anonfun$run$1(IndexedStateT.scala:85) at cats.Eval$.loop$1(Eval.scala:379) at cats.Eval$.cats$Eval$$evaluate(Eval.scala:384) at cats.Eval$FlatMap.value(Eval.scala:305) at com.mendix.container.deployment.Runners$.runClassloadersHierarchyBuilder(Runners.scala:111) at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.buildHierarchy(ClassloaderComponentReader.scala:215) at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.read(ClassloaderComponentReader.scala:22) at com.mendix.container.componentregistry.ComponentRegistry$.run(ComponentRegistry.scala:14) at com.mendix.container.boot.Container$.doStart(Container.scala:114) at com.mendix.container.boot.Container$.doStart(Container.scala:97) at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$2(Container.scala:74) at scala.util.Either.flatMap(Either.scala:352) at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$1(Container.scala:73) at com.mendix.container.boot.Container$.time(Container.scala:156) at com.mendix.container.boot.Container$.startAndWaitForever(Container.scala:73) at com.mendix.container.boot.Main$.$anonfun$new$2(Main.scala:15) at scala.util.Either.flatMap(Either.scala:352) at com.mendix.container.boot.Main$.delayedEndpoint$com$mendix$container$boot$Main$1(Main.scala:14) at com.mendix.container.boot.Main$delayedInit$body.apply(Main.scala:11) at scala.Function0.apply$mcV$sp(Function0.scala:42) at scala.Function0.apply$mcV$sp$(Function0.scala:42) at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17) at scala.App.$anonfun$main$1(App.scala:98) at scala.App.$anonfun$main$1$adapted(App.scala:98) at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575) at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573) at scala.collection.AbstractIterable.foreach(Iterable.scala:933) at scala.App.main(App.scala:98) at scala.App.main$(App.scala:96) at com.mendix.container.boot.Main$.main(Main.scala:11) at com.mendix.container.boot.Main.main(Main.scala)

Unable to Open Navigation tab

$
0
0
Not able to the Navigation for the following error : System.NullReferenceException: Object reference not set to an instance of an object. at Mendix.Modeler.WebUI.Forms.Actions.CreateObjectClientAction.GetAllowedRoles() in Mendix.Modeler.WebUI\Forms\Actions\CreateObjectClientAction.cs:line 108 at Mendix.Modeler.WebUI.View.MenuEditor.MenuItemNode..ctor(MenuItem element, IIconVisualizer iconVisualizer, IIconManager iconManager) in Mendix.Modeler.WebUI.View\MenuEditor\MenuItemNode.cs:line 19 at Mendix.Modeler.WebUI.View.MenuEditor.MenuTreeViewModel.CreateNode(MenuItem item) in Mendix.Modeler.WebUI.View\MenuEditor\MenuTreeViewModel.cs:line 115 at System.Linq.Enumerable.SelectIListIterator`2.MoveNext() at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext() at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext() at Mendix.Modeler.Controls.Tree.Node.AddRange(IEnumerable`1 nodes) in Mendix.Modeler.Controls\Tree\Nodes\Node.cs:line 222 at Mendix.Modeler.Controls.Tree.Node`1.AddRange(IEnumerable`1 nodes) in Mendix.Modeler.Controls\Tree\Nodes\NodeOfT.cs:line 24 at Mendix.Modeler.WebUI.View.MenuEditor.MenuTreeViewModel.CreateNode(MenuItem item) in Mendix.Modeler.WebUI.View\MenuEditor\MenuTreeViewModel.cs:line 116 at System.Linq.Enumerable.SelectIListIterator`2.MoveNext() at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext() at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext() at Mendix.Modeler.Controls.Tree.Node.AddRange(IEnumerable`1 nodes) in Mendix.Modeler.Controls\Tree\Nodes\Node.cs:line 222 at Mendix.Modeler.Controls.Tree.Node`1.AddRange(IEnumerable`1 nodes) in Mendix.Modeler.Controls\Tree\Nodes\NodeOfT.cs:line 24 at Mendix.Modeler.WebUI.View.MenuEditor.MenuTreeViewModel.CreateNode(MenuItem item) in Mendix.Modeler.WebUI.View\MenuEditor\MenuTreeViewModel.cs:line 116 at System.Linq.Enumerable.SelectIListIterator`2.ToArray() at Mendix.Modeler.WebUI.View.MenuEditor.MenuTreeViewModel.Rebuild() in Mendix.Modeler.WebUI.View\MenuEditor\MenuTreeViewModel.cs:line 98 at Mendix.Modeler.WebUI.View.MenuEditor.MenuTreeViewModel..ctor(MenuItemCollection menuItemCollection, Selection editorSelection, IIconVisualizer iconVisualizer, IIconManager iconManager, IDragDropHelper dragDropHelper, ICopier copier, INameEditor nameEditor, IDialogManager dialogManager, IDocumentViewManager documentViewManager) in Mendix.Modeler.WebUI.View\MenuEditor\MenuTreeViewModel.cs:line 68 at Mendix.Modeler.WebUI.View.MenuEditor.MenuTreeControl..ctor(MenuItemCollection menuItems, Selection editorSelection, IIconVisualizer iconVisualizer, IIconManager iconManager, IDragDropHelper dragDropHelper, ICopier copier, INameEditor nameEditor, IDialogManager dialogManager, IDocumentViewManager documentViewManager) in Mendix.Modeler.WebUI.View\MenuEditor\MenuTreeControl.cs:line 21 at Mendix.Modeler.WebUI.View.Navigation.Web.NavigationProfileFormPart.CreateEtoNavigationControl() in Mendix.Modeler.WebUI.View\Navigation\Web\NavigationProfileFormPart.cs:line 139 at Mendix.Modeler.UIFramework.CustomControlSpec`1.CreateInnerControl(IUIFrameworkControlInner uiFrameworkControl) in Mendix.Modeler.UIFramework\Specs\CustomControlSpec.cs:line 62 at Mendix.Modeler.UIFramework.InPanelSpec`1.CreateControl(IUIFrameworkControlInner propertiesControl) in Mendix.Modeler.UIFramework\Specs\InPanelSpec.cs:line 29 at Mendix.Modeler.UIFramework.GroupBase.FillControls(IUIFrameworkControlInner propertiesControl, GroupBase oldGroupSpec, Container container) in Mendix.Modeler.UIFramework\Specs\GroupBase.cs:line 44 at Mendix.Modeler.UIFramework.GroupBoxSpec.UpdateControl(IUIFrameworkControlInner propertiesControl, Control control, FormElement oldElement) in Mendix.Modeler.UIFramework\Specs\GroupBoxSpec.cs:line 50 at Mendix.Modeler.UIFramework.GroupBase.FillControls(IUIFrameworkControlInner propertiesControl, GroupBase oldGroupSpec, Container container) in Mendix.Modeler.UIFramework\Specs\GroupBase.cs:line 51 at Mendix.Modeler.UIFramework.TableSpec.UpdateControl(IUIFrameworkControlInner propertiesControl, Control control, FormElement oldElement) in Mendix.Modeler.UIFramework\Specs\TableSpecs\TableSpec.cs:line 89 at Mendix.Modeler.UIFramework.GroupBase.FillControls(IUIFrameworkControlInner propertiesControl, GroupBase oldGroupSpec, Container container) in Mendix.Modeler.UIFramework\Specs\GroupBase.cs:line 51 at Mendix.Modeler.UIFramework.TabControlSpec.InternalUpdateControl(IUIFrameworkControlInner propertiesControl, TabControl tabControl, FormElement oldElement, Boolean firstRun) in Mendix.Modeler.UIFramework\Specs\TabControlSpecs\TabControlSpec.cs:line 157 at Mendix.Modeler.UIFramework.TabControlSpec.UpdateControl(IUIFrameworkControlInner propertiesControl, Control control, FormElement oldElement) in Mendix.Modeler.UIFramework\Specs\TabControlSpecs\TabControlSpec.cs:line 110 at Mendix.Modeler.UIFramework.GroupBase.FillControls(IUIFrameworkControlInner propertiesControl, GroupBase oldGroupSpec, Container container) in Mendix.Modeler.UIFramework\Specs\GroupBase.cs:line 51 at Mendix.Modeler.UIFramework.UIFrameworkEtoControlBase.RebuildContents() in Mendix.Modeler.UIFramework\Controls\UIFrameworkEtoControlBase.cs:line 108 at Mendix.Modeler.UIFramework.UIFrameworkEtoControlBase.Init(IUIFrameworkControlSpec _controlSpec, IFormButtonsManager _formButtonsManager) in Mendix.Modeler.UIFramework\Controls\UIFrameworkEtoControlBase.cs:line 38 at Mendix.Modeler.UIFramework.UIFrameworkControlFactory.Create(IUIFrameworkControlSpec controlSpec) in Mendix.Modeler.UIFramework\Controls\UIFrameworkControlFactory.cs:line 18 at Mendix.Modeler.Core.View.Editors.UIFrameworkTabbedEditor.Init(IUIFrameworkControlSpec controlSpec) in Mendix.Modeler.Core.View.CrossPlatform\Editors\TabbedEditors\UIFrameworkTabbedEditors\UIFrameworkTabbedEditor.cs:line 43 at Mendix.Modeler.WebUI.View.Navigation.NavigationEditor..ctor(NavigationDocument document, IEnumerable`1 formPartFactories, IProjectManager projectManager, IStorageUI storageUI, IToolWindowManager toolWindowManager, IClipboard clipboard, IModelerSettingsManager modelerSettingsManager, IUIFrameworkControlFactory uiFrameworkControlFactory, IEnumerable`1 notificationBarFactories, IDialogs dialogs, IDialogManager dialogManager, IOfflineEntityCollector offlineEntityCollector) in Mendix.Modeler.WebUI.View\Navigation\NavigationEditor.cs:line 46 at Mendix.Modeler.WebUI.View.Navigation.NavigationViewProvider.CreateTabbedEditor(NavigationDocument document) in Mendix.Modeler.WebUI.View\Navigation\NavigationViewProvider.cs:line 60 at Mendix.Modeler.Core.View.Editors.TabbedDocumentViewProviderBase`1.Mendix.Modeler.Core.View.Editors.IDocumentViewProvider.CreateTabbedEditor(IDocumentBase document) in Mendix.Modeler.Core.View.CrossPlatform\Editors\TabbedEditors\TabbedDocumentViewProviderBase.cs:line 13 at Mendix.Modeler.Core.View.MainWindow.DockControlViewModel.<>c__DisplayClass65_0.b__1() in Mendix.Modeler.Core.View.CrossPlatform\MainWindow\DockControlViewModel.cs:line 232 at Mendix.Modeler.Controls.GuiThreadExecutor.<>c__DisplayClass5_0`1.b__0() in Mendix.Modeler.Controls\GuiThreadExecutor.cs:line 56--- End of stack trace from previous location --- at Mendix.Modeler.Controls.GuiThreadExecutor.Rethrow(Exception ex) in Mendix.Modeler.Controls\GuiThreadExecutor.cs:line 69 at Mendix.Modeler.Controls.GuiThreadExecutor.<>c__DisplayClass5_0`1.b__0() in Mendix.Modeler.Controls\GuiThreadExecutor.cs:line 60 at Eto.Forms.Application.<>c__DisplayClass68_0`1.b__0() at Eto.Forms.Application.Invoke[T](Func`1 func) at Mendix.Modeler.Controls.GuiThreadExecutor.Execute[T](Func`1 func) in Mendix.Modeler.Controls\GuiThreadExecutor.cs:line 19 at Mendix.Modeler.Core.View.MainWindow.DockControlViewModel.AddTabbedEditor(IDocumentBase document) in Mendix.Modeler.Core.View.CrossPlatform\MainWindow\DockControlViewModel.cs:line 231 at Mendix.Modeler.MainWindow.Managers.TabbedEditorManager.EditDocument(IDocumentBase document) in Mendix.Modeler.MainWindow\Managers\TabbedEditorManager.cs:line 69 at Mendix.Modeler.Core.View.Editors.DocumentViewManager.EditInTabbedEditor(IDocument document, FocusInfo focusInfo) in Mendix.Modeler.Core.View.CrossPlatform\Editors\DocumentViewManager.cs:line 89 at Mendix.Modeler.Core.View.Editors.DocumentViewManager.EditDocument(IDocument document, FocusInfo focusInfo) in Mendix.Modeler.Core.View.CrossPlatform\Editors\DocumentViewManager.cs:line 69 at Mendix.Modeler.Common.DocumentUtil.ObsoleteEdit(IDocument document, FocusInfo focusInfo) in Mendix.Modeler.Core\Common\Model\DocumentUtil.cs:line 15 at Mendix.Modeler.Common.DocumentLocation.GoTo() in Mendix.Modeler.Core\Common\Problems\DocumentLocation.cs:line 40 at Mendix.Modeler.Core.View.ToolWindows.ProblemModel.Navigate() in Mendix.Modeler.Core.View.CrossPlatform\ToolWindows\ErrorList\ProblemModel.cs:line 74 at Mendix.Modeler.Core.View.ToolWindows.ProblemViewModel.Navigate() in Mendix.Modeler.Core.View.CrossPlatform\ToolWindows\ErrorList\ProblemViewModel.cs:line 40 at Mendix.Modeler.Core.View.ToolWindows.ErrorListGrid.<>c.b__5_0(List`1 selectedProblems) in Mendix.Modeler.Core.View.CrossPlatform\ToolWindows\ErrorList\ErrorListGrid.cs:line 57 at Mendix.Modeler.Controls.Grids.EtoGridConfig`1.OnActivateRow(Object sender, TObj e) in Mendix.Modeler.Controls\Grids\EtoGridConfig.cs:line 522 at Mendix.Modeler.Controls.Grids.Grid`1.ResultOnCellDoubleClick(Object sender, GridCellMouseEventArgs e) in Mendix.Modeler.Controls\Grids\GridOfT.cs:line 443 at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args) at Eto.Forms.Grid.OnCellDoubleClick(GridCellMouseEventArgs e) at Eto.Forms.Grid.Callback.OnCellDoubleClick(Grid widget, GridCellMouseEventArgs e) at Mendix.Modeler.Controls.Windows.Grids.EtoGridHandler.OnControlMouseDoubleClicked(Object sender, MouseButtonEventArgs e) in Mendix.Modeler.Controls.Windows\Grids\EtoGridHandler.cs:line 307 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.Control.OnMouseDoubleClick(MouseButtonEventArgs e) at System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Navigation in Grids with navigation page template

$
0
0
I have created a page by using template Grids/ grids with navigation. For every navigation item I want to show a page. How can I configure such that on click navigation item the page/ data grid should display on right side.

how to deploy to the "new" infrastructure?

$
0
0
Hi, after publishing my free Mendix app and click on View app I get the following message instead of seeing the app: "This Free App needs to be redeployed . . . The Mendix Cloud infrastructure for Free Apps is being migrated. This Free App is still deployed on the old infrastructure. The maintainer of this app can restart it on the new infrastructure by redeploying this app. Once your Free App is running on our new infrastructure, it will sleep and resume as always. If your Free App is running on Mendix 7, please update it to a supported version (Mendix 8 or newer) first." Im using mendix Version 10.9.0 and working on first App that uses a Odata Service (I created) Thanks in advance :)

Sort order and Search cannot be changed in ListView inside other Data container

$
0
0
Hi there, If you add a ListView inside another data container (eg ListView), you cannot edit the sort order or search on. Of course you could use the work around by dragging it outside of the data container, update and drag it inside again. But I was wondering: Am I overlooking an option (it seems independent of data source and editability) Does anyone know why it is not allowed? Thank you! Micha Friede

microservice deployments in mendix

$
0
0
hi team , I have created two separate microservices in mendix in a separate mendix project. now I want to deploy them on aws cloud, how I can do it?. Provide steps and doc link. Thanks

removing duplicates list from 2 different entity

$
0
0
hi all, Am importing 2 files excel from 2 different entities. for example : file 1 and file 2 are from entity 1 and entity 2 so here its compare with file 1 and file 2 and unique values needs to come in file 3 entity I tried by using iterating file 1 and file 2 but its comparing like nested loop didn't work, because as I know nested loop will take each line of file1 and compare it to all the lines of file2 and this makes file3 with so many unnecessary lines. anyone please help on this . thanks

Getting 404 Not Found while retrieving an online meeting by meeting ID

$
0
0
Hello Experts, I want to retrieve meeting information via meeting ID . The meeting ID is provided in the response object when creating an onlineMeeting. I have passed this meeting id as following format : "GET https://graph.microsoft.com/v1.0/users/81d9-4adb-bfc2-8f2a442e4642/onlineMeetings/MSpkYzE3Njc0Yy04MWQ5LYRhZGItYmZiMi04ZdFpHRTNaR1F6WGhyBWFkLnYy". But getting response as "404 Not Found". Please assist me in resolving this issue Thank you.

How to open two Mendix projects under Mac OS?

$
0
0
I use Mendix under Mac OS evironment, I opened one ongoing development project using Mendix 10.10 beta, when I click Mendix software to open the 2nd project, it will only show the 1st project I opened. How Can I open 2x projects(Apps) at the same time? So I can switch the window between 2x projects.

Where can I see which jquery libraries are used where

$
0
0
Hi, How can I see in our project which jquery libraries versions are in our app, and by which widget they are used. so i can update or remove them?

Transaction in mendix

$
0
0
I am trying to test the transaction behaviour of microflow here I am retriving Orders list (100 records ) from database and in microflow i am creating new order then i retrive orderlist from the DataBase in the same microflow I got 101 records from the order table. But how as per my knowledge transaction will end at the end of the micrflow right! here with out ending the complete transaction how am i able to get the latest committed object from the data base retrival . Can anyone please give explanination for this?

Redirecting URL

$
0
0
Hi Expert! I am currently implementing an API, and in my current implementation, it needs to be redirected to the API's url in order to authorize the request. Is there a way to redirect to a URL(API's url page) after a rest call, and once approved, the URL will then come back to the current page(my mendix app) along with the current requested code? Is this achievable using the current microflow? or do I need to use another module? TYIA.

Compare two excel files

$
0
0
Hello, I have an use case to compare two excel files and come up with difference in file3. I tried to create the microflow in Mendix and use the Intersect to compare the list1 and list2. but got an error as below showing. Can you please help me? Thanks!

App Guide Marketplace widget is not working. Even tried for Guided tour widget from marketplace

$
0
0
Hi Team, I need to add app tour in my local app so I downloaded 'App Guide' widget from Marketplace and added class but still after running the project its not working. Also, not sure what microflow (logic) need to add onComplete.

change color in text or whole cell

$
0
0
Hello Can somebody send me some example how can i change color in text or whole cell in datagrid 2 according value ( +,-,<,>,=). I found Cell Styler but is it old modul for mendix 7 .... Thanks

Widget upgrade path from mendix 9 to 10

$
0
0
Hey Community, we do have a custom widget which have been developed with Mendix 9.24 and the generator tools version 9.24.1. We have upgraded Mendix to version 10.6 and the widget still works as expected. However when we run a new build of the widget without changes the widget won't render anymore. which is kinda strange. How come the widget still works as-is but not anymore after rebuilding? The solution would probably be updating the widget generator tools and the all potential errors coming from that, but I'm mainly interested if this might cause future issues if we don't imediatly upgrade the widget, since it seems to work currently. Any hints/clues about the internals or tips for moving forward?

removing duplicate excel from 2 different entities

$
0
0
hello, Suppose that I have three entities, two have already data that came from two excel files from two different entities. need to remove dupliacted rows and unique need to add in entity 3 below i written logic logic not working can anyone help on this thanks

How to upgrade core-js 3.2.1, dojo 1 to latest versions.

$
0
0
Hi, When Wappalyzer was ran against our appliation, it pointed out that the application is using core js 3.2.1 and dojo 1. We have been asked to update them to the latest version as the security team finds it to be vulnerable. Please help me understand about these versions. Are they about any widget's js or jquery versions or where should I check? Thanks.

PostgreSQL - Connect to specific database schema

$
0
0
Hi all, My project uses PostgreSQL and I want to connect to specific database schema. I tried adding currentSchema to database name configuration but it didn't allow. Database Configuration: Is these any way i can do this ? Thank.

pagination in publishing APIS which are to be consumed in another project.

$
0
0
Hi Team, I need to implement pagination while publishing API in mendix. My output is in json format.
Viewing all 83469 articles
Browse latest View live