Menu

#28 1.04brelease add friend error

open
nobody
None
5
2010-01-22
2010-01-22
luo dongri
No

when use the 1.04b release version to add an friend , sometimes has exception and add friend fail,the exception as follows:

2010-01-22 10:25:41:WARN http-10080-1 com.liuxinggou.msn.MsnRobot - MsnRobot: myrobot005@live.cn will add **@**.com as friend
2010-01-22 10:25:43:ERROR http-10080-1 net.sf.jml.protocol.soap.ContactList - something wrong!
java.lang.Exception
at net.sf.jml.protocol.soap.ContactList.sendRequest(ContactList.java:276)
at net.sf.jml.protocol.soap.ContactList.sendRequest(ContactList.java:160)
at net.sf.jml.protocol.soap.ContactList.addFriend(ContactList.java:1244)
at net.sf.jml.impl.SimpleMessenger.addFriend(SimpleMessenger.java:197)

and if u use 1.04b release ,use MSNP15 add a friend , if the friend click cancel when received the request .
the program will has some exception too.

2010-1-22 23:37:18 net.sf.jml.example.SimpleMsn$MsnListener ownerStatusChanged
信息: MsnMessenger: myrobot001@live.cn status changed from ONLINE to ONLINE
2010-1-22 23:37:18 net.sf.jml.example.SimpleMsn$MsnListener ownerStatusChanged
信息: MsnMessenger: myrobot001@live.cn status changed from ONLINE to ONLINE
2010-1-22 23:37:18 net.sf.jml.example.SimpleMsn$MsnListener contactListInitCompleted
信息: MsnMessenger: myrobot001@live.cn contact list init completeted
2010-1-22 23:37:22 net.sf.jml.protocol.soap.ContactList sendRequest
严重: something wrong!
java.lang.Exception
at net.sf.jml.protocol.soap.ContactList.sendRequest(ContactList.java:276)
at net.sf.jml.protocol.soap.ContactList.sendRequest(ContactList.java:160)
at net.sf.jml.protocol.soap.ContactList.addFriend(ContactList.java:1244)
at net.sf.jml.impl.SimpleMessenger.addFriend(SimpleMessenger.java:197)
at net.sf.jml.example.SimpleMsn$MsnListener.contactListInitCompleted(SimpleMsn.java:167)
at net.sf.jml.impl.AbstractMessenger.fireContactListInitCompleted(AbstractMessenger.java:533)
at net.sf.jml.protocol.outgoing.OutgoingPNG.receivedResponse(OutgoingPNG.java:66)
at net.sf.jml.protocol.MsnSession$1.messageReceived(MsnSession.java:114)
at net.sf.jml.net.Session.fireMessageReceived(Session.java:301)
at net.sf.jml.net.Session.access$0(Session.java:297)
at net.sf.jml.net.Session$MsgDispatcher.run(Session.java:283)
at java.lang.Thread.run(Unknown Source)
2010-1-22 23:37:22 net.sf.jml.protocol.soap.ContactList sendRequest
信息: Error xml:<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Contact Already Exists </faultstring><faultactor>http://www.msn.com/webservices/AddressBook/ABContactAdd</faultactor><detail><errorcode xmlns="http://www.msn.com/webservices/AddressBook">ContactAlreadyExists</errorcode><errorstring xmlns="http://www.msn.com/webservices/AddressBook">Contact Already Exists </errorstring><machineName xmlns="http://www.msn.com/webservices/AddressBook">BY2ABCHWB265</machineName><additionalDetails><conflictObjectId>F40226F3-3D30-4692-90E7-955931AA3F4A</conflictObjectId></additionalDetails></detail></soap:Fault></soap:Body></soap:Envelope>

Discussion


Log in to post a comment.