Dear fellas,
I am trying to do a content migration using quintagroup.transmogrifier, and I am having a problem with the export phase.
When I execute the "Content (transmogrifier)" export step in portal_setup, the browser simply hangs. I mean, the browser UI works (I am able to scroll the main frame for portal_setup, I am able to stop loading the page, etc.), but it is like it takes forever to complete the request ( really mean forever, I went to sleep and six hours late the situation was the same

). The download box for the export package never appears.
In the Zope log, I get the following, as the last message (same as in the console, when I run Zope in the foreground):
------
2011-01-20T20:52:44 INFO EXPORTING
Pipeline processing time: 00:01:09
513 items were generated in source sections
513 went through full pipeline
0 were discarded in some section
It just stops there. I get no other error or warning messages.
Finally, if I close the browser and everything, Zope won't respond anymore. I point the browser to the Zope address, and it just keeps "loading". The foreground Zope won't respond to Ctrl+C anymore. Even if I exit my SSH session (with Zope running in the foreground), the process keeps alive, and even with all my browser windows closed, netstat -t still shows the HTTP connection in the "CLOSE WAIT" state forever. A simple kill won't the Zope process, I need to use a kill -9 in a new ssh session.
For the record, I am using Ubuntu 9.04, and Plone 3.2.1, CMF 2.1.2, Zope (Zope 2.10.7-final, python 2.4.5, linux2), Python 2.4.5 (#1, Mar 2 2009, 22:04:45) [GCC 4.3.2], PIL 1.1.6.
Can anyone help me solving this?
Regards,
Alberto