Dear all,
I installed Dspace cris 5 on Ubuntu server 16 successfully. When I browse for localhost:8080/jspui, the page opens. However, when I click on any of the top menu fields such as ("research ouputs" or " researchers" etc.) it gives an "internal system error" or " document not found". Also when I login using the admin account it gives the same error, though it indicates that I am logged in.
Note that "communities and collections" works fine ( I created a community without errors).
When I browse for "localhost:8080/xmlui" Tomcat gives: "Error 404 .The origin server did not find a current representation for the target resource or is not willing to disclose that one exists".
When I browse for "localhost:8080:solr/search" Tomcat gives " ....403 The server understood the request but refuses to authorize it."
I deployed all the webapps in [dspace-install]/webapps into [tomcat]/webapps (by simply copying them from . [dspace-install]/webapps).
Below is a part from the command output: /dspace/bin/dspace version
DSpace version: CRIS-5.8.1-SNAPSHOT
SCM revision: 6abf691656214dcf672a82f2665b2c691447244d
SCM branch: dspace-5_x_x-cris
OS: Linux(amd64) version 4.4.0-116-generic
Applications:
OAI at
http://localhost:8080/jspui OAI at
http://localhost:8080/jspui OAI at
http://localhost:8080/jspui...........
REST at
http://localhost:8080/jspui RDF at
http://localhost:8080/jspui JSPUI at
http://localhost:8080/jspui JSPUI at
http://localhost:8080/jspui Discovery: enabled.
JRE: Oracle Corporation version 1.8.0_161
Ant version: Apache Ant(TM) version 1.10.2 compiled on February 3 2018
Maven version: 3.5.3
DSpace home: /dspace
I used tomcat 9.
I verified the connectivity between dspace and database and it is ok ([dspace-install]/bin/dispace database test)
I verified that all webapps are running (curl -v -u user:pass
http://127.0.0.1:8080/manager/text/list)==>
HTTP/1.1 200
< Cache-Control: private
< Expires: Thu, 01 Jan 1970 02:00:00 EET
< X-Content-Type-Options: nosniff
< Content-Type: text/plain;charset=utf-8
< Transfer-Encoding: chunked
< Date: Tue, 13 Mar 2018 16:27:02 GMT
<
OK - Listed applications for virtual host [localhost]
/:running:0:ROOT
/rest:running:0:rest
/swordv2:running:0:swordv2
/sword:running:0:sword
/docs:running:0:docs
/rdf:running:0:rdf
/jspui:running:88:jspui
/examples:running:0:examples
/host-manager:running:0:host-manager
/solr:running:0:solr
/xmlui:stopped:0:xmlui
/manager:running:0:manager
/oai:running:0:oai
* Connection #0 to host 127.0.0.1 left intact
Please find attached the log files of dspace and Tomcat.
I hope to find some help.
Thanks in advance!