Date: Fri, 23 Sep 2005 14:48:22 -0700
Reply-To: "txa01@uark.edu" <killinggodofhiddendoorways@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "txa01@uark.edu" <killinggodofhiddendoorways@GMAIL.COM>
Organization: http://groups.google.com
Subject: Information Delivery Portal / SAS 9.1.3 / Tomcat
Content-Type: text/plain; charset="iso-8859-1"
Hello! - New to the group.
Does anyone have experience with IDP/9.1.3/Tomcat on win32 platform?
I'm running into trouble just getting the darn thing stable...
java.lang.OutOfMemoryError
^^
Due to tons of that error, have to stop and start Tomcat to get it
running again.
my startServletContainer.bat lists as follows
@echo off
REM Tomcat Servlet Container Startup Script
REM
REM Variables Used:
REM $JDK_HOME$ = C:\j2sdk1.4.2_05
REM $TOMCAT_HOME$ = D:\Tomcat4.1
set CLASSPATH=
set JAVA_HOME=C:\j2sdk1.4.2_05
set CATALINA_HOME=D:\Tomcat4.1
REM set CATALINA_OPTS=-Xms1280m -Xmx1280m -server
-XX:-UseOnStackReplacement -Djava.awt.headless=true
set CATALINA_OPTS=-server -Xms512m -Xmx1024m
-XX:-UseOnStackReplacement -XX:NewSize=160m -XX:MaxNewSize=160m
-XX:MaxPermSize=128m -Xss128k -XX:-UseTLAB -XX:+UseConcMarkSweepGC
-XX:+DisableExplicitGC -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.awt.headless=true
call "%CATALINA_HOME%\bin\catalina.bat" run -security
Note: I have deployed 0 custom jsp.. this is the state at which SAS
installed it. As soon as they left I decided that it was time to start
playing with the portal... about 10 clicks in my JVM dies. I am the
only user logged onto the portal at this time. It is pretty unsettling.
I have a ticket open w/ SAS about this but.... I am impatient. :P
Anyone seen these errors before?
I am assuming it has something to do w/ the webapps that come w/ the
EBI Suite... Information Delivery Portal and Web Report Studio. Web
Report Studio takes about half the time that IDP does to crash the JVM.
:(
The webapp's/mid-tier components are on a dual processor xeon 2003
server w/ 4 gigs of memory.
Please help!
-Travis