开发者

java web start problem with sign file

开发者 https://www.devze.com 2022-12-31 12:39 出处:网络
Unsigned application requesting unrestricted access to system Unsigned resource: http://*/kis/adfjars/sqlj/lib/runtime12.jar
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.ha开发者_运维百科ndleLaunchFile(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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号