On Wednesday, September 20, 2017 at 1:24:35 PM UTC-4, Paul Huddleston wrote: > > First, my server details. I am green with respect to DSpace, so I will > start with some server information and then can move into the things that I > might need. > > > > Server Details: > > Centos 7 – 7.4.1708.e17.centos.x86_64 > > Apache ant 1.9.2 > > Postgresql 9.6 > > Apache tomcat 8.5.20 > > Dspace 5.5 > > JVM 1.8.0_144-b01 > > > > This is a new installation that I created following the instructions found > at: > https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-InstallationInstructions > > > > I have 2 issues that I have seen so far. The first could be something > that triggers the second. > > In > > > > I have copied my [dspace]/webapps/* to [tomcat]/webapps > > > > 1)When I am in /[dspace]/bin, and run the command: ‘dspace database > migrate’ or ‘dspace create-administrator’ I am told: bash: dspace: command > not found. It sure seems like this should work, and could be leading to > the other issues. > > Probably the current directory "." is not on your PATH. Try './dspace database migrate' etc.
> > > 2)The other issue that I am having is that, after this command: ‘cp –R > [dspace]/webapps/* [tomcat]/webapps’ and getting those files copied over, I > am able to go into the web interface of the Tomcat Web Application Manager > and see that /, /docs, /examples, /host-manager, /jspui, /manager, /oai, > /solr are all running = true. /xmlui is running=false. I can go to > webaddress:8080/jspui and it works, but webaddress:8080/xmlui results in a > 404 error. I have a need to get the Mirage 2 theme working, but right now, > I am using another in the xmlui.xconf file and still get the same results. > > > > I am unfamiliar with what I am looking for in the logs. I have attached a > catalina log. There are a few severe errors in there that might be of help > if anyone knows what they mean. If anyone can think of reasons for this or > need more information from logs, please let me know and I will get those > posted. > > > | 18-Sep-2017 15:53:31.159 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file | 18-Sep-2017 15:53:31.163 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal Context [/xmlui] startup failed due to previous errors The "appropriate container log file" will probably be localhost.DATE.log or some similar name, in the same directory with catalina.log. Its name will correspond to that of the relevant <Host> element in Tomcat's server.xml. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
