[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Ganymede Help] Re: Reinstall......
|
| Jon,
| This problem is taking a lot of time...should i go ahead and reinstall
| the server!!!!
| Gaurav
When did this start happening, Gaurav? If you reinstall and it
somehow fixes the problem, do you have any idea how we can figure out
what was going wrong?
It's either a bug in my code (if it started when you upgraded to
1.0.8) or a bug in your custom.jar files or server schema (I notice in
your Subnet object that you are using the same Namespace for both a
numeric and a string field, which won't work properly..). I don't
expect either of those things would somehow fix themselves on a
reinstall.
By all means install everything into a new location and try it there,
but please don't wipe out the current server installation, I do want
to be able to figure this out.
| <objectdef name="Subnet" id="260">
| <classdef name="arlut.csd.ganymede.custom.Test"/>
| <label fieldid="257"/>
| <fielddef name="SubnetID" id="256">
| <typedef type="numeric">
| <namespace val="SubnetID"/>
^^^^^^^^ SubnetID namespace used for numerics
| </typedef>
| </fielddef>
| <fielddef name="Name" id="257">
| <typedef type="string">
| <namespace val="SubnetID"/>
^^^^^^^^ SubnetID namespace used for strings
| </typedef>
| </fielddef>
-------------------------------------------------------------------------------
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
----------------------------------------------------------------------------