Hello Lewatle, the easier way to add parameter to the tomcat startup is to create a file named setenv.sh in the /bin folder of your tomcat with the following content (single line)
CATALINA_OPTS="-Xms1024M -Xmx3072M -Dfile.encoding=UTF-8 -Dorg.apache.el.parser. SKIP_IDENTIFIER_CHECK=true" please adjust the memory setting to fit your env (1536 - 1.5GB is enough if you run only the jspui and oai interface) Hope this help, Andrea On Thu, 2019-03-14 at 04:10 -0700, Lewatle Johannes Phaladi wrote: > Dear Colleagues, > > Please assist with idea on solving the error I am experiencing. > > Regards, > Lewatle > > On Friday, 8 March 2019 11:18:00 UTC+2, Lewatle Johannes Phaladi > wrote: > > Hi Andrea, > > > > I have added extra parameter in tomcat/bin/startup.sh file please > > see attached file and if i did wrong let me know, is this the > > correct file to add parameters in and on the bottom as i did, your > > assistance in appreciated. > > > > At the moment i have added parameters and restarted tomcat, when i > > add project same error appears. > > > > Regards, > > Lewatle > > > > > > On Tuesday, 5 March 2019 11:30:59 UTC+2, Bollini Andrea wrote: > > > Hi Lewatle, > > > you need to start tomcat with the extra parameter > > > > > > -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true > > > > > > It is noted in the installation documentation point 7 but often > > > is > > > unnoticed as it is specific of DSpace-CRIS > > > > > > https://wiki.duraspace.org/display/DSPACECRIS/Installation > > > > > > Hope this help, > > > Andrea > > > > > > > > > On Mon, 2019-03-04 at 00:26 -0800, Lewatle Johannes Phaladi > > > wrote: > > > > Dear Colleagues, > > > > > > > > When I click on add project link I get Internal System Error, > > > > attached is screen-shots and dspace log file, I would like to > > > be able > > > > to add projects and use other modules came with DSpace-CRIS. > > > > > > > > Regards, > > > > Lewatle > > > > -- > > > > All messages to this mailing list should adhere to the > > > DuraSpace Code > > > > of Conduct: > > > https://duraspace.org/about/policies/code-of-conduct/ > > > > --- > > > > You received this message because you are subscribed to the > > > Google > > > > Groups "DSpace Community" 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-community. > > > > For more options, visit https://groups.google.com/d/optout. > > > > > > > -- > > > Questo messaggio e' stato analizzato da Libra ESVA ed e' > > > risultato non infetto. > > > This message was scanned by Libra ESVA and is believed to be > > > clean. > > -- > All messages to this mailing list should adhere to the DuraSpace Code > of Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google > Groups "DSpace Community" 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-community. > For more options, visit https://groups.google.com/d/optout. > -- Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto. This message was scanned by Libra ESVA and is believed to be clean. -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" 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-community. For more options, visit https://groups.google.com/d/optout.
