On 10/29/2012 05:53 PM, Boris Goldowsky wrote: > Your suspicion appears to be correct - that it is due to a property value > being too long. I was able to replicate your success with a completely > stock copy of XXE; but failed when including our own list of add-ons. > Removing some of the addon references manually from xxe.jnlp was sufficient > to make it work (but does not seem to be a good real-world solution!) One or > both of these lines are too long: > > <property name="javaws.XXE.configurations" > > value="addon:0-dtbook-iss/0-dtbook-iss.xxe;addon:config/dita/bookmap.xxe;addon:daisy-mathml-2/daisy-mathml.xxe;addon:config/dita/ditaval.xxe;addon:config/docbook/docbook.xxe;addon:config/docbook5/docbook5.xxe;addon:dtbook/dtbook.xxe;addon:config/dita/map.xxe;addon:mathml_config/standalone/mathml.xxe;addon:config/dita/topic.xxe;addon:config/xhtml/xhtml11.xxe;addon:config/xhtml/xhtml5.xxe;addon:config/xhtml/xhtml_loose.xxe;addon:config/xhtml/xhtml_strict.xxe"/> > > <property name="javaws.XXE.catalogs" > > value="addon:daisy-mathml-2/daisy-mathml_catalog.xml;addon:mathml_config/mathml_catalog.xml;addon:batik_imagetoolkit/svg_catalog.xml;addon:jeuclid_imagetoolkit/mathml_catalog.xml;addon:dtbook/dtbook_catalog.xml;addon:0-dtbook-iss/0-dtbook-iss_catalog.xml;addon:config/catalog.xml;addon:config/xhtml/catalog.xml;addon:config/docbook/catalog.xml;addon:config/docbook5/catalog.xml;addon:config/dita/catalog.xml"/> > > Is the only remedy to un-install some of the addons that are now installed by > default, or is there something else I can do? Building the webstart with > Java 6 or 7 does not seem to make a difference. >
Thank you for taking the time to confirm that. I'm sorry but I have no proven workaround to suggest. I can just say that: * Removing all the add-ons you don't need is always a good thing. * If you need all the above add-ons, then using a sed script to discard --- addon:batik_imagetoolkit/svg_catalog.xml;addon:jeuclid_imagetoolkit/mathml_catalog.xml --- from xxe.jnlp should cause no harm. We'll try to file a bug report to the Java dev team. We generally delay this as much as possible because it's a lot of work. I mean, we much prefer spending time fixing our own bugs rather than proving Oracle that we have found a bug in the Java runtime. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

