Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting Missing Permissions manifest attribute for several Jar using 11.1.2.1 and JRE 7 update 25

myluismSep 17 2013 — edited Sep 20 2013

Hi all

I'm in the deployment test phase for some apps on forms 11.1.2.1 from Windows to Linux.

My client laptop is running Java 7 Update 25.

Before putting things to run on the application server, i resigned some jar files apart from jabob, using sign_webutil.

Now i have issues on practical every jar specificed on my config section:

For example:

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmall.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmall.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmall.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmall.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmall.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmall.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/webfigoicons.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/keyfilter.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/keyfilter.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/FJCalendar.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/FJCalendar.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/jcalendar-1.3.2.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/jcalendar-1.3.2.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/looks-2.0.1.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/looks-2.0.1.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/lablediconbutton.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/lablediconbutton.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/icepdf.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/icepdf.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/FormsGraph.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/FormsGraph.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/frmwebutil.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/jacob.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/jacob.jar

Missing Permissions manifest attribute for: http://192.168.1.8:8888/forms/java/lablediconbutton.jar

Missing Codebase manifest attribute for: http://192.168.1.8:8888/forms/java/lablediconbutton.jar

com.sun.deploy.security.BlockedException: El usuario ha denegado los privilegios de código

    at sun.plugin2.applet.Plugin2ClassLoader.getPermissions(Unknown Source)

    at sun.plugin2.applet.Applet2ClassLoader.getPermissions(Unknown Source)

    at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)

    at java.security.SecureClassLoader.defineClass(Unknown Source)

    at java.net.URLClassLoader.defineClass(Unknown Source)

    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at sun.plugin2.applet.Plugin2ClassLoader.defineClassHelper(Unknown Source)

Etc. etc.

What's wrong? Was it a mistake to resign jar files?

How to correct this one ...?

Help will be greatly appreciated ....!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2013
Added on Sep 17 2013
5 comments
13,545 views