Backup stopped working on Debian Jessie with Azure

If i export my backup set and run it on windows and recreate database, then i can restore from it

but on debian jessie (open mediavault) duplicati version 2.0.2.1_beta_2017-08-01 mono version 4.8.1 it always comes with error, when backing up to azure blob.

27. aug 2017 03:00: Failed while executing "Backup" with id: 1
System.TypeLoadException: Failure has occurred while loading a type.
  at Duplicati.Library.DynamicLoader.BackendLoader+BackendLoaderSub.GetBackend (System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] options) [0x00180] in <297ffad497374c02bed95bb8d04b560f>:0 
  at Duplicati.Library.DynamicLoader.BackendLoader.GetBackend (System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] options) [0x00000] in <297ffad497374c02bed95bb8d04b560f>:0 
  at Duplicati.Library.Main.BackendManager..ctor (System.String backendurl, Duplicati.Library.Main.Options options, Duplicati.Library.Main.IBackendWriter statwriter, Duplicati.Library.Main.Database.LocalDatabase database) [0x00052] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x0028f] in <118ad25945a24a3991f7b65e7a45ea1e>:0

I edited your post to improve the formating. (Just added ~~~ before and after the output you pasted, see here for details).

1 Like

The Azure backend does use some MS supplied libraries; it is possible that they do not work on non-Windows. I do not have an account on Azure so I cannot test it.

Best bet is to update to the latest Mono and see if that fixes things:
www.mono-project.com/download#download-lin

1 Like

have tried, it didnt work, but now i get another error

System.TypeLoadException: Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions
  at Duplicati.Library.DynamicLoader.BackendLoader+BackendLoaderSub.GetBackend (System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] options) [0x00180] in <297ffad497374c02bed95bb8d04b560f>:0 
  at Duplicati.Library.DynamicLoader.BackendLoader.GetBackend (System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] options) [0x00000] in <297ffad497374c02bed95bb8d04b560f>:0 
  at Duplicati.Library.Main.BackendManager..ctor (System.String backendurl, Duplicati.Library.Main.Options options, Duplicati.Library.Main.IBackendWriter statwriter, Duplicati.Library.Main.Database.LocalDatabase database) [0x00052] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x0028f] in <118ad25945a24a3991f7b65e7a45ea1e>:0 ~~~

Ok, I think you may be missing a package then.

You can turn on Mono’s loader debugging as described here:

This should hint at what type it cannot find, and then I can probably guess what library needs to be added to the .deb dependency list.

1 Like

I Will try that tomorrow

I think it is the dll, that is to old.
newest from microsoft is 7 days old, this one in /usr/lib/duplicati is from 1. august 2017
This is the file Microsoft.WindowsAzure.Storage.dll

Only came across Duplicati today and wanted to test it and got first some other problems, after updating then the mono runtime (debian jessie as well) I got to this error then.

So I cloned the repo to my local Ubuntu to figure out the problem and its “Microsoft.Azure.KeyVault.Core.dll” which is missing, referenced by “Microsoft.WindowsAzure.Storage.dll”

1 Like

Thanks alot. i tried to check install on windows, but cant find that file in the folder,where duplicati is installed. But it works with same backup set on windows. strange (recreate database and try to restore, offcourse not backup, because the paths from my backupset is from linux)

BTW: A good way of showing your appreciation for a post is to like it: just press the :heart: button under the post.

If you asked the original question, you can also mark an answer as the accepted answer which solved your problem using the tick-box button you see under each reply.

All of this also helps the forum software distinguish interesting from less interesting posts when compiling summary emails.

Very strange that it is missing, it is part of the build.
How did you install Duplicati? zip or deb?

Which version is installed and did you use the MSI package?

The library is located here (2.0.4 version):

1 Like

yes, msi version 2.0.2.1
i havent tried nuget, will do that now

Didn’t help

WARNING: ‘Microsoft.Azure.KeyVault.Core.2.0.4/Microsoft.Azure.KeyVault.Core.2.0.4.nupkg’ already exists. Skipping.
will try the debug and see what result i get

debug part 1.

Mono: Assembly Loader probing location: '/usr/lib/mono/4.5/mscorlib.dll'.
Mono: Image addref mscorlib[0xfa3c50] -> /usr/lib/mono/4.5/mscorlib.dll[0xfa2880]: 2
Mono: Prepared to set up assembly 'mscorlib' (/usr/lib/mono/4.5/mscorlib.dll)
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Loader probing location: '/usr/lib/mono/4.5/mscorlib.dll'.
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/4.5/mscorlib.dll'.
Mono: Assembly mscorlib[0xfa3c50] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Server.exe'.
Mono: Image addref Duplicati.Server[0x10095e0] -> /usr/lib/duplicati/Duplicati.Server.exe[0x1008340]: 2
Mono: Prepared to set up assembly 'Duplicati.Server' (/usr/lib/duplicati/Duplicati.Server.exe)
Mono: Assembly Duplicati.Server[0x10095e0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Server.exe'.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Server.exe'.
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> mscorlib[0xfa3c50]: 2
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Library.Utility.dll'.
Mono: Image addref Duplicati.Library.Utility[0x10114e0] -> /usr/lib/duplicati/Duplicati.Library.Utility.dll[0x1010b90]: 2
Mono: Prepared to set up assembly 'Duplicati.Library.Utility' (/usr/lib/duplicati/Duplicati.Library.Utility.dll)
Mono: Assembly Duplicati.Library.Utility[0x10114e0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Library.Utility.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Library.Utility[0x10114e0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Utility[0x10114e0] -> mscorlib[0xfa3c50]: 3
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Server.Serialization.dll'.
Mono: Image addref Duplicati.Server.Serialization[0x1013af0] -> /usr/lib/duplicati/Duplicati.Server.Serialization.dll[0x10128c0]: 2
Mono: Prepared to set up assembly 'Duplicati.Server.Serialization' (/usr/lib/duplicati/Duplicati.Server.Serialization.dll)
Mono: Assembly Duplicati.Server.Serialization[0x1013af0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Server.Serialization.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Server.Serialization[0x1013af0]: 2
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Library.Logging.dll'.
Mono: Image addref Duplicati.Library.Logging[0x1018690] -> /usr/lib/duplicati/Duplicati.Library.Logging.dll[0x10173d0]: 2
Mono: Prepared to set up assembly 'Duplicati.Library.Logging' (/usr/lib/duplicati/Duplicati.Library.Logging.dll)
Mono: Assembly Duplicati.Library.Logging[0x1018690] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Library.Logging.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Library.Logging[0x1018690]: 2
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Library.AutoUpdater.exe'.
Mono: Image addref Duplicati.Library.AutoUpdater[0x101da80] -> /usr/lib/duplicati/Duplicati.Library.AutoUpdater.exe[0x101c7e0]: 2
Mono: Prepared to set up assembly 'Duplicati.Library.AutoUpdater' (/usr/lib/duplicati/Duplicati.Library.AutoUpdater.exe)
Mono: Assembly Duplicati.Library.AutoUpdater[0x101da80] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Library.AutoUpdater.exe'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Library.AutoUpdater[0x101da80]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.AutoUpdater[0x101da80] -> mscorlib[0xfa3c50]: 4
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll'.
Mono: Image addref System[0x10231d0] -> /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll[0x1022250]: 2
Mono: Prepared to set up assembly 'System' (/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll)
Mono: Assembly System[0x10231d0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll'.
Mono: Assembly Ref addref Duplicati.Library.AutoUpdater[0x101da80] -> System[0x10231d0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System[0x10231d0] -> mscorlib[0xfa3c50]: 5
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> System[0x10231d0]: 3
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Logging[0x1018690] -> mscorlib[0xfa3c50]: 6
Mono: Assembly Ref addref Duplicati.Library.AutoUpdater[0x101da80] -> Duplicati.Library.Utility[0x10114e0]: 3
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Utility[0x10114e0] -> System[0x10231d0]: 4
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll'.
Mono: Image addref System.Core[0x106f420] -> /usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll[0x106dff0]: 2
Mono: Prepared to set up assembly 'System.Core' (/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll)
Mono: Assembly System.Core[0x106f420] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll'.
Mono: Assembly Ref addref Duplicati.Library.AutoUpdater[0x101da80] -> System.Core[0x106f420]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Core[0x106f420] -> mscorlib[0xfa3c50]: 7
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.License.dll'.
Mono: Image addref Duplicati.License[0x1093430] -> /usr/lib/duplicati/Duplicati.License.dll[0x1092490]: 2
Mono: Prepared to set up assembly 'Duplicati.License' (/usr/lib/duplicati/Duplicati.License.dll)
Mono: Assembly Duplicati.License[0x1093430] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.License.dll'.
Mono: Assembly Ref addref Duplicati.Library.AutoUpdater[0x101da80] -> Duplicati.License[0x1093430]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.License[0x1093430] -> mscorlib[0xfa3c50]: 8
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll'.
Mono: Image addref Mono.Security[0x1275c10] -> /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll[0x1274680]: 2
Mono: Prepared to set up assembly 'Mono.Security' (/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll)
Mono: Assembly Mono.Security[0x1275c10] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll'.
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Mono.Security[0x1275c10] -> mscorlib[0xfa3c50]: 9
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Newtonsoft.Json.dll'.
Mono: Image addref Newtonsoft.Json[0x12eb7f0] -> /usr/lib/duplicati/Newtonsoft.Json.dll[0x12ea7f0]: 2
Mono: Prepared to set up assembly 'Newtonsoft.Json' (/usr/lib/duplicati/Newtonsoft.Json.dll)
Mono: Assembly Newtonsoft.Json[0x12eb7f0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Newtonsoft.Json.dll'.
Mono: Assembly Ref addref Duplicati.Library.AutoUpdater[0x101da80] -> Newtonsoft.Json[0x12eb7f0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Newtonsoft.Json[0x12eb7f0] -> mscorlib[0xfa3c50]: 10
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref Newtonsoft.Json[0x12eb7f0] -> System[0x10231d0]: 5
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Assembly Ref addref Newtonsoft.Json[0x12eb7f0] -> System.Core[0x106f420]: 3
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll'.
Mono: Image addref System.Numerics[0x13011b0] -> /usr/lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll[0x1175700]: 2
Mono: Prepared to set up assembly 'System.Numerics' (/usr/lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll)
Mono: Assembly System.Numerics[0x13011b0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll'.
Mono: Assembly Ref addref Newtonsoft.Json[0x12eb7f0] -> System.Numerics[0x13011b0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Numerics[0x13011b0] -> mscorlib[0xfa3c50]: 11
Mono: Found assembly remapping for System.Configuration and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Configuration and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll'.
Mono: Image addref System.Configuration[0x12173e0] -> /usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll[0x1211b70]: 2
Mono: Prepared to set up assembly 'System.Configuration' (/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll)
Mono: Assembly System.Configuration[0x12173e0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll'.
Mono: Assembly Ref addref System[0x10231d0] -> System.Configuration[0x12173e0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Configuration[0x12173e0] -> mscorlib[0xfa3c50]: 12
Mono: Found assembly remapping for System.Runtime.Serialization and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Runtime.Serialization and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll'.
Mono: Image addref System.Runtime.Serialization[0x1249420] -> /usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll[0x1256330]: 2
Mono: Prepared to set up assembly 'System.Runtime.Serialization' (/usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll)
Mono: Assembly System.Runtime.Serialization[0x1249420] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll'.
Mono: Assembly Ref addref Newtonsoft.Json[0x12eb7f0] -> System.Runtime.Serialization[0x1249420]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Runtime.Serialization[0x1249420] -> mscorlib[0xfa3c50]: 13
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Core[0x106f420] -> System[0x10231d0]: 6
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll'.
Mono: Image addref System.Data[0x11b6220] -> /usr/lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll[0x11bf900]: 2
Mono: Prepared to set up assembly 'System.Data' (/usr/lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll)
Mono: Assembly System.Data[0x11b6220] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll'.
Mono: Assembly Ref addref Newtonsoft.Json[0x12eb7f0] -> System.Data[0x11b6220]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Data[0x11b6220] -> mscorlib[0xfa3c50]: 14
Mono: Found assembly remapping for System.Xml and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Xml and was for the same version 4.0.0.0
Mono: Domain Duplicati.Server.exe search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain Duplicati.Server.exe search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll'.
Mono: Image addref System.Xml[0x11cabf0] -> /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll[0x11c9990]: 2
Mono: Prepared to set up assembly 'System.Xml' (/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll)
Mono: Assembly System.Xml[0x11cabf0] added to domain Duplicati.Server.exe, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll'.
Mono: Assembly Ref addref System.Data[0x11b6220] -> System.Xml[0x11cabf0]: 2
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Data[0x11b6220] -> System[0x10231d0]: 7
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Xml[0x11cabf0] -> mscorlib[0xfa3c50]: 15
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Data[0x11b6220] -> System.Core[0x106f420]: 4
Mono: Assembly mscorlib[0xfa3c50] added to domain UpdateDomain, ref_count=16
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll'.
Mono: Assembly Mono.Security[0x1275c10] added to domain UpdateDomain, ref_count=2
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Found assembly remapping for Mono.Security and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
~~

Debug part 2

Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Server.exe'.
Mono: Assembly Duplicati.Server[0x10095e0] added to domain UpdateDomain, ref_count=2
Mono: Assembly System[0x10231d0] added to domain UpdateDomain, ref_count=8
Mono: Assembly System.Configuration[0x12173e0] added to domain UpdateDomain, ref_count=3
Mono: Assembly Duplicati.Library.Utility[0x10114e0] added to domain UpdateDomain, ref_count=4
Mono: Assembly Duplicati.Server.Serialization[0x1013af0] added to domain UpdateDomain, ref_count=3
Mono: Assembly Duplicati.Library.Logging[0x1018690] added to domain UpdateDomain, ref_count=3
Mono: Assembly Duplicati.Library.AutoUpdater[0x101da80] added to domain UpdateDomain, ref_count=3
Mono: Assembly Newtonsoft.Json[0x12eb7f0] added to domain UpdateDomain, ref_count=3
Mono: Assembly System.Numerics[0x13011b0] added to domain UpdateDomain, ref_count=3
Mono: Assembly System.Data[0x11b6220] added to domain UpdateDomain, ref_count=3
Mono: Assembly System.Xml[0x11cabf0] added to domain UpdateDomain, ref_count=3
Mono: Assembly System.Core[0x106f420] added to domain UpdateDomain, ref_count=5
Mono: Assembly System.Runtime.Serialization[0x1249420] added to domain UpdateDomain, ref_count=3
Mono: Assembly Duplicati.License[0x1093430] added to domain UpdateDomain, ref_count=3
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Library.Interface.dll'.
Mono: Image addref Duplicati.Library.Interface[0x188d6b0] -> /usr/lib/duplicati/Duplicati.Library.Interface.dll[0x182aca0]: 2
Mono: Prepared to set up assembly 'Duplicati.Library.Interface' (/usr/lib/duplicati/Duplicati.Library.Interface.dll)
Mono: Assembly Duplicati.Library.Interface[0x188d6b0] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Library.Interface.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Library.Interface[0x188d6b0]: 2
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Library.Localization.dll'.
Mono: Image addref Duplicati.Library.Localization[0x188a7e0] -> /usr/lib/duplicati/Duplicati.Library.Localization.dll[0x1889ae0]: 2
Mono: Prepared to set up assembly 'Duplicati.Library.Localization' (/usr/lib/duplicati/Duplicati.Library.Localization.dll)
Mono: Assembly Duplicati.Library.Localization[0x188a7e0] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Library.Localization.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Library.Localization[0x188a7e0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Localization[0x188a7e0] -> mscorlib[0xfa3c50]: 17
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> System.Data[0x11b6220]: 4
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Server.Serialization[0x1013af0] -> mscorlib[0xfa3c50]: 18
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/HttpServer.dll'.
Mono: Image addref HttpServer[0x18bdf10] -> /usr/lib/duplicati/HttpServer.dll[0x18bcc60]: 2
Mono: Prepared to set up assembly 'HttpServer' (/usr/lib/duplicati/HttpServer.dll)
Mono: Assembly HttpServer[0x18bdf10] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/HttpServer.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> HttpServer[0x18bdf10]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref HttpServer[0x18bdf10] -> mscorlib[0xfa3c50]: 19
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/Duplicati.Library.UsageReporter.dll'.
Mono: Image addref Duplicati.Library.UsageReporter[0x18d6760] -> /usr/lib/duplicati/Duplicati.Library.UsageReporter.dll[0x18d6940]: 2
Mono: Prepared to set up assembly 'Duplicati.Library.UsageReporter' (/usr/lib/duplicati/Duplicati.Library.UsageReporter.dll)
Mono: Assembly Duplicati.Library.UsageReporter[0x18d6760] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/Duplicati.Library.UsageReporter.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> Duplicati.Library.UsageReporter[0x18d6760]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.UsageReporter[0x18d6760] -> mscorlib[0xfa3c50]: 20
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/CoCoL.dll'.
Mono: Image addref CoCoL[0x18d91b0] -> /usr/lib/duplicati/CoCoL.dll[0x18d7ff0]: 2
Mono: Prepared to set up assembly 'CoCoL' (/usr/lib/duplicati/CoCoL.dll)
Mono: Assembly CoCoL[0x18d91b0] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/CoCoL.dll'.
Mono: Assembly Ref addref Duplicati.Library.UsageReporter[0x18d6760] -> CoCoL[0x18d91b0]: 2
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/SQLiteHelper.dll'.
Mono: Image addref SQLiteHelper[0x19c8790] -> /usr/lib/duplicati/SQLiteHelper.dll[0x19b64d0]: 2
Mono: Prepared to set up assembly 'SQLiteHelper' (/usr/lib/duplicati/SQLiteHelper.dll)
Mono: Assembly SQLiteHelper[0x19c8790] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/SQLiteHelper.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> SQLiteHelper[0x19c8790]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref SQLiteHelper[0x19c8790] -> mscorlib[0xfa3c50]: 21
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Assembly Ref addref SQLiteHelper[0x19c8790] -> System.Data[0x11b6220]: 5
Mono: Assembly Ref addref SQLiteHelper[0x19c8790] -> Duplicati.Library.Utility[0x10114e0]: 5
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll'.
Mono: Image addref Mono.Data.Sqlite[0x1886610] -> /usr/lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll[0x19c6b20]: 2
Mono: Prepared to set up assembly 'Mono.Data.Sqlite' (/usr/lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll)
Mono: Assembly Mono.Data.Sqlite[0x1886610] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll'.
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Data and was for the same version 4.0.0.0
Mono: Assembly Ref addref Mono.Data.Sqlite[0x1886610] -> System.Data[0x11b6220]: 6
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Mono.Data.Sqlite[0x1886610] -> mscorlib[0xfa3c50]: 22
Mono: Found assembly remapping for System.Transactions and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Transactions and was for the same version 4.0.0.0
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll'.
Mono: Image addref System.Transactions[0x18b9960] -> /usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll[0x18b85b0]: 2
Mono: Prepared to set up assembly 'System.Transactions' (/usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll)
Mono: Assembly System.Transactions[0x18b9960] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll'.
Mono: Assembly Ref addref System.Data[0x11b6220] -> System.Transactions[0x18b9960]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref System.Transactions[0x18b9960] -> mscorlib[0xfa3c50]: 23
Mono: Found assembly remapping for System.Transactions and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Transactions and was for the same version 4.0.0.0
Mono: Assembly Ref addref Mono.Data.Sqlite[0x1886610] -> System.Transactions[0x18b9960]: 3
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref Mono.Data.Sqlite[0x1886610] -> System[0x10231d0]: 9
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref SQLiteHelper[0x19c8790] -> System[0x10231d0]: 10
Mono: Assembly Ref addref SQLiteHelper[0x19c8790] -> Duplicati.Library.Localization[0x188a7e0]: 3
Mono: Assembly Ref addref SQLiteHelper[0x19c8790] -> Duplicati.Library.Interface[0x188d6b0]: 3
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Interface[0x188d6b0] -> mscorlib[0xfa3c50]: 24
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> System.Core[0x106f420]: 6
Mono: Assembly Ref addref Duplicati.Server.Serialization[0x1013af0] -> Duplicati.Library.Interface[0x188d6b0]: 4
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/UnixSupport.dll'.
Mono: Image addref UnixSupport[0x197f3c0] -> /usr/lib/duplicati/UnixSupport.dll[0x197e6d0]: 2
Mono: Prepared to set up assembly 'UnixSupport' (/usr/lib/duplicati/UnixSupport.dll)
Mono: Assembly UnixSupport[0x197f3c0] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/UnixSupport.dll'.
Mono: Assembly Ref addref Duplicati.Server[0x10095e0] -> UnixSupport[0x197f3c0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref UnixSupport[0x197f3c0] -> mscorlib[0xfa3c50]: 25
Mono: Found assembly remapping for Mono.Posix and was for the same version 4.0.0.0
Mono: Found assembly remapping for Mono.Posix and was for the same version 4.0.0.0
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll'.
Mono: Image addref Mono.Posix[0x1980d90] -> /usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll[0x197fe60]: 2
Mono: Prepared to set up assembly 'Mono.Posix' (/usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll)
Mono: Assembly Mono.Posix[0x1980d90] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll'.
Mono: Assembly Ref addref UnixSupport[0x197f3c0] -> Mono.Posix[0x1980d90]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref Mono.Posix[0x1980d90] -> mscorlib[0xfa3c50]: 26
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Found assembly remapping for System and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Localization[0x188a7e0] -> System[0x10231d0]: 11
Mono: Domain UpdateDomain search path is:
Mono:   path[0] = '/usr/lib/duplicati/'
Mono: End of domain UpdateDomain search path.
Mono: Assembly Loader probing location: '/usr/lib/duplicati/NGettext.dll'.
Mono: Image addref NGettext[0x16e0dd0] -> /usr/lib/duplicati/NGettext.dll[0x16e0570]: 2
Mono: Prepared to set up assembly 'NGettext' (/usr/lib/duplicati/NGettext.dll)
Mono: Assembly NGettext[0x16e0dd0] added to domain UpdateDomain, ref_count=1
Mono: Assembly Loader loaded assembly from location: '/usr/lib/duplicati/NGettext.dll'.
Mono: Assembly Ref addref Duplicati.Library.Localization[0x188a7e0] -> NGettext[0x16e0dd0]: 2
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Found assembly remapping for mscorlib and was for the same version 4.0.0.0
Mono: Assembly Ref addref NGettext[0x16e0dd0] -> mscorlib[0xfa3c50]: 27
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Found assembly remapping for System.Core and was for the same version 4.0.0.0
Mono: Assembly Ref addref Duplicati.Library.Localization[0x188a7e0] -> System.Core[0x106f420]: 7
Another instance is running, and was notified
Mono: Assembly Ref addref Duplicati.Library.UsageReporter[0x18d6760] -> Duplicati.Library.Logging[0x1018690]: 4
Mono: Unloading domain UpdateDomain[0x153f080], assembly mscorlib[0xfa3c50], ref_count=27
Mono: Unloading domain UpdateDomain[0x153f080], assembly Mono.Security[0x1275c10], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Server[0x10095e0], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly System[0x10231d0], ref_count=11
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Configuration[0x12173e0], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Library.Utility[0x10114e0], ref_count=5
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Server.Serialization[0x1013af0], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Library.Logging[0x1018690], ref_count=4
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Library.AutoUpdater[0x101da80], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly Newtonsoft.Json[0x12eb7f0], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Numerics[0x13011b0], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Data[0x11b6220], ref_count=6
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Xml[0x11cabf0], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Core[0x106f420], ref_count=7
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Runtime.Serialization[0x1249420], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.License[0x1093430], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Library.Interface[0x188d6b0], ref_count=4
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Library.Localization[0x188a7e0], ref_count=3
Mono: Unloading domain UpdateDomain[0x153f080], assembly HttpServer[0x18bdf10], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly Duplicati.Library.UsageReporter[0x18d6760], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly CoCoL[0x18d91b0], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly SQLiteHelper[0x19c8790], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly Mono.Data.Sqlite[0x1886610], ref_count=1
Mono: Unloading assembly Mono.Data.Sqlite [0x1886610].
Mono: Unloading image /usr/lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll [0x19c6b20].
Mono: Unloading domain UpdateDomain[0x153f080], assembly System.Transactions[0x18b9960], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly UnixSupport[0x197f3c0], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly Mono.Posix[0x1980d90], ref_count=2
Mono: Unloading domain UpdateDomain[0x153f080], assembly NGettext[0x16e0dd0], ref_count=2
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly mscorlib[0xfa3c50], ref_count=25
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Duplicati.Server[0x10095e0], ref_count=1
Mono: Unloading assembly Duplicati.Server [0x10095e0].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Server.exe [0x1008340].
Mono: Unloading assembly Duplicati.Library.UsageReporter [0x18d6760].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Library.UsageReporter.dll [0x18d6940].
Mono: Unloading assembly CoCoL [0x18d91b0].
Mono: Unloading image /usr/lib/duplicati/CoCoL.dll [0x18d7ff0].
Mono: Unloading assembly HttpServer [0x18bdf10].
Mono: Unloading image /usr/lib/duplicati/HttpServer.dll [0x18bcc60].
Mono: Unloading assembly SQLiteHelper [0x19c8790].
Mono: Unloading image /usr/lib/duplicati/SQLiteHelper.dll [0x19b64d0].
Mono: Unloading assembly UnixSupport [0x197f3c0].
Mono: Unloading image /usr/lib/duplicati/UnixSupport.dll [0x197e6d0].
Mono: Unloading assembly Mono.Posix [0x1980d90].
Mono: Unloading image /usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll [0x197fe60].
Mono: Unloading assembly Duplicati.Library.Localization [0x188a7e0].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Library.Localization.dll [0x1889ae0].
Mono: Unloading assembly NGettext [0x16e0dd0].
Mono: Unloading image /usr/lib/duplicati/NGettext.dll [0x16e0570].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Duplicati.Library.Utility[0x10114e0], ref_count=2
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Duplicati.Server.Serialization[0x1013af0], ref_count=1
Mono: Unloading assembly Duplicati.Server.Serialization [0x1013af0].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Server.Serialization.dll [0x10128c0].
Mono: Unloading assembly Duplicati.Library.Interface [0x188d6b0].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Library.Interface.dll [0x182aca0].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Duplicati.Library.Logging[0x1018690], ref_count=1
Mono: Unloading assembly Duplicati.Library.Logging [0x1018690].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Library.Logging.dll [0x10173d0].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Duplicati.Library.AutoUpdater[0x101da80], ref_count=1
Mono: Unloading assembly Duplicati.Library.AutoUpdater [0x101da80].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Library.AutoUpdater.exe [0x101c7e0].
Mono: Unloading assembly Duplicati.Library.Utility [0x10114e0].
Mono: Unloading image /usr/lib/duplicati/Duplicati.Library.Utility.dll [0x1010b90].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System[0x10231d0], ref_count=4
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System.Core[0x106f420], ref_count=3
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Duplicati.License[0x1093430], ref_count=1
Mono: Unloading assembly Duplicati.License [0x1093430].
Mono: Unloading image /usr/lib/duplicati/Duplicati.License.dll [0x1092490].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Mono.Security[0x1275c10], ref_count=1
Mono: Unloading assembly Mono.Security [0x1275c10].
Mono: Unloading image /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll [0x1274680].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly Newtonsoft.Json[0x12eb7f0], ref_count=1
Mono: Unloading assembly Newtonsoft.Json [0x12eb7f0].
Mono: Unloading image /usr/lib/duplicati/Newtonsoft.Json.dll [0x12ea7f0].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System.Numerics[0x13011b0], ref_count=1
Mono: Unloading assembly System.Numerics [0x13011b0].
Mono: Unloading image /usr/lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll [0x1175700].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System.Configuration[0x12173e0], ref_count=2
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System.Runtime.Serialization[0x1249420], ref_count=1
Mono: Unloading assembly System.Runtime.Serialization [0x1249420].
Mono: Unloading image /usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll [0x1256330].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System.Data[0x11b6220], ref_count=1
Mono: Unloading assembly System.Data [0x11b6220].
Mono: Unloading image /usr/lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll [0x11bf900].
Mono: Unloading assembly System.Core [0x106f420].
Mono: Unloading image /usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll [0x106dff0].
Mono: Unloading assembly System [0x10231d0].
Mono: Unloading image /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll [0x1022250].
Mono: Unloading assembly System.Configuration [0x12173e0].
Mono: Unloading image /usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll [0x1211b70].
Mono: Unloading assembly System.Transactions [0x18b9960].
Mono: Unloading image /usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll [0x18b85b0].
Mono: Unloading domain Duplicati.Server.exe[0xf9d460], assembly System.Xml[0x11cabf0], ref_count=1
Mono: Unloading assembly System.Xml [0x11cabf0].
Mono: Unloading image /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll [0x11c9990].
Mono: Unloading assembly mscorlib [0xfa3c50].
Mono: Unloading image /usr/lib/mono/4.5/mscorlib.dll [0xfa2880].

and here is the log from when i try to recreate database

System.TypeLoadException: Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions
  at Duplicati.Library.DynamicLoader.BackendLoader+BackendLoaderSub.GetBackend (System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] options) [0x00180] in <297ffad497374c02bed95bb8d04b560f>:0 
  at Duplicati.Library.DynamicLoader.BackendLoader.GetBackend (System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] options) [0x00000] in <297ffad497374c02bed95bb8d04b560f>:0 
  at Duplicati.Library.Main.BackendManager..ctor (System.String backendurl, Duplicati.Library.Main.Options options, Duplicati.Library.Main.IBackendWriter statwriter, Duplicati.Library.Main.Database.LocalDatabase database) [0x00052] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Operation.RecreateDatabaseHandler.DoRun (Duplicati.Library.Main.Database.LocalDatabase dbparent, System.Boolean updating, Duplicati.Library.Utility.IFilter filter, Duplicati.Library.Main.Operation.RecreateDatabaseHandler+NumberedFilterFilelistDelegate filelistfilter, Duplicati.Library.Main.Operation.RecreateDatabaseHandler+BlockVolumePostProcessor blockprocessor) [0x00043] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Operation.RecreateDatabaseHandler.Run (System.String path, Duplicati.Library.Utility.IFilter filter, Duplicati.Library.Main.Operation.RecreateDatabaseHandler+NumberedFilterFilelistDelegate filelistfilter, Duplicati.Library.Main.Operation.RecreateDatabaseHandler+BlockVolumePostProcessor blockprocessor) [0x00032] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Operation.RepairHandler.RunRepairLocal (Duplicati.Library.Utility.IFilter filter) [0x000b0] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Operation.RepairHandler.Run (Duplicati.Library.Utility.IFilter filter) [0x00138] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Controller+<>c__DisplayClass20_0.<Repair>b__0 (Duplicati.Library.Main.RepairResults result) [0x0001c] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x0014b] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <118ad25945a24a3991f7b65e7a45ea1e>:0 
  at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x004a9] in <a6c0c2089b9a44ec9be5057a44f12116>:0 

Was using the deb package on debian 8 and ubuntu 16.10 both the same its missing and extracting the deb and also the zip none of those include that dll.

1 Like

Yes, I can confirm that the libraries are missing in all the packages. I will try to figure out why. I can see that the libraries are in the backend’s build folder, but are not picked up as dependencies for the TrayIcon.

Until I figure it out, these are the MS related libraries from my build folder for the 2.0.1.2 beta release version:

2 Likes

This means that the server/trayicon is already running, so the trace you have does not show what happens when it attempts to load the Azure backend :cry:

But I think @Softint figure out the problem.

1 Like