UNSOLVED

100x

updated

16 years ago

1

100x

1 Rookie

83 Posts

0

2494

November 8th, 2010 05:00

Can not Delete the processes

hi,all:

autostart 5.4,windows 2008.

i Created a processes,Nothing happens after startup it,When I want to stop it,it turn yellow,and Always Display:an instance of a process is running.

Restart the autostrat's agent No help,Still can not Delete it. what should I do,many thanks.

  • tribicic

    157 Posts

    1206

    0

    Posted November 8th, 2010 05:00

    We need more info in order to help. What is the main problem, how to make the process run correctly or how to get it offline? If it is a process, what did you use for existence monitor? Is it a script or something else?

  • 100x

    1 Rookie

    83 Posts

    1206

    0

    Posted November 8th, 2010 06:00

    Thank you for your reply.

    the main problem is this processer Did not work.i can not delete it now.

    1112.jpg

    In the above Pictures.

    WCM can normal startup and shutdown,but the tomac6.exe Did not work.

    TRSSERVER is a *.bat,can normal startup,but can not stop.did not work too. now,it can not be delete.

    i use "notepad.exe" to test,can normal startup,but No process and Interface Appear.Even if i select the Allow access to the Windows desktop.

  • tribicic

    157 Posts

    1206

    0

    Posted November 8th, 2010 07:00

    You are missing the stop operation (at least for tomcat). In that case when you shutdown the process, nothing gets executed and Autostart keeps waiting for the existence monitor to exit with an errorcode (which will never happen). Depending on the existence monitor used you can either manually do whatever it takes to make it exist with an errorcode or edit the appropriate existence monitor in $FT_DIR/StateMon/E_*.* and just enter exit (1); in the first line. All this assuming that you are using a script for the existence monitor at all.

    Or alternatively, open the ftcli command line interface for autostart and force the status of the process to offline:

    ftcli> ForceProcState [Proc_ID] offline

    I think the command is correct as I am talking from the top of my head, but this should get you going. Once executed the process should go to offline state.

    Let me know if you managed to do it.

  • 100x

    1 Rookie

    83 Posts

    1206

    0

    Posted November 8th, 2010 08:00

    in autostart 5.3sp3,the  Executable (default)'s stop operation Default is No command,but now 5.4 is none.i already select the "No command".

    i found Even if let it none,it also can stop Normal.

    Now the question is Even if it can start or stop properly,In fact, no process in the “Task manager”.

    about how to delete it,could you please say in more detail.

    ant "ftcli> ForceProcState [Proc_ID] offline" ,what is the proc_ID?

    many thanks.

  • 100x

    1 Rookie

    83 Posts

    1206

    0

    Posted November 8th, 2010 18:00

    Perhaps the autostart5.4's processes module have  some problem .

    i test in 5.3sp3,have No problem.

  • yito1

    262 Posts

    513

    0

    Posted November 8th, 2010 19:00

    Hi,

    Help extract

    ----------------------------

    If the interactive process is brought online in the same session in which the first interactive AutoStart process was configured, then the process will not start until the user logs off and logs in back to the node, even though the console would show the process status to be online.

    ----------------------------

  • 100x

    1 Rookie

    83 Posts

    1206

    0

    Posted November 8th, 2010 19:00

    thanks.

    What does it mean "You must log off."

  • yito1

    262 Posts

    1206

    0

    Posted November 8th, 2010 19:00

    Hi,

    Start button --- Log Off button click

  • yito1

    262 Posts

    1206

    0

    Posted November 8th, 2010 19:00

    Hi,

    The specification has been greatly changed from 5.3SP3.

    For example, "Allow Access to the windows desktop" is enable.
    You must log off.

    I submitted the request of the specification change and fixed it.

    In my environment, there is not a problem for a stop and start of the process.

  • 100x

    1 Rookie

    83 Posts

    1206

    0

    Posted November 8th, 2010 19:00

    hi,

    So what use is it?