IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: BurrMan
About
User Name: BurrMan
Forum Rank: Member
Real Name:
Location Hawaii
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Tuesday, January 3, 2012
Last Visit: Wednesday, December 23, 2020 1:08:25 AM
Number of Posts: 10
[0.05% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Belgian financial statements - how to retrieve a single amount?
Posted: Saturday, May 11, 2013 11:27:30 PM
T_BVH wrote:

In the training course they grab the financial statement from the XBRL taxonomy and place it in the main window.

When I do the same, my previews come up empty.


How about attaching an example of your file here...
Topic: AxAuthenticDesktopControl
Posted: Saturday, June 2, 2012 5:24:18 AM
I still had 30 purchase support and got an answer to this.. The answer was no.

I DO wish this user forum was more vibrant.. I do my best learning of softwares and techniques in user forums by participation. There is alot I need to learn at the moment, and it will be like pulling teeth!
Topic: PDF Preview
Posted: Wednesday, May 30, 2012 8:53:54 AM
Hi Island,
I set everything back to the 2 jre 7 installs (x86 and x64) and an environment variable PATH to the bin dir, and downloaded the nightly build of fop 1.0 and now generate a pdf without that error!!!

Can anybody check this pdf output against the online traiing-missionkit-chapter 4B1-Add data video? If this is the expected output, then I think I'll let it go.. If anything seems missing, I will want to contact support to help get straightend out before I loose them...

BTW: Island, thanks for jumping in with me on this.. You helped me move in a good direction with it :)
Topic: PDF Preview
Posted: Wednesday, May 30, 2012 7:58:16 AM
I was taking note that you had the jdk, while I was using just the jre.... I unistalled all java and re-installed with the jdk and set the variable like you, but still no change... Is there any type of other test that will determine why it works for you and not me? Does that error report tell the developers anything?
Topic: PDF Preview
Posted: Wednesday, May 30, 2012 7:26:32 AM
No Change with deleting the CLASSPATh variable.. I also added the JAVA_HOME as you have...

I uninstalled the 64 bit to start to narrow it down.
Topic: PDF Preview
Posted: Wednesday, May 30, 2012 6:20:54 AM
Hi Island,
Thanks for helping out.

The settings for xsl are as stated and I did find that in the docs. The environment variables are PATH and CLASSPATH for User pointing to the Java Bin Dir. I went to programs and features and DID have Java 6 update 32 listed as a 3rd install of it.. I uninstalled that with no change to the error. I will also be "restarting and testing again after a clean boot.

If there is anything else you can think of that may be jamming me up with this, fire it out..

The FOP installer I used from Altova was named ApacheFOP-0.95-JDK-1.4.exe (Maybe I got the wrong one)
Topic: AxAuthenticDesktopControl
Posted: Tuesday, May 29, 2012 11:46:14 PM
When this is deployed in a winforms app this way, does this eliminate the need for the enduser to install authentic?

Thanks.
Topic: PDF Preview
Posted: Tuesday, May 29, 2012 9:57:45 PM
Here are the files and a link to a youtube video of the process.

http://youtu.be/65C60NmndI4
Topic: PDF Preview
Posted: Sunday, May 27, 2012 5:11:23 PM
I need some direction to generate pdf preview correctly. I've installed the altova .95 fop and I have java 7 32 and 64 bit. There was a need for me to set environment variables to utilize either. Is the 1.4 jdk needed as listed in the naming convention?

I receive an error when I clcik the pdf preview button in stylevision: "ERROR: XSL-FO Processor Error(s) occurred!" and then receive this as FO-Result:

Code:
May 27, 2012 8:01:20 AM org.apache.fop.apps.FopFactoryConfigurator configure
INFO: Default page-height set to: 11in
May 27, 2012 8:01:20 AM org.apache.fop.apps.FopFactoryConfigurator configure
INFO: Default page-width set to: 8.26in
May 27, 2012 8:01:21 AM org.apache.fop.cli.Main startFOP
SEVERE: Exception
org.apache.fop.apps.FOPException: org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
javax.xml.transform.TransformerException: org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)
    at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
    at org.apache.fop.cli.Main.startFOP(Main.java:166)
    at org.apache.fop.cli.Main.main(Main.java:197)
Caused by: javax.xml.transform.TransformerException: org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:501)
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)
    ... 3 more
Caused by: org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:297)
    at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:163)
    at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1072)
    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
    at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
    ... 4 more
Caused by: java.lang.NumberFormatException: For input string: ":0"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.parseISO8601Date(XMPSchemaAdapter.java:192)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.getDateValue(XMPSchemaAdapter.java:238)
    at org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter.getCreateDate(XMPBasicAdapter.java:69)
    at org.apache.fop.pdf.PDFMetadata.updateInfoFromMetadata(PDFMetadata.java:220)
    at org.apache.fop.render.pdf.PDFRenderer.renderXMPMetadata(PDFRenderer.java:624)
    at org.apache.fop.render.pdf.PDFRenderer.processOffDocumentItem(PDFRenderer.java:557)
    at org.apache.fop.area.RenderPagesModel.handleOffDocumentItem(RenderPagesModel.java:207)
    at org.apache.fop.area.AreaTreeHandler.addOffDocumentItem(AreaTreeHandler.java:338)
    at org.apache.fop.area.AreaTreeHandler.wrapAndAddExtensionAttachments(AreaTreeHandler.java:213)
    at org.apache.fop.area.AreaTreeHandler.startAbstractPageSequence(AreaTreeHandler.java:205)
    at org.apache.fop.area.AreaTreeHandler.startPageSequence(AreaTreeHandler.java:194)
    at org.apache.fop.fo.pagination.PageSequence.startOfNode(PageSequence.java:114)
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:295)
    ... 17 more

---------

javax.xml.transform.TransformerException: org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:501)
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)
    at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
    at org.apache.fop.cli.Main.startFOP(Main.java:166)
    at org.apache.fop.cli.Main.main(Main.java:197)
Caused by: org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:297)
    at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:163)
    at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1072)
    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
    at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
    ... 4 more
Caused by: java.lang.NumberFormatException: For input string: ":0"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.parseISO8601Date(XMPSchemaAdapter.java:192)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.getDateValue(XMPSchemaAdapter.java:238)
    at org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter.getCreateDate(XMPBasicAdapter.java:69)
    at org.apache.fop.pdf.PDFMetadata.updateInfoFromMetadata(PDFMetadata.java:220)
    at org.apache.fop.render.pdf.PDFRenderer.renderXMPMetadata(PDFRenderer.java:624)
    at org.apache.fop.render.pdf.PDFRenderer.processOffDocumentItem(PDFRenderer.java:557)
    at org.apache.fop.area.RenderPagesModel.handleOffDocumentItem(RenderPagesModel.java:207)
    at org.apache.fop.area.AreaTreeHandler.addOffDocumentItem(AreaTreeHandler.java:338)
    at org.apache.fop.area.AreaTreeHandler.wrapAndAddExtensionAttachments(AreaTreeHandler.java:213)
    at org.apache.fop.area.AreaTreeHandler.startAbstractPageSequence(AreaTreeHandler.java:205)
    at org.apache.fop.area.AreaTreeHandler.startPageSequence(AreaTreeHandler.java:194)
    at org.apache.fop.fo.pagination.PageSequence.startOfNode(PageSequence.java:114)
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:295)
    ... 17 more
---------
org.xml.sax.SAXException: For input string: ":0"
java.lang.NumberFormatException: For input string: ":0"
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:297)
    at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:163)
    at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1072)
    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
    at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)
    at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
    at org.apache.fop.cli.Main.startFOP(Main.java:166)
    at org.apache.fop.cli.Main.main(Main.java:197)
Caused by: java.lang.NumberFormatException: For input string: ":0"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.parseISO8601Date(XMPSchemaAdapter.java:192)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.getDateValue(XMPSchemaAdapter.java:238)
    at org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter.getCreateDate(XMPBasicAdapter.java:69)
    at org.apache.fop.pdf.PDFMetadata.updateInfoFromMetadata(PDFMetadata.java:220)
    at org.apache.fop.render.pdf.PDFRenderer.renderXMPMetadata(PDFRenderer.java:624)
    at org.apache.fop.render.pdf.PDFRenderer.processOffDocumentItem(PDFRenderer.java:557)
    at org.apache.fop.area.RenderPagesModel.handleOffDocumentItem(RenderPagesModel.java:207)
    at org.apache.fop.area.AreaTreeHandler.addOffDocumentItem(AreaTreeHandler.java:338)
    at org.apache.fop.area.AreaTreeHandler.wrapAndAddExtensionAttachments(AreaTreeHandler.java:213)
    at org.apache.fop.area.AreaTreeHandler.startAbstractPageSequence(AreaTreeHandler.java:205)
    at org.apache.fop.area.AreaTreeHandler.startPageSequence(AreaTreeHandler.java:194)
    at org.apache.fop.fo.pagination.PageSequence.startOfNode(PageSequence.java:114)
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:295)
    ... 17 more
---------
java.lang.NumberFormatException: For input string: ":0"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.parseISO8601Date(XMPSchemaAdapter.java:192)
    at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.getDateValue(XMPSchemaAdapter.java:238)
    at org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter.getCreateDate(XMPBasicAdapter.java:69)
    at org.apache.fop.pdf.PDFMetadata.updateInfoFromMetadata(PDFMetadata.java:220)
    at org.apache.fop.render.pdf.PDFRenderer.renderXMPMetadata(PDFRenderer.java:624)
    at org.apache.fop.render.pdf.PDFRenderer.processOffDocumentItem(PDFRenderer.java:557)
    at org.apache.fop.area.RenderPagesModel.handleOffDocumentItem(RenderPagesModel.java:207)
    at org.apache.fop.area.AreaTreeHandler.addOffDocumentItem(AreaTreeHandler.java:338)
    at org.apache.fop.area.AreaTreeHandler.wrapAndAddExtensionAttachments(AreaTreeHandler.java:213)
    at org.apache.fop.area.AreaTreeHandler.startAbstractPageSequence(AreaTreeHandler.java:205)
    at org.apache.fop.area.AreaTreeHandler.startPageSequence(AreaTreeHandler.java:194)
    at org.apache.fop.fo.pagination.PageSequence.startOfNode(PageSequence.java:114)
    at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:295)
    at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:163)
    at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1072)
    at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
    at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)
    at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
    at org.apache.fop.cli.Main.startFOP(Main.java:166)
    at org.apache.fop.cli.Main.main(Main.java:197)


Not really sure how to interpret it or move forward.

Anybody?

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.