← Back to team overview

openerp-connector-community team mailing list archive

Re: Can't sync product categories

 

Hi,
All the errors that begin with <Fault are errors returned by Magento.
This error comes from Magento so you should understand "see in the
Magento logs for details".

--
Guewen Baconnier
Business Solutions Software Developer

Camptocamp SA
PSE A, CH-1015 Lausanne
Phone: +41 21 619 10 39
Office: +41 21 619 10 10
http://www.camptocamp.com/


On Thu, Oct 30, 2014 at 2:35 PM, Sergio <sbarajas@xxxxxxxxx> wrote:
>> Hi,
>> When I push the button in the backend to syncronize the product categories
>> from OpenERP 7 to Magento1.9
>> I have this error:
>>
>> Traceback (most recent call last):
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/connector/queue/worker.py",
>> line 122, in run_job job.perform(session)
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/connector/queue/job.py",
>> line 472, in perform self.result = self.func(session, *self.args,
>> **self.kwargs)
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/openerp-connector-magento/magentoerpconnect/unit/import_synchronizer.py",
>> line 358, in import_batch importer.run(filters=filters)
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/openerp-connector-magento/magentoerpconnect/product_category.py",
>> line 179, in run tree = self.backend_adapter.tree()
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/openerp-connector-magento/magentoerpconnect/product_category.py",
>> line 142, in tree [parent_id, storeview_id])
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/openerp-connector-magento/magentoerpconnect/product_category.py",
>> line 93, in _call return super(ProductCategoryAdapter, self)._call(method,
>> arguments)
>> File
>> "/usr/lib/python2.6/dist-packages/openerp/addons/openerp-connector-magento/magentoerpconnect/unit/backend_adapter.py",
>> line 156, in _call result = api.call(method, arguments)
>> File "/usr/local/lib/python2.6/dist-packages/magento/api.py", line 161, in
>> call return self.client.call(self.session, resource_path, arguments)
>> File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__ return
>> self.__send(self.__name, args) File "/usr/lib/python2.6/xmlrpclib.py", line
>> 1489, in __request verbose=self.__verbose
>> File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request return
>> self._parse_response(h.getfile(), sock) File
>> "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response return
>> u.close()
>> File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close raise
>> Fault(**self._stack[0]) Fault: <Fault 1: 'Internal Error. Please see log for
>> details.'>
>>
>> In the end of the log it says: "see log for details", where is this log?
>> Thanks
>>
>> PD: My OpenERP is installed into an Debian 7 host
>
>
> --
> Mailing list: https://launchpad.net/~openerp-connector-community
> Post to     : openerp-connector-community@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openerp-connector-community
> More help   : https://help.launchpad.net/ListHelp
>


Follow ups

References