[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error 110 testing appserver (fwd)
From: |
Jan Ischebeck |
Subject: |
Re: Error 110 testing appserver (fwd) |
Date: |
Fri, 19 Jul 2002 15:04:41 +0200 |
User-agent: |
Mutt/1.4i |
Dear vfiguerio,
The error you get seems to have something todo with your database
setting, you should check if connection.conf is holding the correct
values. You need a [gnue] database def. in there.
The error message you got, should be changing to a better one,
because I've fixed the OnErr function in cvs.
The main problem is that I cannot create a similar (timeout) error
on my machine. So I can't really test it.
Btw. this is a RPC problem so you possibly want to try the pw-xmlrpc
adapter instead. You can activate it with gacvs -Z --rpc-type pw_xmlrpc.
Jan
> From: "vfigueiro" <address@hidden>
> To: address@hidden
> Subject: Error 110 testing appserver (fwd)
> Date: Fri, 19 Jul 2002 00:46:41 +0100
>
> Hi.
>
> While testing appserver I get the following error:
>
>
> Client:
>
> ... # gtestcvs
> ...
> Your choice: 3
>
> Opening RPC connection ...
> DB000: Unable to load locale information falling back to default English
> language translations.
> Setup an link to the session manager
> Get the status of the session manager
> Status: Running (no sessions created yet)
> Creating session object ...
> Logging into the session ...
>
> ********************************************
>
> Error: (110, 'Connection timed out')
>
>
> ********************************************
> address@hidden samples]#
>
>
>
> Server:
>
> address@hidden samples]# gacvs -Z
> Exporting our services via xmlrpc (port 8765) ...
>
> ... GNUe Application Server up and running ...
>
> DB000: Unable to load locale information falling back to default English
> language translations.
> Dispatching: SessionManager.Status []
> Dispatching: SessionManager.getNewSession []
> Dispatching: [cac80254df4b4c8787a6ae13a7787f7997714d01].login ['hacker',
> 'secret']
> Trigger for event 'appserver_users:pre_first_inst' does not exist.
> User 'hacker' logged in.
> ERROR HANDLER FAILED!!
> DB000: TypeError: OnErr() takes exactly 2 arguments (3 given)
> Error from source <127.0.0.1:3160, fd -1>:
> ************************************************************
> Error occured on server:
> ************************************************************
> DB000: Traceback (most recent call last):
> DB000: File
> "/usr/local/src/gnue/.cvsdevelbase/gnue/common/commdrivers/xmlrpc/ServerAdap
> ter.py", line 117, in serve
> DB000: self.server.work()
> DB000: File "/usr/local/lib/python2.2/site-packages/xmlrpc.py", line 114,
> in work
> DB000: self._o.work(timeout)
> DB000: xmlrpc.error: (32, 'Broken pipe')
> ************************************************************
>
>
> Can someone help me with this?
>
> (CVS copy 2002/07/18
> changed line 123 in common/dbdrivers/_pgsql/DBdriver.py:
> encoding = gConfig('encoding')
> to
> encoding = connectData['encoding']
>