Very similar to a recent post, we are unable to load the display and query template editors and rececive the same java console errors:
load: class iQueryTemplateEditor not found.
java.lang.ClassNotFoundException: iQueryTemplateEditor
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
If on the actual server rather than connection via client machine we also receive the message 'applet iquery TemplateEditor not inited' as well.
There were no issues with our development server, both templates work fine including client connections. Production server does not work. I was hoping that the additional message may shed some light to someone on the issue.
Any input is appreciated,
Thank you...George Herrick