Seeing "Warning The ActivityPub storage is not ready. Please ask the administrator to restart the server to initialize it." on a default install with both the embedded solr server and a remote one. start_xwiki.sh[1294483]: Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.solr.client.solrj.SolrClient.request(org.apache.solr.client.solrj.SolrRequest, String)" because "client" is null With the embedded version, the /home/xwiki/xwiki/data/store/solr/activitypub_9 folder is created correctly and initiated, but the client is still null. With the remote version, after creating the /var/lib/solr/xwiki_activitypub_9/ core and seeing it active in the solr admin ui, the client is still null |