Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "user.home" "read")

  1. #1
    Junior Member
    Join Date
    Aug 2019
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question java.security.AccessControlException: access denied ("java.util.PropertyPermission" "user.home" "read")

    My profile:

    I have NO Java programming skills but this site may help me solve my problem.

    Summary:

    I have a server (actually a few servers) which are IBM 3850 M2 / x3950 M2 -[72336SU]-. To access the back end of the server, that is, to be able to control the server as if I was actually in front of it, I access it's ASM portal which is http[:]//192.168.0.30. I can then see all the hardware details for the server and the one important option is the Remote Control menu item. When I click this menu item, I click on the "Start Remote Control" link and it opens a Java applet.

    This is my problem:

    The applet opens and I get 2 boxes on the browser screen saying "Error. Click for details". Clicking this text shows a dialog box with Application Error, AccessControlException, access denied "("java.net.SocketPermission" "192.168.0.30:2000" "connect,resolve")

    So my question is - why am I getting this error and how do I fix it? I've attached the console log in case it helps.

    JavaError.txt


    Browsers tested:

    IE: 9.0.8112.16421
    Chrome: 76.0.8809.100 (Official Build) (64-bit)
    FireFox: 68.0.2 (64-bit)

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "user.home" "read")

    it opens a Java applet.
    Java applets are no longer supported by most modern browsers. I don't know how you are able to execute them with the browsers you listed. The only browser that I can get to work with an applet is Internet Explorer 11. I think it required an entry in an Exception list controlled by the Java Icon in the Control Panel for Windows 10.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 6
    Last Post: August 16th, 2014, 01:34 AM
  2. Replies: 4
    Last Post: July 18th, 2014, 02:04 AM
  3. Replies: 2
    Last Post: May 22nd, 2014, 01:17 PM
  4. Replies: 2
    Last Post: June 22nd, 2013, 10:30 AM
  5. access denied (java.io.FilePermission "report.jrxml" read)
    By banny7 in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: November 3rd, 2011, 06:02 AM

Tags for this Thread