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

Automatic commit of changes for cloud deployment

$
0
0
Hi,   Changes in my local(Modeller) are autocommiting to cloud. I havenot changed any settings in modeler to autocommit. Its commited with the comment "Automatic commit of changes for cloud deployment." which I can see from history. How to avoid this issue? any pointers on this?

Mendix Mobile Login

$
0
0
hi, i would just like to enter password while i am logging into a mobile mendix app. any ideas on implementing it ?   I am trying to use the mobile device widget in order to achieve the same.

System Module

$
0
0
What is the use of System module?

SOAP message body cannot be read

$
0
0
Good morning,   We're experiencing a strange issue with one of our applications. We're consuming a SOAP Webservice, which sometimes works and sometimes doesn't. There is no consistency as to when it works or not, as the content of the message doesn't change. When it doesn't work, from the error we determine that the body of the message can't be read because it's empty. However, when we debug the process in Mendix, the xml is filled with the expected content. As soon as the content is send to the Mendix server (and we can't see what's happening with the content) it seems to become empty.   Has anybody experienced this behaviour before? The stacktrace of the error message can be found in the comment below. Any help would be very much appreciated!   Thanks and kind regards, Rochus Meijer

String (unlimited) dbms_lob.substr(.. Failing on form display

$
0
0
Hi.  We are in the process upgrading from mendix 4.9 to 7.9. One of my attributes is an String (Unlimited) which is of type nclob in the oracle database. Problem we having is any screens we have in the past (working in 4.9) displaying this data is giving the error Msg = ORA-06502: PL/SQL: numeric or value error: character string buffer too small error due to mendix retrieve doing a substring in his query. dbms_lob.substr("BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONTRACE"),  See full error below. Have anyone find a solution for this.  com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//BlazeJedi.CreditOriginationDecisionRequest[id=95420017106570567]","amount":0,"offset":0,"returnsCount":false,"sort":[],"type":"RetrieveXPathSchemaRawAction"}', all database changes executed by this action were rolled back    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:157) Caused by: java.util.concurrent.ExecutionException: com.mendix.basis.connectionbus.ConnectionBusException: Exception occurred while retrieving data. (SQL State: 65000, Error Code: 6502) Detail Message: Error : 6502, Position : 217, Sql = SELECT DISTINCT "BLAZEJE$CREDITORIGINATIONDECI2"."ID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONPHASE", "BLAZEJE$CREDITORIGINATIONDECI2"."RESPONSETIMESTAMP", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONMODEL",  dbms_lob.substr("BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONTRACE"), "BLAZEJE$CREDITORIGINATIONDECI2"."REQUESTID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICRELEASENOTE", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONSERVICEVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."STATUS" FROM "BLAZEJE$CREDITORIGINATIONDECI2" INNER JOIN "BLAZ$CREDITORIGIN_CREDITORIGIN""C1BLA$CREDITORIGI_CREDITORIGIN" ON "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJE$CREDITORIGINATIONDECIS" = "BLAZEJE$CREDITORIGINATIONDECI2"."ID" WHERE "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJ$CREDITORIGINATIONDECIS2" = 95420017106570567, OriginalSql = SELECT DISTINCT "BLAZEJE$CREDITORIGINATIONDECI2"."ID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONPHASE", "BLAZEJE$CREDITORIGINATIONDECI2"."RESPONSETIMESTAMP", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONMODEL",  dbms_lob.substr("BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONTRACE"), "BLAZEJE$CREDITORIGINATIONDECI2"."REQUESTID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICRELEASENOTE", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONSERVICEVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."STATUS" FROM "BLAZEJE$CREDITORIGINATIONDECI2" INNER JOIN "BLAZ$CREDITORIGIN_CREDITORIGIN""C1BLA$CREDITORIGI_CREDITORIGIN" ON "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJE$CREDITORIGINATIONDECIS" = "BLAZEJE$CREDITORIGINATIONDECI2"."ID" WHERE "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJ$CREDITORIGINATIONDECIS2" = 95420017106570567, Error Msg = ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1    at java.util.concurrent.FutureTask.report(FutureTask.java:122)    at java.util.concurrent.FutureTask.get(FutureTask.java:192)    at com.mendix.connectionbus.retrieve.dependentexecutions.QueryExecution.$anonfun$getDataSet$3(QueryExecution.scala:20)    at scala.collection.immutable.List.map(List.scala:283)    at com.mendix.connectionbus.retrieve.dependentexecutions.QueryExecution.getAndMergeResult$1(QueryExecution.scala:20)    at com.mendix.connectionbus.retrieve.dependentexecutions.QueryExecution.getDataSet(QueryExecution.scala:29)    at com.mendix.connectionbus.retrieve.dependentexecutions.AssociationDataRetriever.handleQueryResult(AssociationDataRetriever.java:156)    at com.mendix.connectionbus.retrieve.dependentexecutions.AssociationDataRetriever.executeQueriesPerQueryInstance(AssociationDataRetriever.java:114)    at com.mendix.connectionbus.retrieve.dependentexecutions.AssociationDataRetriever.executeQueryInstances(AssociationDataRetriever.java:89)    at com.mendix.connectionbus.retrieve.dependentexecutions.AssociationDataRetriever.executeQueries(AssociationDataRetriever.java:62)    at com.mendix.connectionbus.retrieve.dependentexecutions.AssociationDataRetriever.executeAssociationQueries(AssociationDataRetriever.java:36)    at com.mendix.connectionbus.retrieve.dependentexecutions.DependentDataRetriever.executeQueries(DependentDataRetriever.java:47)    at com.mendix.connectionbus.retrieve.DataStoreCaller.executeQueries(DataStoreCaller.java:158)    at com.mendix.connectionbus.retrieve.DataStoreCaller.executeQueries(DataStoreCaller.java:119)    at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.java:52)    at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.java:78)    at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:48)    at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.java:450)    at com.mendix.basis.action.user.RetrieveXPathSchemaRawAction.retrieveXPathSchemaRaw(RetrieveXPathSchemaRawAction.java:161)    at com.mendix.basis.action.user.RetrieveXPathSchemaRawAction.executeAction(RetrieveXPathSchemaRawAction.java:129)    at com.mendix.basis.action.user.RetrieveXPathSchemaRawAction.executeAction(RetrieveXPathSchemaRawAction.java:25)    at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55)    at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)    at com.mendix.webui.RetrieveUtils.retrieveByXPathRaw(RetrieveUtils.scala:58)    at com.mendix.webui.RetrieveUtils.retrieveById(RetrieveUtils.scala:36)    at com.mendix.webui.actions.client.RetrieveByIdsAction.execute(RetrieveByIdsAction.scala:40)    at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328)    at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)    at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)    at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)    at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)    at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)    at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220)    at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104)    at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96)    at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)    at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70)    at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67)    at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)    at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73)    at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862)    at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)    at org.eclipse.jetty.server.Server.handle(Server.java:561)    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)    at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)    at java.lang.Thread.run(Thread.java:745) Caused by: com.mendix.basis.connectionbus.ConnectionBusException: Exception occurred while retrieving data. (SQL State: 65000, Error Code: 6502) Detail Message: Error : 6502, Position : 217, Sql = SELECT DISTINCT "BLAZEJE$CREDITORIGINATIONDECI2"."ID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONPHASE", "BLAZEJE$CREDITORIGINATIONDECI2"."RESPONSETIMESTAMP", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONMODEL",  dbms_lob.substr("BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONTRACE"), "BLAZEJE$CREDITORIGINATIONDECI2"."REQUESTID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICRELEASENOTE", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONSERVICEVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."STATUS" FROM "BLAZEJE$CREDITORIGINATIONDECI2" INNER JOIN "BLAZ$CREDITORIGIN_CREDITORIGIN""C1BLA$CREDITORIGI_CREDITORIGIN" ON "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJE$CREDITORIGINATIONDECIS" = "BLAZEJE$CREDITORIGINATIONDECI2"."ID" WHERE "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJ$CREDITORIGINATIONDECIS2" = 95420017106570567, OriginalSql = SELECT DISTINCT "BLAZEJE$CREDITORIGINATIONDECI2"."ID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONPHASE", "BLAZEJE$CREDITORIGINATIONDECI2"."RESPONSETIMESTAMP", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONMODEL",  dbms_lob.substr("BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONTRACE"), "BLAZEJE$CREDITORIGINATIONDECI2"."REQUESTID", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICRELEASENOTE", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONSERVICEVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."DECISIONLOGICVERSION", "BLAZEJE$CREDITORIGINATIONDECI2"."STATUS" FROM "BLAZEJE$CREDITORIGINATIONDECI2" INNER JOIN "BLAZ$CREDITORIGIN_CREDITORIGIN""C1BLA$CREDITORIGI_CREDITORIGIN" ON "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJE$CREDITORIGINATIONDECIS" = "BLAZEJE$CREDITORIGINATIONDECI2"."ID" WHERE "C1BLA$CREDITORIGI_CREDITORIGIN"."BLAZEJ$CREDITORIGINATIONDECIS2" = 95420017106570567, Error Msg = ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.getCorrectException(JdbcDataStore.java:729) Caused by: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1    at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:494)    at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:446)    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1054)    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:623)    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:252)    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:612)    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:213)    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:37)    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:733)    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:904)    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1082)    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1276)    at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:366)    at org.apache.commons.dbcp2.DelegatingStatement.executeQuery(DelegatingStatement.java:207)    at org.apache.commons.dbcp2.DelegatingStatement.executeQuery(DelegatingStatement.java:207)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQuery(JdbcDataStore.java:308)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQueries(JdbcDataStore.java:191)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.java:155)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.java:150)    at com.mendix.connectionbus.connections.DataStoreRetrieveAction.call(DataStoreRetrieveAction.java:29)    at com.mendix.connectionbus.connections.DataStoreRetrieveAction.call(DataStoreRetrieveAction.java:11)    at java.util.concurrent.FutureTask.run(FutureTask.java:266)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)    at java.lang.Thread.run(Thread.java:745) Caused by: oracle.jdbc.OracleDatabaseException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1    at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)    at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:446)    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1054)    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:623)    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:252)    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:612)    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:213)    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:37)    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:733)    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:904)    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1082)    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1276)    at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:366)    at org.apache.commons.dbcp2.DelegatingStatement.executeQuery(DelegatingStatement.java:207)    at org.apache.commons.dbcp2.DelegatingStatement.executeQuery(DelegatingStatement.java:207)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQuery(JdbcDataStore.java:308)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQueries(JdbcDataStore.java:191)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.java:155)    at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.java:150)    at com.mendix.connectionbus.connections.DataStoreRetrieveAction.call(DataStoreRetrieveAction.java:29)    at com.mendix.connectionbus.connections.DataStoreRetrieveAction.call(DataStoreRetrieveAction.java:11)    at java.util.concurrent.FutureTask.run(FutureTask.java:266)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)    at java.lang.Thread.run(Thread.java:745)  

life cycle of mendix application

$
0
0
  Can anyone describe me life cycle of mendix application.   Regards Vikram

Wanted to add "span" element beside input type text box?

$
0
0
Hi,   I wanted to add a "span" HTML element beside input type text box just to introduce a dollar symbol beside input text box. I tried using "BootstrapInputAddons" which gave an error on "onChangeEvent" saying microflow should have  parameter of type ....  Can anyone recommend me which would be the best way to introduce "$" symbol beside input text box?  

Next/previous object

$
0
0
I have a listview from which a user can go to a detail page for each object. I would like to add two buttons -next and previous- so that the user can view the next or previous object from the listview without having to navigate back to the overview page. I figured I could retrieve a list of the objects and find the index of the current object, and show the same page for 'Index of current object +1' but I can't seem to find a good way of doing this. Ideas?

Display notification if any new item has been added

$
0
0
I have field which displays number of loans present in a deal. I want to show an asterisk mark(as shown in the below image for #25) for that field if any new loan has been added for that deal. Is there a way to show the asterisk mark? The sole purpose of this implementation is to notify the end user that there has been some update since his last log in. Kindly, suggest if you have any idea. I have attached a screenshot for reference.

How to take value from Page and compare with data in database to retrieve the matched records

$
0
0
How to take value from Page and compare with data in database to retrieve the matched records 

Size of the m2ee_log.txt

$
0
0
This file growns rapidly. Why is it not using the RollOver-mechanisme? What causes this rapid growth?  

Material design icon library

$
0
0
Is there a eta on the use of material design icons with Mendix?

CSS Loader

$
0
0
Trying to use the CSS Loader to change the Background Image based on the user profile. What text string do I need to return from the microflow to enable this to work? I've tried this text: background-image: url("BG-Child.jpg") !important; but that has not worked, the jpg is in the theme directory of the project.

Not able to access file in local system through Java action

$
0
0
com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 8    at TrainingManagement.ACT_ExprotExcel (JavaAction : 'GenerateExcelSheet') Advanced stacktrace:    at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 8    at com.mendix.basis.component.InternalCore.execute(InternalCore.java:587) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 8    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:195) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 8    at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 8    at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.getFileDocumentAsFile(LocalFileSystemStore.scala:149)    at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.$anonfun$retrieve$1(LocalFileSystemStore.scala:128)    at scala.util.Try$.apply(Try.scala:209)    at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.retrieve(LocalFileSystemStore.scala:127)    at com.mendix.filedocumentprocessor.internal.FileDocumentProcessorImpl.getFileDocument(FileDocumentProcessorImpl.java:68)    at com.mendix.basis.component.InternalCore.getFileDocumentContent(InternalCore.java:779)    at com.mendix.core.Core.getFileDocumentContent(Core.java:1183)    at importdatafromexcel.actions.GenerateExcelSheet.executeAction(GenerateExcelSheet.java:57)    at importdatafromexcel.actions.GenerateExcelSheet.executeAction(GenerateExcelSheet.java:31)    at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50)

Scheduling an environment restart

$
0
0
Hello Is it possible to schedule the time of an environment restart? We'd like to update the production environment of one of our apps at a specific time in order to affect the least possible users. Thanks Patrick

Project locked - local copy (can't use cloud)

$
0
0
I'm trying to deploy the project to the cloud but it says I have it locked. Is there a file I can edit to unlock it? I do not use tortoise. SharpSvn.SvnWorkingCopyLockException: Working copy 'C:\Users\SEDJ494\DocumentsMendix\Transformational CU Tracking-main' locked. ---> SharpSvn.SvnWorkingCopyLockException: 'C:\Users\SEDJ494\DocumentsMendix\Transformational CU Tracking-main' is already locked. --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.InternalSetProperty(String target, String propertyName, svnstringt* value, SvnSetPropertyArgs args, AprPool pool) at SharpSvn.SvnClient.SetProperty(String target, String propertyName, String value, SvnSetPropertyArgs args) at SharpSvn.SvnClient.SetProperty(String target, String propertyName, String value) at Mendix.Modeler.VersionControl.SvnConnector.ClientDoT in C:\jenkins\workspace\Modeler-BuildMendix.Modeler.Core\VersionControl\SvnConnector.cs:line 136 at Mendix.Modeler.VersionControl.RevCommitter.DoFileManagement(IProject project) in C:\jenkins\workspace\Modeler-BuildMendix.Modeler.Core\VersionControl\RevCommitter.cs:line 311

Trigger microflow on enter key in Mx6

$
0
0
Expected behavior: User inputs text in textbox. User presses enter. Microflow gets triggered. I have 3 textboxes on one page of which 2 trigger one microflow and the other triggers a different microflow. In Mendix 3, the enter key trigger was handled by the Inline Object Creator widget. The HTMLSnippet solution from this question doesn't work in Mendix 6.10.11 since that widget is outdated and the question is from 3 years ago. The KeyboardShortcut widget doesn't distinguish between textboxes and will trigger all the microflows. For now, I've solved it by having an On Leave trigger and microflows that don't do anything with an empty textbox. This is not ideal for users used to hitting enter. Below is a screenshot of the page:    The microflows retrieve and filter a list of results based on the zoekterm and uitsluitingen. The zoekterm and uitslitingen are added to a list below their respective textbox. Each new item filters the list further. Productcode is only shown by switching the view with the radiobuttons and that results in a new search result list each time.

pass list items from list view to action button

$
0
0
Hi All, I have a listview with a microflow data source. The microflow returns a list of two elements. I'm allowing the user to make changes to those list elements/objects. Then, I have an action button, inside list view, which should take this list as the parameter and save the changes made. The issue is when I'm passing the list, I'm getting invalid parameter error. The action button is calling a microflow, where I can pass only an object, not the list. I'm confused with the way listview works. Does listview not allow to pass a list to an action button inside it? I don't want to use data grid, as that will give a completely different look to my app. Please, help me how I can simply display two list elements, allow editing and then pass those changed value to a microflow, called by an action button.   Thanks!

JSON Web Tokens error in new modeler

$
0
0
Hi, I'm using the JSONWeb Token module. In Mendix modeler 7.10 this module was/is working fine. I've upgraded Mendix to 7.11 and now the token gives the following error:  java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.encodeBase64URLSafeString([B)Ljava/lang/String; Does someone know how to fix this problem?   Thanks!

integrate a mendix application with a CMS

$
0
0
We have an existing website where we have static content and a more dynamic part. The idea we will manage the static content in a CMS like Kentico and for the dynamic part to create a mendix application. The dynamic part is an application that has some form pages with questions asked to the user. At the end the user can order and pay for a package of services that we offer. The question is : how would you combine a CMS with a mendix application? Is it possible to use the application as some kind of "widget" application inside something else like a CMS? Or would you do it otherwise?  Our business people ask for a proposal for solution on short term but I'm not sure what's best to suggest. 
Viewing all 83469 articles
Browse latest View live


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