Java PermGen Error

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2010 10:37 AM
I installed Alfresco 3.3 community edition, and I keep getting these java errors that say:
java.lang.OutOfMemoryError: PermGen space failure
Or, the URL request will just hang, and never come up. All the services are started (jexec, mysqld, etc) but nothing works.
I've looked on Google and a bunch of sites mention editing some java config file, but they never say where it is.
How do I get rid of this stupid error so I can use this?
java.lang.OutOfMemoryError: PermGen space failure
Or, the URL request will just hang, and never come up. All the services are started (jexec, mysqld, etc) but nothing works.
I've looked on Google and a bunch of sites mention editing some java config file, but they never say where it is.
How do I get rid of this stupid error so I can use this?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2010 10:51 AM
Well I found the line in alfresco.sh to edit, and I made it look like this:
Didn't fix it, the request for http://server:8080/alfresco just hangs. Nothing happens at all. Do I just do ./alf_start.sh or am I doing something wrong?
export JAVA_OPTS='-Xms128m -Xmx1000m -server -XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled'
Didn't fix it, the request for http://server:8080/alfresco just hangs. Nothing happens at all. Do I just do ./alf_start.sh or am I doing something wrong?
