I wrote to fast. The issue is still occurring on our end. I believe the issue is bug with Son of Grid Engine 8.1.4
To reproduce: Start the gui_installer and proceed to the third step/screen and the following error occurs: Exception in thread "Thread-0" java.lang.IncompatibleClassChangeError: Expecting non-static method com.izforge.izpack.installer.InstallerFrame.getRules()Lcom/izforge/izpack/rules/RulesEngine; at com.izforge.izpack.panels.UserInputPanel.updateVariables(Unknown Source) at com.izforge.izpack.panels.UserInputPanel.init(Unknown Source) at com.izforge.izpack.panels.UserInputPanel.panelActivate(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.skipPanel(Unknown Source) at com.sun.grid.installer.gui.ActionPanel$1.run(ActionPanel.java:152) at java.lang.Thread.run(Thread.java:722) -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Information and Computer Sciences Research Computing Support Office of Information Technology http://www.oit.uci.edu/rcs/ University of California, Irvine www.ics.uci.edu/~aebrenne/ [email protected] On Wed, Sep 18, 2013 at 12:15 PM, Adam Brenner <[email protected]> wrote: > FYI: The fix for this was to include the IzPack jar files into CLASSPATH: > > export CLASSPATH="/path/to/IzPack/lib/*:$CLASSPATH"; > ./start_gui_installer > > The use of a wildcard is needed, unless you want to specific each jar name[1]. > > [1]: > http://docs.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html > > -Adam > > -- > Adam Brenner > Computer Science, Undergraduate Student > Donald Bren School of Information and Computer Sciences > > Research Computing Support > Office of Information Technology > http://www.oit.uci.edu/rcs/ > > University of California, Irvine > www.ics.uci.edu/~aebrenne/ > [email protected] > > > On Tue, Sep 17, 2013 at 2:48 PM, Joseph Farran <[email protected]> wrote: >> Howdy. >> >> We are running Son of Grid Engine 8.1.3. >> >> I compiled 8.1.4 and downloaded and un-tar the gui_installer-8.1.4.tar into >> the compiled directory. >> >> When I run ./start_gui_installer all is well and 8.1.4 GUI starts up just >> fine, but 3 screens later, it bombs with: >> >> Exception in thread "Thread-0" java.lang.IncompatibleClassChangeError: >> Expecting non-static method >> com.izforge.izpack.installer.InstallerFrame.getRules()Lcom/izforge/izpack/rules/RulesEngine; >> at com.izforge.izpack.panels.UserInputPanel.updateVariables(Unknown >> Source) >> at com.izforge.izpack.panels.UserInputPanel.init(Unknown Source) >> at com.izforge.izpack.panels.UserInputPanel.panelActivate(Unknown >> Source) >> at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown >> Source) >> at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown >> Source) >> at com.izforge.izpack.installer.InstallerFrame.skipPanel(Unknown >> Source) >> at >> com.sun.grid.installer.gui.ActionPanel$1.run(ActionPanel.java:152) >> at java.lang.Thread.run(Thread.java:722) >> >> >> What is wrong? I am not a java person. The 8.1.3 GUI works just fine. >> Can I use the 8.1.3 GUI for the 8.1.4 SGE version? >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
