Bug 56142 - Java 1.7_u51 refuses to run Chainsaw under WebStart due to security restrictions
Summary: Java 1.7_u51 refuses to run Chainsaw under WebStart due to security restrictions
Status: NEW
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: chainsaw (show other bugs)
Version: unspecified
Hardware: PC All
: P2 blocker
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-15 21:50 UTC by Mark Crocker
Modified: 2014-02-15 21:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Crocker 2014-02-15 21:50:46 UTC
Under Java 1.7_u51 security has been beefed up, so it now refuses to start Chainsaw 2.0alpha-1.

The Exception tab of the details window shows:

java.lang.SecurityException: Missing required Permissions manifest attribute in main jar: http://logging.apache.org/chainsaw/webstart/lib/log4j-chainsaw-2.0alpha-1.jar
	at com.sun.deploy.security.DeployManifestChecker.verifyMainJar(Unknown Source)
	at com.sun.deploy.security.DeployManifestChecker.verifyMainJar(Unknown Source)
	at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)