Re: [dspace-tech] xmlui not loading in tomcat

2019-03-22 Thread Keith Jones
Hi Tim, I was able to fix the access issue to the database by making the selinux permissions of the whole dspace install area to a tomcat user. Not sure if this is the most efficient and secure solution. Thanks for your help. Keith On Thu, Mar 21, 2019 at 3:28 PM Tim Donohue wrote: > Hi

Re: [dspace-tech] xmlui not loading in tomcat

2019-03-22 Thread Keith Jones
Hi Tim, Thanks for pointing to the localhost file. After checking the file, I was seeing the following error: Mar 22, 2019 2:28:10 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Mar 22, 2019 2:28:12 PM

Re: [dspace-tech] xmlui not loading in tomcat

2019-03-21 Thread Tim Donohue
Hi Keith, The general errors are listed in the log snippet you provided. Take a look at these SEVERE logs, which essentially say that Tomcat cannot run "/xmlui": SEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file Mar 21, 2019 2:10:35

Re: [dspace-tech] xmlui not loading in tomcat

2019-03-21 Thread Keith Jones
Hi Tim, I've gone into Tomcat's log file and it doesn't give me enough information to help me figure out why it will not load the xmlui folder. I copied the xmlui folder into the webapps directory in Tomcat. Here is the log file: Mar 21, 2019 2:10:22 PM org.apache.coyote.AbstractProtocol pause

Re: [dspace-tech] xmlui not loading in tomcat

2019-03-21 Thread Tim Donohue
You may also want to check your Tomcat logs to see if any errors are being reported there. You noted checking the DSpace logs, but it's unclear if you've also looked closely at the Tomcat logs. It's possible the Tomcat logs will tell you exactly why Tomcat is failing to load the DSpace webapp. -

Re: [dspace-tech] xmlui not loading in tomcat

2019-03-20 Thread madmax
Hi Terry, I tried your suggestions but catalina.out is reporting that the doucument base does not exist or is not a readable directory. I change the directory to be owned by tomcat but still the same error. Im not seeing any information in the dspace log area becauise the dspace app never

Re: [dspace-tech] xmlui not loading in tomcat

2019-03-18 Thread Terry Brady
For our installation, we create the following symlinks - /opt/tomcat8/webapps/xmlui -> dspace-install/webapps/xmlui - /opt/tomcat8/webapps/ROOT -> xmlui If you cannot find an error in one of the dspace logs, did you also check the catalina log file for tomcat? On Fri, Mar 15, 2019 at 1:26

[dspace-tech] xmlui not loading in tomcat

2019-03-15 Thread madmax
Hi All, I'm installing Dspace version 5.9 in a centos 7 machine from source code. After running both mvn -U package and then doing an ant fresh_install, I move the xmlui folder to be the ROOT folder of tomcat but Dspace will not load. I'm not getting any errors when compiling, and no errors