I am trying to install DSpace 7.2 on Ubuntu 20.04.3 LTS. According to the instructions in step 11 here: Installing DSpace - DSpace 7.x Documentation - LYRASIS Wiki, I copied the "server" webapp from /dspace/webapps to /var/lib/tomcat9/webapps. Now, "server" is showing in Tomcat Web Application Manager, but when I click on start next to it, the Manager says:
FAIL - Application at context path [/server] could not be started
FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/server]]]
What could be the problem here?
Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in file [/dspace/config/spring/api/core-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing column [uuid] in table [public.bitstream]