Attachment 'traceback.html'

Download

--> -->

ProtocolError

<ProtocolError for 192.168.2.24:8080/?action=xmlrpc2: -1 >

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /home/olpc/workspace/moin-1.7/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x87357ac>)

    1. 1296 self.page.send_page()
    2. 1297 else:
    3. 1298 handler(self.page.page_name, self)
    4. 1299
    5. 1300 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute at 0x869217c>
    • self = <MoinMoin.request.request_standalone.Request object at 0x87357ac>
    • self.page = <MoinMoin.Page.Page object at 0x873518c>
    • self.page.page_name = u'SyncJob'
  2. /home/olpc/workspace/moin-1.7/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJob', request=<MoinMoin.request.request_standalone.Request object at 0x87357ac>)

    1. 492
    2. 493
    3. 494 def execute(pagename, request):
    4. 495 ActionClass(pagename, request).render()
    5. 496
    • global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
    • pagename = u'SyncJob'
    • request = <MoinMoin.request.request_standalone.Request object at 0x87357ac>
    • ).render undefined
  3. /home/olpc/workspace/moin-1.7/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x87353ec>)

    1. 188 local = MoinLocalWiki(self.request, params["localPrefix"], params["pageList"])
    2. 189 try:
    3. 190 remote = MoinRemoteWiki(self.request, params["remoteWiki"], params["remotePrefix"], params["pageList"], params["user"], params["password"], verbose=debug)
    4. 191 except (UnsupportedWikiException, NotAllowedException), (msg, ):
    5. 192 raise ActionStatus(msg, "error")
    • remote undefined
    • global MoinRemoteWiki = <class 'MoinMoin.wikisync.MoinRemoteWiki'>
    • self = <MoinMoin.action.SyncPages.ActionClass object at 0x87353ec>
    • self.request = <MoinMoin.request.request_standalone.Request object at 0x87357ac>
    • params = {'direction': 1, 'groupList': None, 'localPrefix': u'TestWiki/', 'pageList': None, 'pageMatch': <_sre.SRE_Pattern object at 0x8540598>, 'password': None, 'remotePrefix': '', 'remoteWiki': u'ExampleWiki', 'user': None}
    • verbose undefined
    • global debug = False
  4. /home/olpc/workspace/moin-1.7/MoinMoin/wikisync.py in __init__ (self=<MoinRemoteWiki wiki_url=u'http://192.168.2.24:8080/' valid=True>, request=<MoinMoin.request.request_standalone.Request object at 0x87357ac>, interwikiname=u'ExampleWiki', prefix='', pagelist=None, user=None, password=None, verbose=False)

    1. 178
    2. 179 try:
    3. 180 iw_list = self.connection.interwikiName()
    4. 181 except socket.error:
    5. 182 raise UnsupportedWikiException(_("The wiki is currently not reachable."))
    • iw_list undefined
    • self = <MoinRemoteWiki wiki_url=u'http://192.168.2.24:8080/' valid=True>
    • self.connection = <ServerProxy for 192.168.2.24:8080/?action=xmlrpc2>
    • self.connection.interwikiName = <_Method instance>
  5. /usr/lib/python2.5/xmlrpclib.py in __call__ (self=<_Method instance>, *args=())

    1. 1148 return _Method(self.__send, "%s.%s" % (self.__name, name))
    2. 1149 def __call__(self, *args):
    3. 1150 return self.__send(self.__name, args)
    4. 1151
    5. 1152 ##
    • self = <_Method instance>
    • self.__send = <_Method instance>
    • self.__name = <_Method instance>
    • args = ()
  6. /usr/lib/python2.5/xmlrpclib.py in __request (self=<ServerProxy for 192.168.2.24:8080/?action=xmlrpc2>, methodname='interwikiName', params=())

    1. 1438 self.__handler,
    2. 1439 request,
    3. 1440 verbose=self.__verbose
    4. 1441 )
    5. 1442
    • verbose undefined
    • self = <ServerProxy for 192.168.2.24:8080/?action=xmlrpc2>
    • self.__verbose = <_Method instance>
  7. /usr/lib/python2.5/xmlrpclib.py in request (self=<xmlrpclib.Transport instance at 0x873596c>, host=u'192.168.2.24:8080', handler=u'/?action=xmlrpc2', request_body="<?xml version='1.0'?>\n<methodCall>\n<methodName>i...me</methodName>\n<params>\n</params>\n</methodCall>\n", verbose=False)

    1. 1192 host + handler,
    2. 1193 errcode, errmsg,
    3. 1194 headers
    4. 1195 )
    5. 1196
    • headers = None

ProtocolError

<ProtocolError for 192.168.2.24:8080/?action=xmlrpc2: -1 >

  • args = ()
  • errcode = -1
  • errmsg = ''
  • headers = None
  • message = ''
  • url = u'192.168.2.24:8080/?action=xmlrpc2'

System Details

  • Date: Mon, 26 May 2008 09:18:17 +0000
  • Platform: Linux xo-10-CE-49.localdomain 2.6.22-20071231.2.olpc.83e0631da83a269 #1 PREEMPT Mon Dec 31 10:37:17 EST 2007 i586
  • Python: Python 2.5 (/usr/bin/python)
  • MoinMoin: Release 1.7.0rc1 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-05-25 21:25:17, 11.0 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.