Jump to content

Recommended Posts

Posted

First to provide the back-story.

I have an Ubuntu Server 11.10 running

Ubuntu 11.10 (GNU/Linux 2.6.18-308.8.2.el5.028stab101.1 x86_64)


 

I have installed Oracle Java 7


root@mc:~# java -version

java version "1.7.0_07"

Java SE Runtime Environment (build 1.7.0_07-b10)

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


 

On my home computer, I'm trying to use VisualVM to connect to the remote server.

 

Whenever I try to launch jstatd on the remote server, here's what happens. (Using the basic launch command in the jstatd doc)


root@mc:~# jstatd -J-Djava.security.policy=all.policy

Could not create remote object

access denied ("java.util.PropertyPermission" "java.rmi.server.ignoreSubClasses" "write")

java.security.AccessControlException: access denied ("java.util.PropertyPermission" "java.rmi.server.ignoreSubClasses" "write")

        at java.security.AccessControlContext.checkPermission(AccessControlContext.java:366)

        at java.security.AccessController.checkPermission(AccessController.java:555)

        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)

        at java.lang.System.setProperty(System.java:781)

        at sun.tools.jstatd.Jstatd.main(Jstatd.java:139)

Any help?

Posted

Whenever I try to launch jstatd on the remote server, here's what happens. (Using the basic launch command in the jstatd doc)

A bug reporting/help forum that can help you with your issue.

I suggest googling that, since it seems to be your problem.

If it only happens with Technic Pack, post is in Tekkit Bugs.

connect to the remote server.

And that's why.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...