I have a google cloud account and have bitnami:solr installed.
In the solr Admin console (after selecting the core: collection1) there is a page called 'Documents' that will index / upload data that is in the text box.
Using the default JSON data {"id":"change.me","title":"change.me"}
on Submit, it gets an error that says:
"msg": "java.io.FileNotFoundException: /opt/bitnami/apache-solr/solr/collection1/data/tlog/tlog.0000000000000000028 (Permission denied)"
My Google account is the owner. Is this a Bitnami permission issue? I also get the same error when trying to user post.jar and curl (I am sure the syntax is correct).