We have an application running that runs out of Java heap space memory every once in a while. There are a lot of large microflows handling big sets of objects that are called through scheduled events. Most, if not all, are already using batches to work through everything but the heap error has happened 3 times over the past 2 weeks. Is there a way to fine tune the log or microflow such that we can pin point more accurately what is causing the issue? The objects in cache before the crash yield no conclusive evidence since the application crashed with 5k, 10k and 20k objects in cache. Increase the java heap memory won't definitely sovle the problem.
↧
Is there a way to fine tune the log of an application?
↧
Custom Date/Time Formats per language
I'm wondering, is there a way from a custom Dijit widget to get the configured date/time format for the current user's language? Or is the only way to get this kind of thing from the locale set in the browser? I have an instance where a custom widget is displaying a different time format than a date picker, because the custom time format in the Modeler for the language is set to US time (ie 11:00 pm), but I am in Europe, so my browser locale is set to display time as 23:00, which is how it displays in the widget. Is there a way in the widget to see what custom time format is set for the current language, and then to use that to display in the same way within the widget?
↧
↧
White empty screen when app is running
Hey everyone, In the past I had a app running on 7.4.0 Modeler and Runtime and it worked fine. I updated the app to 7.6.0 and also downloaded the 7.6.0 Runtime. I made a deployment package and unpacked it. When I run my app local it works perfect but when I run it on premise I can reach the app but after the loginpage I get a blank white screen... There are no errors in the logs so i'm kinda confused about this. Has anyone ever had this problem before?
↧
Modeler: Open Domain Models in new window.
Is there a way to open Domain Models in a new window ('outside' the current Modeler window)? I am finding myself often wanting to be able to refer to a Domino Model while doing something else in the Modeler e.g. working on a microflow. It would be really useful to be able to view Domain Models in a separate window, so I could put that on one screen and have the Modeler on another screen.
↧
UserManagement.OnFirstLoginAppCloudUser No Longer Exists
Hey all, We are attempting to upgrade from Mendix 6.7.10 to 7.1.1. Everything works well, except that the AppCloudServices module returns the following errors whenever we try to run the app: Google and the search in this forum have not turned up any help, unfortunately. My modeler version is 7.1.1, not unknown...I can't select 7.1.1. Thanks, Colin
↧
↧
Mendix action "get_session_data"
Is it possible to restrict the mendix xas action "get_session_data" call to not download the entire database metadata during the establishment of the session. At the moment this ia a 1 Meg download for each of our users at the beginning of their session. This is causing us performance issues with regard to the logon as we already have to down load all the css, and javascript files. Many thanks Allistair
↧
HTMLSnippet Jquery only works for one page, on the first load
Hi all, Myself and a colleague are getting a bit stumped with a jquery problem in our app. We have a number of pages that use List views to show data. Each entry shows a styled block, and we want a JS action to trigger every time a user clicks on a button, to dropdown a block below it with some more information The function, we're including in a HTMLSnippet;
$('.accordian-button').click(function(){
$(this).toggleClass('fa-arrow-down fa-arrow-up');
$(this).closest('.brick-body').siblings('.brick-expand').toggleClass('details-not-visible details-visible ');
}); When we load our first page in with this function in the page, it works fine. However, if we navigate away to another page with this function, or away then back to the same page, it stops working entirely. No class toggle, so no style change. Has anyone encountered this problem before, any workarounds? Cheers Luke
↧
Is there any way to restrict the potrait mode for ipad in mendix
HI, I am trying to restrict the potrait mode for ipad in mendix. Because i want to some ui issues for the app. But the changes are getting reflected only in landscape mode and is no change for potraid mode. Appreciate a prompt response. Thanks Salma
↧
Bootstrap Carousel
Hi, I am using the bootstrap carousel widget, and it is crashing when I set the microflow button in the widget. Is there a solution to fix this issue? Thanks.
↧
↧
Tree View not working in Mendix 7.7.1
Hi, Has anyone got the tree view widget working in mendix 7.7.1? We can only get the tree view widget to work 1 level deep. We need --> Company, Area, Site, Department Only showing --> Company, Area (nothing after that) Best Regards, Vincent
↧
Sending an email from a Devlopment Environment
I am trying to send an email from a Mendix Development Environment. Server = localhost Port 25 However it fails to connect to the Port. What settings do I need for Development to work? Nick Turpin
↧
Got a working curl-call. How to make a RESTcall do the same.
Following the REST tutorial, I found that spotify's searchAPI now needs authentication. I have a working curl-call "curl -X "POST" -H "Authorization: Basic " -d grant_type=client_credentials https://accounts.spotify.com/api/token" which is giving me the access_token that I need. But I want Mendix to do the same, but in a RESTcall-action. Having set everything as I think it should be, the action fails with "400 Bad request" See the microflow in this modelshare for the action that fails: Call REST for access_token Can anyone tell me what is wrong? The Action looks like this: with HTTP Headers: "Authorization" : "'Basic '" and Request: "grant_type=client_credentials"
↧
Is there a Mendix-way to check if an attribute-value does exist in the database-table?
Is there a Mendix-way to check if an attribute-value does exist in the database-table? The most straightforward way is to retrieve the table from Database with an XPath contraint [attribute = value]. But that will return me one record if it exists, or Null otherwise. That works fine, but does more than I need to know. I want to do this with as little processing as possible and want a boolean-return only. So without retrieving any record at all.
↧
↧
Template grid visibility
Am having a GridSearch widget over a template grid. I want to make the template grid visible only if I enter any characters in GridSearch widget. Any suggestions on how to achieve this ?
↧
Rest call : 415: Unsupported Media Type error
Hello all, When I am trying to consume a service , I am getting below error: com.mendix.modules.microflowengine.MicroflowException: Error calling REST service at FIXAppModule.Consume_Notifications (CallRest : 'Call REST (POST)') Advanced stacktrace: at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:48) Caused by: com.mendix.modules.microflowengine.MicroflowException: 415: Unsupported Media Type at FIXAppModule.Consume_Notifications (CallRest : 'Call REST (POST)') But When i see the response in SOAP UI, I am able to see response properly. Where I am missing?
↧
session timeout configuration
For a sessiontimeout of 30 seconds, after no activity of a user when the browser is still open , am doing the following configurations in modeler 7.6.0. settings -> edit configurations -> custom SessionTimeout: 30000 EnableKeepAlive: false But the above is not working. Any suggestions ?
↧
ChartJs-line Chart/Bar Garph
Hi All, I am facing below mentioned issue while creating a line chart/Bar graph in mendix modeler7.3.0. Line Graph I have an entity 'Plan' which has three attribute Plan Name, Start date and End date. for ex. Start date may be in Oct and End date may be in Dec for one instance of Plan Name and for other instance of Plan Name the Start date may be Nov And End date May be in Mar. I am creating data points in months such as Oct,Nov,Dec and Nov,Dec, Jan ,Feb,Mar for months between Start date and End date for two instances of Plan name. In code the data points are getting generated successfully But on line graph ,plotting for both instances of Plan Name start from Oct. Below is the line graph for reference. Bar graph Also for the the bar graph below the green should be Jan and Feb and the grey one should be Mar and Apr. But both are plotting from Jan to Feb. In a sense it is ignoring the other data points after the first ones. Do let me know if someone had faced the similar issue or has any solution to it.
↧
↧
Not able to retrieve child objects from webservice response.
Hi, I am not able to retrieve child objects (Contacts) from webservice response. I followed the below steps. 1) consumed webservice 2) Imported webservice at domain model. it generated entities with relations. MXClaimSummaryResponse (1 -----1) MXClaimSummary (1----1) MX_Contacts (1----*)MXContact entity : MXClaimSummary Description ClaimNumber State lose date entity: MXContacts FirstName LastName 3) created micro flow and called webservice. 4) Passed the response ( MXClaimSummaryResponse ) to page 5) At page I added widget Data view and selected attributes. at last i tried to select contacts which is not availe
↧
Running in the Sandbox - MxAdmin password
Hi. I have just tried running Development in the Cloud (rather than locally). I am expecting the password for MxAdmin to be 1, as this is what is specified in the project Security, but it won't let me login. How do I fix this so I can set up my own users? Nick.
↧
Bug when add an "insert data page"
Hi I try to create a page to insert datas in entity that i have created. When a try to deploy the project I have the following error : The selected page new_customer expects an object of type "Customers" (<= name of my entity) which is not available here... Any help ? Many thanks
↧