[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ganymede Help] Problem running Ganymede 1.0.10 on Solaris 8
|
On Fri, Aug 30, 2002 at 01:04:50AM -0700, Mike Cui wrote:
|
| Hello,
|
| Hi my name is Mike. I am running Solaris 8 with a Sparc 5 processor. I am
| experiencing trouble with running the server. Ihave read the e-mail help
| threads but they do not help.
|
| I keep getting this error:
|
| ==Running Ganymede Server
| ==
| ==Attempting to start rmiregistry
| ==
| ==Started rmiregistry
| ==
| ==Exception in thread "main" java.lang.NoClassDefFoundError:
| ==arlut/csd/ganymede/Ganymede
|
| I have installed the schema kit from your websitebut it still gives me
| this error. I would really like to know what it means.
|
| Oh by the way when I installed the schema kit from your website I got like
| 24 errors. Is this normal? or is this the reason I have been getting the
| above error.
No, you shouldn't be getting any errors when you do the schema kit
install, nor when you run the server.
Without seeing more of what you did before you got to this point, it's
hard to know what has gone wrong, I'm afraid. You did follow the
steps specified in the installation documentation, yes?
What version of the Ganymede distribution did this happen with?
What do you see when you cd to your server install directory and
run
jar tf jars/ganymedeServer.jar
?
| Here are the errors during the schema kit install:
|
| ====================================================================
| Compiling and installing custom java classes.
|
| Compiling Ganymede userKit
| BSDBuilderTask.java:54: Class arlut.csd.Util.PathComplete not found in
| import.
| import arlut.csd.Util.PathComplete;
| ^
| BSDBuilderTask.java:55: Class arlut.csd.Util.FileOps not found in import.
| import arlut.csd.Util.FileOps;
| ^
| BSDBuilderTask.java:76: Superclass
| arlut.csd.ganymede.custom.GanymedeBuilderTask of class
| arlut.csd.ganymede.custom.BSDBuilderTask not found.
| public class BSDBuilderTask extends GanymedeBuilderTask {
| ^
| NTSambaBuilderTask.java:55: Class arlut.csd.Util.PathComplete not found in
| import.
| import arlut.csd.Util.PathComplete;
| ^
| NTSambaBuilderTask.java:56: Class arlut.csd.Util.FileOps not found in
| import.
| import arlut.csd.Util.FileOps;
| ^
| NTSambaBuilderTask.java:76: Superclass
| arlut.csd.ganymede.custom.GanymedeBuilderTask of class
| arlut.csd.ganymede.custom.NTSambaBuilderTask not found.
| public class NTSambaBuilderTask extends GanymedeBuilderTask {
| ^
| UNIXBuilderTask.java:54: Class arlut.csd.Util.PathComplete not found in
| import.
| import arlut.csd.Util.PathComplete;
| ^
| UNIXBuilderTask.java:55: Class arlut.csd.Util.FileOps not found in import.
| import arlut.csd.Util.FileOps;
| ^
| UNIXBuilderTask.java:76: Superclass
| arlut.csd.ganymede.custom.GanymedeBuilderTask of class
| arlut.csd.ganymede.custom.UNIXBuilderTask not found.
| public class UNIXBuilderTask extends GanymedeBuilderTask {
| ^
| groupCustom.java:54: Class arlut.csd.JDialog.JDialogBuff not found in
| import.
| import arlut.csd.JDialog.JDialogBuff;
| ^
| groupCustom.java:65: Superclass arlut.csd.ganymede.custom.DBEditObject of
| class arlut.csd.ganymede.custom.groupCustom not found.
| public class groupCustom extends DBEditObject implements SchemaConstants,
| groupSchema {
| ^
| groupCustom.java:65: Interface arlut.csd.ganymede.custom.SchemaConstants
| of class arlut.csd.ganymede.custom.groupCustom not found.
| public class groupCustom extends DBEditObject implements SchemaConstants,
| groupSchema {
| ^
| schemaConfigurationCustom.java:54: Class arlut.csd.JDialog.JDialogBuff not
| found in import.
| import arlut.csd.JDialog.JDialogBuff;
| ^
| schemaConfigurationCustom.java:75: Superclass
| arlut.csd.ganymede.custom.DBEditObject of class
| arlut.csd.ganymede.custom.schemaConfigurationCustom not found.
| public class schemaConfigurationCustom extends DBEditObject implements
| SchemaConstants {
| ^
| schemaConfigurationCustom.java:75: Interface
| arlut.csd.ganymede.custom.SchemaConstants of class
| arlut.csd.ganymede.custom.schemaConfigurationCustom not found.
| public class schemaConfigurationCustom extends DBEditObject implements
| SchemaConstants {
| ^
| userCustom.java:54: Class arlut.csd.JDialog.JDialogBuff not found in
| import.
| import arlut.csd.JDialog.JDialogBuff;
| ^
| userCustom.java:55: Class arlut.csd.Util.FileOps not found in import.
| import arlut.csd.Util.FileOps;
| ^
| userCustom.java:56: Class arlut.csd.Util.StringUtils not found in import.
| import arlut.csd.Util.StringUtils;
| ^
| userCustom.java:83: Superclass arlut.csd.ganymede.custom.DBEditObject of
| class arlut.csd.ganymede.custom.userCustom not found.
| public class userCustom extends DBEditObject implements SchemaConstants,
| userSchema {
| ^
| userCustom.java:83: Interface arlut.csd.ganymede.custom.SchemaConstants of
| class arlut.csd.ganymede.custom.userCustom not found.
| public class userCustom extends DBEditObject implements SchemaConstants,
| userSchema {
| ^
| userHomeGroupDelWizard.java:58: Class arlut.csd.JDialog.JDialogBuff not
| found in import.
| import arlut.csd.JDialog.JDialogBuff;
| ^
| userHomeGroupDelWizard.java:86: Superclass
| arlut.csd.ganymede.custom.GanymediatorWizard of class
| arlut.csd.ganymede.custom.userHomeGroupDelWizard not found.
| public class userHomeGroupDelWizard extends GanymediatorWizard implements
| userSchema {
| ^
| userRenameWizard.java:57: Class arlut.csd.JDialog.JDialogBuff not found in
| import.
| import arlut.csd.JDialog.JDialogBuff;
| ^
| userRenameWizard.java:76: Superclass
| arlut.csd.ganymede.custom.GanymediatorWizar
| d of class arlut.csd.ganymede.custom.userRenameWizard not found.
| public class userRenameWizard extends GanymediatorWizard {
Again, none of these should have happened. Did you install the server
before trying to install the schema kit?
| Thanks in advance.
|
| Best Regards,
|
| Mike
|
| BTW Keep up the good work this is some really useful software. Your
| website is also really helpful. I offer one little suggestion make the old
| e-mail help threads easier to find.
--
-------------------------------------------------------------------------------
Jonathan Abbey jonabbey@arlut.utexas.edu
Applied Research Laboratories The University of Texas at Austin
Ganymede, a GPL'ed metadirectory for UNIX http://www.arlut.utexas.edu/gash2
----------------------------------------------------------------------------
To make changes to your subscription to the Ganymede Help list, send
mail to majordomo@arlut.utexas.edu.
To unsubcribe, include the line
unsubscribe ganymede-help
in the body of your mail message
Visit the Ganymede web page at http://www.arlut.utexas.edu/gash2
----------------------------------------------------------------------------
Re: [Ganymede Help] Problem running Ganymede 1.0.10 on Solaris 8
- From: Jonathan Abbey <jonabbey@arlut.utexas.edu>