|
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 spaceSo, 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
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> -- |
- Re: [OpenBD] Re: The Admin URL Matthew Woodward
- [OpenBD] java.net.BindException: Address already in use&l... Alan Holden
- Re: [OpenBD] java.net.BindException: Address already... Matthew Woodward
- Re: [OpenBD] java.net.BindException: Address alr... Jordan Michaels
- Re: [OpenBD] java.net.BindException: Address... Jordan Michaels
- Re: [OpenBD] java.net.BindException: Address... Alan Holden
- Re: [OpenBD] java.net.BindException: Add... Matthew Woodward
- Re: [OpenBD] java.net.BindException... Alan Holden
- Re: [OpenBD] java.net.BindException... Peter J. Farrell
- Re: [OpenBD] java.net.BindExcep... Alan Holden
- [OpenBD] Mura - FarCry CMS and ... Alan Holden
- Re: [OpenBD] Mura - FarCry CMS ... Nitai @ Razuna
- Re: [OpenBD] Mura - FarCry CMS ... Matthew Woodward
- Re: [OpenBD] Mura - FarCry CMS ... Peter J. Farrell
- Re: [OpenBD] Mura - FarCry CMS ... Alan Holden
- Re: [OpenBD] Mura - FarCry CMS ... Matthew Woodward
- Re: [OpenBD] Mura - FarCry CMS ... Alan Holden
- Re: [OpenBD] Mura - FarCry CMS ... Peter J. Farrell
- Re: [OpenBD] Mura - FarCry CMS ... Matthew Woodward
- Re: [OpenBD] Mura - FarCry CMS ... Alan Holden
- Re: [OpenBD] Mura - FarCry CMS ... Matthew Woodward
