The error says that the constructor of AttachmentStore should be a java.net.URI - and not a java.io.File.
If you look at the configuration of AttachmentStore's constructor, you will find the property attachmentStoreRoot - which refer to a property on BootstrapProfileFactory.
Maybe you should wrap this attachmentStoreRoot value like is has been done with applicationURIs ??