This question has been flagged
2 Replies
2444 Views

Hi,

A customer of mine asked me to look into his Odoo/OpenErp in order to customize some things.
I'm & VFP,VB and C# programmer, so Python and OpenErp are new to me.
So I installed the same version of OpenErp as my customer (v7) but when trying to restore his database, I always get "Unable to restore database".
I was able to restore it in PgAdmin, but when opening OpenErp it keeps prompting me to Create a new database.

So : how do i get OpenErp to recognize the restored database?
And how can I implement the customers modules, his code including his already existing code on my installation of OpenErp?
Thank you so much

Chris

Avatar
Discard
Best Answer

Hi Chris,

First of all you have to copy all module which he installed in his database from his addons folder. Paste that to your addons folder.

Then Try to restore Database, it will work

Avatar
Discard
Author Best Answer

Thank you Baiju.
I copied the entire contents of his AddOns folder to mine
I also copied a folder called AddOns_Custom, which he has, to the same location in my OpenErp.
Still the same error "Unable to restore database"

Can't attach logfile, something about not enoguh karma :-(
These lines are erroneous : 

2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request
Traceback (most recent call last):
  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch
  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore
  File "base64.pyc", line 53, in b64encode
MemoryError
2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -
2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request
Traceback (most recent call last):
  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch
  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore
  File "base64.pyc", line 53, in b64encode
MemoryError
2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -
2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request
Traceback (most recent call last):
  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch
  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore
  File "base64.pyc", line 53, in b64encode
MemoryError
2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 -
 

Avatar
Discard

did you checked your error log file? to know more about the error

Its okay , no probs for mail.
Which custom module you have in that DB?

Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 12:57:21 +0000

Hi Baiju,



 

Sorry for emailing but the forum doesn’t allow me to reply due to lack of ‘karma’ ?



The logfile shows this last lines :



2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



Traceback (most recent call last):



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



  File "base64.pyc", line 53, in b64encode



MemoryError



2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -



2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



Traceback (most recent call last):



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



  File "base64.pyc", line 53, in b64encode



MemoryError



2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -



2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



Traceback (most recent call last):



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



  File "base64.pyc", line 53, in b64encode



MemoryError



2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 –



 

 

But I see nothing wrong with the actual code in those files?

Thx



Chris



 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 12:03
Aan: Chris Ongena
Onderwerp: Re: False



 

did you checked your error log file? to know more about the error


--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False



--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

A lot.
The customer paid another corporation a whole year to customize a great part of OpenErp.

His AddOns folder alone already contains 12.154 items.

But he does not have a website (and the errors al have to do with a folder named Web?)

 

Thank you for your time

 

Chris

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 14:14
Aan: Chris Ongena
Onderwerp: RE: False

 

Its okay , no probs for mail.
Which custom module you have in that DB?


Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 12:57:21 +0000

Hi Baiju,

 

 

Sorry for emailing but the forum doesn’t allow me to reply due to lack of ‘karma’ ?

 

The logfile shows this last lines :

 

2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

Traceback (most recent call last):

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

  File "base64.pyc", line 53, in b64encode

 

MemoryError

 

2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -

 

2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

Traceback (most recent call last):

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

  File "base64.pyc", line 53, in b64encode

 

MemoryError

 

2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -

 

2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

Traceback (most recent call last):

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

  File "base64.pyc", line 53, in b64encode

 

MemoryError

 

2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 –

 

 

 

But I see nothing wrong with the actual code in those files?

Thx

 

Chris

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 12:03
Aan: Chris Ongena
Onderwerp: Re: False

 

 

did you checked your error log file? to know more about the error

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

What Database you currently trying to restore?
does that works fine ?


Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 13:18:25 +0000

A lot.
The customer paid another corporation a whole year to customize a great part of OpenErp.



His AddOns folder alone already contains 12.154 items.



But he does not have a website (and the errors al have to do with a folder named Web?)



 

Thank you for your time



 

Chris



 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 14:14
Aan: Chris Ongena
Onderwerp: RE: False



 

Its okay , no probs for mail.
Which custom module you have in that DB?




Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 12:57:21 +0000



Hi Baiju,



 

 



Sorry for emailing but the forum doesn’t allow me to reply due to lack of ‘karma’ ?



 

The logfile shows this last lines :



 

2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



 

Traceback (most recent call last):



 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



 

  File "base64.pyc", line 53, in b64encode



 

MemoryError



 

2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -



 

2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



 

Traceback (most recent call last):



 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



 

  File "base64.pyc", line 53, in b64encode



 

MemoryError



 

2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -



 

2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



 

Traceback (most recent call last):



 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



 

  File "base64.pyc", line 53, in b64encode



 

MemoryError



 

2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 –



 

 



 



But I see nothing wrong with the actual code in those files?

Thx



 

Chris



 

 



Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 12:03
Aan: Chris Ongena
Onderwerp: Re: False



 

 

did you checked your error log file? to know more about the error



--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False



 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False



--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False



--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

No, I just receive “Unable to restore database” from OpenErp.
I can restore the database in PgAdmin, but then OpenErp does not ‘see’ that database

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 15:29
Aan: Chris Ongena
Onderwerp: RE: False

 

What Database you currently trying to restore?
does that works fine ?


Subject: RE: False
From:
chrisongena@hotmail.com
To:
baijuks@hotmail.com
Date: Fri, 5 Dec 2014 13:18:25 +0000

A lot.
The customer paid another corporation a whole year to customize a great part of OpenErp.

 

His AddOns folder alone already contains 12.154 items.

 

But he does not have a website (and the errors al have to do with a folder named Web?)

 

 

Thank you for your time

 

 

Chris

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 14:14
Aan: Chris Ongena
Onderwerp: RE: False

 

 

Its okay , no probs for mail.
Which custom module you have in that DB?

 


Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 12:57:21 +0000

 

Hi Baiju,

 

 

 

 

Sorry for emailing but the forum doesn’t allow me to reply due to lack of ‘karma’ ?

 

 

The logfile shows this last lines :

 

 

2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

 

Traceback (most recent call last):

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

 

  File "base64.pyc", line 53, in b64encode

 

 

MemoryError

 

 

2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -

 

 

2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

 

Traceback (most recent call last):

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

 

  File "base64.pyc", line 53, in b64encode

 

 

MemoryError

 

 

2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -

 

 

2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

 

Traceback (most recent call last):

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

 

  File "base64.pyc", line 53, in b64encode

 

 

MemoryError

 

 

2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 –

 

 

 

 

 

 

But I see nothing wrong with the actual code in those files?

Thx

 

 

Chris

 

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 12:03
Aan: Chris Ongena
Onderwerp: Re: False

 

 

 

did you checked your error log file? to know more about the error

 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

 

 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False


do you have a skype account ?
its difficult to have a conversation with mails.

Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 14:32:47 +0000

No, I just receive “Unable to restore database” from OpenErp.
I can restore the database in PgAdmin, but then OpenErp does not ‘see’ that database



 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 15:29
Aan: Chris Ongena
Onderwerp: RE: False



 

What Database you currently trying to restore?
does that works fine ?




Subject: RE: False
From:
chrisongena@hotmail.com
To:
baijuks@hotmail.com
Date: Fri, 5 Dec 2014 13:18:25 +0000



A lot.
The customer paid another corporation a whole year to customize a great part of OpenErp.



 

His AddOns folder alone already contains 12.154 items.



 

But he does not have a website (and the errors al have to do with a folder named Web?)



 

 



Thank you for your time



 

 



Chris



 

 



 



Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 14:14
Aan: Chris Ongena
Onderwerp: RE: False



 

 



Its okay , no probs for mail.
Which custom module you have in that DB?



 


Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 12:57:21 +0000



 

Hi Baiju,



 

 



 



 

Sorry for emailing but the forum doesn’t allow me to reply due to lack of ‘karma’ ?



 

 



The logfile shows this last lines :



 

 



2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



 

 



Traceback (most recent call last):



 

 



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



 

 



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



 

 



  File "base64.pyc", line 53, in b64encode



 

 



MemoryError



 

 



2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -



 

 



2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



 

 



Traceback (most recent call last):



 

 



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



 

 



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



 

 



  File "base64.pyc", line 53, in b64encode



 

 



MemoryError



 

 



2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -



 

 



2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request



 

 



Traceback (most recent call last):



 

 



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch



 

 



  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore



 

 



  File "base64.pyc", line 53, in b64encode



 

 



MemoryError



 

 



2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 –



 

 



 



 

 



 

But I see nothing wrong with the actual code in those files?

Thx



 

 



Chris



 

 



 



 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 12:03
Aan: Chris Ongena
Onderwerp: Re: False



 

 



 

did you checked your error log file? to know more about the error



 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False



 

 



--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False



 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False



 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False



--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False



--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

Hi Baiju,

 

Sorry for not answering you anymore on Friday, I had left the company to a customer.

This weekend I managed to get the database back. The problem apparently was the Owner on the database.

The restored database had ‘postgres’ as owner while my OpenErp installation had made “OpenPg” as standard owner.
So just changing the owner on the database was enough to see it again in OpenErp.

Thanks for your willingness to assist

 

Chris

 

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 15:34
Aan: Chris Ongena
Onderwerp: RE: False

 


do you have a skype account ?
its difficult to have a conversation with mails.


Subject: RE: False
From:
chrisongena@hotmail.com
To:
baijuks@hotmail.com
Date: Fri, 5 Dec 2014 14:32:47 +0000

No, I just receive “Unable to restore database” from OpenErp.
I can restore the database in PgAdmin, but then OpenErp does not ‘see’ that database

 

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 15:29
Aan: Chris Ongena
Onderwerp: RE: False

 

 

What Database you currently trying to restore?
does that works fine ?

 


Subject: RE: False
From:
chrisongena@hotmail.com
To:
baijuks@hotmail.com
Date: Fri, 5 Dec 2014 13:18:25 +0000

 

A lot.
The customer paid another corporation a whole year to customize a great part of OpenErp.

 

 

His AddOns folder alone already contains 12.154 items.

 

 

But he does not have a website (and the errors al have to do with a folder named Web?)

 

 

 

 

Thank you for your time

 

 

 

 

Chris

 

 

 

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 14:14
Aan: Chris Ongena
Onderwerp: RE: False

 

 

 

 

Its okay , no probs for mail.
Which custom module you have in that DB?

 

 


Subject: RE: False
From: chrisongena@hotmail.com
To: baijuks@hotmail.com
Date: Fri, 5 Dec 2014 12:57:21 +0000

 

 

Hi Baiju,

 

 

 

 

 

 

 

Sorry for emailing but the forum doesn’t allow me to reply due to lack of ‘karma’ ?

 

 

 

 

The logfile shows this last lines :

 

 

 

 

2014-12-05 11:04:51,055 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

 

 

 

Traceback (most recent call last):

 

 

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

 

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

 

 

 

  File "base64.pyc", line 53, in b64encode

 

 

 

 

MemoryError

 

 

 

 

2014-12-05 11:04:51,099 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:04:51] "POST /web/database/restore HTTP/1.1" 500 -

 

 

 

 

2014-12-05 11:18:38,535 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

 

 

 

Traceback (most recent call last):

 

 

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

 

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

 

 

 

  File "base64.pyc", line 53, in b64encode

 

 

 

 

MemoryError

 

 

 

 

2014-12-05 11:18:38,579 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:18:38] "POST /web/database/restore HTTP/1.1" 500 -

 

 

 

 

2014-12-05 11:20:14,737 5408 ERROR ? openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request

 

 

 

 

Traceback (most recent call last):

 

 

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\http.py", line 284, in dispatch

 

 

 

 

  File "C:\Program Files (x86)\OpenERP 7.0-20141203-020817\server\openerp\addons\web\controllers\main.py", line 812, in restore

 

 

 

 

  File "base64.pyc", line 53, in b64encode

 

 

 

 

MemoryError

 

 

 

 

2014-12-05 11:20:14,778 5408 INFO ? werkzeug: 127.0.0.1 - - [05/Dec/2014 11:20:14] "POST /web/database/restore HTTP/1.1" 500 –

 

 

 

 

 

 

 

 

 

 

But I see nothing wrong with the actual code in those files?

Thx

 

 

 

 

Chris

 

 

 

 

 

 

 

Van: Baiju KS [mailto:baijuks@hotmail.com]
Verzonden: vrijdag 5 december 2014 12:03
Aan: Chris Ongena
Onderwerp: Re: False

 

 

 

 

 

did you checked your error log file? to know more about the error

 

 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

 

 

 

 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

 

 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

 

 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

 

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False

 

--
Chris Ongena
Sent by Odoo S.A. using Odoo about Forum Post False

--
Baiju KS
Sent by Odoo S.A. using Odoo about Forum Post False