does it only work under JDK 1.2.2 ?

I've tried to run it off the latest snapshot and get tge following stacktrace :

ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
at org.apache.coyote.tomcat4.OutputBuffer.realWriteBytes(OutputBuffer.java:404)
at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:428)
at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:348)
at org.apache.coyote.tomcat4.OutputBuffer.writeBytes(OutputBuffer.java:432)
at org.apache.coyote.tomcat4.OutputBuffer.write(OutputBuffer.java:419)
at org.apache.coyote.tomcat4.CoyoteOutputStream.write(CoyoteOutputStream.java:108)
at org.apache.catalina.servlets.DefaultServlet.copyRange(DefaultServlet.java:1996)
at org.apache.catalina.servlets.DefaultServlet.copy(DefaultServlet.java:1745)
at org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServlet.java:1073)
at org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java:506)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)


Does not work under WinXP(SP1) , JDK1.4.2_02 and IE6 nor Mozilla 1.5 ...

I would like to show it at JavaPolis next week ;-)

Werner

--
----------------------------------------------------------------------
ir. Werner Ramaekers
Enterprise Java Solutions Architect - Shift@
JBoss Authorized Service Partner

Read my Blog at http://www.werner.be
"May the source be with you."
----------------------------------------------------------------------




Bill Burke wrote:

FYI, this may not work with all browser as there may be a JDK mismatch. You may have to upgrade your browser's JDK as this uses an applet that requires JDK 1.2.2

Bill

Bill Burke wrote:

Hi all,

I added graphing to the web console in Branch_3_2. I will eventually merge it to HEAD.

Now, in web-console when you are navigating tree and click on an MBean, all its attributes will be displayed in the tree. If you rightclick on a numeric attribute a graph menu item appears and it will plot every second the value of that mbean attribute.

This was possible because of the JFreeChart library. Its LGPL and quite nice. Go check it out.


Some other things I want to possibly add is the ability to set watches based on thresholds on MBean attributes. So, when the watch is triggered, it sends a notification. This notification would be turned into an email message or sent to some other data feed. Sound like a good idea?


Bill






-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to