c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31846
Re: [Bug 842587] Re: gtk-client account_invoice print invoice
On Tuesday 06 September 2011, you wrote:
> and the ubuntu-server version is 10.04.2 LTS
> File "/usr/lib/python2.6/socket.py", line 406, in readline
> data = self._sock.recv(self._rbufsize)
> error: [Errno 104] Die Verbindung wurde vom Kommunikationspartner
zurückgesetzt
This means that the Gtk client had sent a partial XML-RPC request. Usually
this happens when the client side has an internal error (exception).
Don't you see any tracebacks at the Gtk client's console (please launch it
from a terminal, once, to see the output) ?
Would you mind trying the same scenario (bug) with the 'trunk-xrg' version of
the Gtk client?
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/842587
Title:
gtk-client account_invoice print invoice
Status in OpenERP GTK Client:
Incomplete
Bug description:
hey,
when I click the button "Print Invoice" in "Accounting / Customers / Customer Invoice" in a form i get this Error
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/websrv_lib.py", line 528, in _handle_request2
self.process_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/websrv_lib.py", line 246, in __init__
SocketServer.StreamRequestHandler.__init__(self,request,client_address,server)
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 331, in handle
self.handle_one_request()
File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/websrv_lib.py", line 391, in handle_one_request
self.raw_requestline = self.rfile.readline()
File "/usr/lib/python2.6/socket.py", line 406, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 104] Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
It's only in the GTK-client
thank you
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/842587/+subscriptions
References