Summary | getActionTimestamp return bad value in soap |
Queue | Turba |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | rpolli (at) babel (dot) it |
Created | 11/25/2009 (5703 days ago) |
Due | |
Updated | 12/05/2009 (5693 days ago) |
Assigned | 11/29/2009 (5699 days ago) |
Resolved | 12/05/2009 (5693 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
corrupted or just plain wrong. Did you change it by hand?
work for your existing install? Same code versions?
Nov 30 15:19:55 HORDE [error] [turba] DB Error: constraint violation:
UPDATE horde_histories_seq SET id = LAST_INSERT_ID(id + 1)
[nativecode=1062 ** Duplicate entry '3223' for key 'PRIMARY'] [pid
23757 on line 198 of
"/var/www/webmail/horde-webmail-1.2.4/lib/Horde/History.php"]
Which could be the cause?
for your existing install? Same code versions?
apply. So it could be a problem on sql of the horde installation.
Which can be the cause?
Peace,
R.
have you tried other RPC backends?
Peace, R
State ⇒ Feedback
have you tried other RPC backends?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ getActionTimestamp return bad value in soap
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
getActionTimestamp always return 0. http trace follows
(Pdb) print
server.contacts.getActionTimestamp("20091125212217.12527jgoulnhlpmh@newwebmail.eng.it","add")
*** Outgoing SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
<SOAP-ENV:Body>
<ns1:contacts.getActionTimestamp xmlns:ns1="urn:horde" SOAP-ENC:root="1">
<v1
xsi:type="xsd:string">20091125212217.12527jgoulnhlpmh@newwebmail.eng.it</v1>
<v2 xsi:type="xsd:string">add</v2>
</ns1:contacts.getActionTimestamp>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
************************************************************************
*** Incoming SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="urn:horde" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:contacts.getActionTimestampResponse><output
xsi:type="xsd:int">0</output></ns1:contacts.getActionTimestampResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
************************************************************************