Re:Memory leaks on Fedora 9 ? 5 Months, 1 Week ago
Karma: 0
Thanks. I was able to get OpenKM up and running on Ubuntu with a default Ubuntu install. However Fedora comes with GCJ rather than Sun JDK and OpenKM doesn't seem to like GCJ. I was able to fix the memory issues by installing openjdk on my Fedora 9 machine.
I was also getting webservices errors messages but with a little tweaking to turn off web Services as mentioned in an earlier post (referencing OpenKM.ear) I was able to get OpenKM up and running.
Now here's the thing. I have OpenKM running on port 8080 and I've edited server.xml to bind to the external interface of my server however when I connect remotely to my Fedora server on 8080 I only get the Jboss admin page not OpenKM.
The last few lines of the OpenKM run.sh -b <my IP address> seem to imply that everything went ok. There are no error messages on the console. Any idea why I don't get the OpenKM login page?
07:00:27,994 INFO [EARDeployer] Started J2EE application: file:/opt/OpenKM-2.0_JBoss-4.2.2.GA/server/default/deploy/OpenKM.ear
07:00:28,078 INFO [Http11AprProtocol] Starting Coyote HTTP/1.1 on http-10.1.1.1-8080
07:00:28,101 INFO [AjpAprProtocol] Starting Coyote AJP/1.3 on ajp-10.1.1.1-8009
07:00:28,130 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 25s:291ms
1. Removed earlier OpenKM install.
2. Replace OpenJDK with Java 1.5
3. Lots of Webservices errors when running './run.sh -b 0.0.0.0'.
4. Found an earlier link to needing Internet access to validate XML.
5. Set up JAVA_OPTS with my proxy as follows:
If you've got problems with Webservices, that needs internet connection ( know jboss bug not still solved ), one simple solution is to open OpenKM.ear -> OpenKM.war and remove the WEB_INF/wsdl directory (here's the xml webservices descriptor ). Doing it you'll disabling Webservices, but if you don't use you can drop it.