Hi, I download the dspace 1.4.1 version and created our own local repository by imprting this code to cvs. Then did a check out and ran ant install. Everything went fine. Now when I start Tomcat I see a message in the Tomcat console saying "The system cannot find the specified file" \dspace\config\dspace.cfg. When I load the instance in the browser I get the following message:
org.apache.jasper.JasperException: Exception in JSP: /error/internal.jsp:56 53: 54: <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> 55: 56: <dspace:layout titlekey="jsp.error.internal.title"> 57: <%-- <h1>Internal System Error</h1> --%> 58: <h1><fmt:message key="jsp.error.internal.title"/></h1> 59: <%-- <p>Oops! The system has experienced an internal error. This is our fault, root cause java.lang.NullPointerException org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:487) org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:113) org.dspace.app.webui.jsptag.LayoutTag.doStartTag(LayoutTag.java:176) My dspace source is intalled under c"\laksh\dspace-1.4.1-source I have modified the dspace dir in the dspace.cfg file to c:\laksh\dspace-1.4.1-source Could my changes to the dspace.cfg file be causing this error. Why is Tomcat not able to load this config file. Any help will be useful. Thanks! - Lakshmi ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

