Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
6056 Vues

After updating OpenERP V7 I cannot backup anymore from the web interface. Problem arises after updating the web part to 3987 and restarting the server (Ubuntu 12.04.2 server). Updating Ubuntu and the OpenERP server (to 5017) and addons (to 9273) parts have no influence, after that backup was still possible.

Error message:

Internal Server Error {"message": "OpenERP WebClient Error", "code": 300, "data": {"debug": "Client Traceback (most recent call last):\n File \"/opt/openerp/web/addons/web/http.py\", line 285, in dispatch\n r = method(self, **self.params)\n File \"/opt/openerp/web/addons/web/controllers/main.py\", line 812, in backup\n {'fileToken': int(token)}\nValueError: invalid literal for int() with base 10: ''\n", "type": "client_exception"}}

What is the solution?

Avatar
Ignorer
Meilleure réponse

I already made a bug report of this issue....

Other entry on this forum regarding this issue.

Avatar
Ignorer
Auteur

Thanks, I searched for web backup but did not found that one.

Due to my error, I the bug-report was not in the correct location, now it is (got a noticifation from the system). openERP is looking into the issue. if you want to search/check, it is bug: 1194749

Having the same issue.. Updating to version 7.0-20130628-231051 still can't do backup database..

Meilleure réponse

Hi Everybody,

and i have same here, with last release but its not working properly with same error, this is the Traceback :

Traceback (most recent call last): File "/opt/openerp/server/openerp/addons/web/http.py", line 285, in dispatch r = method(self, **self.params) File "/opt/openerp/server/openerp/addons/web/controllers/main.py", line 812, in backup {'fileToken': int(token)} ValueError: invalid literal for int() with base 10: ''

i just started investigating on this, hope we can fix it asap.

Avatar
Ignorer

Here we are, this is an issue with the werkzberg, and you can resolve it as mentioned in this revision http://bazaar.launchpad.net/~openerp/openerp-web/7.0/revision/4000 Good luck.

Meilleure réponse

Hello, I have the same problem after updating. While I find the solution am using the tool pg_dump from postgresql to backup my database. Ej, pg_dump [database] -U [useradministrationname] > [nameofbackup]

Avatar
Ignorer

Hi Oscar, please see the patch described in this revision , it will work for you : http://bazaar.launchpad.net/~openerp/openerp-web/7.0/revision/4000 Good luck.

Hi Oscar, please see the patch described in this revision , it will work for you: http://bazaar.launchpad.net/~openerp/openerp-web/7.0/revision/4000 Good luck.

Meilleure réponse

Hi all , I do use pgAdmin for DB management. It's the perfect tool. see pgadmin.org

Avatar
Ignorer
Publications associées Réponses Vues Activité
10
avr. 23
34488
5
déc. 22
29617
20
févr. 21
103429
0
mars 15
4971
2
mars 15
6285