Hello,
I am setting up DSpace 7 on an Ubuntu 20.04 machine with these dependencies:
Java JDK 11
Maven 3.6.3
Ant 1.10.7
PostgreSQL 12.8
Solr 10.8.0
The installation was smooth until `ant fresh_install`. Once run, I receive this error message:
test_database
[java] 2021-10-14 17:36:11,119 WARN org.dspace.servicemanager.DSpaceServiceManager @ Unable to locate bean by name or id=database. Will try to look up bean by type next.
[java] org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'database' available
I have successfully tested my database connection according to what is listed in the troubleshooting page in the wiki: `psql -U dspace -W -h localhost`.
I do not know to what "bean" ant is referring. Has anyone else encountered this error message?
Thanks,
Tyler Jones