Error save contacts from a vcf file

Post feedback about our hosted demo or your local install. Tell us what you love and/or what you’d like to see added in the future.
Post Reply
pipp
Posts: 2
Joined: Tue Jul 19, 2016 9:18 am

Error save contacts from a vcf file

Post by pipp »

Hi! The user is sent the vcf file. He wants to create a contact from a vcf file and click on the Contact link next to the attachment file. After this gets an error. This error for any user who wants to create a contact from a vcf file.

Code: Select all

method:	[unknown]
msg:	system failure: java.lang.NullPointerException
code:	service.FAILURE
detail:	soap:Receiver
trace:	qtp66233253-15891:1500893463536:7a9f6427d093f3f7
request:	

Body: {
  CreateContactRequest: {
    _jsns: "urn:zimbraMail",
    cn: {
      l: 7,
      vcard: {
        mid: "22167",
        part: "2"
       }
     }
   }
 },
Header: {
  context: {
    _jsns: "urn:zimbra",
    account: {
      _content: "user@domain.com",
      by: "name"
     },
    authToken: "(removed)",
    csrfToken: "0_b32680005a7c914787f7b2ec188603d465104c72",
    notify: {
      seq: 2
     },
    session: {
      _content: 13227,
      id: 13227
     },
    userAgent: {
      name: "ZimbraWebClient - FF54 (Win)",
      version: "8.7.0_GA_1659"
     }
   }
 }
Post Reply