对于一个看似有效的 URL,我得到了这个异常:
document = componentLoader.loadComponentFromURL(templateURL, "_blank", FrameSearchFlag.CREATE, new PropertyValue[0]);
被称为templateURL
:
file:///var/lib/tomcat6/webapps/convert/WEB-INF/template.odp
顺便说一句:相同的代码在 Windows 上运行良好。(当然会生成 diff URL)。
编辑:对于像这样的 URL:
private:factory/simpress
我犯了同样的错误。