Description

wikisync does not work:

Traceback (most recent call last):                                                                  
  File "/home/user/workspace/moin-1.9/MoinMoin/support/wsgiref/handlers.py", line 92, in run         
    self.result = application(self.environ, self.start_response)                                    
  File "/home/user/workspace/moin-1.9/MoinMoin/support/werkzeug/utils.py", line 815, in __call__     
    return self.app(environ, start_response)                                                        
  File "/home/user/workspace/moin-1.9/MoinMoin/wsgiapp.py", line 245, in __call__                    
    response = run(context)                                                                         
  File "/home/user/workspace/moin-1.9/MoinMoin/wsgiapp.py", line 72, in run                          
    response = dispatch(request, context, action_name)                                              
  File "/home/user/workspace/moin-1.9/MoinMoin/wsgiapp.py", line 119, in dispatch                    
    response = handle_action(context, pagename, action_name)                                        
  File "/home/user/workspace/moin-1.9/MoinMoin/wsgiapp.py", line 178, in handle_action               
    handler(context.page.page_name, context)                                                        
  File "/home/user/workspace/moin-1.9/MoinMoin/action/SyncPages.py", line 500, in execute            
    ActionClass(pagename, request).render()                                                         
  File "/home/user/workspace/moin-1.9/MoinMoin/action/SyncPages.py", line 195, in render             
    remote = MoinRemoteWiki(self.request, params["remoteWiki"], params["remotePrefix"], params["pageList"], params["user"], params["password"], verbose=debug)                                          
  File "/home/user/workspace/moin-1.9/MoinMoin/wikisync.py", line 180, in __init__                   
    iw_list = self.connection.interwikiName()                                                       
  File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__                                    
    return self.__send(self.__name, args)                                                           
  File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request                                   
    verbose=self.__verbose                                                                          
  File "/usr/lib/python2.5/xmlrpclib.py", line 1191, in request                                     
    headers                                                                                         
ProtocolError: <ProtocolError for localhost:8081?action=xmlrpc2: 500 INTERNAL SERVER ERROR>         
2009-01-03 20:10:08,630 INFO MoinMoin.web.serving:41 localhost "GET /SyncJob?action=SyncPages HTTP/1.1" 500 59                                                                                          

Steps to reproduce

setup to wikis and try to sync

Example

Component selection

Details

MoinMoin Version

1.9alpha

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

I had 2 local clones of current moin-1.9, running on localhost:8080 and :8081 and synced from one to the other. Works, can't reproduce a problem.

tested from loclhost:8080 to localhost apache cgi wiki. problem is fixed -- ReimarBauer 2009-02-02 20:44:33

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/1.9WikiSyncNotWorking (last edited 2009-02-02 20:44:34 by ReimarBauer)