java web start 与签名文件有关的问题

发布于 2024-09-02 10:03:22 字数 1356 浏览 3 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浊酒尽余欢 2024-09-09 10:03:22

前段时间我遇到了这样的问题。就我而言,问题是一些证书已过期的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文