WebStart Application is not working in Java 7 u45 -


my eclipse rcp application ( launched webstart (.jnlp)) crashes on startup while launching java 7 u45 (working fine in java6).

i've added manifest:
permissions: all-permissions
codebase: *
trusted-library: true

this removed error dialog popup. still have startup issue. see following messages (missing application-library-allowable-codebase) in java console while downloading many jarfs/plugins

security: javaws apppolicy permission requested for: http://vspdlpd05.atldev.com/pdteller-v73allyusdev2ix/app/plugins/j2ee_1.6.0.jar ruleset: finding deployment rule set         title: profile direct teller wrappering feature         location: http:vspdlpd05.atldev.com/pdteller-v73allyusdev2ix/app/features/com.fnis.ally.teller.wrapper_2.0.0.jnlp         jar location: vspdlpd05.atldev.com/pdteller-v73allyusdev2ix/app/plugins/j2ee_1.6.0.jar         jar version: null         isartifact: true ruleset: no rule applies, returning default rule network: created version id: 1.7.0.51 network: created version id: 1.5+ network: created version id: 0+ security: missing application-library-allowable-codebase manifest attribute for: http://vspdlpd05.atldev.com/pdteller-v73allyusdev2ix/app/plugins/j2ee_1.6.0.jar 

whereas same changes (modified manifest files above attributes) done in different repository seems working fine java 7 u45.

any appreciated.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -