Hello fellow Mendixers, I have got a problem with the PDF document template in Mendix. I need to place a label with barcodes on the footer of the PDF page. This label is an .png image with 1598 x 761 px and of good quality when I print it. The default settings of the document template say that it is 200 PPI. I need to specify a width or height on the dynamic image properties, so i used the same width as the original image; 1598. But when i print the document the image is in poor quality and the barcodes or not being approved by DHL. Is there any way to upgrade the quality of the image in the document template? Yours sincerly, Bas
↧
Document template image quality loss
↧
Calculations in ATS test scripts
Hey all, We would like to do some calculations in our test cases, but we do not see any actions that can do that for us. How can we handle calculations in ATS? Kathy
↧
↧
ConnectionBus_Retrieve error
Hello, we are getting the below error when the application is running on load. The application behaves correctly when there is no load. Please advise. ERROR - ConnectionBus_Retrieve: JDBCDataStore::execRetrieveQuery caught SQLException without error number; broken JDBC driver? Message: The statement is closed. 2018-03-20 11:38:51.742 ERROR - ConnectionBus_Retrieve: com.microsoft.sqlserver.jdbc.SQLServerException: The statement is closed. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:191) at com.microsoft.sqlserver.jdbc.SQLServerStatement.checkClosed(SQLServerStatement.java:1053) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.checkClosed(SQLServerResultSet.java:377) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.next(SQLServerResultSet.java:999) at org.apache.commons.dbcp2.DelegatingResultSet.next(DelegatingResultSet.java:191) at org.apache.commons.dbcp2.DelegatingResultSet.next(DelegatingResultSet.java:191) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.fillDataTable(JDBCDataStore.java:326) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.execRetrieveQuery(JDBCDataStore.java:310) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.execRetrieveQueries(JDBCDataStore.java:198) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.retrieve(JDBCDataStore.java:163) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.retrieve(JDBCDataStore.java:152) 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(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
↧
XA transaction in database connection
In a Java action, I make a update to a data and then call a library that commits in another schema using another db connection pool. I need to ensure that the Mendix transaction and the external transaction remain in sync. i.e. If the external txn fails then Mendix transaction should fail. And vice versa. Seems need for 2 phase commit by XA transaction. How do we make Mendix use XA driver? Or is there another way? e.g. Using the action EndTransaction to make commit in Mendix, just so we can be sure of commit status on Mx side and accordingly call the library to mark it as errored or retryable.
↧
7.12 Modeler Toolbar Buttons ?
I just upgraded an app to 7.12 - I really like the new UI look and feel. I do have one question. Here is the toolbar from 7.11 (and all prior versions I have used) And here is the toolbar from 7.12 Is there any way to add Save, Save All, Undo and Redo to the 7.12 toolbar? Adding another click (or keyboard combination) for those items will add quite a bit of time to my work - I use these buttons often. Any pointers or suggestions are welcome!
↧
↧
How to generate a PDF to display data as it is in a page with nested ListViews
Hi, In my application, I want to generate a PDF document which is a copy of the information in the page shown below: In the application i have three entities: Calculation Parent Child The above page contains a DataView of type Calculation, which contains a Listview of type Parent (highlighted in blue), which has nested in it a Listview of type Child (highlighted in red). I've attempted to replicate this display of data in a Document Template, but without listviews I can't see how it is possible. Can anyone give me a clue as to how I can create a Document Template to display the data as I have in the above page, or of any other way I could generate a PDF that looks something like the above?
↧
Sort list from listen to widget before display
Hi, I have a data view that listens to another widget, it is a list so i like to sort the list before display, what is the best way to do it? Thanks Shannon
↧
Web Modeler
I have a functionality to register a new user which works perfectly fine when I run the application in desktop modeler. I deployed the same in web modeler by below steps : Team -> Sync with Web modeler-> Click on "Open in Web modeler" -> Under "Publish" tab ->"Update" ->"View the app". I can see the UI part is updated in the app but on click of "Register" button gives error: "An error has occurred while handling the request." The same thing I do in desktop modeler, it works very well but not in web modeler. Please guide me with how do I get error logs in web modeler or what else needs to be done to solve the issue.
↧
How to build logic for Teacher entering marks to every student in assigned classes for only subject he is teaching in that class?
Hi All, Actually I am trying to build an application of School Management System,in that when teacher login to application as a Teacher and Incharge,as an incharge he should add students to assigned class and not allowed to give marks and as a Teacher he should give only marks to all students but he is not allowed to enter marks in other subjects he is not teaching.I stuck with this logic ,So please give me Complete clarity with domain model as well as Overview and edit pages .
↧
↧
Excel Exporter Template Manager now available - testing appreciated
The Excel Exporter Template Manager is now available. This module will enable you to smiply export your Excel Export Templates to XML and afterwards import them. This way you only have to do the configuration once, which is a huge timesaver. As a bonus you can also store the configuration in the project, so it is under version control. I've tested this with several of the templates that we've configured, but the possibilities are pretty much endless. If you are using the Excel Exporter it would be appreciated it you could test the module and let me know if it works or not. You can use the build in test functionality to compare an exported/imported template with the original.
↧
FormatDateTime shows wrong time for date with daylight saving time
In our application appointments are made in the future and mailed tot the attendants. All dates are localized. 25 march is the date daylight saving time starts. Today is 21 march. When the date is scheduled before 25 march 2018 the datetime is showed right in the email. But when we schedule it after 25 march the datetime is shown one hour too early in the email. The dates are shown in the right way at forms. It seems that when using formatDateTime during a winter time periode, Mendix always uses the winter time for formatting a date that is saved. Although the date saved is in summer time. Is this a bug in Mendix? Has anyone encountered the same problem?
↧
Predefined LinkedIn post via Mendix app
I am looking for a way to create a predefined LinkedIn message from a Mendix app. I want to let persons click on a LinkedIn image in the app and let them redirect to LinkedIn and have a draft message ready for them to post.
↧
Compilation of Java actions failed
Buildfile: C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\deployment\build_core.xml compile: [javac] Compiling 3 source files to C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\deployment\run\bin [javac] 注: C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\javasource\com\mendix\core\Core.java使用或覆盖了已过时的 API。 [javac] 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 [javac] 注: C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\javasource\com\mendix\core\Core.java使用了未经检查或不安全的操作。 [javac] 注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 build: [bnd] # addAll 'deployment/run/bnd.bnd' with , [bnd] Warnings [bnd] Split package, multiple jars provide the same package:com/mendix/core [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning [bnd] Package found in [Jar:com.mendix.mxruntime, Jar:run] [bnd] Class path [Jar:biz.aQute.bnd.bndlib, Jar:org.scala-lang.scala-library, Jar:com.mendix.datastorage-api, Jar:com.mendix.json, Jar:com.mendix.logging, Jar:com.mendix.m2ee-api, Jar:com.mendix.mxruntime, Jar:com.mendix.integration, Jar:org.osgi.compendium, Jar:com.mendix.webui, Jar:javax.servlet, Jar:antisamy-1.5.3, Jar:apache-httpcomponents-httpclient, Jar:axiom-api-1.2.12, Jar:axis2-kernel-1.0, Jar:backport-util-concurrent-3.1, Jar:bcpg-jdk15on-150, Jar:bcpkix-jdk15on-150, Jar:bcprov-jdk15on-150, Jar:com.google.guava-14.0.1, Jar:com.hxtt.sql.acess_jdbc40, Jar:com.ibm.jt400, Jar:com.mendix.ojdbc6-11.2.0, Jar:com.mendix.postgresql.jdbc4-9.2.1002, Jar:com.mendix.sqljdbc4-4.0.2206, Jar:com.springsource.javax.activation-1.1.1, Jar:com.springsource.org.apache.batik.css-1.7.0, Jar:com.springsource.org.apache.commons.lang-2.5.0, Jar:com.springsource.org.apache.commons.logging-1.1.1, Jar:com.sun.mail.javax.mail-1.4.5, Jar:commons-codec-1.10, Jar:commons-codec-1.8, Jar:commons-email-1.3.1, Jar:commons-httpclient-3.1, Jar:commons-io-2.3, Jar:commons-lang-2.5, Jar:commons-lang-2.6, Jar:commons-logging-1.1, Jar:commons-math3-3.1.1, Jar:commons-pool-1.6, Jar:dom4j-1.6.1, Jar:esapi-2.1.0, Jar:fontbox-1.8.5, Jar:guava-22.0, Jar:guice-2.0, Jar:httpclient-4.3.5, Jar:ical4j-1.0.6, Jar:ical4j-connector-0.9.3, Jar:ical4j-vcard-0.9.5, Jar:ical4j-zoneinfo-outlook-1.0.2, Jar:javax.xml.stream-1.0.1, Jar:jcifs-1.3.18, Jar:jempbox-1.8.5, Jar:joda-time-1.6.2, Jar:joda-time-2.3, Jar:json-simple, Jar:mysql-connector-java-5.1.38-bin, Jar:nekohtml, Jar:not-yet-commons-ssl-0.3.11, Jar:opencsv-2.3, Jar:openid4java-0.9.8, Jar:openws-1.5.4, Jar:org.apache.commons.fileupload-1.2.1, Jar:org.apache.commons.io-2.3.0, Jar:org.apache.commons.lang3, Jar:org.apache.httpcomponents.httpclient_4.3.5, Jar:org.apache.servicemix.bundles.commons-codec-1.3.0, Jar:org.apache.servicemix.bundles.commons-collections-3.2.1_3, Jar:org.apache.servicemix.bundles.opensaml-2.6.0_3, Jar:org.apache.servicemix.bundles.saaj-impl-1.3.2_1, Jar:org.apache.servicemix.bundles.xalan-2.7.1, Jar:org.apache.servicemix.bundles.xerces-2.11.0, Jar:org.apache.servicemix.bundles.xmlbeans-2.5.0, Jar:org.apache.servicemix.specs.saaj-api-1.3-1.4.0, Jar:owasp-java-html-sanitizer-20170515.1, Jar:pdfbox-1.8.5, Jar:poi-3.10-FINAL-20140208, Jar:poi-3.8-20120326, Jar:poi-ooxml-3.10-FINAL-20140208, Jar:poi-ooxml-3.6-20091214, Jar:poi-ooxml-schemas-3.10-FINAL-20140208, Jar:poi-ooxml-schemas-3.6-20091214, Jar:replication, Jar:serializer-2.7.2, Jar:velocity-1.7, Jar:xalan-2.7.2, Jar:xercesImpl-2.11.0, Jar:xml-apis-ext, Jar:xml-resolver-1.2, Jar:xmlbeans-2.4.0, Jar:xmlsec-1.5.6, Jar:run] [bnd] 1 Errors [bnd] Classes found in the wrong directory: {docutments/proxies/Keyword.class=docutments.proxies.KeyWord} [bnd] C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\deployment\run\bnd.bnd: bnd failed [bnd] at aQute.bnd.ant.BndTask.executeBackwardCompatible(BndTask.java:231) [bnd] at aQute.bnd.ant.BndTask.execute(BndTask.java:115) [bnd] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) [bnd] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [bnd] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [bnd] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [bnd] at java.lang.reflect.Method.invoke(Method.java:497) [bnd] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [bnd] at org.apache.tools.ant.Task.perform(Task.java:348) [bnd] at org.apache.tools.ant.Target.execute(Target.java:390) [bnd] at org.apache.tools.ant.Target.performTasks(Target.java:411) [bnd] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360) [bnd] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [bnd] at org.apache.tools.ant.Project.executeTargets(Project.java:1212) [bnd] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441) [bnd] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) [bnd] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [bnd] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [bnd] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [bnd] at java.lang.reflect.Method.invoke(Method.java:497) [bnd] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [bnd] at org.apache.tools.ant.Task.perform(Task.java:348) [bnd] at org.apache.tools.ant.Target.execute(Target.java:390) [bnd] at org.apache.tools.ant.Target.performTasks(Target.java:411) [bnd] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360) [bnd] at org.apache.tools.ant.Project.executeTarget(Project.java:1329) [bnd] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [bnd] at org.apache.tools.ant.Project.executeTargets(Project.java:1212) [bnd] at org.apache.tools.ant.Main.runBuild(Main.java:801) [bnd] at org.apache.tools.ant.Main.startAnt(Main.java:218) [bnd] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) [bnd] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) BUILD FAILED C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\deployment\build_core.xml:46: The following error occurred while executing this line: C:\Users\mashi\Documents\Mendix\Chinarai-branch_ChinaRAI_developmentHeBiao\deployment\run\bndbuild.xml:9: Failed to build jar file: Total time: 27 seconds
↧
↧
OData connection authentication error 500
Hello all, I keep getting a 500 error when trying to access my published OData service. The OData service has one allowed user: DataAnalist, who has full read rights on the two entities I've published (without associations included in the service) in this OData service. When entering the credentials for this user - either in the browser or in Excel (where I want to import the data), I get an error (see below). Authentication failed. In Excel it also gives me the 500 error, and before entering the credentials, it says: 'De server geeft (null) aan als serverbron'. Can anyone help me?
500
↧
Get the current page name
How can I get the current page name in a Microflow? Can I do it with a Java action?
↧
How to use two built-in database viewers simultaneously on local system?
I am working on two apps which I have running on my local system. One at port 8080 and the other on port 8081. If both apps are running, whichever modeler I use first to start the built-in database viewer, if I start the built-in database viewer from the second modeler, I still get a view of the first database. Renaming the databases from "default" to something different doesn't do the trick. It looks like there is only one port opened for a built-in database server (which in my case is 9001) This error can be easy replicated by creating to default apps and make sure the domain model just contains one entity which is different in the other domain model. (So you can see the difference). What settings can I use/put where to make this work? (For example: is it possible to add a port in the JVM parameters to have a different built-in database server port for every instance? Perhaps other settings?) Thanks in advance, Sander
↧
How to improve modeler performance with mendix 7.11
This week we have upgraded a Mendix project from 6.10 to 7.9 and 7.11. Since then we are experiencing serious modeler performance issues. I have a pretty good laptop but the modeler is using 75%+ of my CPU and 40%+ of my memory when running the application. Creating entities, pages, and other things also takes a long time. What can we do to improve the modeler performance? Please leave a comment if you are experiencing the same problem.
↧
↧
Scroll Down action Works as expected, but throw an error in ATS
Hi Guys, Last few days our scripts fails because of scroll down issue.We have passed several regressions without any issue in Scroll down action.Now we facing this issue,when we use scroll action we can see that scroll operation works fine in browser stack and failed in ats and through these errors Error Log: at 16: [Scroll down to element]: with Widget: [[RemoteWebDriver: chrome on XP (870f59e118abd05d3e7ed9760d9a0a1d7bdfad82)] -> css selector: [data-mendix-id="162_4_19"] .row] with Slow scroll: true Scroll down to element: at 1: slow scroll: with Script: TEXT: function getScrollParent(element, includeHidden) { var style = getComputedStyle(element); var excludeStaticParent = style.position === "absolute"; var overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/; if (style.position === "fixed") return document.body; for (var parent = element; (parent = parent.parentElement);) { style = getComputedStyle(parent); if (excludeStaticParent && style.position === "static") { continue; } if (overflowRegex.test(style.overflow + style.overflowY + style.overflowX)) return parent; } return document.body; } X = getScrollParent(arguments[0]); X1 = X.scrollHeight; X2 = $(X); X3 = X2.animate({ scrollTop: $(arguments[0]).offset().top }, 2000); with Argument0: ANY: [[RemoteWebDriver: chrome on XP (870f59e118abd05d3e7ed9760d9a0a1d7bdfad82)] -> css selector: [data-mendix-id="162_4_19"] .row] Execute Javascript String Caused by: com.mansystems.ATS.Runner.exceptions.RunnerException: at com.mansystems.ATS.Runner.definitions.functions.FunctionImpl.run(FunctionImpl.java:62) at com.mansystems.ATS.Runner.definitions.functions.FunctionImpl$1.run(FunctionImpl.java:36) at com.mansystems.ATS.Runner.execution.ExecutionContextRoutine.execute(ExecutionContextRoutine.java:172) at com.mansystems.ATS.Runner.execution.ExecutionContextTestStep.execute(ExecutionContextTestStep.java:140) at com.mansystems.ATS.Runner.execution.ExecutionContextActionComposition.run(ExecutionContextActionComposition.java:41) at com.mansystems.ATS.Runner.execution.ExecutionContextRoutine.execute(ExecutionContextRoutine.java:172) at com.mansystems.ATS.Runner.execution.ExecutionContextTestStep.execute(ExecutionContextTestStep.java:140) at com.mansystems.ATS.Runner.execution.ExecutionContextTestCase.executeTestSteps(ExecutionContextTestCase.java:153) at com.mansystems.ATS.Runner.execution.ExecutionContextTestCase.run(ExecutionContextTestCase.java:121) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at com.mansystems.ATS.Runner.execution.ExtendedFuture.run(ExtendedFuture.java:69) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.mansystems.ATS.Runner.definitions.functions.FunctionReflectionHelper.invokeRunInternalMethod(FunctionReflectionHelper.java:29) at com.mansystems.ATS.Runner.definitions.functions.FunctionImpl.run(FunctionImpl.java:59) ... 14 more Caused by: java.lang.NullPointerException Tried these Ways: 1)We 1st Assert the Element and call scroll action to scroll upto the element. 2)Getting css of the Element and call Scroll action.
↧
How to deserialize nested json?
Hi, Im trying to process this nested json response from the consumed REST API. You cannot use the default Mendix REST functionality with mappings and all, because this requires your domain model to have x number of associations. And you don't know x. So you need the deserializeJsonToObject java action from the REST module, to convert the json into Mendix objects. I have tried this, but I do not fully understand how to handle the complex attribute names, and how to use it with associations, see: https://forum.mendixcloud.com/link/questions/10452 Is it possible to use the deserializeJsonToObject java action for this, and what would the domain model look like to make this work? Cheers, Wilfried
{
"family" {
"1" : {
"id" : "1",
"name" : "Jason Lengstorf",
"age" : "24",
"gender" : "male"
},
"2" : {
"id" : "2",
"name" : "Kyle Lengstorf",
"age" : "21",
"gender" : "male"
},
etc.
}
}
↧
Mendix 7.4 and FileDocumentSizesPopulateJob
We're going to upgrade from 7.1 to 7.4 and during testing I encountered these messages (during startup)
Log node: FileDocumentSizesPopulateJob
File not found for 8e618585-720b-4c76-8cee-506c6e48d0e0: LocalFileSystemStore:: File does not exist for key: 8e618585-720b-4c76-8cee-506c6e48d0e0. Setting size to 0. This is repeating over and over again (for the about 300 files I should actually have). I see that I have probably mixed up the test database and deployment/files (losing the file corresponding to the database entries). But now I cannot start the Application on that database anymore. Has anyone encountered this and knows a way to bypass this "FileDocumentSizesPopulateJob
Date/time Log node Message
2017-07-10 08:54:01.792 Core Mendix Runtime 7.4.0 (build 22537). Copyright © 2003-2017 Mendix bv. All rights reserved.
2017-07-10 08:54:03.383 Core Storage service: Local file system storage, uploaded files path: C:\...\deployment\data\files
2017-07-10 08:54:03.408 ConnectionBus Database: PostgreSQL 9.6.2, name: 'DataCross' (...)
2017-07-10 08:54:03.552 Core The runtime has been started using a trial license, the framework will be terminated when the maximum time is exceeded!
2017-07-10 08:54:04.659 Core Running after-startup-action...
2017-07-10 08:54:04.786 APMAgent.Shared Error getting jar
2017-07-10 08:54:04.786 APMAgent.Shared JarIdentifier 1. : (...)
2017-07-10 08:54:04.787 APMAgent.Shared Instance ID 0
2017-07-10 08:54:04.787 APMAgent.Shared Project ID 05A725ED9D32384C99FD0A02D0C580FD
2017-07-10 08:54:04.792 APMAgent.TrapTool Starting with recording a maximum of 3 queues, creating a new queue after 1000 (ms) or after recording 10000 records. . Max messages to buffer is 100000. When max buffer is reached the trap tool pauses until the buffer is empty plus a pause of 300s. Max messages to store is 100000. When max messages are reached the oldest trap messages are deleted.. Max lag (processing delay) is 4000 (ms).
2017-07-10 08:54:04.795 APMAgent.TrapTool Registering log subscriber
2017-07-10 08:54:04.797 APMAgent.TrapTool Started Traptool
2017-07-10 08:54:04.797 APMAgent.TrapTool Start private store thread
2017-07-10 08:54:04.820 APMAgent.StatisticsTool Starting statistics trace. Max lag (processing delay) is 4500 (ms).
2017-07-10 08:54:04.820 APMAgent.StatisticsTool Registering statistics subscriber
2017-07-10 08:54:04.820 APMAgent.StatisticsTool Started statistics trace.
2017-07-10 08:54:04.825 APMAgent.Shared Started dynamic scheduled event Statistics Tool Daily
2017-07-10 08:54:04.829 APMAgent.Shared Started dynamic scheduled event Statistics Tool Console
2017-07-10 08:54:04.835 APMAgent.JavaConsole Re-routing java console
2017-07-10 08:54:04.835 APMAgent.JavaConsole Re-routing java console done
2017-07-10 08:54:04.841 APMAgent.JMX JMX starting
2017-07-10 08:54:04.849 APMAgent.JMX JMX started
2017-07-10 08:54:04.849 APMAgent.Shared APMAgent startup complete.
2017-07-10 08:54:04.867 Core Successfully ran after-startup-action.
2017-07-10 08:54:04.870 ActionManager Scheduling CommunityCommons.releaseOldLocks every 5 minutes, starting from 2011-01-27 09:58:53 (UTC)
2017-07-10 08:54:04.884 ActionManager Scheduling Exchange.CheckRequestEscalationTimes every 1 minute, starting from 2017-01-12 14:25:33 (UTC)
2017-07-10 08:54:04.887 ActionManager Scheduling Exchange.Scheduled_SystemRequest_ProductDeclaration_Complete every 15 minutes, starting from 2017-06-20 10:40:29 (UTC)
2017-07-10 08:54:04.887 ActionManager Scheduling Administration.Check_AccountsOrPassword_Expired every 1 second, starting from 2016-10-06 12:15:00 (UTC)
2017-07-10 08:54:04.998 ActionManager Scheduling EmailTemplate.SendQueuedEmails every 1 minute, starting from 2015-04-10 00:00:00 (UTC)
2017-07-10 08:54:05.005 ActionManager Scheduling APMAgent.APMCleanup_SE every 1 day, starting from 2016-05-24 00:00:00 (UTC)
2017-07-10 08:54:05.006 ActionManager Scheduling Exchange.SCE_SharedAnswerCatalogue_Process every 1 minute, starting from 2017-07-03 12:12:14 (UTC)
2017-07-10 08:54:05.007 ActionManager Scheduling Licensing.LicenseFile_LicenseExpration every 1 hour, starting from 2017-04-05 14:21:41 (UTC)
2017-07-10 08:54:05.007 ActionManager Scheduling EmailTemplate.Cleanup every 1 week, starting from 2015-04-10 01:00:00 (UTC)
2017-07-10 08:54:05.007 ActionManager Scheduling Regulations.RunComplianceCheck every 10 seconds, starting from 2017-05-04 13:23:46 (UTC)
2017-07-10 08:54:05.011 ActionManager Scheduling Exchange.Scheduled_SystemRequest_ProductDeclaration every 15 minutes, starting from 2017-06-20 10:40:29 (UTC)
2017-07-10 08:54:05.066 Core Mendix Runtime successfully started, the application is now available.
2017-07-10 08:54:09.873 FileDocumentSizesPopulateJob Start populating size of 87 file documents ...
2017-07-10 08:54:09.947 FileDocumentSizesPopulateJob File not found for d177e948-bae8-4f9b-99cb-4b058a4afaf2: LocalFileSystemStore:: File does not exist for key: d177e948-bae8-4f9b-99cb-4b058a4afaf2. Setting size to 0.
... repeating over and over again....
↧