java.lang.OutOfMemoryError: Java heap space error, which I solved by adding the line CATALINA_OPTS="-Xmx1024m -Xms1024m -XX:MaxPermSize=512m"
at the top of tomcat/bin/catalina.sh and by increasing the default heap values into [dspace]/bin/dspace (I modified JAVA_OPTS to: JAVA_OPTS=-Xmx1024m -Xms1024m -XX:MaxPermSize=512m).psql -h localhost -d dspace -U dspace -f [dspace]/etc/postgres/base-configuration-crismodule.sql
localhost:8080/jspui even though I checked that a database called dspace has been well created into postgresql for user dspace.
But I see no database on
I can do nothing with the home page (it is empty) and if I try to create an account (by clicking on Sign on to Dspace on the right top corner of the page), It prompts me to enter an email/password.
I placed those of the administrator account I created during the installation procedure but It claims that email and passwd are not valid.
Even If I want to register for a new account (from the page itself) It kicked me with an Internal error!
Any help is appreciated, thank you in advance!
Mohamad
-- Andrea Bollini International Business Development, Deputy Leader Open Source & Open Standards Strategy, Head Cineca Via dei Tizii, 6 00185 Roma, Italy tel. +39 06 44 486 087 - mob. +39 348 82 77 525 http://www.cineca.it
--
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.
Thanks in advance,
--
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.
type Exception report
message The absolute uri: http://www.dspace.org/dspace-tags.tld cannot be resolved in either web.xml or the jar files deployed with this application
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: The absolute uri: http://www.dspace.org/dspace-tags.tld
cannot be resolved in either web.xml or the jar files deployed with this application org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:445) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:117) org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:325) org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:154) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:419) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1421) org.apache.jasper.compiler.Parser.parse(Parser.java:138) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:242) org.apache.jasper.compiler.ParserController.parse(ParserController.java:102) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:199) org.apache.jasper.compiler.Compiler.compile(Compiler.java:374) org.apache.jasper.compiler.Compiler.compile(Compiler.java:354) org.apache.jasper.compiler.Compiler.compile(Compiler.java:341) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:662) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:364) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339) javax.servlet.http.HttpServlet.service(HttpServlet.java:731) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.68 logs.
I have tried two versions (DSpace-dspace-cris-5.4.0 and DSpace-dspace-5_x_x-cris)
Installation specification
apache-ant-1.9.6
apache-maven-3.3.9
apache-tomcat-7.0.68
JDK-1.8.0_73
pgsql-9.4.5
Please help me.
I am a Chinese student. My English is poor. Please don't mind.
Thank you very much,
Chao Ma.