--
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 dspace-tech...@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
Besides that, it all depends on how you configured tomcat. If that's the case, post your tomcat's config (remember to remove sensitive informations) that we will try to figure it out.http://localhost:8080/xmluiSo, if you're running it on localhost and you're trying to access xmlui interface, the address is:Ahmed,First of all, did you add "8080" to the address? If you didn't alter tomcat's default options the correct address is something like: http://[HOSTNAME]:8080/[INTERFACE] (or https://[HOSTNAME]:8443/[INTERFACE] for REST-API)
Em seg, 21 de nov de 2016 às 12:15, Ahmed Maher <ama...@kwareict.com> escreveu:
--Hi All,i installed Dspace-6 on debian-8 jessiand xmlui didn't start or deployed , only /solr deployed sucessfullyi using openjdk1.8 , tomcat8 , postgresql 9.4all installation steps successfully completedwhen browse to /xmlui said 404 errorthe tomcat error file didn't contains error messagesthanks
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 dspace-tech+unsubscribe@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dspace-tech/IXbfCFBJZyU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dspace-tech+unsubscribe@googlegroups.com.
Ahmed,
Could you describe the steps you've taken to install DSpace 6 (especially the maven build process & ant 'fresh_install' steps)? This is very unusual to not have anything install, but also not see anything in the log files. It makes me suspect that your Maven build & Ant Install were either run from the wrong directories, or failed in some other way.
I'd also recommend checking *all* log files for errors (not just the tomcat logs, DSpace also has its own logs in [dspace]/logs). Here's a guide for finding those logs: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
The more information you can provide us on what you've checked and how you did this installation, the better. Please send all this information to this mailing list, obviously.
Thanks,
Tim
--
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 dspace-tech...@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
-- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org
createdb --username=postgres --owner=dspace --encoding=UNICODE dspacepsql --username=postgres dspace -c "CREATE EXTENSION pgcrypto;"cd [dspace-source]/dspace/config/cp local.cfg.EXAMPLE local.cfgvi local.cfgmkdir [dspace]chown dspace [dspace]su - dspacecd [dspace-source]mvn packagecd [dspace-source]/dspace/target/dspace-installerant fresh_installcp -r [dspace]/webapps/* [tomcat]/webapps/etc/init.d/tomcat start[dspace]/bin/dspace create-administrator
Ahmed,
Could you describe the steps you've taken to install DSpace 6 (especially the maven build process & ant 'fresh_install' steps)? This is very unusual to not have anything install, but also not see anything in the log files. It makes me suspect that your Maven build & Ant Install were either run from the wrong directories, or failed in some other way.
I'd also recommend checking *all* log files for errors (not just the tomcat logs, DSpace also has its own logs in [dspace]/logs). Here's a guide for finding those logs: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
The more information you can provide us on what you've checked and how you did this installation, the better. Please send all this information to this mailing list, obviously.
Thanks,
Tim
On 11/21/2016 8:15 AM, Ahmed Maher wrote:
--Hi All,i installed Dspace-6 on debian-8 jessiand xmlui didn't start or deployed , only /solr deployed sucessfullyi using openjdk1.8 , tomcat8 , postgresql 9.4
all installation steps successfully completedwhen browse to /xmlui said 404 errorthe tomcat error file didn't contains error messages
thanks
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 dspace-tech+unsubscribe@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
Ahmed,
In your Tomcat log, does it attempt to *load* all the other
DSpace webapps (xmlui, jspui, etc)? The catalina.out file should
give information about which webapp it is loading (and then
whether or not each webapp is loaded successfully or an error
results).
If you are not seeing any information from Tomcat, that'd imply that Tomcat doesn't see the DSpace webapps. If that's the case, either you copied them into the wrong Tomcat, or perhaps you should simple point Tomcat at the [dspace]/webapps/ webapps you wish to load. For example, see step #10 in the detailed Installation Instructions: https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation
- Tim
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.