[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ganymede Dev] Re: Just a question

Date Thu, 10 Apr 2003 16:54:26 -0500
From Jonathan Abbey <jonabbey@arlut.utexas.edu>

On Thu, Apr 10, 2003 at 09:46:20PM +0000, John King wrote:
| Hi Jon,
| 
| You are saying the error occured due to a code-flaw? Would there be other 
| things that'd caused the error, because I haven't been using code for 
| initializing or creating embedded objects (yet).

That's what it looks like to me, yes.  If you guys aren't using any
custom classes to initialize embedded objects, then it must be
something else, clearly.

From the XML file you sent me, the A-RR object is contained inside an
DNS-Data-Set-Embedded object which is contained in a DNS-Domain
object.  How did you create the DNS-Data-Set-Embedded and A-RR objects?

Did you use the GUI client to create each of those objects?  Did you
use the xmlclient to create them?

| we did have some sudden hangups in the admin console.. maybe that caused 
| something bad?

Shouldn't have.  The admin console is only loosely connected to the
server, through asynchronous RMI calls.

The one file to look at, assuming you're creating it, is the
'debug.log' file in your server directory.  Any error conditions that
arise as a result of client-side activity should be reported in this
file as a stack trace.

I would suggest deleting your DNS-Domain object and to try and
recreate it.  Then look at the debug.log file and see if there are any
exception traces recorded therein.

| Regards,
| Jan Bonne Aans
| DTO TU Delft
| The Netherlands

-- 
-------------------------------------------------------------------------------
Jonathan Abbey 				              jonabbey@arlut.utexas.edu
Applied Research Laboratories                 The University of Texas at Austin
GPG Key: 71767586 at keyserver pgp.mit.edu, http://www.ganymeta.org/workkey.gpg

Attachment: pgp00003.pgp
Description: PGP signature


  • Re: [Ganymede Dev] Re: Just a question
    • From: Jonathan Abbey <jonabbey@arlut.utexas.edu>