This page describes common warnings or errors which can appear in the PowerFolder Server Logs.

Here we describe the reasons for those errors and steps how to solve them.

 

Log message: Error watching...no space left on device

Reason

PowerFolder Server uses the iNotify kernel API on Linux systems to watch for changes in the file system. If there are a lot of folders with deep directory structures and many files, the system kernel may block requests by PowerFolder Server to scan for changes, therefore it is necessary to raise the limits on larger installations.

Solution

Raise the file limits as described in our Installing on Linux Guide. Afterwards please restart the service.

Log message: License key file...not readable

Reason

The Server Maintenance Folder, which is automatically created during the first launch of PowerFolder Server, may not be accessible by the server anymore. This can have two reasons:

In all of the above mentioned cases PowerFolder Server may try to (re)create a new Server Maintenance Folder, because the old one can not be found. Since also the license keys for user devices are stored there, the server will not find the current device licenses.

Solution

Find for the location of the Server Maintenance Folder in the Server Configuration File


  1. Please check the Server Configuration File. There should be an entry like the one below:

    plugin.server.maintenancefolderid=[<folder_id>]

     

    Please write down the folder_id, since you will need it in the next step.

  2. Search for the folder_id mentioned in that entry. You will find some entries entries which look like the ones below:
     

    f.<folder_identifier>.archive=FULL_BACKUP
    f.<folder_identifier>.commit-dir=
    f.<folder_identifier>.dir=<path_to_server_maintenance_folder>
    f.<folder_identifier>.dlscript=
    f.<folder_identifier>.id=[3mfJYiYMzWMzWEJgLLik]
    f.<folder_identifier>.name=server_maintenance
    f.<folder_identifier>.preview=false
    f.<folder_identifier>.sync-patterns=true
    f.<folder_identifier>.syncprofile=true,true,true,true,1,false,12,1,m,Auto sync,true
    f.<folder_identifier>.versions=5

     

Check for possible problems with the location of the Server Maintenance Folder

Please head to the path mentioned in the f.<folder_identifier>.dir variable and...

Log message: No owner found

Reason

This message can appear in the client under two possible conditions:

Due to it's technical background, every folder needs to have an owner assigned. If a folder has no owner, the above mentioned log entry will be created in the client logs and displayed as a warning in the notifications of the client.

Solution

Please login to the web interface and choose one of the options below:

(info) If you are an admin and share folders manually as an admin with users, we recommend to create a dedicated account and make this account an owner of the folder. Please note: An owner has all permissions available on the folder, therefore it should be an account, which no one else, except the admin, can access.

Log message: Too many open files

Reason

PowerFolder Server may need to handle a lot of open files on the storage at the same time, e.g. when a lot of users access their folders at the same time. Since Linux operating systems limit users to a certain amount of open files, it may be necessary to raise those limits, otherwise access to more files will be denied to the user running PowerFolder Server.

Solution

Raise the file limits as described in our Installing on Linux Guide. Afterwards please restart the service.