Can anyone please tell me if BOXI R2 does not wotk with java 1.6.
Because the users are complaining that they are not able to refresh the reports wih java 1.6 See the errors below:
Can anyone help me as what to do for this error?
Exception in thread "com.businessobjects.wp.tc.thread.QueryRunner@e038c4" java.lang.NoClassDefFoundError: com/jidesoft/dialog/PageListener
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethod(Unknown Source)
at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
at java.awt.Component.access$500(Unknown Source)
at java.awt.Component$3.run(Unknown Source)
at java.awt.Component$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Component.checkCoalescing(Unknown Source)
at java.awt.Component.<init>(Unknown Source)
at java.awt.Container.<init>(Unknown Source)
at javax.swing.JComponent.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at com.jidesoft.dialog.AbstractPage.<init>(Unknown Source)
at com.jidesoft.dialog.BannerPanel.<init>(Unknown Source)
at com.businessobjects.wp.tc.prompt.PromptDialog.createBannerPanel(PromptDialog.java:93)
at com.jidesoft.dialog.StandardDialog.initComponents(Unknown Source)
at com.businessobjects.wp.tc.prompt.PromptDialog.initComponents(PromptDialog.java:80)
at com.jidesoft.dialog.StandardDialog.initialize(Unknown Source)
at com.jidesoft.dialog.StandardDialog.pack(Unknown Source)
at com.businessobjects.wp.tc.TCPromptHandler.displayPrompts(TCPromptHandler.java:111)
at com.businessobjects.wp.xml.XMLOutputParser.parse(XMLOutputParser.java:99)
at com.businessobjects.wp.xml.XMLLoader.processDPCommands(XMLLoader.java:252)
at com.businessobjects.wp.om.OMDataProviders.processCommands(OMDataProviders.java:1161)
at com.businessobjects.wp.om.OMDataProviders.runCommandOnDPs(OMDataProviders.java:854)
at com.businessobjects.wp.om.OMDataProviders.runAllQueriesEx(OMDataProviders.java:696)
at com.businessobjects.wp.tc.thread.QueryRunner.run(QueryRunner.java:97)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.jidesoft.dialog.PageListener
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 31 more
Caused by: java.io.IOException: open HTTP connection failed:http://qdca667:8080/businessobjects/enterprise115/desktoplaunch/webiApplet/com/jidesoft/dialog/PageListener.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)