Hello, I am attempting to resize the standard tooltip form, created a class in the custom.scss section, making the following class: .tooltip-inner { max-width: 2500px !important; } I have also ensured that it is being imported correctly, I am having an issue though that it is not responding to these adjustments. I have also seen it correctly injected via calypso. I have also tried making it a special class like “.large-tooltip” and applying it as a class, this has also failed. Any recommendations are greatly appreciated.
↧
Tooltip not Resizing to .tooltip-inner adjustment
↧
Connection to the local database during development
Hello all, is it possible to connect to the local database of the app (with an appropriate client) to examine the data in the database? It's about the database that is used when you start the app via "Run local". Or is there another way to examine the data, besides having to create corresponding pages in the app itself? Thanks for the answers! Many greetings
↧
↧
Mendix On-premises Deployment
Hello, I am trying to deploy my mendix application, on-premises. initially i completed the deployment following this document for a single server setup(using Application-server). Now I’ve been provided with another server(virtual machine) to act as a web server. what method should i follow to integrate the two server Application-server and Web-server. As per this document – https://docs.mendix.com/developerportal/deploy/on-premises-design , The Architecture i need to follow is specified in sub heading 2.3 Separate Database Server and a Separate Web Server. I have run my application through mendix-service-console in my architecture-server and have installed proxy IIS server in web-server, how can i integrate these two. what all should be installed in the web-server so as to run the application in this set-up. Thanks & Regards.
↧
AWS Integration
How to integrate Mendix with AWS. For example, say you want to read/write from AWS S3 bucket or query AWS Athena, what you need to do.
↧
Styling document template DOCX & PDF
Hi all! Is there any documentation about all the custom styling that is available for DOCX and PDF document templates? For example, margin-top doesn’t work for PDF but does for DOCX. And height: 10px does work for PDF templates and doesn’t for DOCX. I hope someone can give me a list with all the options available for custom styling a document template. Kind regards, Bob
↧
↧
Data Grid 2 - Underline 1 Attribut
Hellou Mendixer, How to underline in a DataGrid2 only the first attribute in the first colum ? with -> text-decoration: underline ← in the Properties/common/style, everthing is underline. Thanks for your Answers, Best Regards
↧
The equivalent of SELECT FOR UPDATE
hi Standard SQL has SELECT … FOR UPDATE construct that lets you LOCK the Object while you UPDATE it so that other users who are using SELECT FOR UPDATE can get the values of the UPDATE by the first users and decide what to do accordingly. A Use case would be in an inventory system where you check the BALANCE of an Item before you decide if you have enough ITEMS before you satisfy the ORDER. Other users are of course are also trying to take ORDERS on the same ITEM thank you ammar
↧
Mendix SDK for "Import web service/XML file"
Any Mendix experts can tell me if SDK has the API similar to Studio Pro "Import web service/XML file" function in Domain Model? Choose a XML Schema, generate a domain model. Thanks.
↧
How to show alert when user already login ?
Hi experts, I have requirements to show alert / popup when user already login in my web application, I configured “Multiple sessions per user = No”. but when 2nd log-in the session just killed by itself, is there a way to give a alert / information that user already used?
↧
↧
ATS - Not able to Run the Testcase
Hey, I am new to ATS and getting the below error while executing my Testcase.Kindly help me in understanding this. Error type: com.mansystems.ATSRunner.org.everit.json.schema.ValidationException Error message: #/resources/0: #: only 1 subschema matches out of 2 Stacktrace: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mansystems.ATS.Runner.exceptions.CoreActionException: Job failed to start due to an unexpected error. at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: com.mansystems.ATS.Runner.exceptions.CoreActionException: Job failed to start due to an unexpected error. at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) Caused by: Job failed to start due to an unexpected error. at testrunner2.actions.SubmitJob.executeAction(SubmitJob.java:41) at testrunner2.actions.SubmitJob.executeAction(SubmitJob.java:18) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:30) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:56) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:376) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:18) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:34) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:376) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:18) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:34) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:40) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:76) at com.mendix.webui.actions.client.ExecuteMicroflowAction.$anonfun$apply$3(ExecuteMicroflowAction.scala:42) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:29) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:55) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:37) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:34) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:45) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:53) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:45) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:43) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:22) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:109) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:109) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:107) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$5(ContextHandling.scala:47) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 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.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:59) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:47) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:107) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:105) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:82) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:46) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79) at com.mendix.basis.impl.MxRuntimeImplBase.processRequest(MxRuntimeImplBase.java:857) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.base/java.lang.Thread.run(Unknown Source) Caused by: Invalid JSON: {"pointerToViolation":"#/resources/0","causingExceptions":[{"pointerToViolation":"#/resources/0","causingExceptions":[{"pointerToViolation":"#/resources/0","causingExceptions":[{"pointerToViolation":"#/resources/0/resourceType","causingExceptions":[],"keyword":"enum","message":"TESTCASE is not a valid enum value"},{"pointerToViolation":"#/resources/0","causingExceptions":[],"keyword":"required","message":"required key [dataSetName] not found"},{"pointerToViolation":"#/resources/0","causingExceptions":[],"keyword":"required","message":"required key [records] not found"}],"message":"3 schema violations found"},{"pointerToViolation":"#/resources/0","causingExceptions":[{"pointerToViolation":"#/resources/0/steps","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/0","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/1","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/2","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/3","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/4","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/5","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/6","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/7","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/8","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/9","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/10","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/11","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/12","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/13","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/14","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/15","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/16","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/17","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/18","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/19","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/20","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/21","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/22","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/23","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/24","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/25","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/26","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/27","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/28","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/29","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/30","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/31","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/32","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/33","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/34","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/35","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/36","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/37","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/39","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/40","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/41","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/42","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/43","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/44","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"},{"pointerToViolation":"#/resources/0/steps/45","causingExceptions":[],"keyword":"required","message":"required key [referencedItemGUID] not found"}],"message":"46 schema violations found"},{"pointerToViolation":"#/resources/0/resourceType","causingExceptions":[],"keyword":"enum","message":"TESTCASE is not a valid enum value"},{"pointerToViolation":"#/resources/0","causingExceptions":[],"keyword":"required","message":"required key [executionType] not found"}],"message":"48 schema violations found"},{"pointerToViolation":"#/resources/0","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[],"keyword":"type","message":"expected type: String, found: Null"},{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[],"keyword":"type","message":"expected type: Number, found: Null"},{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[],"keyword":"type","message":"expected type: Boolean, found: Null"}],"keyword":"anyOf","message":"#: no subschema matched out of the total 3 subschemas"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [dropdownValueKey] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [referencedParameterGUID] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [referencedTestStepGUID] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [globalConstant] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [fieldName] not found"}],"keyword":"oneOf","message":"#: 0 subschemas matched instead of one"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"},{"pointerToViolation":"#/resources/0/resourceType","causingExceptions":[],"keyword":"enum","message":"TESTCASE is not a valid enum value"}],"message":"9 schema violations found"},{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[],"keyword":"type","message":"expected type: String, found: Null"},{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[],"keyword":"type","message":"expected type: Number, found: Null"},{"pointerToViolation":"#/resources/0/steps/38/values/1/value","causingExceptions":[],"keyword":"type","message":"expected type: Boolean, found: Null"}],"keyword":"anyOf","message":"#: no subschema matched out of the total 3 subschemas"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [dropdownValueKey] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [referencedParameterGUID] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [referencedTestStepGUID] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [globalConstant] not found"},{"pointerToViolation":"#/resources/0/steps/38/values/1","causingExceptions":[],"keyword":"required","message":"required key [fieldName] not found"}],"keyword":"oneOf","message":"#: 0 subschemas matched instead of one"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"}],"keyword":"oneOf","message":"#: 0 subschemas matched instead of one"}],"keyword":"allOf","message":"#: only 1 subschema matches out of 2"} at com.mansystems.ATS.Runner.JsonValidator.validate(JsonValidator.java:47) at com.mansystems.ATS.Runner.JobProcessor.getMessage(JobProcessor.java:157) at com.mansystems.ATS.Runner.JobProcessor.convertJsonToJob(JobProcessor.java:34) at com.mansystems.ATS.Runner.JobProcessor.process(JobProcessor.java:106) at com.mansystems.ATS.Runner.ATSCore.submitJob(ATSCore.java:130) at testrunner2.actions.SubmitJob.executeAction(SubmitJob.java:38) at testrunner2.actions.SubmitJob.executeAction(SubmitJob.java:18) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:30) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:56) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:376) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:18) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:34) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:376) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:18) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:34) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:40) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:76) at com.mendix.webui.actions.client.ExecuteMicroflowAction.$anonfun$apply$3(ExecuteMicroflowAction.scala:42) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:29) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:55) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:37) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:34) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:45) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:53) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:45) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:43) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:22) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:109) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:109) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:107) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$5(ContextHandling.scala:47) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 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.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:59) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:47) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:107) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:105) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:82) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:46) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79) at com.mendix.basis.impl.MxRuntimeImplBase.processRequest(MxRuntimeImplBase.java:857) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.base/java.lang.Thread.run(Unknown Source) Caused by: #/resources/0: #: only 1 subschema matches out of 2 at com.mansystems.ATSRunner.org.everit.json.schema.ValidationException.prepend(ValidationException.java:332) at com.mansystems.ATSRunner.org.everit.json.schema.ValidationException.prepend(ValidationException.java:314) at com.mansystems.ATSRunner.org.everit.json.schema.ObjectSchema.lambda$testProperties$7(ObjectSchema.java:311) at java.base/java.util.Optional.map(Unknown Source) at com.mansystems.ATSRunner.org.everit.json.schema.ObjectSchema.testProperties(ObjectSchema.java:311) at com.mansystems.ATSRunner.org.everit.json.schema.ObjectSchema.validate(ObjectSchema.java:373) at com.mansystems.ATS.Runner.JsonValidator.validate(JsonValidator.java:43) at com.mansystems.ATS.Runner.JobProcessor.getMessage(JobProcessor.java:157) at com.mansystems.ATS.Runner.JobProcessor.convertJsonToJob(JobProcessor.java:34) at com.mansystems.ATS.Runner.JobProcessor.process(JobProcessor.java:106) at com.mansystems.ATS.Runner.ATSCore.submitJob(ATSCore.java:130) at testrunner2.actions.SubmitJob.executeAction(SubmitJob.java:38) at testrunner2.actions.SubmitJob.executeAction(SubmitJob.java:18) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:30) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:56) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:376) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:18) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:34) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:376) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:18) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:34) 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:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:40) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:76) at com.mendix.webui.actions.client.ExecuteMicroflowAction.$anonfun$apply$3(ExecuteMicroflowAction.scala:42) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:29) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:55) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:37) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:34) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:45) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:53) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:45) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:43) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:22) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:109) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:109) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:107) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$5(ContextHandling.scala:47) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 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.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:59) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:47) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:107) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:105) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:82) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:46) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79) at com.mendix.basis.impl.MxRuntimeImplBase.processRequest(MxRuntimeImplBase.java:857) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.base/java.lang.Thread.run(Unknown Source) Thanks and Regards Abhishek
↧
Synchronise New User from Azure to Current User in Mendix Apps
Hi, I would like to do something as per below : When user use the SSO link to login into Mendix app, i would like the system to sync the new user with the existing user. I have configured the custom user provisioning microflow but did not success.
↧
MENDIX EXAM
May I Know the first Beginner exam of mendix . My i know the name of the beginner exam of mendix. Can anyone explain the roadmap how to prepare .Could you please explain Clearly...
↧
Lighthouse Integration in Mendix
Hi All, Can anyone suggest how to implement lighthouse integration in mendix? Thanks in Advance!
↧
↧
Run the first demo script failed
Hi Mendix experts: I followed the guide as https://docs.mendix.com/apidocs-mxsdk/mxsdk/creating-your-first-script But seems I cannot create the demo app, could anyone help on this? ==================message========================================================== Creating new project with name NewApp-1639467168356 for user xxx.xxx@xxx.com Project creation for user xxx.xxx@xxx.com underway with job id: 969c36cc-40df-4a39-883a-ad20af29d2e6... Something went wrong: Unable to create NewApp-1639467168356 app because of an internal error. ==================demo code ========================================================== const project = await client.platform().createNewApp(`NewApp-${Date.now()}`); ==================message========================================================== I drill down the code, in the mendix-platform-sdk.js Line 244 The state is “failed”, can I get more details log that I can know why createNewApp failed? Thanks.
↧
Color on calendar widget
Hi How can I set color on calendar widget depend on condition ? such as day 15/12/2021 my progress is done , I would like to show green color,22/12/2021 my progress is in progress I would like to show red color
↧
Does Mendix studio pro run on Windows 11?
I couldn't find if mendix studio pro runs on windows 11. I hope you can help.
↧
Minimizing scripts
Ran a lighthouse test and it reported scripts ‘widget.js’ and ‘mxui.js’ to be not minimized: Anything I can do about that?
↧
↧
Title on calendar widget
Hi , Anybody who knows how to remove “00” as pictute on title. 100% sure I don’t keep it on entity https://marketplace.mendix.com/link/component/107954
↧
Issue with display and alignment of text and calendar in jquery UI datetimepicker
I am using the mendix jQuery UI datetimepicker widget. Everything else is fine but i am struggling with alignment. I have tried everything but it looks something like this. I need to align the label and calendar all in one line but no matter what appearance i choose it looks like this. It needs to be placed in the right side ,second half of the layout grid. How can i get format as: Date yyyy/mm/dd and then the icon. Expectation:
↧
Passing list to a custom widget
Hello all, I’ve build a custom widget that it’s input needs to be a list. For testing purpose I’ve selected the UserRole by xpath, but when examining the props that passed to my component I don’t see any attributes available except the id. Here is my xml: Here is what passed as props:
↧