tomcat - Dspace showing Blank Page -


i've been using dspace 5 time not working properly. succesfully uploaded data dspace whenever log in , start navigate, minutes later goes blank , doesn't show anything. solution restart tomcat server.

i checked error logs (dspace, tomcat, cocoon) couldn't find clue error. dspace running on vps has 1 gb ram , 80 gb ssd. know can find more info let me solve issue.

dspace blank repo

considering information have given, namely fact occurs after few minutes of random browsing. guess due tomcat running out of (permgen) memory-space after amount of iterations. can check in logs.

i suggest launching tomcat, , giving more memory, using launch options -xms128m -xmx2048m -xx:permsize=64m -xx:maxpermsize=256m

you can see how memory need / can give it.

when hit memory issue this, should visible in logs though. said not find it, quite sure in tomcat log somewhere. bit odd not find this, not impossible overlook assume.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -