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

Create an App with Advanced Page Building

$
0
0
Hi, I’m a new user and started developing with Mendix about a month ago.  I am currently following the learning path “Create an App with Advanced Page Building” after finishing “the Become a Rapid Developer (Developer) path”. Is there a project package of this learning path available somewhere? I want to check any mistakes that I probably have made. Thank you.

navigation profile based on deep link home page

$
0
0
I have two deep linked home pages .. /link/travel/ /link/vacation/ I want to know if it possible to switch navigation profiles based on the home page user lands into. In other words the user that lands into the app using /link/travel/ should end up getting travel specific navigation profile and the same thing for vacation. Why do I need this? My users may be using both the functionalities but depending on how they navigated to the app they should be getting different experiences.

mx8 modeler performance

$
0
0
Hi, After migrating from mx7 to mx 8 it feels/seems like the modeler is slower (and/or consumes more memory). Running it in a virtualbox has become a pain. Does anyone have any tips on how to make it run smother? Are there any settings that can be changed?   Kind regards Johan

Unable to connect to app store

$
0
0
Anyone else having issues with downloading apps from the App Store? All off these apps result in the same message.   I get this message in 7.0.2 but in previous versions aswell.

Pop-up message after logging in

$
0
0
Hi, I would like to have some help with the following: After a user logs in he has to get a pop-up message that states that a product is beneath the recommended stock. This needs to be a list of maybe multiple products. Is there a possiblity that i could activate a microflow directly after he logs in, if so could u help me with the start of it.

To generate PDF of Graph

$
0
0
I have created graph based on my data. I would like to create a PDF document that displays graphs. So here I used “Printscreen to PDF” widget to generating the PDF but here for Graph it’s not working properly and I was also tried in Document Template. It’s not worked. So please help me to generate pdf of graph.

Generate PDF document with Dynamic Image URLs

$
0
0
Hello Team, I am facing issue with when i try generating PDF with dynamic image using URL. I am putting the "template grid" in the Document and downloaded the images using "REST Call" using below example, https://forum.mendixcloud.com/link/questions/86670 When PDF is generated the default images are coming.  But the count of the images are correct, some are having 9 images and some are having 10+ images as per our API response. Please let me know how to download the image and use the downloaded image in the PDF.   Thanks    

Generate PDF document removes BR tags from rich text

$
0
0
When I generate a PDF document from data entered in the Bootstrap Wysiwyg Editor, any blank lines (BR tags) in the text are removed while it is exported to PDF. I can only choose to render an attribute as XHTML, I see no further options. How can I prevent the blank lines from being removed from the text?

Unable to add/apply custom fonts to Document Template

$
0
0
Hi,   I migrated an application from Mx 7.23.5 to Mx8.7. This application is using document templates to generate PDFs for official documents in several languages, including the likes of Polish and Hungarian. For these languages, some of the special characters now suddenly appear as ‘#’. Investigation revealed that in Mx8.7 I suddenly don’t have Arial anymore as a font and Mx using Helvetica instead (Courier and Times are ugly and mess up the entire layout) I tried adding Arial as a custom font using the description from Mendix : https://docs.mendix.com/refguide/style I tried this both on the resources folder (as suggested) and when that did not work, on the runtime/lib folder of the Mendix version. Both actions resulted in exactly no change at all. The font did not become available in my modeler. The font was not applied when I set it as custom styling on a label. Simply put, the fonts are not recognised and I am left with no option to generate my PDFs. Release notes don’t suggest this to be addressed in later versions.    Any help would be greatly appreciated.   Kind regards,

BootstrapRTE with blank lines causes Document Generation error

$
0
0
I have a string attribute of unlimited length that is rendered using the Bootstrap WYSIWYG editor widget from the App Store.  I have a Document Template and have set the “Render XHTML” to true for that attribute. When there are no blank lines in the Rich Text Editor, the document generates just fine.  Where there are blank lines, the document generation fails with this stack trace: " com.mendix.modules.microflowengine.MicroflowException: Error processing XHTML at SPXMain.IVK_PDF_AccountPlan (DocumentExport : 'Generate PDF (.pdf) document using template 'AccountPlan_PDF'') at SPXMain.IVK_Generate_AccountPlan_PDF (SubMicroflow : 'IVK_PDF_AccountPlan') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Error processing XHTML at com.mendix.documentexporter.focomponents.DynamicLabel$1.run(DynamicLabel.java:145) Caused by: net.sf.saxon.trans.XPathException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 609; The element type "br" must be terminated by the matching end-tag "". at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:469) at net.sf.saxon.event.Sender.send(Sender.java:177) at net.sf.saxon.Controller.makeSourceTree(Controller.java:1910) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:573) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:183) at com.mendix.documentexporter.focomponents.DynamicLabel$1.run(DynamicLabel.java:142) at java.security.AccessController.doPrivileged(Native Method) at com.mendix.documentexporter.focomponents.DynamicLabel.parseHtml(DynamicLabel.java:111) at com.mendix.documentexporter.focomponents.DynamicLabel.generateFO(DynamicLabel.java:78) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.render(DocumentTemplateRepresentator.java:328) at com.mendix.documentexporter.focomponents.Table.generateFO(Table.java:71) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.render(DocumentTemplateRepresentator.java:328) at com.mendix.documentexporter.focomponents.Dataview.generateFO(Dataview.java:34) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.render(DocumentTemplateRepresentator.java:328) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.generate(DocumentTemplateRepresentator.java:132) at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:81) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:111) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:78) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:75) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191) at com.mendix.basis.component.InternalCore.executeSync(InternalCore.java:661) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191) at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431) at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313) at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220) at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:877) at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:561) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597) at java.lang.Thread.run(Thread.java:745) Caused by: org.xml.sax.SAXParseException: The element type "br" must be terminated by the matching end-tag "". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:449) at net.sf.saxon.event.Sender.send(Sender.java:177) at net.sf.saxon.Controller.makeSourceTree(Controller.java:1910) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:573) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:183) at com.mendix.documentexporter.focomponents.DynamicLabel$1.run(DynamicLabel.java:142) at java.security.AccessController.doPrivileged(Native Method) at com.mendix.documentexporter.focomponents.DynamicLabel.parseHtml(DynamicLabel.java:111) at com.mendix.documentexporter.focomponents.DynamicLabel.generateFO(DynamicLabel.java:78) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.render(DocumentTemplateRepresentator.java:328) at com.mendix.documentexporter.focomponents.Table.generateFO(Table.java:71) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.render(DocumentTemplateRepresentator.java:328) at com.mendix.documentexporter.focomponents.Dataview.generateFO(Dataview.java:34) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.render(DocumentTemplateRepresentator.java:328) at com.mendix.documentexporter.focomponents.DocumentTemplateRepresentator.generate(DocumentTemplateRepresentator.java:132) at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:81) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:111) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:78) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:75) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191) at com.mendix.basis.component.InternalCore.executeSync(InternalCore.java:661) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191) at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431) at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313) at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220) at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:877) at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:561) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597) at java.lang.Thread.run(Thread.java:745) " I can reproduce the error at will with modeler 7.13.1 or 7.10.0 and the latest versions of BootstrapRTE and CommunityCommons. Any ideas?

An error has occurred while handling the request.

$
0
0
Hi All, I have a string attribute which I use in a document template. When I try to set the render XHTML setting set to true I get an error. This is the stack trace from the modeler: com.mendix.modules.microflowengine.MicroflowException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at ManagementCertification.SF_MC_CreatePDF (DocumentExport : 'Generate PDF (.pdf) document using template 'MC_PDF_Template'') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:76) Caused by: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at net.sf.saxon.event.ContentHandlerProxy.handleSAXException(ContentHandlerProxy.java:543)     at net.sf.saxon.event.ContentHandlerProxy.startContent(ContentHandlerProxy.java:386)     at net.sf.saxon.event.NamespaceReducer.startContent(NamespaceReducer.java:216)     at net.sf.saxon.event.ComplexContentOutputter.startContent(ComplexContentOutputter.java:663)     at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:370)     at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)     at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)     at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)     at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:449)     at net.sf.saxon.event.Sender.send(Sender.java:177)     at net.sf.saxon.jaxp.IdentityTransformer.transform(IdentityTransformer.java:366)     at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100)     at java.security.AccessController.doPrivileged(Native Method)     at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68)     at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:82)     at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:111)     at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:78)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:75)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)     at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191)     at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583)     at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135)     at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)     at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)     at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220)     at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104)     at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73)     at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:561)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)     at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.fop.fo.ValidationException: null:452:83: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at org.apache.fop.events.ValidationExceptionFactory.createException(ValidationExceptionFactory.java:38)     at org.apache.fop.events.EventExceptionManager.throwException(EventExceptionManager.java:58)     at org.apache.fop.events.DefaultEventBroadcaster$1.invoke(DefaultEventBroadcaster.java:175)     at com.sun.proxy.$Proxy4.invalidProperty(Unknown Source)     at org.apache.fop.fo.PropertyList.handleInvalidProperty(PropertyList.java:471)     at org.apache.fop.fo.PropertyList.convertAttributeToProperty(PropertyList.java:390)     at org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:321)     at org.apache.fop.fo.FObj.processNode(FObj.java:122)     at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:280)     at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:175)     at net.sf.saxon.event.ContentHandlerProxy.startContent(ContentHandlerProxy.java:376)     at net.sf.saxon.event.NamespaceReducer.startContent(NamespaceReducer.java:216)     at net.sf.saxon.event.ComplexContentOutputter.startContent(ComplexContentOutputter.java:663)     at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:370)     at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)     at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)     at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)     at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:449)     at net.sf.saxon.event.Sender.send(Sender.java:177)     at net.sf.saxon.jaxp.IdentityTransformer.transform(IdentityTransformer.java:366)     at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100)     at java.security.AccessController.doPrivileged(Native Method)     at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68)     at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:82)     at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:111)     at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:78)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:75)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)     at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191)     at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583)     at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135)     at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)     at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)     at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220)     at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104)     at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73)     at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:561)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)     at java.lang.Thread.run(Thread.java:748)   first I thought that in the string there is a html tag that causes the error, but I use another string where I set the render XHTML setting to true without any problems. That string shows same html tags as the string that causes the error. I tried to validate the string in a online XHTML validator, but that gives me no specific error.   Does anyone has any clue or direction? Thank you in advance!

Adding google maps to PDF

$
0
0
Good morning everyone,   Is there any way to add google maps to generate PDF within mendix? Not sure if i have missed something obvious here. 

Image sizes in document template are ignored.

$
0
0
Hi, In a customer project, we use Document Templates to generate PDF output. Text is entered using the CKEditor plugin and used as input for the corresponding placeholders in de template. When inserting an image (as a link) and setting the width/height, these properties are completely ignored during document generation; the image is included in the pdf using its original size. In the CKEditor, the image is displayed correctly with the proper dimensions. If I add a border to the image, the border is displayed with the provided sizes in both the editor and the generated document.   Any pointers as of why this is happening (and how to fix it)   Thanks!

Document template: Conditional Visibility

$
0
0
Hi All, I am using Document template to generate PDF document. Within which many data grids are used to fetch list of different data. Now I want to display all these data grids based on some condition. How can I do this? I also tried to create few flags in one entity that contains yes/no value so that based on this i can show/hide grid but when I select that entity,I am getting the error mentioned below: Cannot find any attributes because entity of containing dataview doesn't exist Please advise

XHTML org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display

$
0
0
We have a document template where on some string attributes the XHTML display option is set to true. We encounter now a bug when trying to print one of these documents (see stacktrace below). The input is done with the CKE editor. We use the community commons XSSSanitize to sanitize the string. But we still get the error. Anyone a suggestion on how to debug this? It would have been nice if the document templates would do this sanitization by default when setting the value to true by the way :) Regards, Ronald [EDIT] Sollution to this problem. It seems that the CKeditor places a div tag in the string (
) No problem if you view this text in the browser but the document templates do not like these div's. Solved it by removing the divs from the stiring just before generating the document and then revert the object. Oct 9 10:26:08.305 127.0.0.1 tr10000: ERROR - Connector: (1/180) com.mendix.modules.microflowengine.MicroflowException: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.305 127.0.0.1 tr10000: ERROR - Connector: (2/180) at Talentmanagement.AfdrukkenVastleggingGesprek_VanuitWorkflow (DocumentExport : 'Generate PDF (.pdf) document using template 'Template_Planning_Manager'') Oct 9 10:26:08.305 127.0.0.1 tr10000: ERROR - Connector: (3/180) at Workflow.Workflow_AutomatischPDFGenereren_Achteraf (SubMicroflow : 'AfdrukkenVastleggingGesprek_VanuitWorkflow') Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (4/180) at MutatiesKoppeling.GenereerPDFAutomatisch (SubMicroflow : 'Workflow_AutomatischPDFGenereren_Achteraf') Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (5/180) at Workflow._0_Workflow_Taak_Bevestigen (SubMicroflow : 'GenereerPDFAutomatisch') Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (6/180) Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (7/180) Advanced stacktrace: Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (8/180) at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:144) Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (9/180) Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (10/180) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (11/180) at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:76) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (12/180) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (13/180) Caused by: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (14/180) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:502) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (15/180) at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (16/180) at java.security.AccessController.doPrivileged(Native Method) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (17/180) at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (18/180) at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:81) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (19/180) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:112) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (20/180) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:79) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (21/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:74) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (22/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (23/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (24/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (25/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (26/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (27/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (28/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (29/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (30/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (31/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (32/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (33/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (34/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (35/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (36/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (37/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (38/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (39/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (40/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (41/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (42/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (43/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (44/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (45/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (46/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (47/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (48/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (49/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (50/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (51/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (52/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (53/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (54/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (55/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (56/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (57/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (58/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (59/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (60/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (61/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (62/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (63/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (64/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (65/180) at com.mendix.core.component.InternalCore.execute(InternalCore.java:229) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (66/180) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (67/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:300) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (68/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (69/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (70/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:126) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (71/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (72/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:128) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (73/180) at scala.util.Try$.apply(Try.scala:191) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (74/180) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:122) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (75/180) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (76/180) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:119) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (77/180) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (78/180) at akka.actor.ActorCell.invoke(ActorCell.scala:487) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (79/180) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (80/180) at akka.dispatch.Mailbox.run(Mailbox.scala:220) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (81/180) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (82/180) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (83/180) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (84/180) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (85/180) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (86/180) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (87/180) Caused by: org.apache.fop.fo.ValidationException: null:9:4467: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (88/180) at org.apache.fop.events.ValidationExceptionFactory.createException(ValidationExceptionFactory.java:38) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (89/180) at org.apache.fop.events.EventExceptionManager.throwException(EventExceptionManager.java:58) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (90/180) at org.apache.fop.events.DefaultEventBroadcaster$1.invoke(DefaultEventBroadcaster.java:175) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (91/180) at com.sun.proxy.$Proxy30.invalidProperty(Unknown Source) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (92/180) at org.apache.fop.fo.PropertyList.handleInvalidProperty(PropertyList.java:471) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (93/180) at org.apache.fop.fo.PropertyList.convertAttributeToProperty(PropertyList.java:390) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (94/180) at org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:321) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (95/180) at org.apache.fop.fo.FObj.processNode(FObj.java:122) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (96/180) at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:280) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (97/180) at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:175) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (98/180) at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1073) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (99/180) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (100/180) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:379) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (101/180) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2786) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (102/180) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (103/180) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:117) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (104/180) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (105/180) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (106/180) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (107/180) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (108/180) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (109/180) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (110/180) at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (111/180) at java.security.AccessController.doPrivileged(Native Method) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (112/180) at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (113/180) at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:81) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (114/180) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:112) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (115/180) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:79) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (116/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:74) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (117/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (118/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (119/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (120/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (121/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (122/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (123/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (124/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (125/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (126/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (127/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (128/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (129/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (130/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (131/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (132/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (133/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (134/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (135/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (136/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (137/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (138/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (139/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (140/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (141/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (142/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (143/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (144/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (145/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (146/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (147/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (148/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (149/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (150/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (151/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (152/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (153/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (154/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (155/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (156/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (157/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (158/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (159/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (160/180) at com.mendix.core.component.InternalCore.execute(InternalCore.java:229) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (161/180) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (162/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:300) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (163/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (164/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (165/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:126) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (166/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (167/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:128) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (168/180) at scala.util.Try$.apply(Try.scala:191) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (169/180) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:122) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (170/180) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (171/180) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:119) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (172/180) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (173/180) at akka.actor.ActorCell.invoke(ActorCell.scala:487) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (174/180) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (175/180) at akka.dispatch.Mailbox.run(Mailbox.scala:220) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (176/180) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (177/180) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (178/180) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (179/180) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (180/180) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Background image on document template

$
0
0
In one of our applications we generate pdf's documents for confirmations and vouchers through document template definitions. Now the client wants to get rid of their pre-printed printpaper and want to generate their reports including background/watermarks. Question is; is it possible to define a background(image) on a document template (pdf)? If not, are their other ways to achieve the desired result. I already tried using the style properties, but that doesn't seem to work.

Bootstrap WYSIWIG Editor - invalid XHTML

$
0
0
I installed the Bootstrap WYSIWIG Editor in my app. It looks great and fits nicely with Mx5 theming. However, when I put an attribute edited by it in a PDF template and mark the field as Render XHTML, document generation fails. Log info pasted below. Any pointers about how to correct this? 2014-04-18 10:11:42.182 ERROR - Connector: com.mendix.modules.microflowengine.MicroflowException: Error processing XHTML in dynamic label 'textContainer10' that has 'Render XHTML' set to true. Is the XHTML valid? at Proposal.PageTrigger_GeneratePDFProposal (DocumentExport : 'Generate PDF (.pdf) document using template 'ProposalLayout1'') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(SourceFile:158) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Error processing XHTML in dynamic label 'textContainer10' that has 'Render XHTML' set to true. Is the XHTML valid? at com.mendix.fX.a(SourceFile:122) Caused by: org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at javax.xml.parsers.DocumentBuilder.parse(Unknown Source) at com.mendix.fX.a(SourceFile:113) at com.mendix.fX.a(SourceFile:78) at com.mendix.fV.a(SourceFile:327) at com.mendix.ge.a(SourceFile:71) at com.mendix.fV.a(SourceFile:327) at com.mendix.gf.a(SourceFile:76) at com.mendix.fV.a(SourceFile:327) at com.mendix.fU.a(SourceFile:34) at com.mendix.fV.a(SourceFile:327) at com.mendix.ge.a(SourceFile:71) at com.mendix.fV.a(SourceFile:327) at com.mendix.fV.a(SourceFile:131) at com.mendix.fP.a(SourceFile:80) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(SourceFile:112) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(SourceFile:79) at com.mendix.fL.a(SourceFile:74) at com.mendix.fL.execute(SourceFile:17) at com.mendix.iX.a(SourceFile:47) at com.mendix.iW.a(SourceFile:191) at com.mendix.iW.executeAction(SourceFile:152) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:53) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:271) at com.mendix.core.actionmanagement.ActionManager.executeSync(SourceFile:206) at com.mendix.core.component.InternalCore.execute(SourceFile:260) at com.mendix.jw.a(SourceFile:135) at com.mendix.pI.a(SourceFile:296) at com.mendix.pI$a.apply$mcI$sp(SourceFile:195) at com.mendix.pI$i.a(SourceFile:211) at com.mendix.pI$i.execute(SourceFile:208) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(SourceFile:132) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:498) at akka.actor.ActorCell.invoke(ActorCell.scala:456) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:237) at akka.dispatch.Mailbox.run(Mailbox.scala:219) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Tracing the problem based on exception in document template.

$
0
0
How can we trace the element in the document template that causes this error given the exception below? Caused by: lg: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:inline": layout-grid-mode (See position 2:17646) at AsbestInventarisatie.GenereerRapport ( : 'Generate PDF (.pdf) document using template 'RapportTemplate_A'') at AsbestInventarisatie.GenereerPDFConceptRapport (SubMicroflow : 'Call 'GenereerRapport'') Advanced stacktrace: at mt.a(SourceFile:187) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:inline": layout-grid-mode (See position 2:17646) at ky.a(SourceFile:76) Caused by: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:inline": layout-grid-mode (See position 2:17646) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:502) at ky$1.run(SourceFile:100) at java.security.AccessController.doPrivileged(Native Method) at ky.a(SourceFile:68) at kx.a(SourceFile:82) at kv.a(SourceFile:89) at kv.a(SourceFile:56) at lm.a(SourceFile:109) at mt.a(SourceFile:72) at ms.a(SourceFile:151) at ms.executeAction(SourceFile:98) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hC.b(SourceFile:203) at com.mendix.core.Core.executeSync(SourceFile:203) at lo.a(SourceFile:60) at mt.a(SourceFile:72) at ms.a(SourceFile:151) at ms.executeAction(SourceFile:98) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at hD.execute(SourceFile:27) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)

Showing Dynamic Image in PDF [error: Premature end of File]

$
0
0
I'm building a form and showing a picture on it, using the RichTextViewer widget to do so. The attribute I'm connecting to it, is a string attribute, retrieving the image based on it's name: IMG src= "ui/images/icons/MyFirstModule$' + toString($CreditRequest/Decision) + '.png". This works perfectly on the form. However when I create a PDF of this form, using Document Template, and using a Dynamic Label with the setting "render HTML = true", I'm getting the following error: lh: Error processing custom XSL content at MyFirstModule.GeneratePDF ( : 'Generate PDF (.pdf) document using template 'PDF_Standard'') Advanced stacktrace: at mA.a(SourceFile:188) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Error processing custom XSL content at kF.a(SourceFile:143) Caused by: org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124) at kF.a(SourceFile:131) at kF.a(SourceFile:79) at kD.a(SourceFile:322) at kM.a(SourceFile:70) at kD.a(SourceFile:322) at kM.a(SourceFile:70) at kD.a(SourceFile:322) at kM.a(SourceFile:70) at kD.a(SourceFile:322) at kC.a(SourceFile:33) at kD.a(SourceFile:322) at kM.a(SourceFile:70) at kD.a(SourceFile:322) at kC.a(SourceFile:33) at kD.a(SourceFile:322) at kD.a(SourceFile:130) at kx.a(SourceFile:81) at kv.a(SourceFile:89) at kv.a(SourceFile:56) at ln.a(SourceFile:110) at mA.a(SourceFile:73) at mz.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hk.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:212) at gd.execute(SourceFile:184) at iI.a(SourceFile:311) at iI.a(SourceFile:240) at iI.processRequest(SourceFile:179) at iL.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:856) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:43) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:662) Does anybody know what I'm doing wrong, and how to circumvent this issue?

Month picker

$
0
0
Hi, is there a month picker similar to the DatePicker in Mendix, where user can only select the month and the year? The selected value should represent the begin of the month in the entity a date value. Thanks and stay healthy. :-)    
Viewing all 83469 articles
Browse latest View live


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