View Issue Details

IDProjectCategoryView StatusLast Update
0004631SOGosogo-toolpublic2019-11-06 13:35
Reporterlabnet Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
PlatformLinuxOSDebianOS Version9
Product Version3.2.1 
Summary0004631: sogo-tool backup Uncaught exception NSInvalidArgumentException
Description

sogo-tool backup output-directory test@moebes.org
<0x0x23713b0[SOGoCache]> Cache cleanup interval set every 0.000000 seconds
<0x0x23713b0[SOGoCache]> Using host(s) 'localhost' as server(s)
sogo-tool: Uncaught exception NSInvalidArgumentException, reason: Tried to add nil value for key '(null):(null):(null):(null)' to dictionary

Steps To Reproduce

Tested with different users and also the ALL command.
It replys every time the same erorr

Additional Information

vi /etc/sogo/sogo.conf

/ Authentication /
SOGoPasswordChangeEnabled = YES;

/ SQL authentication example /
/* These database columns MUST be present in the view/table:

  • c_uid - will be used for authentication - it's the username or username@domain.tld)
  • c_name - which can be identical to c_uid - will be used to uniquely identify entries
  • c_password - password of the user, plain-text, md5 or sha encoded for now
  • c_cn - the user's common name - such as "John Doe"
  • mail - the user's mail address
  • See the installation guide for more details
    */
    SOGoUserSources =
    (
    {
    type = sql;
    id = directory;
    viewURL = "mysql://sogo:xxxxxxxN@127.0.0.1:3306/sogo/sogo_auth";
    canAuthenticate = YES;
    isAddressBook = NO;
    userPasswordAlgorithm = sha512-crypt;
    }
    );

    / Web Interface /
    SOGoPageTitle = SOGo;
    SOGoVacationEnabled = YES;
    SOGoForwardEnabled = YES;
    SOGoSieveScriptsEnabled = YES;
    //SOGoMailAuxiliaryUserAccountsEnabled = YES;
    //SOGoTrustProxyAuthentication = NO;
    //SOGoXSRFValidationEnabled = YES;

    / General - SOGoTimeZone MUST be defined /
    SOGoLanguage = German;
    SOGoTimeZone = Europe/Berlin;
    SOGoFirstDayOfWeek = 1;
    SOGoMailMessageCheck = every_minute;
    //SOGoLanguage = English;
    //SOGoTimeZone = America/Montreal;
    //SOGoCalendarDefaultRoles = (
    // PublicDAndTViewer,
    // ConfidentialDAndTViewer
    //);
    //SOGoSuperUsernames = (sogo1, sogo2); // This is an array - keep the parens!
    //SxVMemLimit = 384;
    //WOPidFile = "/var/run/sogo/sogo.pid";
    SOGoMemcachedHost = localhost;

    / Debug /
    SOGoDebugRequests = YES;
    SoDebugBaseURL = YES;
    ImapDebugEnabled = YES;
    LDAPDebugEnabled = YES;
    PGDebugEnabled = YES;
    MySQL4DebugEnabled = YES;
    SOGoUIxDebugEnabled = YES;
    WODontZipResponse = YES;
    WOLogFile = /var/log/sogo/sogo.log;
    }

TagsNo tags attached.

Activities

ludovic

ludovic

2019-02-14 20:14

administrator   ~0013360

Generate a stack trace.

Issue History

Date Modified Username Field Change
2019-01-07 20:08 labnet New Issue
2019-02-14 20:14 ludovic Severity major => minor
2019-02-14 20:14 ludovic Note Added: 0013360
2019-11-06 13:35 ludovic Status new => closed
2019-11-06 13:35 ludovic Assigned To => ludovic
2019-11-06 13:35 ludovic Resolution open => suspended