Go Back   ZeroC Forums > Bug Reports

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 6 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old 11-21-2005
kovacm kovacm is offline
Registered User
 
Name: Michal Kovac
Organization: Charles University in Prague
Project: Ferda Data Mining
 
Join Date: Jan 2005
Posts: 60
IceGridGui start - ClassNotFoundException

When I execute IceGridGui on my WindowsXP:

Code:
java -jar IceGridGUI.jar

java.lang.ClassNotFoundException: com.jgoodies.looks.plastic.PlasticXPLookAndFeel Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Ice/Local
Exception
        at IceGrid.AdminGUI.<init>(AdminGUI.java:96)
        at IceGrid.AdminGUI.createAndShowGUI(AdminGUI.java:147)
        at IceGrid.AdminGUI.access$000(AdminGUI.java:29)
        at IceGrid.AdminGUI$1.run(AdminGUI.java:74)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
I have on my computer JRE 5.0 Update 5.
Reply With Quote
  #2 (permalink)  
Old 11-21-2005
benoit's Avatar
benoit benoit is online now
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,552
Hi,

I will look into this, however, could you please let me know how you have installed Ice? Did you install it from the installer or did you compile it yourself from the source distribution?

Thanks,

Benoit.
Reply With Quote
  #3 (permalink)  
Old 11-21-2005
Mobiwan Mobiwan is offline
Registered User
 
Name: Dr. Stefan Müller-Wilken
Organization: Resco GmbH
Project: High performance middleware environments
 
Join Date: Nov 2005
Posts: 14
Hmmm... running it with JRE 1.5.0_05 (WinXP) seems to work without problems. Apart from that, the 'PlasticXPLookAndFeel' is part of the JGoodies library. Maybe you can just include its JARs into your classpath?

Using 1.4.2 b28 (again, WinXP) results in:

C:>java -jar IceGruidGUI.jar
Exception in thread "main" java.util.zip.ZipException: The system cannot find the file specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:127)
at java.util.jar.JarFile.<init>(JarFile.java:65)


Cheers,
Mobi.
__________________
Dr. Stefan Müller-Wilken
Senior Manager
Resco GmbH

Author of 'Verteilte Internet-Anwendungen mit Ice', iX 07/2005
Author of 'Webbasierte Anwendungen mit IcePHP', iX, 06/2006

Last edited by Mobiwan : 11-21-2005 at 05:22 AM.
Reply With Quote
  #4 (permalink)  
Old 11-21-2005
benoit's Avatar
benoit benoit is online now
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,552
It looks like there's an issue with the IceGridGUI.jar included in the Ice 3.0.0 installer for Visual Studio .NET 2003. We will look into this. In the meantime, you can either download and install the Visual Studio 6.0 installer or the IceJ-3.0.0 source distribution, both include a working IceGruidGUI.jar (in Ice-3.0.0-VC60\bin for the Visual Studio 6.0 installer, and in IceJ-3.0.0\lib for the IceJ source distribution).

Sorry for the inconvenience.

Benoit.
Reply With Quote
  #5 (permalink)  
Old 11-21-2005
Mobiwan Mobiwan is offline
Registered User
 
Name: Dr. Stefan Müller-Wilken
Organization: Resco GmbH
Project: High performance middleware environments
 
Join Date: Nov 2005
Posts: 14
Quote:
Originally Posted by benoit
It looks like there's an issue with the IceGridGUI.jar included in the Ice 3.0.0 installer for Visual Studio .NET 2003. We will look into this. In the meantime, you can either download and install the Visual Studio 6.0 installer or the IceJ-3.0.0 source distribution, both include a working IceGruidGUI.jar (in Ice-3.0.0-VC60\bin for the Visual Studio 6.0 installer, and in IceJ-3.0.0\lib for the IceJ source distribution).

Sorry for the inconvenience.

Benoit.
Well, I actually have used the VC6.0 installer with my tests...
__________________
Dr. Stefan Müller-Wilken
Senior Manager
Resco GmbH

Author of 'Verteilte Internet-Anwendungen mit Ice', iX 07/2005
Author of 'Webbasierte Anwendungen mit IcePHP', iX, 06/2006
Reply With Quote
  #6 (permalink)  
Old 11-21-2005
benoit's Avatar
benoit benoit is online now
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,552
Sorry for the confusion Mobiwan, I was replying to the first poster.

I haven't been able to reproduce your problem (the java.util.zip.ZipException). The VC60 IceGridGUI.jar works fine for me with J2SE 1.4.2_07. Could you try to upgrade your J2SE 1.4.2 installation and see if this solves the problem?

Thanks,
Benoit.
Reply With Quote
  #7 (permalink)  
Old 11-21-2005
Mobiwan Mobiwan is offline
Registered User
 
Name: Dr. Stefan Müller-Wilken
Organization: Resco GmbH
Project: High performance middleware environments
 
Join Date: Nov 2005
Posts: 14
J2SE 1.4.2-b28 does the job!

Cheers,
Mobi.
__________________
Dr. Stefan Müller-Wilken
Senior Manager
Resco GmbH

Author of 'Verteilte Internet-Anwendungen mit Ice', iX 07/2005
Author of 'Webbasierte Anwendungen mit IcePHP', iX, 06/2006
Reply With Quote
  #8 (permalink)  
Old 11-21-2005
beagles's Avatar
beagles beagles is offline
ZeroC Staff
 
Name: Brent Eagles
Organization: ZeroC, Inc
Project: Ice Developer
 
Join Date: Feb 2003
Location: Newfoundland
Posts: 110
Hi,

A new installer for Ice-3.0.0 for Visual Studio .Net 2003 containing a fixed IceGridGUI.jar is now available for download.

Terribly sorry for the inconvenience!

Brent
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
IceGridGui doing weird network things (IPv6 related?) mefoster Bug Reports 3 11-08-2006 08:27 PM
IceGridGUI SessionKeeper.java code need change... lauria Bug Reports 1 09-21-2006 11:05 AM
Patch #7 for Ice 3.1.0: IceGridGUI fixes bernard Patches 0 09-11-2006 03:28 PM
IceGridGUI has been translated into Chinese ! Yunqiao Yin Patches 0 04-20-2006 03:22 AM
How to start ICE? RichardChan Help Center 3 07-26-2004 10:16 AM


All times are GMT -4. The time now is 04:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.