cancel
Showing results for 
Search instead for 
Did you mean: 

3.2r problem with stopping (on Win2003)-solved by workaround

reboot
Champ in-the-making
Champ in-the-making
Hallo,

when we use the stop script, then there is an Error and the CMD-Line-Window does not close. The not closing CMD-Line-Window makes trouble by using the start/stop scrips with an automated Backup.
The Intallation is a standard 3.2r Installation with enabled passthru

10:12:05,211 UserSmiley Frustratedystem INFO  [management.subsystems.ChildApplicationContextFactory] Stopping 'Synchronization' subsystem, ID: [default]
10:12:05,211 UserSmiley Frustratedystem INFO  [management.subsystems.ChildApplicationContextFactory] Stopped 'Synchronization' subsystem, ID: [default]
10:12:05,227 UserSmiley Frustratedystem INFO  [management.subsystems.ChildApplicationContextFactory] Stopping 'thirdparty' subsystem, ID: [default]
10:12:05,243 UserSmiley Frustratedystem INFO  [management.subsystems.ChildApplicationContextFactory] Stopped 'thirdparty' subsystem, ID: [default]
10:12:05,243 UserSmiley Frustratedystem INFO  [management.subsystems.ChildApplicationContextFactory] Stopping 'Authentication' subsystem, ID: [managed, passthru1]
10:12:05,243 UserSmiley Frustratedystem INFO  [management.subsystems.ChildApplicationContextFactory] Stopped 'Authentication' subsystem, ID: [managed, passthru1]
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class
reloading, using NOPLoggerRepository.
02.11.2009 10:12:08 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080

… the CMD-Windows does not close


thanks for help
1 REPLY 1

reboot
Champ in-the-making
Champ in-the-making
now i use a vbs-script to stop alfresco, the cmd-line-window is now closing:


set WshShell = CreateObject("WScript.Shell")
WshShell.AppActivate "Tomcat"
WScript.Sleep 5000
WshShell.SendKeys "^C"
WScript.Sleep 50000
WshShell.AppActivate "MySQL"
WScript.Sleep 5000
WshShell.SendKeys "^C"