Sovan Misra
Sovan Misra

Reputation: 109

Unable to open JNLP client

I was trying to open an JNLP client but it fails every time throwing an exception.

#### Java Web Start Error:
#### Unsigned application requesting unrestricted access to system
Unsigned resource:URL/beans/molecule.jar

Yesterday it was working, but this morning it Java asked for an update and I did it. After that I am facing this problem.

Please suggest me what i can do to handle this.

Upvotes: 5

Views: 14745

Answers (3)

RogerLewis
RogerLewis

Reputation: 71

A new page to resolve this issue has been posted on java.com http://java.com/en/download/help/clearcache_upgrade.xml

-Duke

Upvotes: 6

DukeUnleashed
DukeUnleashed

Reputation: 21

Try clearing your Java Cache. Instructions: http://www.java.com/en/download/help/plugin_cache.xml

Upvotes: 2

Raghuram
Raghuram

Reputation: 52625

From the error message, it looks like you have an unsigned jar. You could try signing it and retrying.

Upvotes: 1

Related Questions