2 Replies Latest reply on Mar 27, 2002 12:02 PM by fstarsinic

    the http adapter for jmx port 8082 hangs

    fstarsinic

      i wrote a MBean that does not do too much.
      when i click on the mbean on the web page,
      the java process goes to 100% cpu.

      what is that web page doing that could be doing that.
      i assume it's ONLY making calls to the getters in the
      interface for that MBEAN. i commented out all the
      methods in the interface and still it hangs.

      any ideas