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

Error while deploying MDA

$
0
0
Hey guys, I am getting an error when publishing my app. The error "Something went wrong. Error deploying MDA" occurs. The strange thing is that the changes are still being applied to the team server and the online app, but I want the error to go away. The error refers to the logs, but from my point of view there is nothing suspicious. Maybe you can take a look at it at the end. It would be very helpful in solving the problem. Any other ideas? Thank you very much! 08:04:08APP2024-06-04T06:04:08.798129762Z 08:04:08APPNative Memory Tracking: 08:04:08APP2024-06-04T06:04:08.798179439Z 08:04:08APPTotal: reserved=1067176452, committed=372421124 08:04:08APPJava Heap (reserved=291504128, committed=128520192) 08:04:08APP(mmap: reserved=291504128, committed=128520192) 08:04:08APP2024-06-04T06:04:08.798195212Z 08:04:08APPClass (reserved=378157259, committed=137373899) 08:04:08APP(classes #18488) 08:04:08APP( instance classes #17663, array classes #825) 08:04:08APP(malloc=4864203 #64084) 08:04:08APP(mmap: reserved=373293056, committed=132509696) 08:04:08APP( Metadata: ) 08:04:08APP( reserved=113246208, committed=112586752) 08:04:08APP( used=109223040) 08:04:08APP( free=3363712) 08:04:08APP( waste=0 =0.00%) 08:04:08APP( Class space:) 08:04:08APP( reserved=260046848, committed=19922944) 08:04:08APP( used=16613152) 08:04:08APP( free=3309792) 08:04:08APP( waste=0 =0.00%) 08:04:08APP2024-06-04T06:04:08.798272847Z 08:04:08APPThread (reserved=90637784, committed=10339800) 08:04:08APP(thread #85) 08:04:08APP(stack: reserved=90177536, committed=9879552) 08:04:08APP(malloc=325088 #522) 08:04:08APP(arena=135160 #172) 08:04:08APP2024-06-04T06:04:08.798299671Z 08:04:08APPCode (reserved=256789856, committed=46624096) 08:04:08APP(malloc=3161440 #15007) 08:04:08APP(mmap: reserved=253628416, committed=43462656) 08:04:08APP2024-06-04T06:04:08.798313789Z 08:04:08APPGC (reserved=1553170, committed=1028882) 08:04:08APP(malloc=598802 #5797) 08:04:08APP(mmap: reserved=954368, committed=430080) 08:04:08APP2024-06-04T06:04:08.798332234Z 08:04:08APPCompiler (reserved=527018, committed=527018) 08:04:08APP(malloc=356490 #1452) 08:04:08APP(arena=170528 #7) 08:04:08APP2024-06-04T06:04:08.798365546Z 08:04:08APPInternal (reserved=829405, committed=829405) 08:04:08APP(malloc=796637 #1880) 08:04:08APP(mmap: reserved=32768, committed=32768) 08:04:08APP2024-06-04T06:04:08.798380431Z 08:04:08APPOther (reserved=4844760, committed=4844760) 08:04:08APP(malloc=4844760 #52) 08:04:08APP2024-06-04T06:04:08.798399796Z 08:04:08APPSymbol (reserved=26938552, committed=26938552) 08:04:08APP(malloc=24540776 #228778) 08:04:08APP(arena=2397776 #1) 08:04:08APP2024-06-04T06:04:08.798423952Z 08:04:08APPNative Memory Tracking (reserved=5225976, committed=5225976) 08:04:08APP(malloc=23672 #297) 08:04:08APP(tracking overhead=5202304) 08:04:08APP2024-06-04T06:04:08.798526272Z 08:04:08APPArena Chunk (reserved=9478568, committed=9478568) 08:04:08APP(malloc=9478568) 08:04:08APP2024-06-04T06:04:08.798556769Z 08:04:08APPTracing (reserved=1, committed=1) 08:04:08APP(malloc=1 #1) 08:04:08APP2024-06-04T06:04:08.798573950Z 08:04:08APPLogging (reserved=4596, committed=4596) 08:04:08APP(malloc=4596 #193) 08:04:08APP2024-06-04T06:04:08.798590407Z 08:04:08APPArguments (reserved=19475, committed=19475) 08:04:08APP(malloc=19475 #507) 08:04:08APP2024-06-04T06:04:08.798619810Z 08:04:08APPModule (reserved=129728, committed=129728) 08:04:08APP(malloc=129728 #1672) 08:04:08APP2024-06-04T06:04:08.798637546Z 08:04:08APPSynchronizer (reserved=527984, committed=527984) 08:04:08APP(malloc=527984 #4357) 08:04:08APP2024-06-04T06:04:08.798647350Z 08:04:08APPSafepoint (reserved=8192, committed=8192) 08:04:08APP(mmap: reserved=8192, committed=8192) 08:04:08APP2024-06-04T06:04:08.798733323Z Error: Link expired for security reasons. Please close this page, refresh the Developer Portal, and load the live log again. Error: Connection closed. Please refresh the page, or contact Support if issues persist.

How to change html body due to false resizing in Outlook

$
0
0
Hello everyone, as Outlook can not resize images well, due to not reading css in the body template, is there a way to manually change the HTML code which is being processed from the email connector? Gmail,yahoo and other mail clients are rendering those pictures perfectly.

Item Revision Search

$
0
0
Hi Community, I'm working on TcConnector in Mendix (ver 10.0.0) I have tried to search the item revision, created the search microflow and results page like below screenshots. I'm unable to get the item revision results. could anyone please help to how to solve this. Thank you,

Commit Data in Batches using Start and End transactions Java action or using task queue

$
0
0
Hi , I have a requirement to change data for millions o records in 1 or 2 times in weekly basis. I tried using batch processing of 500 objects each time as shown in the below screenshot. But we see that after few minutes the memory usuage goes high in short span of time and application is restarting. I came to know that all the commit actions take place at end of the microflow, That may be the reason all 1 million records commiting once resulting in restarting the application. I came to know that using start,end transactions or task queue will solve the issue. Could someone please help me with the below question? 1)If we want to use start and end transactions, Where we need to place start and end transactions in the below microlow? 2)I am not sure on how task queue works, Could some one please help me on how it functions and how to implement? Any documentaion will be helpful. 3)What is the difference between the above two and which one is best for my usecase Thanks in advance.

Getting errors after downloading workflow commons

$
0
0
Mendix version use - 9.24.21, latest data widget and latest workflow commons from marketplace

Unable to commit

$
0
0
I am trying to commit my changes , but unable to and getting this error. LibGit2Sharp.LibGit2SharpException: object not found - no match for id (3a75533b3296ed626c6f2cdf085e747611837b86) at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 154 at LibGit2Sharp.Core.Proxy.git_graph_ahead_behind(RepositoryHandle repo, Commit first, Commit second) in /_/LibGit2Sharp/Core/Proxy.cs:line 980 at LibGit2Sharp.HistoryDivergence..ctor(Repository repo, Commit one, Commit another) in /_/LibGit2Sharp/HistoryDivergence.cs:line 23 at LibGit2Sharp.ObjectDatabase.CalculateHistoryDivergence(Commit one, Commit another) in /_/LibGit2Sharp/ObjectDatabase.cs:line 551 at LibGit2Sharp.BranchTrackingDetails..ctor(Repository repo, Branch branch) in /_/LibGit2Sharp/BranchTrackingDetails.cs:line 24 at LibGit2Sharp.Branch.get_TrackingDetails() in /_/LibGit2Sharp/Branch.cs:line 98 at Mendix.Modeler.VersionControl.Operations.Git.GitCheckWorkingCopyOperation.Execute(String projectDirectory) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Git\GitCheckWorkingCopyOperation.cs:line 67 at Mendix.Modeler.VersionControl.CommitPreparer.<>c__DisplayClass20_0.b__0(IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.View\Commit\CommitPreparer.cs:line 145 at Mendix.Modeler.Utility.Progress.StepBase`1.Run(TProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Utility\Progress\Step.cs:line 31 at Mendix.Modeler.Utility.Progress.StepBase`1.Mendix.Modeler.Utility.Progress.IStep.Run(Object progressInfo) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Utility\Progress\Step.cs:line 36 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(IStep step) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 167 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 81 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) --- End of stack trace from previous location --- at Mendix.Modeler.UIFramework.Progress.ProcessRunner.Run() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 57 at Mendix.Modeler.VersionControl.CommitPreparer.PrepareCommit(IProject project, Boolean silent) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.View\Commit\CommitPreparer.cs:line 113 at Mendix.Modeler.VersionControl.RevCommitter.CommitInternal(IProject project, Boolean silent, String initialMessage, RevOperationSource source) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.View\Commit\RevCommitter.cs:line 108 at Mendix.Modeler.VersionControl.RevCommitter.Commit(IProject project, String initialMessage, RevOperationSource source) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.View\Commit\RevCommitter.cs:line 79 at Mendix.Modeler.MainWindow.Menus.VersionControlMenuItemsProvider.CommitChanges() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling.View\Menus\VersionControlMenuItemsProvider.cs:line 222 at Mendix.Modeler.Core.View.Menus.MainMenu.<>c__DisplayClass13_0.b__0(Object _, EventArgs _) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Core.View.CrossPlatform\Menus\MainMenu.cs:line 135 at Eto.Forms.Command.OnExecuted(EventArgs e) at Eto.Forms.Command.Execute() at Eto.Forms.Command.System.Windows.Input.ICommand.Execute(Object parameter) at Eto.PropertyStore.CommandWrapper.Command_Execute(Object sender, EventArgs e) at Eto.Forms.MenuItem.OnClick(EventArgs e) at Eto.Forms.MenuItem.Callback.OnClick(MenuItem widget, EventArgs e) at Eto.Wpf.Forms.Menu.MenuItemHandler`3.OnClick() at Eto.Wpf.Forms.Menu.MenuItemHandler`3.b__1_0(Object sender, RoutedEventArgs e) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg) 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) Please let me know, what could be the possible solution.

Validate hashed string

$
0
0
I have a field in an entity, password, which is held as a hashed string. I would like to check that it has a value but I am unable to pass it to a microflow to do this. The field name does not appear in the list of attributes when creating an expression. How can I validate this field.

Teamcenter Connector and Excel Export

$
0
0
Hi Everyone I'm currently working at my first App - which happens to interact with TC. The TC integrations has been implemented some time ago and works as expected. I now want to add an Excel Export functionality for certain entities and facing issues with this, because as soon as i try to execute an error i receive the following error message: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils.byteArray(I)[B] error. After some troubleshooting i found the librarie which causes the error, which is org.apache.commons.io-2.3.0.jar which is been required by TcConnector. Does someone know how i can fix this issue and be able to use the Excel Export properly? Used mendix studio Version: 9.24.17 Thanks for your help and best regards Raphael

OData query filter by enum

$
0
0
Hi community, I have published an entity as an Odata Service. Now I am testing the endpoints. I have problems filtering by enums. I am not sure about the spelling of the query. Currently I use, as I understood it in the documentation /requests?$filter=Status eq Core.ENUM_Status'Required' The attribute is called 'Status'The value I want to filter by is 'Required'The enum is called ENUM_StatusThe enum is in the module core Thanks for helping.

How can I edit feedback?

$
0
0
I'm doing my homework and at this point I don't know how to edit feedback

Data Widget Missing Date Picker Glyphicon After Mendix Upgrade

$
0
0
I had an app running fine on Mendix 9.23, but the date picker glyph icon went missing after upgrading it to Mendix 10.10. What could be causing this? I don't think I have any styles that are overwriting it or console errors either. I'm using the latest data widgets module: https://marketplace.mendix.com/link/component/116540 In Studio Pro: On localhost:

ETL use case implementation using Mendix

$
0
0
I would like to understand feasibility of my use case in which simple ask is to know that if I can implement any ETL (Extract, Transform, Load) use case in which I need to process data from large files (records in millions) daily basis. This data belongs to investment customer and customer wanted to check data by following multiple level of checks like File received in place? File is empty? File is with right format? no of records in file? each records followed a particular syntax/format? Extract each records from the syntax. If anyone from this community ever work this kind of use case implementation and its technically feasible in Mendix please share some details like how we should proceed i.e. what types of Market place module can be used to avoid java integrations.

How to get a hashed string value in/into a Java action.

$
0
0
I am currently working on password management in the app I am working on in Mendix Studio Pro 10.6.9. The following functionality is required: A user's password must expire after 30 days. The new password may not be the same as the user's last 10 passwords. I have created a new entity that stores the user’s passwords: Entity: PasswordManagement Attribute: PasswordHistory (hashed string) Attribute: CreatedDate Association: System.User I have created a Java action that is passed the ‘PasswordManagement’ list and a ‘newpassword’ string. The function of the Java action is to compare the ‘newpassword’ string against each ‘PasswordHistory’ hashed string in the ‘PasswordManagement’ to check whether they match or not. I am using the ‘verifyValue’ method (MendixHashString): verifyValue boolean verifyValue(IContext context, String unhashedValue) Returns whether the specified unhashed value matches the value of this attribute. Parameters: context - the context for accessing the attribute unhashedValue - the value to hash and compare against the value of this attribute Returns: true if the value matches; false otherwise The issue is that the ‘PasswordHistory’ attribute cannot be accessed from within the Java code – as in, when running the debugger in Eclipse, ‘PasswordHistory’ returns ‘empty’. I think it would help knowing how Mendix executes the ‘authenticate’ method used in the ‘verifyPassword’ Java action. If anyone has any insights – please share, it will be greatly appreciated!

The results of intermediate retrieving from the data source micro flow are stored in the client memory.

$
0
0
Currently my microflow handles it like this: 1. Retrieving and storing target data by category from the database. 2. Range with ListOperation just enough to show the saved data on the screen and return. 3. When loading on the screen, the Retrive result in 1 above is stored in memory, causing slow loading. I want 2 to send to the client only the data that needs to be shown on the screen.

Video player widget is not working for IOS user in Native apps .

$
0
0
Hi All, Video player widget is not working for IOS user in Native apps . Thanks

Getting error while uploading excel document in Excel importer

$
0
0
Hi All, Kindly suggest for the below error. Also attached snapshot for the reference. The following error occurred when importing document: AccountNew.xls -------- com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit | VERSION: Mx5_20161013 at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:84) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit | VERSION: Mx5_20161013 at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:23) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit | VERSION: Mx5_20161013 at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:129) Caused by: com.mendix.core.CoreException: Document could not be imported, because: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit | VERSION: Mx5_20161013 at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:397) Caused by: excelimporter.reader.readers.ExcelRuntimeException: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit | VERSION: Mx5_20161013 at excelimporter.reader.readers.ExcelXLSReaderDataSecondPassListener.processRecord(ExcelXLSReaderDataSecondPassListener.java:185) at org.apache.poi.hssf.eventusermodel.HSSFRequest.processRecord(HSSFRequest.java:106) at org.apache.poi.hssf.eventusermodel.HSSFEventFactory.genericProcessEvents(HSSFEventFactory.java:172) at org.apache.poi.hssf.eventusermodel.HSSFEventFactory.processEvents(HSSFEventFactory.java:129) at excelimporter.reader.readers.ExcelXLSDataReader.readData(ExcelXLSDataReader.java:39) at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:355) at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:120) at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:54) at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:25) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.scala:25) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:80) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:19) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:79) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:34) at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:35) at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:11) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:38) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.scala:25) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:80) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:19) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:79) at com.mendix.basis.component.ExecutionCore.doExecuteSync(ExecutionCore.scala:147) at com.mendix.basis.component.ExecutionCore.doExecuteSync$(ExecutionCore.scala:146) at com.mendix.basis.component.InternalCore.doExecuteSync(InternalCore.scala:21) at com.mendix.basis.component.ExecutionCore.executeSync(ExecutionCore.scala:93) at com.mendix.basis.component.ExecutionCore.executeSync$(ExecutionCore.scala:90) at com.mendix.basis.component.InternalCore.executeSync(InternalCore.scala:21) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:19) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.scala:25) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:80) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:19) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:79) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:38) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:76) at com.mendix.webui.actions.client.ExecuteMicroflowAction.$anonfun$apply$3(ExecuteMicroflowAction.scala:42) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:29) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:55) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:42) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:39) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:45) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:53) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:45) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:43) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:22) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:109) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:109) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:107) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$5(ContextHandling.scala:51) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:49) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:19) at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:49) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:51) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:26) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:23) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:18) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:107) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:106) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:79) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:35) at com.mendix.external.connector.MxRuntimeConnector.lambda$processRequest$0(MxRuntimeConnector.java:74) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:19) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73) at com.mendix.basis.impl.MxRuntimeImplBase.processRequest(MxRuntimeImplBase.java:838) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:25) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:386) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit | VERSION: Mx5_20161013 at replication.MetaInfo.finished(MetaInfo.java:775) Caused by: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreRuntimeException: Failed to commit at replication.MetaInfoProcessor.startProcessing(MetaInfoProcessor.java:81) Caused by: com.mendix.core.CoreRuntimeException: Failed to commit at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:152) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Object id: 10414574138296473, validation errors: (member: Password, message: The password cannot be empty.) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:84) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Object id: 10414574138296473, validation errors: (member: Password, message: The password cannot be empty.) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:23) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Object id: 10414574138296473, validation errors: (member: Password, message: The password cannot be empty.) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:84) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Object id: 10414574138296473, validation errors: (member: Password, message: The password cannot be empty.) at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:23) Caused by: com.mendix.systemwideinterfaces.core.UserException: Object id: 10414574138296473, validation errors: (member: Password, message: The password cannot be empty.) Thanks in advance!

Gitignore merge conflict

$
0
0
I want to pull all the changes, but i get this error saying gitignore error, how can i fix this When i open it in tortoise i get this, but i don't know how to fix it

Some errors occurred when I added a new page, it said the following: At least one allowed role must be selected if the page is used from navigation or a button

$
0
0
Some errors occurred when I added a new page, it said the following: At least one allowed role must be selected if the page is used from navigation or a button,

I am trying to Pass value to Associate Value of Object in Microflow But Failed to pass

$
0
0
Dear Team , I Am using Rest(Beta) Consume Service for Consuming the Rest Service from third party . This Is JSON which I used when Mendix created the Model for JSON I have successfully created table parameters and long texts but even I fetch longtext from associated value and filled the data but data not linked with associated .

How to make a rounded sharp edges in column chart

$
0
0
Hi Team, How to make a rounded sharp edge in the column chart like below image.
Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>