Alfresco Stopping Automatically

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2009 03:35 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 03:40 AM
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
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
