The Core Technologies Blog

Professional Software for Windows Services / 24×7 Operation


Q&A: How do I Fix “The service did not start due to a logon failure”?

  I setup AlwaysUp to run JRiver Media Center as a Windows Service but it’s simply not working. I reboot the server every week and every time AlwaysUp says it can’t log on. These errors come up, over and over: Help! … Continue reading

Posted in AlwaysUp | Tagged , , , , | Leave a comment

How to Run a Python Script Every Hour, On the Hour

Python is fast becoming the world’s most popular coding language. It’s no surprise that more and more administrators are turning to the simple, efficient, and ubiquitous platform for a variety of day-to-day tasks. One question that frequently comes up on … Continue reading

Posted in AlwaysUp | Tagged , , , | Leave a comment

Q&A: How Do I See the Output/Traceback From my Python Windows Service?

  We’re using AlwaysUp to run a Python program as a service. Do you have any recommendations about logging? Ideally I would see the output of the python program as if it were run in command line, to see the traceback … Continue reading

Posted in AlwaysUp | Tagged , , , , , | Leave a comment

Q&A: How do I Rename my Application/Service in AlwaysUp?

  I’m a long-time user of AlwaysUp. Can I rename a service? — Bonnie Hi Bonnie. Unfortunately you can’t rename an application in AlwaysUp. This is because the underlying Windows Services API (which AlwaysUp employs to work its magic) simply does … Continue reading

Posted in AlwaysUp | Tagged , | Leave a comment

Q&A: Why Doesn’t AlwaysUp Catch my Endless Loop?

  Following your AlwaysUp documentation, I am using the “Monitor the application and stop it whenever it hangs” option. When I set its value to 1 minute, this feature does not work as I expect. I wrote a simple application that … Continue reading

Posted in AlwaysUp | Tagged , , , , | Comments Off on Q&A: Why Doesn’t AlwaysUp Catch my Endless Loop?