Thank you for your help, mrogers. I had created alf_data with alfresco ownership rather than tomcat. Changing the owner to tomcat got me further along.
Now I have run into the "Keystores are invalid" problem.
21:33:56,010 ERROR [org.springframework.web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 07110001 Keystores are invalid
…
Caused by: org.alfresco.error.AlfrescoRuntimeException: 07110000 Failed to create key: metadata
in key store:
Location: /var/alfresco/alf_data/keystore/keystore
Provider: null
Type: JCEKS
at org.alfresco.encryption.AlfrescoKeyStoreImpl.createKey(AlfrescoKeyStoreImpl.java:644)
at org.alfresco.encryption.AlfrescoKeyStoreImpl.validateKeys(AlfrescoKeyStoreImpl.java:890)
at org.alfresco.encryption.AlfrescoKeyStoreImpl.validateKeys(AlfrescoKeyStoreImpl.java:187)
at org.alfresco.encryption.KeyStoreChecker.validateKeyStores(KeyStoreChecker.java:47)
at org.alfresco.encryption.EncryptionChecker$1.execute(EncryptionChecker.java:66)
… 27 more
Caused by: java.lang.NullPointerException
That NULL looks dooming. Do I need to install a provider? I've run into comments about needing to install solr. Is that the answer? Is there good documentation for installing it?
Thanks,
Bob