uPortal IRC Logs-2011-07-20

[10:21:00 CDT(-0500)] <athena> think that CMS portlet issue from curtis was just a uportal config mode issue?
[10:21:17 CDT(-0500)] <EricDalquist> probably
[10:21:22 CDT(-0500)] <EricDalquist> I haven't had a chance to look yet
[11:09:52 CDT(-0500)] <jeffbcross> athena, my latest log after attempting to start umobile server: http://pastebin.com/75pGSPsP
[11:10:14 CDT(-0500)] <jeffbcross> I manually copied the log4j lib into tomcat/libs, but still getting those log4j errors
[11:10:18 CDT(-0500)] <athena> ok, you need to make sure you have enough permgen allocated
[11:10:26 CDT(-0500)] <jeffbcross> and my permgen is 1024
[11:10:29 CDT(-0500)] <athena> java.lang.OutOfMemoryError: PermGen space is the problem
[11:10:38 CDT(-0500)] <athena> imagine it's probably not being applied
[11:10:40 CDT(-0500)] <athena> how're you setting it?
[11:11:27 CDT(-0500)] <jeffbcross> In ~/.profile
[11:11:28 CDT(-0500)] <jeffbcross> export CATALINA_OPTS="-XX:MaxPermSize=256m -Xms1024m -Xmx1024m"
[11:12:01 CDT(-0500)] <jeffbcross> I've just increased the MaxPermSize to 1024 though
[11:12:54 CDT(-0500)] <athena> you shouldn't need more than 256 i don't think
[11:13:13 CDT(-0500)] <athena> anyway, do this from the command line
[11:13:13 CDT(-0500)] <athena> ps aux |grep tomcat
[11:13:27 CDT(-0500)] <athena> should get a process listing of your running tomcat that shows the JVM options in use
[11:13:30 CDT(-0500)] <jeffbcross> nothing shows up
[11:13:36 CDT(-0500)] <athena> is tomcat running right now?
[11:13:36 CDT(-0500)] <jeffbcross> because tomcat crashed
[11:13:40 CDT(-0500)] <athena> ah.
[11:14:07 CDT(-0500)] <athena> ok, from the command line, do
[11:14:11 CDT(-0500)] <athena> echo $CATALINA_OPTS
[11:14:11 CDT(-0500)] <jeffbcross> I'll startup tomcat and run the command
[11:14:16 CDT(-0500)] <athena> that's good too
[11:14:46 CDT(-0500)] <jeffbcross> hmm, blank line
[11:15:57 CDT(-0500)] <jeffbcross> closing/opening shell..
[11:16:39 CDT(-0500)] <jeffbcross> oops...
[11:16:40 CDT(-0500)] <jeffbcross> -XX:MaxPermSize=1024m -Xms1024m -Xmx1024m
[11:17:53 CDT(-0500)] <jeffbcross> it's alive!
[11:20:47 CDT(-0500)] <athena> oh - yes, when you make updates to your profile they don't take effect until you close/reopen the shell (smile)
[11:20:50 CDT(-0500)] <athena> glad its alive now!
[11:20:57 CDT(-0500)] <athena> i'm working on getting test data into the calendar and news automatically
[11:21:03 CDT(-0500)] <athena> i think that's the last thing i have
[11:21:07 CDT(-0500)] <jeffbcross> yeah, could've sworn I closed/reopened
[11:23:12 CDT(-0500)] <athena> oh well, glad it's fixed (smile)