Issue202

Title TypeError: insert() takes exactly 3 arguments (4 given)
Priority bug Status testing
Superseder Nosy List alwar
Assigned To Topics gnue-appserver

Created on 2010-08-24.18:16:51 by alwar, last changed 2010-08-30.15:13:53 by reinhard.

Messages
msg477 (view) Author: reinhard Date: 2010-08-30.15:13:52
Ay. Something went wrong here with the release planning.

For the current stable version of gnue-appserver to run, you need a prerelease
version of gnue-common on the server side, downloadable at
http://www.gnuenterprise.org/downloads/prereleases.php

I'm sorry for that, a change slipped into the released version of appserver
which depends on a not-yet-released change in common :-/
msg476 (view) Author: alwar Date: 2010-08-24.18:16:50
Traceback (most recent call last):
   File
"/usr/lib/pymodules/python2.5/gnue/common/rpc/drivers/xmlrpc/ServerAdapter.py",
line 281, in do_POST
    params)
   File
"/usr/lib/pymodules/python2.5/gnue/common/rpc/drivers/xmlrpc/ServerAdapter.py",
line 124, in call
    result = self._tcpServer._dispatch (method, params)
   File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 415, in _dispatch
    return func(*params)
   File
"/usr/lib/pymodules/python2.5/gnue/common/rpc/drivers/xmlrpc/ServerAdapter.py",
line 138, in _call
    result = getattr (storedObject, method) (*parameters)
   File "/usr/lib/pymodules/python2.5/gnue/appserver/geasSession.py", line 323,
in commit
    self.__connection.commit ()
   File "/usr/lib/pymodules/python2.5/gnue/appserver/data.py", line 913, in commit
    self.__backend.insert (table, {'gnue_id': row}, fields)
 TypeError: insert() takes exactly 3 arguments (4 given)
History
Date User Action Args
2010-08-30 15:13:53reinhardsetstatus: unread -> testing
messages: + msg477
2010-08-24 18:16:51alwarcreate