1 Reply Latest reply on May 24, 2002 4:16 AM by juha

    JMX and JDK1.3.1 vs JDK1.4.0

      I created an application similar to the Network server in the JMX book also using the Recycler. I am loading the conf.mlet and the recycler class from the local file system vs across the net. If I run under JDK1.4 there are not any problems, when I switch to JDK1.3.1 I get the following exception
      javax.management.MBeanException: Exception thrown in operation getMBeansFromURL
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1644)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      at com.capgroup.opac.server.cache.Main.(Main.java:78)
      at com.capgroup.opac.server.cache.Main.main(Main.java:112)

      Any help?