cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Alfresco 3.0 in Linux Ubuntu

jlabuelo
Champ on-the-rise
Champ on-the-rise
Good afternoon all

We have been using Alfresco 3.0 installed in a Windows OS plataform and it works fine for us. However we would like to move our environment to a Linux Ubuntu 8 machine. We have installed all needed for Alfresco 3.0 to work, JDK, MySql OpenOffice…. and of course Alfresco 3.0 for Linux.

It works fine, however whenever we need to reboot Alfresco, next start up the system fails and we are not able to get access to it from the web browser. Talking to some friends that work with Alfresco they told me that this is a common problem in Alfresco 3.0 for Linux ( at least that is what I understood from their mails)… I have tried to search for this issue in the forums but all the queries I introduced included "common words" and no result was shown.

Does anyone know what the issue is? Normally we shutdown alfresco using a crontab tool at 00:00 to perform the DB and Alfresco back up, and we restart it at 02:00, however due to this problem we are not able to get access to the application after the restart up.

Any ideas of why this might be a problem or what the reason is? Any links to existing posts about the same issue will be also appreciated!!  Smiley Very Happy

Another problem we find is that performance in Alfresco 3.0 in Linux Ubuntu is quite slower than with Windows XP OS, even both system are virtual machines with same characteristics, RAM 1.5 GB, 80 GB Hard Disk….

Thanks a lot for all the answers you will send us !! :wink:
13 REPLIES 13

jlabuelo
Champ on-the-rise
Champ on-the-rise
Hi Mike

We just installed Alfresco 3.2 in Linux Ubuntu 8 and we get same problem than with Alfresco 3.0. When we stop Alfresco and we try to start it back, there is a Java process pending that we need to kill manually.

I am gonna try to set up the crontab command with the "ps -A |grep java"  line and kill it right after running ./alf_stop.sh

Also I am gonna log a bug for Alfresco 3.2

Just for confirmation. Does this not happen to you?

Cheers and thanks again

mikeh
Star Contributor
Star Contributor
Could you post the log file (or catalina.out) for the shutdown sequence please?

Thanks,
Mike

iantopanto
Champ in-the-making
Champ in-the-making
I'm also experiencing this problem when I try to do my backups.
I get nothing out of the ordinary in the alfresco.log file:

10:19:13,841 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'imap' subsystem, ID: [default]
10:19:13,841 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'imap' subsystem, ID: [default]
10:19:13,842 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Synchronization' subsystem, ID: [default]
10:19:13,842 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Synchronization' subsystem, ID: [default]
10:19:13,873 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'thirdparty' subsystem, ID: [default]
10:19:13,874 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'thirdparty' subsystem, ID: [default]
10:19:13,881 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Authentication' subsystem, ID: [managed, passthru1]
10:19:13,881 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Authentication' subsystem, ID: [managed, passthru1]
10:19:13,881 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Authentication' subsystem, ID: [managed, ldap1]
10:19:13,882 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Authentication' subsystem, ID: [managed, ldap1]

iantopanto
Champ in-the-making
Champ in-the-making
ive incorporated this - ps ax | grep alfresco | awk '{print $1}' | xargs kill 
into my backup script just before I do ./alfresco.sh start

Hs someone got  solution? this im hoping is only  temporary hack