Alan Holden said the following on 08/31/2010 03:21 PM: > Having never been able to get Mura to successful install on my OpenBD > platform over the past year, I've decided to give Farcry a shot. I believe Matt (Woodward) has been working with the Mura guys a lot lately to get the codebase up to snuff for it to run on OpenBD. I do recall him mentioning there are some wonky stuff (even for Adobe CF) in there. I do know that Mura runs on OpenBD.
> Mura couldn't "path everything out", even when placed in the webroot. > I could fart around with mappings, settings and baseDir code to get > it breathing, but then the front end couldn't actually find anything > (beyond the home page) that I created as admin. Yes, I believe this one of the issues Matt was working on. > The Farcry installer runs when called via IP:port/dir/farcry - but all > I see are Tomcat 404's for everything once completed. The Ubuntu God > definitely does not want me to have an OpenBD CMS. > > Thinking it was a cgi pathing issue, I've tried to run the installer > via www.mydomain.com/farcry - using Apache's ajp proxy and Tomcat's > virtual host (and an extra domain I had lying around). Using that > route, Tomcat runs out of memory before the Farcry installer even appears: > Exception in thread "http-8080-1" java.lang.OutOfMemoryError: PermGen space > java.lang.OutOfMemoryError: PermGen space > java.lang.OutOfMemoryError: PermGen space > Exception in thread "http-8080-4" java.lang.OutOfMemoryError: PermGen space > Exception in thread "http-8080-2" java.lang.OutOfMemoryError: PermGen space > Exception in thread "TP-Processor7" java.lang.OutOfMemoryError: PermGen space > > So, has anyone else installed Farcry on OpenBD 1.3 - and what memory > settings did you use, specifically PermGen? > > I want to belie the PermGen reference in the error, but something > smells fishy. It worked twice outside the proxy! FaryCry uses a lot of memory out of the gate and PermGen can fill. What's your Tomcat JVM settings? In my catalina.sh file, I raised my perm gen higher: JAVA_OPTS="-Xms768M -XX:PermSize=128m -XX:MaxPermSize=256m" The min perm is 128mb and the max perm is 256mb. The total heap is set to 768mb. This runs two Adobe CF applications and one OpenBD application with a couple hundred MBs to spare. There's no magical number for perm gen, but let me know what your java opts are. I suspect they are too low. .pjf -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
