Issue encountered when printing

38 views
Skip to first unread message

marvin...@gmail.com

unread,
Feb 18, 2021, 9:58:21 AM2/18/21
to Moqui Ecosystem
Hi,

  I'm currently testing moqui (moqui-plus-runtime.war) using the embedded web server and I'm having errors when trying to produce a pdf.

For example when I click on the "Current PDF" or "Original PDF" buttons in Applications>POPC ERP> Accounting>Invoices>Invoice I would get the error :


22:55:24.887 ERROR 832279283-54            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:
    <!-- BEGIN screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->



<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica, sans-serif" font-size="10pt">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="letter-portrait" page-width="8.5in" page-height="11in"
                               margin-top="0.5in" margin-bottom="0.5in" margin-left="0.5in" margin-right="0.5in">
            <fo:region-body margin-top="0.7in" margin-bottom="0.6in"/>
            <fo:region-before extent="0.7in"/>
            <fo:region-after extent="0.5in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

    <fo:page-sequence master-reference="letter-portrait" id="mainSequence">
        <fo:static-content flow-name="xsl-region-before">
            <fo:block-container absolute-position="absolute" top="0in" left="0in" width="3in">
                    <fo:block font-size="13pt" text-align="center" font-weight="bold">maximus wong</fo:block>
                    <fo:block font-size="12pt" text-align="center" margin-bottom="0.1in">Invoice</fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="2.0in" width="2.5in">
                <fo:block text-align="left" font-size="9pt">
                </fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="0in" width="2.0in">
                <fo:block text-align="left" font-size="9pt">

                </fo:block>
            </fo:block-container>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after" font-size="8pt">
            <fo:block border-top="thin solid black">
                <fo:block text-align="center">

                </fo:block>
                <fo:block text-align="center">maximus wong Invoice #100102 -- 18 Feb 2021 -- Page <fo:page-number/></fo:block>
            </fo:block>
        </fo:static-content>

        <fo:flow flow-name="xsl-region-body">
            <fo:block-container width="7.5in" height="0.8in">
                <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                    <fo:table-cell padding="3pt" width="1.75in">
                        <fo:block font-weight="bold">Invoice #</fo:block>
                        <fo:block>100102</fo:block>
                        <fo:block font-weight="bold">Customer #</fo:block>
                        <fo:block>ZIHR</fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="3pt" width="2in">
                        <fo:block font-weight="bold">Invoice Date</fo:block>
                        <fo:block>18 Feb 2021</fo:block>
                    </fo:table-cell>
                </fo:table-row></fo:table-body></fo:table>
            </fo:block-container>
            <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                <fo:table-cell padding="3pt" width="4.5in">
                    <fo:block-container margin-left="0.5in" margin-top="0.3in" height="1.0in" font-size="10pt">

                        <fo:block>Ziziwork Human Resources  </fo:block>
                    </fo:block-container>
                    <fo:block-container margin-left="0.5in"><fo:block font-size="8pt">


                    </fo:block></fo:block-container>
                </fo:table-cell>
                <fo:table-cell padding="3pt" width="3in">
                            <fo:block font-weight="bold">PAID IN FULL</fo:block>
                </fo:table-cell>
            </fo:table-row></fo:table-body></fo:table>

                <fo:table table-layout="fixed" width="100%">
                    <fo:table-header font-size="9pt" border-bottom="solid black">
                        <fo:table-cell width="0.3in" padding="1pt"><fo:block text-align="center">Item</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>
                        <fo:table-cell width="0.8in" padding="1pt"><fo:block>Date</fo:block></fo:table-cell>
                        <fo:table-cell width="2.8in" padding="1pt"><fo:block>Description</fo:block></fo:table-cell>
                        <fo:table-cell width="0.6in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                        <fo:table-cell width="0.9in" padding="1pt"><fo:block text-align="right">Amount</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                    </fo:table-header>
                    <fo:table-body>
                        <fo:table-row font-size="9pt" border-top="solid black">
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">Total</fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$0.00</fo:block></fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>

            <fo:table table-layout="fixed" width="100%" margin-top="0.1in">
                <fo:table-header font-size="9pt" border-bottom="solid black">
                    <fo:table-cell width="2.0in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>

                    <fo:table-cell width="1.0in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                    <fo:table-cell width="1.2in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                </fo:table-header>
                <fo:table-body>
                <fo:table-row font-size="9pt">
                    <fo:table-cell padding="1pt"><fo:block text-align="center"> </fo:block></fo:table-cell>
                    <fo:table-cell padding="1pt" font-weight="bold"><fo:block text-align="right">Total</fo:block></fo:table-cell>

                    <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$0.00</fo:block></fo:table-cell>
                </fo:table-row>
                </fo:table-body>
            </fo:table>




        </fo:flow>
    </fo:page-sequence>
</fo:root>




    <!-- END   screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->

java.lang.IllegalArgumentException: URI is not hierarchical
        at sun.nio.fs.WindowsUriSupport.fromUri(WindowsUriSupport.java:123) ~[?:?]
        at sun.nio.fs.WindowsFileSystemProvider.getPath(WindowsFileSystemProvider.java:97) ~[?:?]
        at java.nio.file.Path.of(Path.java:203) ~[?:?]
        at java.nio.file.Paths.get(Paths.java:97) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocation.test(ClasspathPattern.java:354) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:446) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:436) ~[?:?]
        at org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded(IncludeExcludeSet.java:189) ~[jetty-util-9.4.35.v2021-02-18 22:55:24.891:WARN:oejs.HttpChannel:qtp832279283-54: /fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice
java.lang.IllegalArgumentException: URI is not hierarchical
        at java.base/sun.nio.fs.WindowsUriSupport.fromUri(WindowsUriSupport.java:123)
        at java.base/sun.nio.fs.WindowsFileSystemProvider.getPath(WindowsFileSystemProvider.java:97)
        at java.base/java.nio.file.Path.of(Path.java:203)
        at java.base/java.nio.file.Paths.get(Paths.java:97)
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocation.test(ClasspathPattern.java:354)
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:446)
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:436)
        at org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded(IncludeExcludeSet.java:189)
        at org.eclipse.jetty.webapp.ClasspathPattern.combine(ClasspathPattern.java:756)
        at org.eclipse.jetty.webapp.ClasspathPattern.match(ClasspathPattern.java:716)
        at org.eclipse.jetty.webapp.WebAppContext.isServerResource(WebAppContext.java:816)
        at org.eclipse.jetty.webapp.WebAppClassLoader.getResources(WebAppClassLoader.java:369)
        at org.apache.xmlgraphics.util.ClasspathResource.loadManifests(ClasspathResource.java:118)
        at org.apache.xmlgraphics.util.ClasspathResource.<init>(ClasspathResource.java:66)
        at org.apache.xmlgraphics.util.ClasspathResource.getInstance(ClasspathResource.java:76)
        at org.apache.fop.fonts.FontDetectorFactory$DefaultFontDetector.detect(FontDetectorFactory.java:108)
        at org.apache.fop.fonts.FontManager.autoDetectFonts(FontManager.java:229)
        at org.apache.fop.fonts.DefaultFontConfigurator.configure(DefaultFontConfigurator.java:82)
        at org.apache.fop.render.PrintRendererConfigurator.getCustomFontCollection(PrintRendererConfigurator.java:147)
        at org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:127)
        at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:170)
        at org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:187)
        at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:75)
        at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:135)
        at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:105)
        at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:363)
        at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:107)
        at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:104)
        at org.apache.fop.apps.Fop.<init>(Fop.java:78)
        at org.apache.fop.apps.FOUserAgent.newFop(FOUserAgent.java:184)
        at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:242)
        at org.moqui.fop.FopToolFactory.getInstance(FopToolFactory.groovy:81)
        at org.moqui.fop.FopToolFactory.getInstance(FopToolFactory.groovy)
        at org.moqui.impl.context.ResourceFacadeImpl.xslFoTransform(ResourceFacadeImpl.groovy:588)
        at org.moqui.impl.webapp.MoquiFopServlet.doScreenRequest(MoquiFopServlet.groovy:108)
        at org.moqui.impl.webapp.MoquiFopServlet.doGet(MoquiFopServlet.groovy:47)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443)
        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.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110)
        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.handle(ScopedHandler.java:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
        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.gzip.GzipHandler.handle(GzipHandler.java:766)
        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:273)
        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:375)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
        at java.base/java.lang.Thread.run(Thread.java:829)20201120.jar:9.4.35.v20201120]
        at org.eclipse.jetty.webapp.ClasspathPattern.combine(ClasspathPattern.java:756) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern.match(ClasspathPattern.java:716) ~[?:?]
        at org.eclipse.jetty.webapp.WebAppContext.isServerResource(WebAppContext.java:816) ~[?:?]
        at org.eclipse.jetty.webapp.WebAppClassLoader.getResources(WebAppClassLoader.java:369) ~[?:?]
        at org.apache.xmlgraphics.util.ClasspathResource.loadManifests(ClasspathResource.java:118) ~[xmlgraphics-commons-2.4.jar:2.4]
        at org.apache.xmlgraphics.util.ClasspathResource.<init>(ClasspathResource.java:66) ~[xmlgraphics-commons-2.4.jar:2.4]
        at org.apache.xmlgraphics.util.ClasspathResource.getInstance(ClasspathResource.java:76) ~[xmlgraphics-commons-2.4.jar:2.4]
        at org.apache.fop.fonts.FontDetectorFactory$DefaultFontDetector.detect(FontDetectorFactory.java:108) ~[fop-core-2.5.jar:?]
        at org.apache.fop.fonts.FontManager.autoDetectFonts(FontManager.java:229) ~[fop-core-2.5.jar:?]
        at org.apache.fop.fonts.DefaultFontConfigurator.configure(DefaultFontConfigurator.java:82) ~[fop-core-2.5.jar:?]
        at org.apache.fop.render.PrintRendererConfigurator.getCustomFontCollection(PrintRendererConfigurator.java:147) ~[fop-core-2.5.jar:?]
        at org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:127) ~[fop-core-2.5.jar:?]
        at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:170) ~[fop-core-2.5.jar:?]
        at org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:187) ~[fop-core-2.5.jar:?]
        at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:75) ~[fop-core-2.5.jar:?]
        at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:135) ~[fop-core-2.5.jar:?]
        at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:105) ~[fop-core-2.5.jar:?]
        at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:363) ~[fop-core-2.5.jar:?]
        at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:107) ~[fop-core-2.5.jar:?]
        at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:104) ~[fop-core-2.5.jar:?]
        at org.apache.fop.apps.Fop.<init>(Fop.java:78) ~[fop-core-2.5.jar:?]
        at org.apache.fop.apps.FOUserAgent.newFop(FOUserAgent.java:184) ~[fop-core-2.5.jar:?]
        at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:242) ~[fop-core-2.5.jar:?]
        at org.moqui.fop.FopToolFactory.getInstance(FopToolFactory.groovy:81) ~[moqui-fop-1.1.2.jar:?]
        at org.moqui.fop.FopToolFactory.getInstance(FopToolFactory.groovy) ~[moqui-fop-1.1.2.jar:?]
        at org.moqui.impl.context.ResourceFacadeImpl.xslFoTransform(ResourceFacadeImpl.groovy:588) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.moqui.impl.webapp.MoquiFopServlet.doScreenRequest(MoquiFopServlet.groovy:108) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.moqui.impl.webapp.MoquiFopServlet.doGet(MoquiFopServlet.groovy:47) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[moqui_temp2037308043806920564execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[moqui_temp2037308043806920564execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[moqui_temp5470063945981818237execlib_websocket-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[moqui_temp5752745204175503007execlib_jetty-security-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[moqui_temp11904108396661991388execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [moqui_temp14545602862508583154execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [moqui_temp6235849149187567555execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [moqui_temp6235849149187567555execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [moqui_temp6235849149187567555execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [moqui_temp10840722950431891414execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at java.lang.Thread.run(Thread.java:829) [?:?]

  Can somebody please kindly help me know what I'm doing wrong and make it work ? Thank you.

Regards,
Marvin Wong

David E Jones

unread,
Feb 18, 2021, 6:53:42 PM2/18/21
to Moqui Framework
There is nothing close to steps to reproduce here (not even version info) so I can only guess... for future reference please read:


Based on the exception my guess is you're using an older version of moqui-framework and you have either changed the framework/build.gradle file to use a newer version of Jetty in that older version of Moqui (before code changes were made to handle Jetty's new classpath bad behavior), or perhaps you are using a newer version of moqui-fop with an older version of moqui-framework.


--
You received this message because you are subscribed to the Google Groups "Moqui Ecosystem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moqui+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/moqui/b2c0c05f-7469-40c8-81c9-7d353403c8aan%40googlegroups.com.

Marvin Wong

unread,
Feb 19, 2021, 11:28:41 AM2/19/21
to mo...@googlegroups.com
Hi David,

Thank you for your response. Apologies for not following the instructions in the guide. I hope I'm clearer this time.

When I do a "gradlew run" I'm able to get the PDF files but If I do a  "java -jar moqui-plus-runtime.war" I can't get the PDF files. I got the latest version of the framework and the other apps by doing "gradlew gitp". I didn't change anything.

Here are the steps I did when it worked:
1. gradlew gitp
2. gradlew build
3.  started elasticsearch by running elasticsearch.bat 
4. gradlew run
6. Clicked "Current PDF" Button
7. I was able to get the PDF named InvoiceCurrent-100102.pdf

Here are the steps I did when it didn't work.
1. gradlew addRuntime
2. started elasticsearch by running elasticsearch.bat 
3. java -jar moqui-plus-runtime.war

Error Message I got :

2021-02-20 00:09:28.913:INFO:oejs.Server:main: Started @24172ms
00:09:53.770  WARN 832279283-46               o.moqui.i.u.SimpleSigner Could not initialize signing key qz-private-key.pem: org.moqui.BaseException: Could not find signing key resource qz-private-key.pem on classpath
00:09:56.031  INFO 832279283-46           o.moqui.i.e.EntityFacadeImpl Created 1461 automatic reverse relationships
00:09:57.124  INFO RequireNewTx             o.moqui.i.e.EntityDataFeed Built entity.data.feed.info cache in 229ms, entries for 62 entities
Error in findResources() in parent classloader org.eclipse.jetty.webapp.WebAppClassLoader for name [META-INF/MANIFEST.MF]: java.lang.IllegalArgumentException: URI is not hierarchical
2021-02-20 00:09:58.579:WARN:oejs.HttpChannel:qtp832279283-46: /fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)

        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
        at java.base/java.lang.Thread.run(Thread.java:829)00:09:58.557 ERROR 832279283-46            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[moqui_temp2073208804048448341execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[moqui_temp2073208804048448341execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[moqui_temp7820465976919842297execlib_websocket-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]

        at org.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[moqui_temp15603798690833979098execlib_jetty-security-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[moqui_temp10490692090237026510execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) ~[moqui_temp6809504334367656553execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[moqui_temp10501036999007959897execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[moqui_temp10501036999007959897execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) ~[moqui_temp10501036999007959897execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) ~[moqui_temp9051488975752818679execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) ~[moqui_temp9051488975752818679execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) ~[moqui_temp9051488975752818679execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135) ~[moqui_temp9051488975752818679execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [moqui_temp9051488975752818679execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [moqui_temp9051488975752818679execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201120]

        at java.lang.Thread.run(Thread.java:829) [?:?]
00:10:00.547 ERROR 832279283-43            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:

Regards,
Marvin

EHASUN KHAN

unread,
Feb 20, 2021, 10:13:36 AM2/20/21
to mo...@googlegroups.com
Hi,
With due respect to inform that can anyone tell in what way i can implement single sign on in moqui framework using oauth 2.0 and okta

thanks
Mohasin

David E Jones

unread,
Feb 22, 2021, 5:40:38 PM2/22/21
to Moqui Framework
Interesting, but this leaves a few details out like which repositories you are pulling from to get the 'latest version'. It also doesn't show if there are any changes, or what was done to create an invoice with ID 100102 (which doesn't exist OOTB, ie after loading OOTB demo data and running the OOTB automated tests).

Steps to reproduce are not steps for you to reproduce the issue, they are steps for someone else to reproduce the issue.

-David


David E Jones

unread,
Feb 22, 2021, 5:42:00 PM2/22/21
to Moqui Framework
With due respect, please create new threads for different topics instead of reusing an existing thread (aka 'thread hijacking').

Marvin Wong

unread,
Mar 2, 2021, 1:41:12 AM3/2/21
to mo...@googlegroups.com

Hi David,

  Here are the steps I did where I have an error when trying to get a pdf printout by pressing "Current PDF" on Applications>POPC ERP>Accounting>Invoices>Invoice
1. gradlew cleanAll
2. gradlew build
3. gradlew load
4. gradlew addRuntime
5. java -jar moqui-plus-runtime.war
6. Login to moqui
7. go to http://localhost:8080/qapps/PopcAdmin/Accounting/Invoice/EditInvoice?invoiceId=HM-002 (This test data is taken OOTB)
8. Click on "Current PDF"

Please note that the issue doesn't occur when I change step 5 to "gradlew run"

Please note that I didn't do any modification on the codes. Hope I was able to explain my issue better now. Thank you for patiently looking in to the issue I encountered.


I got the version and repository information below from http://localhost:8080/qapps/system/dashboard :

HiveMind 1.4.2
file:...moqui/execwartmp/ROOT/webapp/runtime/component/HiveMind
{branch=master, tracking=origin/master, url=https://github.com/moqui/HiveMind.git, head=05f38eb9d8, tag=null}

mantle-udm 2.1.2
file:...moqui/execwartmp/ROOT/webapp/runtime/component/mantle-udm
{branch=master, tracking=origin/master, url=https://github.com/moqui/mantle-udm.git, head=6b9ecee4f9, tag=null}

mantle-usl 2.1.2
file:...moqui/execwartmp/ROOT/webapp/runtime/component/mantle-usl
{branch=master, tracking=origin/master, url=https://github.com/moqui/mantle-usl.git, head=62b2e9e1c1, tag=null}

moqui-fop 1.1.2
file:...moqui/execwartmp/ROOT/webapp/runtime/component/moqui-fop
{branch=master, tracking=origin/master, url=https://github.com/moqui/moqui-fop.git, head=1ba8a2c6a8, tag=null}

PopCommerce 2.1.2
file:...moqui/execwartmp/ROOT/webapp/runtime/component/PopCommerce
{branch=master, tracking=origin/master, url=https://github.com/moqui/PopCommerce.git, head=0616961298, tag=null}


SimpleScreens 2.1.2
file:...moqui/execwartmp/ROOT/webapp/runtime/component/SimpleScreens
{branch=master, tracking=origin/master, url=https://github.com/moqui/SimpleScreens.git, head=9ac4cc52fa, tag=null}

tools 3.0.0-rc8
file:...moqui/execwartmp/ROOT/webapp/runtime/base-component/tools

webroot 3.0.0-rc8
file:...moqui/execwartmp/ROOT/webapp/runtime/base-component/webroot

The error message I got is :

14:38:02.214  INFO 32279283-100           o.moqui.i.e.EntityFacadeImpl Found entities in 42 files in 44ms
14:38:02.242  INFO 32279283-100           o.moqui.i.e.EntityFacadeImpl Found 0 view-entity definitions in database (DbViewEntity records)
14:38:02.581  INFO 32279283-100           o.moqui.i.s.ScreenRenderImpl Transition apps/PopcAdmin/Accounting/Invoice/EditInvoice/Invoice.pdf in 524ms, redirecting to plain URL: /
fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice?filename=InvoiceCurrent-HM-002.pdf&invoiceId=HM-002
14:38:03.360  INFO 832279283-45           o.moqui.i.e.EntityFacadeImpl Created 823 automatic reverse relationships
14:38:05.067 ERROR 832279283-45            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:

    <!-- BEGIN screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->



<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica, sans-serif" font-size="10pt">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="letter-portrait" page-width="8.5in" page-height="11in"
                               margin-top="0.5in" margin-bottom="0.5in" margin-left="0.5in" margin-right="0.5in">
            <fo:region-body margin-top="0.7in" margin-bottom="0.6in"/>
            <fo:region-before extent="0.7in"/>
            <fo:region-after extent="0.5in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

    <fo:page-sequence master-reference="letter-portrait" id="mainSequence">
        <fo:static-content flow-name="xsl-region-before">
            <fo:block-container absolute-position="absolute" top="0in" left="0in" width="3in">
                    <fo:block font-size="13pt" text-align="center" font-weight="bold">Amazon Web Services </fo:block>

                    <fo:block font-size="12pt" text-align="center" margin-bottom="0.1in">Invoice</fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="2.0in" width="2.5in">
                <fo:block text-align="left" font-size="9pt">
                </fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="0in" width="2.0in">
                <fo:block text-align="left" font-size="9pt">

                </fo:block>
            </fo:block-container>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after" font-size="8pt">
            <fo:block border-top="thin solid black">
                <fo:block text-align="center">

                </fo:block>
                <fo:block text-align="center">Amazon Web Services  Invoice #HM-002 -- 01 Mar 2013 -- Page <fo:page-number/></fo:block>

            </fo:block>
        </fo:static-content>

        <fo:flow flow-name="xsl-region-body">
            <fo:block-container width="7.5in" height="0.8in">
                <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                    <fo:table-cell padding="3pt" width="1.75in">
                        <fo:block font-weight="bold">Invoice #</fo:block>
                        <fo:block>HM-002</fo:block>

                        <fo:block font-weight="bold">Customer #</fo:block>
                        <fo:block>ZISER</fo:block>

                    </fo:table-cell>
                    <fo:table-cell padding="3pt" width="2in">
                        <fo:block font-weight="bold">Invoice Date</fo:block>
                        <fo:block>01 Mar 2013</fo:block>

                    </fo:table-cell>
                </fo:table-row></fo:table-body></fo:table>
            </fo:block-container>
            <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                <fo:table-cell padding="3pt" width="4.5in">
                    <fo:block-container margin-left="0.5in" margin-top="0.3in" height="1.0in" font-size="10pt">

                        <fo:block>Ziziwork Services  </fo:block>
                        <fo:block>51 W. Center St. #1234</fo:block>

                        <fo:block>Orem, UT 84057-4605</fo:block>
                        <fo:block>USA</fo:block>

                    </fo:block-container>
                    <fo:block-container margin-left="0.5in"><fo:block font-size="8pt">
                        T: 1-801-123-4567
                        E: billing.bizi...@test.com

                    </fo:block></fo:block-container>
                </fo:table-cell>
                <fo:table-cell padding="3pt" width="3in">
                            <fo:block font-weight="bold">Balance Due</fo:block>
                            <fo:block>$538.92</fo:block>

                </fo:table-cell>
            </fo:table-row></fo:table-body></fo:table>

                <fo:table table-layout="fixed" width="100%">
                    <fo:table-header font-size="9pt" border-bottom="solid black">
                        <fo:table-cell width="0.3in" padding="1pt"><fo:block text-align="center">Item</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>
                        <fo:table-cell width="0.8in" padding="1pt"><fo:block>Date</fo:block></fo:table-cell>
                        <fo:table-cell width="2.8in" padding="1pt"><fo:block>Description</fo:block></fo:table-cell>
                        <fo:table-cell width="0.6in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                        <fo:table-cell width="0.9in" padding="1pt"><fo:block text-align="right">Amount</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                    </fo:table-header>
                    <fo:table-body>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>RDS Services</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">2</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Elastic Compute Cloud</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Simple Storage Service</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
    </fo:table-row>

                        <fo:table-row font-size="9pt" border-top="solid black">
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><f2021-03-02 14:38:05.080:WARN:oejs.HttpChannel:qtp832279283-45: /fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice
        at java.base/java.lang.Thread.run(Thread.java:829)o:block> </fo:block></fo:table-cell>

                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">Total</fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                        </fo:table-row>
                    </fo:table-body>
                </fo:table>

            <fo:table table-layout="fixed" width="100%" margin-top="0.1in">
                <fo:table-header font-size="9pt" border-bottom="solid black">
                    <fo:table-cell width="2.0in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>

                    <fo:table-cell width="1.0in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                    <fo:table-cell width="1.2in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                </fo:table-header>
                <fo:table-body>
                    <fo:table-row font-size="9pt" border-bottom="thin solid black">
                        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>
                        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>

                        <fo:table-cell padding="1pt"><fo:block text-align="right">$538.92</fo:block></fo:table-cell>
                    </fo:table-row>

                <fo:table-row font-size="9pt">
                    <fo:table-cell padding="1pt"><fo:block text-align="center"> </fo:block></fo:table-cell>
                    <fo:table-cell padding="1pt" font-weight="bold"><fo:block text-align="right">Total</fo:block></fo:table-cell>

                    <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                </fo:table-row>
                </fo:table-body>
            </fo:table>




        </fo:flow>
    </fo:page-sequence>
</fo:root>




    <!-- END   screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->

java.lang.IllegalArgumentException: URI is not hierarchical
        at sun.nio.fs.WindowsUriSupport.fromUri(WindowsUriSupport.java:123) ~[?:?]
        at sun.nio.fs.WindowsFileSystemProvider.getPath(WindowsFileSystemProvider.java:97) ~[?:?]
        at java.nio.file.Path.of(Path.java:203) ~[?:?]
        at java.nio.file.Paths.get(Paths.java:97) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocation.test(ClasspathPattern.java:354) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:446) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:436) ~[?:?]
        at org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded(IncludeExcludeSet.java:189) ~[jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[moqui_temp14520953055803796197execlib_websocket-server-9.4.35.v2
0201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20

201120]
        at org.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servle
t.ServletHandler.doHandle(ServletHandler.java:548) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[moqui_temp15640743516131194173execlib_jetty-security-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2020
1120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.
35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v202
01120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v2

0201120]
        at java.lang.Thread.run(Thread.java:829) [?:?]
14:38:07.098 ERROR 832279283-45            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:

    <!-- BEGIN screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->



<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica, sans-serif" font-size="10pt">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="letter-portrait" page-width="8.5in" page-height="11in"
                               margin-top="0.5in" margin-bottom="0.5in" margin-left="0.5in" margin-right="0.5in">
            <fo:region-body margin-top="0.7in" margin-bottom="0.6in"/>
            <fo:region-before extent="0.7in"/>
            <fo:region-after extent="0.5in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

    <fo:page-sequence master-reference="letter-portrait" id="mainSequence">
        <fo:static-content flow-name="xsl-region-before">
            <fo:block-container absolute-position="absolute" top="0in" left="0in" width="3in">
                    <fo:block font-size="13pt" text-align="center" font-weight="bold">Amazon Web Services </fo:block>

                    <fo:block font-size="12pt" text-align="center" margin-bottom="0.1in">Invoice</fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="2.0in" width="2.5in">
                <fo:block text-align="left" font-size="9pt">
                </fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="0in" width="2.0in">
                <fo:block text-align="left" font-size="9pt">

                </fo:block>
            </fo:block-container>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after" font-size="8pt">
            <fo:block border-top="thin solid black">
                <fo:block text-align="center">

                </fo:block>
                <fo:block text-align="center">Amazon Web Services  Invoice #HM-002 -- 01 Mar 2013 -- Page <fo:page-number/></fo:block>

            </fo:block>
        </fo:static-content>

        <fo:flow flow-name="xsl-region-body">
            <fo:block-container width="7.5in" height="0.8in">
                <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                    <fo:table-cell padding="3pt" width="1.75in">
                        <fo:block font-weight="bold">Invoice #</fo:block>
                        <fo:block>HM-002</fo:block>

                        <fo:block font-weight="bold">Customer #</fo:block>
                        <fo:block>ZISER</fo:block>

                    </fo:table-cell>
                    <fo:table-cell padding="3pt" width="2in">
                        <fo:block font-weight="bold">Invoice Date</fo:block>
                        <fo:block>01 Mar 2013</fo:block>

                    </fo:table-cell>
                </fo:table-row></fo:table-body></fo:table>
            </fo:block-container>
            <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                <fo:table-cell padding="3pt" width="4.5in">
                    <fo:block-container margin-left="0.5in" margin-top="0.3in" height="1.0in" font-size="10pt">

                        <fo:block>Ziziwork Services  </fo:block>
                        <fo:block>51 W. Center St. #1234</fo:block>

                        <fo:block>Orem, UT 84057-4605</fo:block>
                        <fo:block>USA</fo:block>

                    </fo:block-container>
                    <fo:block-container margin-left="0.5in"><fo:block font-size="8pt">
                        T: 1-801-123-4567
                        E: billing.bizi...@test.com

                    </fo:block></fo:block-container>
                </fo:table-cell>
                <fo:table-cell padding="3pt" width="3in">
                            <fo:block font-weight="bold">Balance Due</fo:block>
                            <fo:block>$538.92</fo:block>

                </fo:table-cell>
            </fo:table-row></fo:table-body></fo:table>

                <fo:table table-layout="fixed" width="100%">
                    <fo:table-header font-size="9pt" border-bottom="solid black">
                        <fo:table-cell width="0.3in" padding="1pt"><fo:block text-align="center">Item</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>
                        <fo:table-cell width="0.8in" padding="1pt"><fo:block>Date</fo:block></fo:table-cell>
                        <fo:table-cell width="2.8in" padding="1pt"><fo:block>Description</fo:block></fo:table-cell>
                        <fo:table-cell width="0.6in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                        <fo:table-cell width="0.9in" padding="1pt"><fo:block text-align="right">Amount</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                    </fo:table-header>
                    <fo:table-body>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>RDS Services</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">2</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Elastic Compute Cloud</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Simple Storage Service</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
    </fo:table-row>

                        <fo:table-row font-size="9pt" border-top="solid black">
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><f2021-03-02 14:38:07.118:WARN:oejs.HttpChannel:qtp832279283-45: /fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice
        at java.base/java.lang.Thread.run(Thread.java:829)o:block> </fo:block></fo:table-cell>

                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">Total</fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                        </fo:table-row>
                    </fo:table-body>
                </fo:table>

            <fo:table table-layout="fixed" width="100%" margin-top="0.1in">
                <fo:table-header font-size="9pt" border-bottom="solid black">
                    <fo:table-cell width="2.0in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>

                    <fo:table-cell width="1.0in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                    <fo:table-cell width="1.2in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                </fo:table-header>
                <fo:table-body>
                    <fo:table-row font-size="9pt" border-bottom="thin solid black">
                        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>
                        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>

                        <fo:table-cell padding="1pt"><fo:block text-align="right">$538.92</fo:block></fo:table-cell>
                    </fo:table-row>

                <fo:table-row font-size="9pt">
                    <fo:table-cell padding="1pt"><fo:block text-align="center"> </fo:block></fo:table-cell>
                    <fo:table-cell padding="1pt" font-weight="bold"><fo:block text-align="right">Total</fo:block></fo:table-cell>

                    <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                </fo:table-row>
                </fo:table-body>
            </fo:table>




        </fo:flow>
    </fo:page-sequence>
</fo:root>




    <!-- END   screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->

java.lang.IllegalArgumentException: URI is not hierarchical
        at sun.nio.fs.WindowsUriSupport.fromUri(WindowsUriSupport.java:123) ~[?:?]
        at sun.nio.fs.WindowsFileSystemProvider.getPath(WindowsFileSystemProvider.java:97) ~[?:?]
        at java.nio.file.Path.of(Path.java:203) ~[?:?]
        at java.nio.file.Paths.get(Paths.java:97) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocation.test(ClasspathPattern.java:354) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:446) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:436) ~[?:?]
        at org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded(IncludeExcludeSet.java:189) ~[jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[moqui_temp14520953055803796197execlib_websocket-server-9.4.35.v2
0201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20

201120]
        at org.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servle
t.ServletHandler.doHandle(ServletHandler.java:548) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[moqui_temp15640743516131194173execlib_jetty-security-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2020
1120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.
35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v202
01120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v2

0201120]
        at java.lang.Thread.run(Thread.java:829) [?:?]
14:38:13.292 ERROR 832279283-71            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:

    <!-- BEGIN screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->



<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica, sans-serif" font-size="10pt">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="letter-portrait" page-width="8.5in" page-height="11in"
                               margin-top="0.5in" margin-bottom="0.5in" margin-left="0.5in" margin-right="0.5in">
            <fo:region-body margin-top="0.7in" margin-bottom="0.6in"/>
            <fo:region-before extent="0.7in"/>
            <fo:region-after extent="0.5in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

    <fo:page-sequence master-reference="letter-portrait" id="mainSequence">
        <fo:static-content flow-name="xsl-region-before">
            <fo:block-container absolute-position="absolute" top="0in" left="0in" width="3in">
                    <fo:block font-size="13pt" text-align="center" font-weight="bold">Amazon Web Services </fo:block>

                    <fo:block font-size="12pt" text-align="center" margin-bottom="0.1in">Invoice</fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="2.0in" width="2.5in">
                <fo:block text-align="left" font-size="9pt">
                </fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="0in" width="2.0in">
                <fo:block text-align="left" font-size="9pt">

                </fo:block>
            </fo:block-container>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after" font-size="8pt">
            <fo:block border-top="thin solid black">
                <fo:block text-align="center">

                </fo:block>
                <fo:block text-align="center">Amazon Web Services  Invoice #HM-002 -- 01 Mar 2013 -- Page <fo:page-number/></fo:block>

            </fo:block>
        </fo:static-content>

        <fo:flow flow-name="xsl-region-body">
            <fo:block-container width="7.5in" height="0.8in">
                <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                    <fo:table-cell padding="3pt" width="1.75in">
                        <fo:block font-weight="bold">Invoice #</fo:block>
                        <fo:block>HM-002</fo:block>

                        <fo:block font-weight="bold">Customer #</fo:block>
                        <fo:block>ZISER</fo:block>

                    </fo:table-cell>
                    <fo:table-cell padding="3pt" width="2in">
                        <fo:block font-weight="bold">Invoice Date</fo:block>
                        <fo:block>01 Mar 2013</fo:block>

                    </fo:table-cell>
                </fo:table-row></fo:table-body></fo:table>
            </fo:block-container>
            <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                <fo:table-cell padding="3pt" width="4.5in">
                    <fo:block-container margin-left="0.5in" margin-top="0.3in" height="1.0in" font-size="10pt">

                        <fo:block>Ziziwork Services  </fo:block>
                        <fo:block>51 W. Center St. #1234</fo:block>

                        <fo:block>Orem, UT 84057-4605</fo:block>
                        <fo:block>USA</fo:block>

                    </fo:block-container>
                    <fo:block-container margin-left="0.5in"><fo:block font-size="8pt">
                        T: 1-801-123-4567
                        E: billing.bizi...@test.com

                    </fo:block></fo:block-container>
                </fo:table-cell>
                <fo:table-cell padding="3pt" width="3in">
                            <fo:block font-weight="bold">Balance Due</fo:block>
                            <fo:block>$538.92</fo:block>

                </fo:table-cell>
            </fo:table-row></fo:table-body></fo:table>

                <fo:table table-layout="fixed" width="100%">
                    <fo:table-header font-size="9pt" border-bottom="solid black">
                        <fo:table-cell width="0.3in" padding="1pt"><fo:block text-align="center">Item</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>
                        <fo:table-cell width="0.8in" padding="1pt"><fo:block>Date</fo:block></fo:table-cell>
                        <fo:table-cell width="2.8in" padding="1pt"><fo:block>Description</fo:block></fo:table-cell>
                        <fo:table-cell width="0.6in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                        <fo:table-cell width="0.9in" padding="1pt"><fo:block text-align="right">Amount</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                    </fo:table-header>
                    <fo:table-body>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>RDS Services</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">2</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Elastic Compute Cloud</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Simple Storage Service</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
    </fo:table-row>

                        <fo:table-row font-size="9pt" border-top="solid black">
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><f2021-03-02 14:38:13.308:WARN:oejs.HttpChannel:qtp832279283-71: /fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice
        at java.base/java.lang.Thread.run(Thread.java:829)o:block> </fo:block></fo:table-cell>

                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">Total</fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                        </fo:table-row>
                    </fo:table-body>
                </fo:table>

            <fo:table table-layout="fixed" width="100%" margin-top="0.1in">
                <fo:table-header font-size="9pt" border-bottom="solid black">
                    <fo:table-cell width="2.0in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>

                    <fo:table-cell width="1.0in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                    <fo:table-cell width="1.2in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                </fo:table-header>
                <fo:table-body>
                    <fo:table-row font-size="9pt" border-bottom="thin solid black">
                        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>
                        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>

                        <fo:table-cell padding="1pt"><fo:block text-align="right">$538.92</fo:block></fo:table-cell>
                    </fo:table-row>

                <fo:table-row font-size="9pt">
                    <fo:table-cell padding="1pt"><fo:block text-align="center"> </fo:block></fo:table-cell>
                    <fo:table-cell padding="1pt" font-weight="bold"><fo:block text-align="right">Total</fo:block></fo:table-cell>

                    <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                </fo:table-row>
                </fo:table-body>
            </fo:table>




        </fo:flow>
    </fo:page-sequence>
</fo:root>




    <!-- END   screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->

java.lang.IllegalArgumentException: URI is not hierarchical
        at sun.nio.fs.WindowsUriSupport.fromUri(WindowsUriSupport.java:123) ~[?:?]
        at sun.nio.fs.WindowsFileSystemProvider.getPath(WindowsFileSystemProvider.java:97) ~[?:?]
        at java.nio.file.Path.of(Path.java:203) ~[?:?]
        at java.nio.file.Paths.get(Paths.java:97) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocation.test(ClasspathPattern.java:354) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:446) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:436) ~[?:?]
        at org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded(IncludeExcludeSet.java:189) ~[jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[moqui_temp14520953055803796197execlib_websocket-server-9.4.35.v2
0201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20

201120]
        at org.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servle
t.ServletHandler.doHandle(ServletHandler.java:548) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[moqui_temp15640743516131194173execlib_jetty-security-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2020
1120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.
35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v202
01120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v2

0201120]
        at java.lang.Thread.run(Thread.java:829) [?:?]
Mon Mar 01 22:38:25 PST 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirem
ents SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is
set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
14:38:43.882  INFO 832279283-99           o.moqui.i.e.EntityFacadeImpl Created 823 automatic reverse relationships
14:38:44.668 ERROR 832279283-99            o.moqui.i.w.MoquiFopServlet Error transforming XSL-FO content:

    <!-- BEGIN screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->



<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica, sans-serif" font-size="10pt">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="letter-portrait" page-width="8.5in" page-height="11in"
                               margin-top="0.5in" margin-bottom="0.5in" margin-left="0.5in" margin-right="0.5in">
            <fo:region-body margin-top="0.7in" margin-bottom="0.6in"/>
            <fo:region-before extent="0.7in"/>
            <fo:region-after extent="0.5in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

    <fo:page-sequence master-reference="letter-portrait" id="mainSequence">
        <fo:static-content flow-name="xsl-region-before">
            <fo:block-container absolute-position="absolute" top="0in" left="0in" width="3in">
                    <fo:block font-size="13pt" text-align="center" font-weight="bold">Amazon Web Services </fo:block>

                    <fo:block font-size="12pt" text-align="center" margin-bottom="0.1in">Invoice</fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="2.0in" width="2.5in">
                <fo:block text-align="left" font-size="9pt">
                </fo:block>
            </fo:block-container>
            <fo:block-container absolute-position="absolute" top="0in" right="0in" width="2.0in">
                <fo:block text-align="left" font-size="9pt">

                </fo:block>
            </fo:block-container>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after" font-size="8pt">
            <fo:block border-top="thin solid black">
                <fo:block text-align="center">

                </fo:block>
                <fo:block text-align="center">Amazon Web Services  Invoice #HM-002 -- 01 Mar 2013 -- Page <fo:page-number/></fo:block>

            </fo:block>
        </fo:static-content>

        <fo:flow flow-name="xsl-region-body">
            <fo:block-container width="7.5in" height="0.8in">
                <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                    <fo:table-cell padding="3pt" width="1.75in">
                        <fo:block font-weight="bold">Invoice #</fo:block>
                        <fo:block>HM-002</fo:block>

                        <fo:block font-weight="bold">Customer #</fo:block>
                        <fo:block>ZISER</fo:block>

                    </fo:table-cell>
                    <fo:table-cell padding="3pt" width="2in">
                        <fo:block font-weight="bold">Invoice Date</fo:block>
                        <fo:block>01 Mar 2013</fo:block>

                    </fo:table-cell>
                </fo:table-row></fo:table-body></fo:table>
            </fo:block-container>
            <fo:table table-layout="fixed" margin-bottom="0.2in" width="7.5in"><fo:table-body><fo:table-row>
                <fo:table-cell padding="3pt" width="4.5in">
                    <fo:block-container margin-left="0.5in" margin-top="0.3in" height="1.0in" font-size="10pt">

                        <fo:block>Ziziwork Services  </fo:block>
                        <fo:block>51 W. Center St. #1234</fo:block>

                        <fo:block>Orem, UT 84057-4605</fo:block>
                        <fo:block>USA</fo:block>

                    </fo:block-container>
                    <fo:block-container margin-left="0.5in"><fo:block font-size="8pt">
                        T: 1-801-123-4567
                        E: billing.bizi...@test.com

                    </fo:block></fo:block-container>
                </fo:table-cell>
                <fo:table-cell padding="3pt" width="3in">
                            <fo:block font-weight="bold">Balance Due</fo:block>
                            <fo:block>$538.92</fo:block>

                </fo:table-cell>
            </fo:table-row></fo:table-body></fo:table>

                <fo:table table-layout="fixed" width="100%">
                    <fo:table-header font-size="9pt" border-bottom="solid black">
                        <fo:table-cell width="0.3in" padding="1pt"><fo:block text-align="center">Item</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>
                        <fo:table-cell width="0.8in" padding="1pt"><fo:block>Date</fo:block></fo:table-cell>
                        <fo:table-cell width="2.8in" padding="1pt"><fo:block>Description</fo:block></fo:table-cell>
                        <fo:table-cell width="0.6in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                        <fo:table-cell width="0.9in" padding="1pt"><fo:block text-align="right">Amount</fo:block></fo:table-cell>
                        <fo:table-cell width="1in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                    </fo:table-header>
                    <fo:table-body>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>RDS Services</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$216.000</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">2</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Elastic Compute Cloud</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$315.800</fo:block></fo:table-cell>
    </fo:table-row>
    <fo:table-row font-size="8pt" border-bottom="thin solid black">
        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>

        <fo:table-cell padding="1pt"><fo:block></fo:block></fo:table-cell>
        <fo:table-cell padding="1pt">
            <fo:block>Simple Storage Service</fo:block>




        </fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="center">1</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
        <fo:table-cell padding="1pt"><fo:block text-align="right">$7.120</fo:block></fo:table-cell>
    </fo:table-row>

                        <fo:table-row font-size="9pt" border-top="solid black">
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><f2021-03-02 14:38:44.673:WARN:oejs.HttpChannel:qtp832279283-99: /fop/apps/PopcAdmin/Accounting/Invoice/PrintInvoice
        at java.base/java.lang.Thread.run(Thread.java:829)o:block> </fo:block></fo:table-cell>

                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block> </fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">Total</fo:block></fo:table-cell>
                            <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                        </fo:table-row>
                    </fo:table-body>
                </fo:table>

            <fo:table table-layout="fixed" width="100%" margin-top="0.1in">
                <fo:table-header font-size="9pt" border-bottom="solid black">
                    <fo:table-cell width="2.0in" padding="1pt"><fo:block>Type</fo:block></fo:table-cell>

                    <fo:table-cell width="1.0in" padding="1pt"><fo:block text-align="center">Qty</fo:block></fo:table-cell>
                    <fo:table-cell width="1.2in" padding="1pt"><fo:block text-align="right">Total</fo:block></fo:table-cell>
                </fo:table-header>
                <fo:table-body>
                    <fo:table-row font-size="9pt" border-bottom="thin solid black">
                        <fo:table-cell padding="1pt"><fo:block>Computer Server Hosting</fo:block></fo:table-cell>
                        <fo:table-cell padding="1pt"><fo:block text-align="center">3</fo:block></fo:table-cell>

                        <fo:table-cell padding="1pt"><fo:block text-align="right">$538.92</fo:block></fo:table-cell>
                    </fo:table-row>

                <fo:table-row font-size="9pt">
                    <fo:table-cell padding="1pt"><fo:block text-align="center"> </fo:block></fo:table-cell>
                    <fo:table-cell padding="1pt" font-weight="bold"><fo:block text-align="right">Total</fo:block></fo:table-cell>

                    <fo:table-cell padding="1pt"><fo:block text-align="right" font-weight="bold">$538.92</fo:block></fo:table-cell>

                </fo:table-row>
                </fo:table-body>
            </fo:table>




        </fo:flow>
    </fo:page-sequence>
</fo:root>




    <!-- END   screen[@location=component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml].widgets -->

java.lang.IllegalArgumentException: URI is not hierarchical
        at sun.nio.fs.WindowsUriSupport.fromUri(WindowsUriSupport.java:123) ~[?:?]
        at sun.nio.fs.WindowsFileSystemProvider.getPath(WindowsFileSystemProvider.java:97) ~[?:?]
        at java.nio.file.Path.of(Path.java:203) ~[?:?]
        at java.nio.file.Paths.get(Paths.java:97) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocation.test(ClasspathPattern.java:354) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:446) ~[?:?]
        at org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule.test(ClasspathPattern.java:436) ~[?:?]
        at org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded(IncludeExcludeSet.java:189) ~[jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[moqui_temp4550747182313434843execlib_javax.servlet-api-3.1.0.jar.:3.1.0]
        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[moqui_temp14520953055803796197execlib_websocket-server-9.4.35.v2
0201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20

201120]
        at org.moqui.impl.webapp.ElasticRequestLogFilter.doFilter(ElasticRequestLogFilter.groovy:110) ~[moqui-framework-3.0.0-rc8.jar:3.0.0-rc8]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]

        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[moqui_temp15640743516131194173execlib_jetty-security-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v
20201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[moqui_temp135072328542632809execlib_jetty-servlet-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20
201120]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2
0201120]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v2020
1120]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [moqui_temp13418180673104570337execlib_jetty-server-9.4.35.v20201120.jar.:9.4.35.v20201120
]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [moqui_temp3070021087147499800execlib_jetty-io-9.4.35.v20201120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.
v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.3
5.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.
35.v20201120]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v202
01120]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v202
01120.jar.:9.4.35.v20201120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v20201
120]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [moqui_temp12097451902463595467execlib_jetty-util-9.4.35.v20201120.jar.:9.4.35.v2

0201120]
        at java.lang.Thread.run(Thread.java:829) [?:?]

Regards,
Marvin

You received this message because you are subscribed to a topic in the Google Groups "Moqui Ecosystem" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/moqui/BZmcYsSua70/unsubscribe.
To unsubscribe from this group and all its topics, send an email to moqui+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/moqui/CAKBdU9fD9W8RXX9-ws57WQhR2uXKKRoQ5Xpq3tcviQ-n-hZovA%40mail.gmail.com.

David E Jones

unread,
Mar 2, 2021, 8:48:07 PM3/2/21
to Moqui Framework


On Mon, Mar 1, 2021 at 10:41 PM Marvin Wong <marvin...@gmail.com> wrote:

5. java -jar moqui-plus-runtime.war

Yeah, don't do that. Java doesn't do well with classpath resources in nested zip files. Once runtime has been added to WAR file it has to be expanded before run, just as it would be when the .war file is deployed on an app server.
Reply all
Reply to author
Forward
0 new messages