Edgewall Software

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8900 closed defect (wontfix)

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 — at Version 1

Reported by: markus.hoffmann@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

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
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

Change History (1)

comment:1 by Christian Boos, 14 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

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

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

Note: See TracTickets for help on using tickets.