Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8900


Ignore:
Timestamp:
Dec 18, 2009, 4:49:42 PM (14 years ago)
Author:
Christian Boos
Comment:

pagetodoc/pagetodoc.py: that's a PluginIssue.

Interesting case of broken semi-automatic error reporting, btw. Did you do anything special (copy/paste manually?)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8900

    • Property Status newclosed
    • Property Resolutionwontfix
  • Ticket #8900 – Description

    initial v1  
    1       How to Reproduce      While doing a GET operation on `/wiki/WikiStart`, Trac issued an internal error.    please provide additional details here    Request parameters: {{{ { format : u zip ,  page : u WikiStart } }}} User Agent was: `Mozilla/5.0  Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6  Gecko/20091201 Firefox/3.5.1pre`      System Information      ||    Trac    || `0.11.5` || ||    Python    || `2.6.4  r264:75706, Dec 7 2009, 18:59:58  `   br   ` GCC 4.4.1 ` || ||    setuptools    || `0.6c11` || ||    SQLite    || `3.6.16` || ||    pysqlite    || `2.4.1` || ||    Genshi    || `0.6dev-r0` || ||    mod_python    || `3.3.1` || ||    Pygments    || `1.0` || ||    Subversion    || `1.6.5  r38866 ` || ||    jQuery:    || `1.3.2` ||      Python Traceback      {{{ Traceback  most recent call last :  File  /usr/lib/python2.6/dist-packages/trac/web/main.py , line 444, in _dispatch_request  dispatcher.dispatch req   File  /usr/lib/python2.6/dist-packages/trac/web/main.py , line 205, in dispatch  resp   chosen_handler.process_request req   File  /usr/lib/python2.6/dist-packages/trac/wiki/web_ui.py , line 165, in process_request  format, versioned_page.NAME   File  /usr/lib/python2.6/dist-packages/trac/mimeview/api.py , line 924, in send_converted  content, selector   File  /usr/lib/python2.6/dist-packages/trac/mimeview/api.py , line 650, in convert_content  output   converter.convert_content req, mimetype, content, ck   File  build/bdist.linux-x86_64/egg/pagetodoc/pagetodoc.py , line 139, in convert_content  self.execute_external_program cmd   File  build/bdist.linux-x86_64/egg/pagetodoc/pagetodoc.py , line 200, in execute_external_program  raise Exception  Error executing command  return code   %s : %s  %  retval, errData   Exception: Error executing command  return code   4 : /tmp/page2docRoHezP/word_6NkvBY:1: parser error : Document is empty ^ /tmp/page2docRoHezP/word_6NkvBY:1: parser error : Start tag expected,     not found ^ cannot parse /tmp/page2docRoHezP/word_6NkvBY }}} 
     1== How to Reproduce ==
     2
     3    While doing a GET operation on `/wiki/WikiStart`, Trac issued an internal error.    please provide additional details here   
     4
     5Request parameters:
     6{{{
     7{ format : u zip ,  page : u WikiStart }
     8}}}
     9
     10User Agent was: `Mozilla/5.0  Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6  Gecko/20091201 Firefox/3.5.1pre`     
     11
     12== System Information == 
     13||    Trac    || `0.11.5` ||
     14||    Python    || `2.6.4  r264:75706, Dec 7 2009, 18:59:58  `   [[br]]   ` GCC 4.4.1 ` ||
     15||    setuptools    || `0.6c11` ||
     16||    SQLite    || `3.6.16` ||
     17||    pysqlite    || `2.4.1` ||
     18||    Genshi    || `0.6dev-r0` ||
     19||    mod_python    || `3.3.1` ||
     20||    Pygments    || `1.0` ||
     21||    Subversion    || `1.6.5  r38866 ` ||
     22||    jQuery:    || `1.3.2` ||     
     23
     24Python Traceback     
     25{{{
     26Traceback  most recent call last :
     27  File  /usr/lib/python2.6/dist-packages/trac/web/main.py , line 444, in _dispatch_request  dispatcher.dispatch req
     28  File  /usr/lib/python2.6/dist-packages/trac/web/main.py , line 205, in dispatch  resp   chosen_handler.process_request req
     29  File  /usr/lib/python2.6/dist-packages/trac/wiki/web_ui.py , line 165, in process_request  format, versioned_page.NAME
     30  File  /usr/lib/python2.6/dist-packages/trac/mimeview/api.py , line 924, in send_converted  content, selector
     31  File  /usr/lib/python2.6/dist-packages/trac/mimeview/api.py , line 650, in convert_content  output   converter.convert_content req, mimetype, content, ck
     32  File  build/bdist.linux-x86_64/egg/pagetodoc/pagetodoc.py , line 139, in convert_content  self.execute_external_program cmd
     33  File  build/bdist.linux-x86_64/egg/pagetodoc/pagetodoc.py , line 200, in execute_external_program  raise Exception  Error executing command  return code   %s : %s  %  retval, errData   
     34Exception: Error executing command  return code   4 : /tmp/page2docRoHezP/word_6NkvBY:1: parser error : Document is empty ^ /tmp/page2docRoHezP/word_6NkvBY:1: parser error : Start tag expected,     not found ^ cannot parse /tmp/page2docRoHezP/word_6NkvBY
     35}}}