[horde] Fwd: (no subject)

Simon Wilson simon at simonandkate.net
Fri Dec 13 11:07:50 UTC 2013


----- Message from Simon Wilson <simon at simonandkate.net> ---------
     Date: Fri, 13 Dec 2013 10:44:29 +0000
     From: Simon Wilson <simon at simonandkate.net>
Reply-To: simon at simonandkate.net
  Subject: Re: [horde] Fwd: (no subject)
       To: horde at lists.horde.org


> ----- Message from Simon Wilson <simon at simonandkate.net> ---------
>     Date: Thu, 12 Dec 2013 22:44:38 +0000
>     From: Simon Wilson <simon at simonandkate.net>
> Reply-To: simon at simonandkate.net
>  Subject: Re: [horde] Fwd: (no subject)
>       To: horde at lists.horde.org
>
>
>> ----- Message from Michael J Rubinsky <mrubinsk at horde.org> ---------
>>    Date: Thu, 12 Dec 2013 10:44:10 -0500
>>    From: Michael J Rubinsky <mrubinsk at horde.org>
>> Reply-To: mrubinsk at horde.org
>> Subject: [horde] Fwd:  (no subject)
>>      To: horde at lists.horde.org
>>
>>
>>> Sent using incorrect identity...
>>> -- 
>>> mike
>>>
>>> The Horde Project (www.horde.org)
>>> mrubinsk at horde.org
>>
>>
>> ----- End message from Michael J Rubinsky <mrubinsk at horde.org> -----
>>
>>> There's a 500 error in the middle of all of that log that is  
>>> killing the sync I assume:
>>
>>> 2013-12-11 15:11:12 [4459] HTTP Response: 500 Internal Server  
>>> Error: java.io.FileNotFoundException:  
>>> https://mail.simonandkate.net:443/Microsoft-Server-ActiveSync?Cmd=Sync&User=simon&DeviceId=Notesf664e0d92a2f9f8e&DeviceType=Android
>>
>>> Or is that likely to be the end result of the Exception?
>>
>> Probably.
>>
>>> Could you point me in the direction of how to trace the error? I  
>>> know that you can put code in to the PHP that dumps out variables  
>>> and backtrace, but I'm not sure where to put it in this instance?
>>
>> I would start in Mnemo_Api::export(). Use Horde::debug() to find  
>> out what is being returned from that method. That's the only  
>> conceivable place that this could be coming from, though I still  
>> have no idea how.
>>
>> Mike
>>
>> ~~~~
>>
>> Thanks Mike, will give that a whirl.
>>
>> Simon.
>>
> Backtrace:
>
> 2013-12-13T10:38:08+00:00 DEBUG: Backtrace:
> 1. Horde_Rpc_ActiveSync->getResponse() /var/www/horde/rpc.php:156
> 2. Horde_ActiveSync->handleRequest()  
> /usr/share/pear/Horde/Rpc/ActiveSync.php:143
> 3. Horde_ActiveSync_Request_Base->handle()  
> /usr/share/pear/Horde/ActiveSync.php:894
> 4. Horde_ActiveSync_Request_Sync->_handle()  
> /usr/share/pear/Horde/ActiveSync/Request/Base.php:249
> 5. Horde_ActiveSync_Connector_Exporter->sendNextChange()  
> /usr/share/pear/Horde/ActiveSync/Request/Sync.php:606
> 6. Horde_ActiveSync_Connector_Exporter->messageChange()  
> /usr/share/pear/Horde/ActiveSync/Connector/Exporter.php:217
> 7. Horde_ActiveSync_Message_Base->encodeStream()  
> /usr/share/pear/Horde/ActiveSync/Connector/Exporter.php:324
> 8. Horde::debug() /usr/share/pear/Horde/ActiveSync/Message/Base.php:389
>
> Does that shed any light?
>
> Simon.
>
>
And this is with debug() (just without calling any specific variable)  
in both Api.php for Mnemo and also in the Base.php:

2013-12-13T10:53:20+00:00 DEBUG: Backtrace:
  1. Horde_Rpc_ActiveSync->getResponse() /var/www/horde/rpc.php:156
  2. Horde_ActiveSync->handleRequest()  
/usr/share/pear/Horde/Rpc/ActiveSync.php:143
  3. Horde_ActiveSync_Request_Base->handle()  
/usr/share/pear/Horde/ActiveSync.php:894
  4. Horde_ActiveSync_Request_Sync->_handle()  
/usr/share/pear/Horde/ActiveSync/Request/Base.php:249
  5. Horde_ActiveSync_Connector_Exporter->sendNextChange()  
/usr/share/pear/Horde/ActiveSync/Request/Sync.php:606
  6. Horde_Core_ActiveSync_Driver->getMessage()  
/usr/share/pear/Horde/ActiveSync/Connector/Exporter.php:215
  7. Horde_Core_ActiveSync_Connector->notes_export()  
/usr/share/pear/Horde/Core/ActiveSync/Driver.php:885
  8. Horde_Registry_Caller->export()  
/usr/share/pear/Horde/Core/ActiveSync/Connector.php:494
  9. Horde_Registry_Caller->__call()  
/usr/share/pear/Horde/Core/ActiveSync/Connector.php:494
10. Horde_Registry->call() /usr/share/pear/Horde/Registry/Caller.php:41
11. Horde_Registry->callByPackage() /usr/share/pear/Horde/Registry.php:1105
12. call_user_func_array() /usr/share/pear/Horde/Registry.php:1148
13. Mnemo_Api->export()
14. Horde::debug() /var/www/horde/mnemo/lib/Api.php:316

2013-12-13T10:53:20+00:00 DEBUG: Backtrace:
1. Horde_Rpc_ActiveSync->getResponse() /var/www/horde/rpc.php:156
2. Horde_ActiveSync->handleRequest()  
/usr/share/pear/Horde/Rpc/ActiveSync.php:143
3. Horde_ActiveSync_Request_Base->handle()  
/usr/share/pear/Horde/ActiveSync.php:894
4. Horde_ActiveSync_Request_Sync->_handle()  
/usr/share/pear/Horde/ActiveSync/Request/Base.php:249
5. Horde_ActiveSync_Connector_Exporter->sendNextChange()  
/usr/share/pear/Horde/ActiveSync/Request/Sync.php:606
6. Horde_ActiveSync_Connector_Exporter->messageChange()  
/usr/share/pear/Horde/ActiveSync/Connector/Exporter.php:217
7. Horde_ActiveSync_Message_Base->encodeStream()  
/usr/share/pear/Horde/ActiveSync/Connector/Exporter.php:324
8. Horde::debug() /usr/share/pear/Horde/ActiveSync/Message/Base.php:389

If I call it with debug($memo) I get a LOT of info, but including some  
data I'd rather not share on list. If that will help let me know? It  
contains text from a bunch of notes. One of them is encrypted, but a  
quick check with it not encrypted still fails.

Simon


--
Simon Wilson
M: 0400 12 11 16
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1339 bytes
Desc: PGP Public Key
URL: <http://lists.horde.org/archives/horde/attachments/20131213/264e80df/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: PGP Digital Signature
URL: <http://lists.horde.org/archives/horde/attachments/20131213/264e80df/attachment-0001.bin>


More information about the horde mailing list