BIRT 2.6.2 Runtime error - Access Denied - java.io.filepermission [message #1031466] |
Mon, 01 April 2013 16:02 |
Eclipse User |
|
|
|
I have a simple Report that I created using the BIRT 2.6.2 Designer in Eclipse 3.6.2. I get an access denied error when the Open is executed from a standalone application in Eclipse Debug mode:
design = engine.openReportDesign("C:\\Dev\\......\\InventoryReport.rptdesign");
I have previously created this same report in 4.2.2 and had no issues but for other reasons had to revert to 2.6.2. I recreated this report in 2.6.2 to be sure.
The OS is Windows XP and the folder and report do exist at the above location.
java.security.AccessControlException: access denied (java.io.FilePermission C:\Dev\STRATA\engine_java\project\src\com\cgi\strata\cacs\InventoryReport.rptdesign read)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
at org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager.internalCheckPermission(EquinoxSecurityManager.java:117)
at org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager$CheckPermissionAction.run(EquinoxSecurityManager.java:60)
Any suggestions I could try?
|
|
|
Powered by
FUDForum. Page generated in 0.03672 seconds