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.

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.

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!

Could it actually be a setting like Max Processes or Processes per thread inside ajp or something?

Al

Tomcat Version JVM Version JVM Vendor OS Name OS Version OS Architecture
Apache Tomcat/6.0.20 1.6.0_17-b04 Sun Microsystems Inc. Linux 2.6.24-19-server i386
Tomcat Free memory: 35.70 MB Total memory: 117.06 MB Max memory: 487.31 MB
Ubuntu Linux 8.04.3
System Real memory 1.97 GB total, 427.89 MB used
System Virtual memory 5.77 GB total, 0 bytes used

<VirtualHost *:80>
    ServerName www.mydomain.com
    ProxyPass / ajp://my.server.I.P:8009/
    ProxyPassreverse / ajp://my.server.I.P:8009/
    HostnameLookups Off
</VirtualHost>

<Host name="www.mydomain.com" appBase="webapps">
<Context path="" docBase="/usr/local/tomcat/webapps/myapp/" />
</Host>



--
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

Reply via email to