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.
/home/olpc/workspace/moin-1.7/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x87357ac>)
- 1296 self.page.send_page()
- 1297 else:
- 1298 handler(self.page.page_name, self)
- 1299
- 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'
/home/olpc/workspace/moin-1.7/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJob', request=<MoinMoin.request.request_standalone.Request object at 0x87357ac>)
- 492
- 493
- 494 def execute(pagename, request):
- 495 ActionClass(pagename, request).render()
- 496
- global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
- pagename = u'SyncJob'
- request = <MoinMoin.request.request_standalone.Request object at 0x87357ac>
- ).render undefined
/home/olpc/workspace/moin-1.7/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x87353ec>)
- 188 local = MoinLocalWiki(self.request, params["localPrefix"], params["pageList"])
- 189 try:
- 190 remote = MoinRemoteWiki(self.request, params["remoteWiki"], params["remotePrefix"], params["pageList"], params["user"], params["password"], verbose=debug)
- 191 except (UnsupportedWikiException, NotAllowedException), (msg, ):
- 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
/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)
- 178
- 179 try:
- 180 iw_list = self.connection.interwikiName()
- 181 except socket.error:
- 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>
/usr/lib/python2.5/xmlrpclib.py in __call__ (self=<_Method instance>, *args=())
- 1148 return _Method(self.__send, "%s.%s" % (self.__name, name))
- 1149 def __call__(self, *args):
- 1150 return self.__send(self.__name, args)
- 1151
- 1152 ##
- self = <_Method instance>
- self.__send = <_Method instance>
- self.__name = <_Method instance>
- args = ()
/usr/lib/python2.5/xmlrpclib.py in __request (self=<ServerProxy for 192.168.2.24:8080/?action=xmlrpc2>, methodname='interwikiName', params=())
- 1438 self.__handler,
- 1439 request,
- 1440 verbose=self.__verbose
- 1441 )
- 1442
- verbose undefined
- self = <ServerProxy for 192.168.2.24:8080/?action=xmlrpc2>
- self.__verbose = <_Method instance>
/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)
- 1192 host + handler,
- 1193 errcode, errmsg,
- 1194 headers
- 1195 )
- 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.You are not allowed to attach a file to this page.