tacenergy server causes java to not work anymore

Asked by Oliver Röss

I deployed my tomcat in some random folder, started it up. works fine on http://localhost:8080.
as soon as I put the tacenergy-0.5.1.war in /webapps, it expands as expected, but the tomcat won't work anymore because java's cpu load has gone to 100%. I have to kill it to get java back to work. my operating system is mac os x 10.6.3

Question information

Language:
English Edit question
Status:
Answered
For:
TAC Energy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Carsten Block (cblock) said :
#1

Hi Oliver,

can you provide some stacktraces? See $TOMCAT_HOME/logs for log files? What's the root problem?

Revision history for this message
David Dauer (ddauer) said :
#2

I ran into the same issue, you can fix this by adding the following line to a file called "setenv.sh" in $TOMCAT_HOME/bin/ (create file if necessary):

export JAVA_OPTS="$JAVA_OPTS -Xms128M -Xmx512M -XX:MaxPermSize=256M"

Can you help with this problem?

Provide an answer of your own, or ask Oliver Röss for more information if necessary.

To post a message you must log in.