java web start 与签名文件有关的问题
Unsigned application requesting unrestricted access to system
Unsigned resource: http://*/kis/adfjars/sqlj/lib/runtime12.jar
例外:
<jar href="http://*/kis/adfjars/jlib/oracle-el.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/jlib/share.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/lib/dms.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/lib/xmlparserv2.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/ord/jlib/ordim.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/sqlj/lib/runtime12.jar" download="eager" main="false"/>
</resources>
<library-desc unique-id="null"/>
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
但是当我第二次部署到 oc4j 时,然后开始工作。有时是第一次工作。知道为什么吗?所有其他文件都已签名,只有该文件有问题,但并非总是如此。
谢谢
Unsigned application requesting unrestricted access to system
Unsigned resource: http://*/kis/adfjars/sqlj/lib/runtime12.jar
Exception:
<jar href="http://*/kis/adfjars/jlib/oracle-el.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/jlib/share.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/lib/dms.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/lib/xmlparserv2.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/ord/jlib/ordim.jar" download="eager" main="false"/>
<jar href="http://*/kis/adfjars/sqlj/lib/runtime12.jar" download="eager" main="false"/>
</resources>
<library-desc unique-id="null"/>
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
but when i deploy second time to oc4j then start working. Sometimes work for first time. Any idea why? All other files are signed only this file has problem, but not always.
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
前段时间我遇到了这样的问题。就我而言,问题是一些证书已过期的 JAR。当我用当前版本替换它们后,一切都正常。我的建议是检查runtime12.jar 中的证书到期日期。希望这有帮助。
再见。
保罗·曼贾雷斯
sometime ago i had a problem like this one. In my case the problem was some JARs whose certificates were expired. As soon as i replaced them with a current version everything went ok. My advice would be to check the certificate expiration date from runtime12.jar. Hope this helps.
Bye.
Paul Manjarres