5 Replies Latest reply on Nov 24, 2005 10:19 AM by kieranshaw

    visualgc with remote JBoss

    kieranshaw

      I've recently upgraded to Java 5 and JBoss 3.2.7 and want to use visualgc to track down some GC problems I have been having.

      I can use visualgc on a local install of JBoss with:

      visualgc 3456


      That works fine. As a test to see if I can get it to work on a remote jboss, I tried this:

      visualgc 3456@localhost
      
      RMI Registry not available at localhost:1099
      non-JRMP server at remote endpoint


      This is a completely clean install of JBoss that is definately running under a Java 5 JDK and has port 1099 open. Any ideas?