The shell script runs the java process seperately so you have to kill both sadly. I guess the service wrapper should work on linux aswell ? Its better anyway as it will start red5 on startup aswell.
2Y -Yuta Yamashita- wrote: > How can I shutdown the RED5 safely? > When I check for process id using > ps aux | grep red5 > and kill red5 by > kill #### > , server freeze and I can not run any command. > Is it a bug or shutting donw in wrong way? > I am using Red Hat Enterprise Linux AS 4. > > --- Luke Hubbard <[EMAIL PROTECTED]> wrote: > > >> Hi All, >> >> There have been reports of red5 freezing from different people on the >> list. We have been working to fix these issues are making progress and >> improving performance at the same time. Some people are telling us the >> problem is fixed others that its still happening. Most likely there >> are a few places this can happen and we have not fixed them all yet. >> >> So if you get server deadlock here if what you can do to help us fix >> the problem. >> >> 1. Ensure you are running trunk. This is so we can be sure the problem >> has not already been fixed. >> >> 2. Make sure you start the server using red5.sh or red5.bat. This will >> ensure the server is running under its own pid. >> >> 3. When the server freezes run the jstack command. You can find the >> process id using ps -ef (linux) ps -aux (osx) or task manager (win). >> >> jstack <pid> >> >> 4. Create a jira ticket, attach the output from jstack, and describe >> your environment and application. Include details of your thread >> settings etc if you have changed from the defaults. If doesnt do any >> harm to fire off an email to the dev list too. >> >> Ideally with your help we can fix these issues before the next release. >> >> Luke >> >> -- >> Luke Hubbard >> codegent | coding for the people >> http://www.codegent.com >> >> NMA Top 100 Interactive Agencies - Ones to watch! >> http://www.codegent.com/top100/ >> >> want to know more? >> http://www.codegent.com/showreel/ >> >> This e-mail may contain information which is privileged, confidential >> and protected from disclosure. If you are not the intended recipient >> of this e-mail, or any part of it, please delete this email and any >> attachments immediately on receipt. You should not disclose the >> contents to any other person or take copies. Any views expressed in >> this message are those of the individual sender, except where the >> sender specifically states them to be the views of codegent limited. >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
