Jump to content

jstatd troubles [VisualVM] [Ubuntu Box]


Silent

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...