cancel
Showing results for 
Search instead for 
Did you mean: 

Intallation Problem

balaveer
Champ in-the-making
Champ in-the-making
I have installed the Alfresco 3.2 community edition , there are no errors.
But when I click on the Alfresco start , it is not staring ie. the Tomcat window is closing without any error message displayed.
Even checked in the tomcat/log directory, no logs are created

Installed the Alfresco in D:\alfresco
OS: WinXp,
RAM :512MB
3 REPLIES 3

jayjayecl
Confirmed Champ
Confirmed Champ
Hello,

It could be a Java JDK error.
Check if you set your JAVA_HOME environment variable correctly.

Good luck

balaveer
Champ in-the-making
Champ in-the-making
It was the problem with the CATALINA_HOME variable, not it is pointing properly, but now it is throwing the
Exception in thread "DefaultScheduler_QuartzSchedulerThread" java.lang.OutOfMemoryError: PermGen space
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space16:01:25,703  ERROR [transaction.SpringAwareUserTransaction.trace] Detected first UserTransaction which is being garbage collected without a commit() or rollback()
16:01:25,718  ERROR [transaction.SpringAwareUserTransaction.trace] Logging of transaction call stack is now enabled and will affect performance
Exception in thread "AlfrescoJbpmJobExecutor:172.23.4.126:1" java.lang.OutOfMemoryError: PermGen space\\
Exception in thread "RMI RenewClean-[172.23.4.126:50503]" java.lang.OutOfMemoryError: PermGen space

kbonnet
Champ in-the-making
Champ in-the-making
Hi,

If your server only has 512Mb of RAM, most probably your JRE has too little heap space. This causes the permgen error. Alfresco on itself needs 512Mb of heap. See the following wiki for some figures:

http://wiki.alfresco.com/wiki/JVM_Tuning

Good luck!

Koen