cancel
Showing results for 
Search instead for 
Did you mean: 

access denied ("java.util.PropertyPermission" "com.sap.security.xssencode" "read")

0 Kudos

Hello everybody,

I try to start SUM GUI from Web .

Whe I execute the sdtdsu.jnlp file

the following error apperead:

#### Java Web Start Error:

#### access denied ("java.util.PropertyPermission" "com.sap.security.xssencode" "read")

java.security.AccessControlException: access denied ("java.util.PropertyPermission" "com.sap.security.xssencode" "read")

    at java.security.AccessControlContext.checkPermission(Unknown Source)

    at java.security.AccessController.checkPermission(Unknown Source)

    at java.lang.SecurityManager.checkPermission(Unknown Source)

    at com.sun.javaws.security.JavaWebStartSecurity.checkPermission(Unknown Source)

    at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)

    at java.lang.System.getProperty(Unknown Source)

    at com.sap.security.core.server.csi.util.StringUtils.<clinit>(StringUtils.java:39)

    at com.sap.sdt.util.misc.BootStrapper.deleteErrorLog(BootStrapper.java:183)

    at com.sap.sdt.util.misc.BootStrapper.init(BootStrapper.java:110)

    at com.sap.sdt.util.misc.BootStrapper.<init>(BootStrapper.java:44)

    at SDTGui.<init>(SDTGui.java:46)

    at SDTGui.main(SDTGui.java:73)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

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

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

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

    at com.sun.javaws.Launcher.executeApplication(Unknown Source)

    at com.sun.javaws.Launcher.executeMainClass(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)

   

I use JRE 1.8.0_66 .

Which java version should work ?

Or how I can fix the error ?

Best regrads

Bernhard Deubner

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I had a team member experience this issue with SUM running JAVA 8 patch 91.

He is not using the newest SUM as saphost version needs to be changed.

Anyway I have partially resolved it by editing the java.policy file with this entry:

// SAP properties.

permission java.util.PropertyPermission "com.sap.security.xssencode", "read"

The error is not generated but the Web Gui browser session never gets past the default page.

It's a work in progress.

Dan Mead

0 Kudos

Yes,

you have to import the SAP certifcate to the windows certifcate store.

And I use Java version:

java version "1.7.0_17"

Java(TM) SE Runtime Environment (build 1.7.0_17-b02)

Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

Former Member
0 Kudos

Thanks!!! I will try it. by now I was executing the GUI from a linux vm with IceTea.

Regards

Former Member
0 Kudos

Hi,

I'm facing the same issue, did you find any solution?

Regards