cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Stopping Automatically

mahkath
Champ in-the-making
Champ in-the-making
Hi All,

I'm running Alfresco 2.1 in tomcat server under Solaris 10 OS and starting with root credentials.

It is starting properly but when I close telnet window Alfresco server is going down automatically.

I tried starting as background process still going down when telnet window is closed.
eg: sh alfresco.sh start &

Below is the log which is getting printed while Alfreesco is going down.

13:51:46,794 DEBUG [org.alfresco.smb.protocol] TCP-SMB session handler closed
13:51:46,794 DEBUG [org.alfresco.smb.protocol] NetBIOS session handler closed
13:51:47,060 INFO  [org.alfresco.smb.protocol] SMB Server shutting down …
13:51:47,060 DEBUG [org.alfresco.smb.protocol.mailslot] Send NetBIOS host announcement to 255.255.255.255, port 138
13:51:49,070 DEBUG [org.alfresco.smb.protocol.mailslot] Send NetBIOS host announcement to 255.255.255.255, port 138
13:51:51,080 DEBUG [org.alfresco.smb.protocol.mailslot] Send NetBIOS host announcement to 255.255.255.255, port 138


Log shows that session(may be telnet session) is closed.
Do I need to configure anything?
Please help me.

Thanks in advance.

Regards,
Mahesh
1 REPLY 1

mahkath
Champ in-the-making
Champ in-the-making
This issue is solved  :lol:

Alfresco process is started using exec command, which will be stopped as soon as you close your telnet window.
Change it to nohup in startup script for running process even on telnet closing.

This happens For Alfresco running in Tomcat

Regards,
Mahesh