Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Hi John,
Here's my debug from last night. I'm using jre 1.6_4 on a WinXP xp2 client, with Firefox and/or IE 6. Let me know if I can provide any other info. My cacti specifics are in the .zip too.
johnrembo wrote:
nope...i have not encountered this.
I assume you're using non-default font and java applet can not access it.
simple permission should fix this:
find java.policy file (c:\Program Files\Java\jre1.6.0_04\lib\security)
add the following line in the grant {} section:
johnrembo wrote:
nope...i have not encountered this.
I assume you're using non-default font and java applet can not access it.
simple permission should fix this:
find java.policy file (c:\Program Files\Java\jre1.6.0_04\lib\security)
add the following line in the grant {} section:
ps: note that this must be done on EACH client pc which uses zond plugin.
still the same error
i really don't understand how it could work with IE and not with
firefox...
that is very strange...what version on jre and firefox you're using?
java runtime environment should behave identically on both browsers.
when have you noticed this problem? what was last change made to the system?
have you changed zond font?
view source and find the string "zond_init" and use that link (something like "plugins/zond/zond_init.php?lgid=2&s_i_d=df58087ca21b6d84e74d4d44c45e2b97") in another computer (or clear your session info) to view the graph without have been authenticated in Cacti.
That link, is similar to another one wich can be obtained from the source of zond window (something like http://*.*.*.*/cacti/plugins/zond/zond_process.php?s_i_d=df58087ca21b6d84e74d4d44c45e2b97&tasks=A VERY LARGE SESSION STRING )
As you can see, the "ID" of the zond process is the same, just use with zond_init.php instead of zond_process.php and enjoy the graph
johnrembo wrote:
that is very strange...what version on jre and firefox you're using?
java runtime environment should behave identically on both browsers.
when have you noticed this problem? what was last change made to the system?
have you changed zond font?
both last version.
i tried zond some month ago and it works with firefox (i remember i showed it to my boss and said "look, cacti in real time it's so cool !") but i can't tell you how many change i've done on my system... updates, updates... you know. i guess i'm closed to use IE for the rest of my life
Hi John,
I got your private mail, but when I respond it just sits in my outbox. I hit submit, but it doesn't get sent and I don't see a way to send it from the outbox.
I don't have anything in the field for "password for request encryption" or any of the http auth fields.
laamidd wrote:Hi John,
I got your private mail, but when I respond it just sits in my outbox. I hit submit, but it doesn't get sent and I don't see a way to send it from the outbox.
I don't have anything in the field for "password for request encryption" or any of the http auth fields.
Thanks again,
Bob
laamidd,
i've got both your messages.
this cacti forum gets buggy sometimes...nothing unusual
view source and find the string "zond_init" and use that link (something like "plugins/zond/zond_init.php?lgid=2&s_i_d=df58087ca21b6d84e74d4d44c45e2b97") in another computer (or clear your session info) to view the graph without have been authenticated in Cacti.
That link, is similar to another one wich can be obtained from the source of zond window (something like http://*.*.*.*/cacti/plugins/zond/zond_process.php?s_i_d=df58087ca21b6d84e74d4d44c45e2b97&tasks=A VERY LARGE SESSION STRING )
As you can see, the "ID" of the zond process is the same, just use with zond_init.php instead of zond_process.php and enjoy the graph
johnrembo: Any news?
finaly i've found time to test this option and must asure you - it is realy working fine. Several things you should consider:
before each request zond_init.php and zond_process.php is checking if session id, which you pass in the url, is alive (http://172.31.5.1/cacti/plugins/zond/zo ... 4e86483cf0[/b])
If original browser windows is closed or session has timed-out - it will display "Error: Non-existing sessiong id"
;100/1=100% probability php's garbage collector will work on each request (note that this will generate aditional load on your machine)
session.gc_probability = 100
session.gc_divisor = 1
;session file will be marked as expired after 60 seconds
session.gc_maxlifetime = 60
;session files path on unix/linux environments
session.save_path = /tmp
then, login to your cacti's environment and copy zond url.
close browser. wait for 1 minute. login to cacti again (php's session garbage collector will now delete previuos session which has expired) and try the link you''ve copied. An error should occur
I'm just starting out with this plugin. Currently installed under Cacti 0.8.6j with Plugin Arch 1.1
When I click the 'Zond' button, I get the window appear, but it's completely blank. I click in the window to 'activate' the plugin, but it stays blank. Client is running Java 1.5.0.13.
If I look at the Java debug file I see;
load: class netzond.netzond not found.
java.lang.ClassNotFoundException: netzond.netzond
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
I guess the applet needs registering, but how I do not know.
tman wrote:I'm just starting out with this plugin. Currently installed under Cacti 0.8.6j with Plugin Arch 1.1
When I click the 'Zond' button, I get the window appear, but it's completely blank. I click in the window to 'activate' the plugin, but it stays blank. Client is running Java 1.5.0.13.
If I look at the Java debug file I see;
load: class netzond.netzond not found.
java.lang.ClassNotFoundException: netzond.netzond
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
... 10 more
I guess the applet needs registering, but how I do not know.
Any help?
could you please try jre 1.6.04?
also...it would be nice to see class-loaders list (press 0 on console and the L)
johnrembo wrote:note to those who runs cacti on linux(debian sarge) machines - due to specific snmp daemon configuration you might encounter images similar to 3rd from the top (cpu usage) - gaps filled with zeroes. this is not zond plugin problem but snmpd issue.
johnrembo, what are the specific settings of the snmp daemon on Debian that need to be changed for this plugin to work correctly on Debian distribution? Is it even possible?
I do not have to say that I would really love it to work on my platform, but I am getting graphs as the 3rd one described by you.