Skip to content

Instantly share code, notes, and snippets.

@taxilian
Created October 17, 2011 16:49
Show Gist options
  • Save taxilian/1293058 to your computer and use it in GitHub Desktop.
Save taxilian/1293058 to your computer and use it in GitHub Desktop.
error log
Traceback (most recent call last):
File "doxygen/doc2confluence.py", line 248, in <module>
Main()
File "doxygen/doc2confluence.py", line 245, in Main
a.begin()
File "doxygen/doc2confluence.py", line 236, in begin
self.makeFirstPageInConfluence(pageId, membersPageId)
File "doxygen/doc2confluence.py", line 70, in makeFirstPageInConfluence
children = self.rpc.getChildren(self.token, pageId)
File "/usr/local/lib/python2.6/dist-packages/SOAPpy/Client.py", line 540, in __call__
return self.__r_call(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/SOAPpy/Client.py", line 562, in __r_call
self.__hd, self.__ma)
File "/usr/local/lib/python2.6/dist-packages/SOAPpy/Client.py", line 475, in __call
raise p
SOAPpy.Types.faultType: <Fault soapenv:Server.userException: org.xml.sax.SAXException: Bad types (class java.math.BigInteger -> long): <SOAPpy.Types.structType detail at 75820928>: {'hostname': 'shaoden', 'faultData': <SOAPpy.Types.structType faultData at 75818624>: {'exception': None, 'cause': None, 'message': 'Bad types (class java.math.BigInteger -> long)'}}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment