Archived

This forum has been archived. Please start a new discussion on GitHub.

Exception running icegrid-gui

Hello friends,

this thread is similar to another previous posted one:
http://www.zeroc.com/forums/bug-reports/1874-icegridgui-start-classnotfoundexception.html
In my case, I could work fine with icegrid-gui since last friday, when I upgrade from Ubuntu 9.04 to 9.10.
Now, when I try to run icegrid-gui I obtain the following exception:
luis@UbuntuVirtual:~/Test$ icegrid-gui 

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/jgoodies/forms/layout/FormLayout
	at IceGridGUI.LiveDeployment.ObjectDialog.<init>(ObjectDialog.java:60)
	at IceGridGUI.LiveDeployment.Root.<init>(Root.java:44)
	at IceGridGUI.Coordinator.<init>(Coordinator.java:1875)
	at IceGridGUI.Main.<init>(Main.java:59)
...

I have tried to reinstall Java and Ice related packets and also installing in other virtual machine Ubuntu 9.10 and the zeroc-ice33 packet.
The exception is the same...

Do you have some tips for me?
Thank you in advance.

Luis

Comments

  • Hi Luis,

    you can solve this issue by installing the libjgoodies-forms-java and libjgoodies-looks-java packages.

    Best, - David.
  • Solved with one line :)

    Gracias David.

    PS: If I see you in CR (in December), there will be a beer for you ;)