Hi Experts, I am getting a list of json objects from a rest api into a variable which is in a microflow and now I want to display these list of values as key, value pair in dropdown dynamically. Currently the dropdown created and associated with an enumeration. Is there a way to populate dropdown with list of values dynamically? or is there a way to change enumeration dynamically using microflow? Your help is appreciated.
↧
Populating Dropdown dynamically
↧
How to Convert Fileoutputstream into Mendix File Object
I am calling a Java action Input parameter (File) type . somehow i got to know that convert that mendix object into File Type using ( InputStream f = Core.getFileDocumentContent(context, yourFileDocumentObject.getMendixObject() ) Method. In the same way how to convert File into Mendix Object ( as a return type ). This is new File created in java action FileOutputStream output= new FileOutputStream("C:\\Users\\TT-USER\\Desktop\\Demo4.docx"); Now i want to return this output as mendix object I hope any one can help me !
↧
↧
Native input field IOS
Hi all, At the login screen of my native app are input field for the username and password. For the password, At the native app at iOS, there is a small icon to delete the complete input data of that field. How can I edit/delete this icon (for just 1 input field)? The text to show the password is on top of this… Thanks, Kolien
↧
Authentification module
Hello! We have an app that will be installed in an internal industrial Active Directory without the possibility to use "OpenID" protocol as there is no Azure AD or AD FS for this domain. It is an on-premise installation. What could be a good authentification module for this?
↧
Dropdown input widget Arrow Icon Customization
Hi All, How to change color for Dropdown input widget icon.
↧
↧
how can i load a page developed in mendix app inside angular application
Hi all, I have a requirement where i need to create a page in mendix and integrate the page inside the tabs of the application developed in angular.Please refer the screen shot below. i need to integrate the mendix page inside the shaping value proposition tab of the below ss. Thanks in Advance….
↧
SAML - Blank screen after logging in / No Request and/or response
Hello all, We have several issues with one of our apps and SAML, not sure if they are all related. I’ve been digging through logs and checking the forum for possible solutions but nothing is standing out as the cause. In the SAML log and SAML Requests I see, fairly frequently, the following behaviour: Under SAML Requests: A cross on the request, a tick for response, no Request Id, no principal. A tick on request, a x on Response, no date time, a request ID but no principal It appears to me that on the occassions we get a X, under the SAML Requests Request/Response headers, it’s closely followed by green ticks across the board. It’s almost like it didn’t work first time, but almost instantly afterwards the user was able to login. Under the log: X’s with the message “No request found with id “xxx-xxx-….” The system logs are FULL of messages regarding SAML, with lots of SAML Request/Response: Null (makes sense, it’s what we see in the SAML Requests view). It’s also printing the response when the request is null. This is a big wall of text that is cluttering up the logs. I’ve not seen any of our other apps which have SAML also behave this way. Users are getting a blank page after logging in. This is intermittent, seems to affect people at different times, it’s not always the same people, seeminly can happen to any of the users. The users are greeted by the Okta login page, they enter their credentials, they are re-directed to the correct page, but it’s just blank. The logs will say the login was successfull, the request and response looks valid in the SAML Requests overview. By getting the user to clear their browsers, open in a new browser or open a new Private/Incognito window and trying again, they will not get the blank page. Under the IDP Metadta tab / Name ID Format, we have two values here. One is emailAddress, which is what we are using for the mapping, the second is simply unspecified. The full Name ID Format for this is: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified. We have to go to an internal team here that provides us with the metadata file that we import during the SAML configuration. This unspecified value would have been in the metadata file they provided us. I’ve gone through some of our other apps and some have this unspecified name id format, others do not. To me this seems incorrect and a possible cause of the issues? Is anyone able to shed some light on how this Name ID Format fields work, where they’d be picked up/used and how having two would work? Sorry for there being so much to go through. Wanted to provide as much information as possible to try and resolve the problems we are facing and to get a better understanding of SAML integration. Thanks! Rich
↧
Merge problem on private GIT
Hello, when trying to “Merge changes here”, I’m getting the next error When trying to do it with manually, (GIT bash) I’m getting conflict in the MPR file. Mendix.Modeler.Utility.Progress.ProgressException
---> code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
no such table: _MetaData
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at Mendix.Modeler.Utility.DbConnectors.DbConnector.<>c_DisplayClass12_0.b_0(DbCommand c) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\DbConnector.cs:line 156
at Mendix.Modeler.Utility.DbConnectors.DbConnector.CommandDo(String query, Object[] values, Action`1 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\DbConnector.cs:line 174
at Mendix.Modeler.Utility.DbConnectors.DbConnector.ExecuteReader(String query, Object[] values) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\DbConnector.cs:line 156
at Mendix.Modeler.Storage.Mpr.MprLoader.LoadMetadata(IDbConnector db, IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\Mpr\MprLoader.cs:line 58
at Mendix.Modeler.Storage.Mpr.MprLoader.<>c_DisplayClass0_0.b_0(IDbConnector db) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\Mpr\MprLoader.cs:line 18
at Mendix.Modeler.Utility.DbConnectors.SQLiteConnector.<>c_DisplayClass2_0.b_0(IDbConnector c) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\SQLiteConnector.cs:line 27
at Mendix.Modeler.Utility.DbConnectors.SQLiteConnector.<>c_DisplayClass3_0`1.b_1() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\SQLiteConnector.cs:line 44
at Mendix.Modeler.Utility.DbConnectors.DbConnector.WithoutTransactionDo[TResult](Func`1 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\DbConnector.cs:line 65
at Mendix.Modeler.Utility.DbConnectors.SQLiteConnector.Do[TResult](String filePath, Boolean useTransaction, Func`2 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\SQLiteConnector.cs:line 42
at Mendix.Modeler.Utility.DbConnectors.SQLiteConnector.Do(String filePath, Boolean useTransaction, Action`1 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\DbConnectors\SQLiteConnector.cs:line 25
at Mendix.Modeler.Storage.Mpr.MprLoader.LoadMpr(String filePath, IProgressInfo info, Boolean loadContents) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Storage\Mpr\MprLoader.cs:line 16
at Mendix.Modeler.MergeLib.UnitsAlgorithm.Algorithm.MergeMprs(Boolean useNewContentsMergeAlgorithm, String baseFilePath, String headFilePath, String mineFilePath) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.MergeLib\UnitsAlgorithm\Algorithm.cs:line 19
at Mendix.Modeler.VersionControl.UpdateWorker.MergeProjectFile(RevCheckConflictState state) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Update\UpdateWorker.cs:line 102
at Mendix.Modeler.VersionControl.Updater.<>c_DisplayClass27_0.b_0(IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Update\Updater.cs:line 325
at Mendix.Modeler.VersionControl.Updater.<>c_DisplayClass31_0.b_0(IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Update\Updater.cs:line 382
at Mendix.Modeler.Utility.Progress.Step.Run(IProgressInfo info) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Utility\Progress\Step.cs:line 22
at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(Step step) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 100
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 74
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
--- End of inner exception stack trace ---
at Mendix.Modeler.UIFramework.Progress.ProcessRunner.Run() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 52
at Mendix.Modeler.UIFramework.Progress.ProgressUtil.Run(IProcess process) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProgressUtil.cs:line 15
at Mendix.Modeler.VersionControl.ProjectFileMergerUI.CheckProjectFileConflicted(IProject project) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\ProjectFileMergerUI.cs:line 75
at Mendix.Modeler.ProjectHandling.Openers.ProjectFileOpenerUI.AssertNoMergeConflicts() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\Openers\ProjectFileOpenerUI.cs:line 457
at Mendix.Modeler.ProjectHandling.Openers.ProjectFileOpenerUI.DoOpenProject() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\Openers\ProjectFileOpenerUI.cs:line 208
at Mendix.Modeler.ProjectHandling.Openers.ProjectFileOpenerUI.OpenProject() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\Openers\ProjectFileOpenerUI.cs:line 163
at Mendix.Modeler.ProjectHandling.Openers.ProjectOpenerUI.OpenFileProject(String projectFilePath) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\Openers\ProjectOpenerUI.cs:line 182
at Mendix.Modeler.ProjectHandling.Openers.ProjectOpenerUI.OpenOrImportProject(String projectPath) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\Openers\ProjectOpenerUI.cs:line 169
at Mendix.Modeler.ProjectHandling.CommandLine.CommandLineHandler.HandleCommandLineOptions() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.ProjectHandling\CommandLine\CommandLineHandler.cs:line 78
at Mendix.Modeler.Core.View.MainWindow.MainWindow.b__22_9(Object s, EventArgs e) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Core.View.CrossPlatform\MainWindow\MainWindow.cs:line 119
at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args)
at Eto.Forms.Control.OnShown(EventArgs e)
at Eto.Forms.Control.Callback.OnShown(Control widget, EventArgs e)
at Eto.Wpf.Forms.WpfWindow`3.b__36_6()
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) I’ve opened the MPR file with sql lite, and saw that this _MetaData table Exists, and the _ProductVersion, _BuildVersion and _SchemaHash are identical.
↧
open any page using voice command in mendix mobile app
I want to implement voice command feature in mendix mobile app so that I can give any command like open “message” page and that page should be open .
↧
↧
Is there any basic bearer token REST API demo (mpk)?
Hello, I am curious if any of you know some basic REST API demo which is secure using the bearer token mechanism of authorization. Thanks, Marcian.
↧
Compare Lookup Values based on Enumerations
I have a Look Up Table called LuContactType LuContactType consists of 3 Attributes one of which is "Name". Name is an enumeration. I have then associated this Lookup Table "LuContactType" to another entity called Contact. I want to compare the value of $Module/Contacts.Contact_LuContactType in a micro flow. Path will autocomplete the expression as far as $Module/Contacts.Contact_LuContactType
I then am unable to add anything else to this expression. If I add a comparison to the enumeration value I get a type mismatch and Invalid argument types Contacts.LuContactTYpe and Enumeration Contacts.ContactTypeEnum
I am unable to compare it against a string value and I am unable to extend the relationship beyond the basics of $Module/Contacts.Contact_LuContactType
I have only started using Mendix recently and I have to say I am learning to hate XPath with an all consuming passion.
↧
Background of filter's dropdown menus in datagrid 2 appears transparent
Has anybody else experienced this issue when using filters in datagrid 2, where the background appears transparent and becomes confusing and hard to read because it overlaps with the test in the background? Any help would be well appreciated
↧
Error code CE0630 Atlas_Defult
I created a snippet with some entity and below that i have created a data grid with same entity. But iam getting the below mentioned error when calling a snippet in layout "the snippet expects an entity and should be used in the context of an entity(e.g dataview)"
↧
↧
Mendix 9.12.2 Design Mode Error
Hi my fellow Mendixers, I’ve just encountered an error in Mendix which displays upon trying to view the Design Mode of a page. This results in the Design Mode view staying completely blank and it fails for all possible pages I try to open in Design Mode. All I wanted to do is preview the design of my page and try out some live styling changes, but this is not possible now. This is the error. And here it is in plain text: System.InvalidOperationException: Exception reported from web editor: TypeError: e.cssFiles.includes is not a function at http://localhost:53047/webEditors/main.js:2:5306638 at t (http://localhost:53047/webEditors/main.js:2:5306760) at async Promise.all (index 0) at async Function.createLoaded (http://localhost:53047/webEditors/main.js:2:6305649) at async Object.fI [as renderPageEditor] (http://localhost:53047/webEditors/main.js:2:6307836) Anyone have an idea on how to solve this or where the problem may be? Cheers!
↧
publish rest api - difference between generated microflows and recommended?
Hi, I have been looking through https://docs.mendix.com/howto/integration/publish-rest-service and that has an example of get by id which has a microflow which builds the httpResponse by exporting the db read to json, creating a httpheader. But the auto generated microflows (expose entity as rest in domain model) reads the db and just returns the list. No httpResponse. So are the auto generated operations a starting point? They work but are very different to the example in the docs. Can they be used “as is” or would that be dangerous. Also, I notice that some of the operations for a resource have a return of “nothing” but there appears to be no way of changing that ie it is not a drop down list. What triggers that set up in the screen?
↧
Rapid Dev Pathway, Module 6, 'At least one role must be selected....' Where am I going wrong? Code: CE0557
Hi, this is the second time I have had this issue and I am quite unsure of how to rectify it. The last time it occured I decided to start the pathway again, thinking I had done something incorrectly. Once I get to module 6.8 and go through the steps I get 2 error messages, consisting of the same statement and they refer to the two pages I have been working on. ‘At least one allowed role must be selected if the page is used from navigation or a button’ Code: CE0557 Pages: Registration_NewEdit & TrainingEvent_Registration_Overview I have went to the security setting in ‘MyFirstModule’ and changed these for the two pages causing the issue, which ultimately causes more errors. Note: any changed settings were changed back.
↧
Visibility of list view, nested in dataview
Hello, I have a pop-up page with a Listview nested in a Dataview. The list view has conditional visibility based on an attribute of the object of the data view. When the source of the dataview is Context (page parameter), the popup is shown with the correct size, in order to accommodate the list view. However, when the source of the dataview is a microflow, I get a very small popup, with a very long vertical scrollbar: I'm guessing it has something to do with the fact that with a page parameter, the page is opened, with the dataview object already known, and thus the conditional visibility can be calculated. With a microflow source, the page is probably opened first, than the object is retrieved via the microflow, the size is determined, and after that, the conditional visibility is calculated, but no resizing takes place. I'm curious if somebody knows a solution for this issue. Greetings, Martin
↧
↧
Handle nested JSON Arrays
Hi All, My domain model looks like: When I retrieve Agreements it comes through as a list but my question is how do I reach the next level (ie Special Events) via this list of Agreements as I cannot do it through associations. I have looked at other questions asked around this but they we were mostly talking about one level of array and not arrays within arrays. Can somebody please help? Note – I am using non-persistent entities.
↧
DB connector : Error: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
I’m doing a simple POC on execute query using database connector to retrieve a list of string from a column using simple select statement. It is our dev database which I can very well connect from my machine and it doesnt require any authentication except username password. which I configured in execute query step in a microflow. I trigger the microflow on a button click. but I get this error. anyone can throw some light? anyone faced same issue and resolved it before ? or any pointers on the same? com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host eip4devdb?useSSL=false, port 1433 has failed. Error: "null. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.". at MyFirstModule.Microflow (JavaAction : 'Execute query') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host eip4devdb?useSSL=false, port 1433 has failed. Error: "null. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.". at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:109) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host eip4devdb?useSSL=false, port 1433 has failed. Error: "null. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.". at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host eip4devdb?useSSL=false, port 1433 has failed. Error: "null. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.". at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:170) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1049) at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716) at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470) at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:100) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) at databaseconnector.impl.JdbcConnectionManager.getConnection(JdbcConnectionManager.java:60) at databaseconnector.impl.JdbcConnector.executeQuery(JdbcConnector.java:61) at databaseconnector.actions.ExecuteQuery.executeAction(ExecuteQuery.java:73) at databaseconnector.actions.ExecuteQuery.executeAction(ExecuteQuery.java:50) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) 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.java:56) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:105) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:57) 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:58) 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.java:56) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:105) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:62) 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:30) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:56) 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:46) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:54) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:46) 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:113) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:113) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:111) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$5(ContextHandling.scala:57) 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.scala:20) at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:49) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:57) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:31) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:87) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:28) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:20) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:87) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:111) 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:87) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:108) 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:37) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:50) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:50) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:50) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:225) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:32) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1630) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1600) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:506) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1571) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1378) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:463) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1544) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1300) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:562) at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:319) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:412) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:381) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:268) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.lambda$new$0(AdaptiveExecutionStrategy.java:138) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:407) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:894) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1038) at java.base/java.lang.Thread.run(Thread.java:834)
↧
Mendix certification intermediate
Hello, I have completed some courses from some other platforms. But have not received Rapid certification from Mendix platform because I dont have voucher. But I have knowledge and I want to apply for intermediate certification from Mendix. Is it possible? Can I directly apply for intermediate certification from mendix? Thanks
↧