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

Re: [Ganymede Help] Re:[Ganymede help] installation

Date Tue, 25 Jun 2002 20:42:45 -0500
From Jonathan Abbey <jonabbey@arlut.utexas.edu>

Hi, Alexander.  Sorry it took me so long to reply.

On Mon, Jun 24, 2002 at 04:51:54PM +1000, Alexander Fedorov wrote:
| >
| > I looked at it, I don't see anything that would cause an obvious problem.
|
| Still actually?
| I do not know where may be a broblem!

I don't either.  Nothing obvious in the server.log or debug.log files.

Would you be willing to send me the data.xml file you tried to load
into the server?  With that and the ganymede-1.0.10.tar.gz and
userKit-1.0.5.tar.gz files, I should in theory have everything needed
to see what the problem is.

At least, to see what the problem is if it is a problem in my code,
and not in the FreeBSD Java implementation.  If the JDK for FreeBSD
has bugs, I would presumably have different results when I try to load
your data file.

If you would be so willing, send your data.xml file to
jonabbey@arlut.utexas.edu, rather than to the ganymede-help list.

I'll keep your data file only long enough to see if I get the same
error, and no one else will see it.

| My FreeBSD server have 3 interfaces, 2 of them resolved by DNS and one not.
| My host name ns.ttva.ru was binded to external internet interface. I wanted
| to install Server and Client and Webclient only on ns.ttva.local my internal
| LAN interface. In installation I always write ns.ttva.local but always was
| problems with client connections. I could't connect by client to Ganymede
| server. I think that "java rmi" was started on external interface.
| The problem was resolved only when I give to machine hostname -
| ns.ttva.local and install environment variable HOST = ns.ttva.local
| Befor this I was needed to install 3.X binary capability mode on FreeBSD 4.2
| or else was a problem duering installation and compilations.

If your intent is to deliberately limit the Ganymede server so that it
does not respond to requests from outside the localhost, you might try
telling the install scripts that the server's hostname is 'localhost'
or '127.0.0.1'.

By default, the Ganymede server will complain about this, because it
would mean that the RMI Registry can't give out an IP address for the
server that any remote client could connect to.  You can override this
complaint by editing the runServer script, and adding -forcelocalhost
to the Java invocation line, directly after the
arlut.csd.ganymede.Ganymede class name.

The runServer script has detailed instructions on this.  See also item
number 17 in the FAQ file included with Ganymede 1.0.10.

| Yor software is very interesting to me and I think it will be very usefull
| for many other people but installation process in my situation is very
| difficult and undocumented. It could be very nice if you correct
| installation documentation for specific platforms or correct installation
| scripts.

I'd be very happy to do so, but I will need your help.  All
information you can give me will help.  I try to fix any bug that
anyone reports to me.

| Now it seems to me that server is starting ang running in normal mode and I
| can connect to it.
| But I still need help in loading data in the server.

Send your data.xml file to jonabbey@arlut.utexas.edu and let me see
what happens when I run it here.

One thing you might try doing, if you feel up to it.  When you unpack
the ganymede-1.0.10.tar.gz archive and after you have run configure,
type the following commands:

cd src
make
make jars

this should rebuild the Ganymede server and clients from scratch on
your FreeBSD system, and will compile everything using the version of
the JDK you have installed.  If there are any incompatibilities that
have arisen between the version of the JDK I used to compile the
Ganymede distribution and the version of the JDK you are using to run
everything, this might help.

| Alexander Fedorov.

Good luck,

 Jon

-- 
-------------------------------------------------------------------------------
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] Re:[Ganymede help] installation
    • From: Jonathan Abbey <jonabbey@arlut.utexas.edu>