Re: [Dspace-tech] Half-OT: Tomcat won't start

2009-03-30 Thread Allen Lam
First check: do you have servlet-api.jar in common/lib? If not, try placing a copy to there. If it does not help, it could involve some harder classpath issues. Perhaps reinstalling a new version of Tomcat is easier than fixing it. Regards, Allen Lam. HKU Hub Administrator, http://hub.hku.hk

[Dspace-tech] Fault of authentication

2009-03-30 Thread Serbe Leon Rojas
Estimated friends, I am Serbe León of the UdeA (Medellin, Colombia), entrusted of Dspace's implementation in the above mentioned institution. Approximately 15 days ago I began with the study of this project and the respective manuals of installation of the product. I have followed the steps

Re: [Dspace-tech] Fault of authentication

2009-03-30 Thread Gary Browne
Accidentally sent this directly to Serbe this morning, forwarding it to the list now... Hi Serbe, Welcome to DSpace. I think your pg_hba.conf file is not configured correctly, or you are not running the installation as the dspace (*nix) user. Let us know: i) ownership of your dspace source

Re: [Dspace-tech] Half-OT: Tomcat won't start

2009-03-30 Thread Sergio Belkin
Hi, I've finally fixed the problem so: 1)Backup importantes files of tomcat5 package 2)Uninstall tomcat5 package 3) Reinstall tomcat5 package 4)Restore /var/lib/tomcat5/, /usr/share/tomcat, /etc/tomcat5 , /var/cache/tomcat from backup 5) And finally: cp

Re: [Dspace-tech] Half-OT: Tomcat won't start

2009-03-30 Thread Allen Lam
The exception is caused by Tomcat being unable to find a class called HttpServletRequest. This class is included with servlet-api.jar, which should have come handy with tomcat package. Tomcat discovers its libraries from common/lib. Try placing a copy of the jar in