Questions tagged [restart]

Restart refers to the process where a software program or system is systematically (and preferably gracefully) shut down then automatically invoked to full functionality without intervention from the user.

Restart is also often referred to as reboot or reset.

Restarting a software program or system is one of the most common ways to troubleshoot problems as it will put the program or system back into a fresh and predictable state

1535 questions
0
votes
1 answer

Resume Hadoop Jobs workflow

In my application, I have a series of 5 Hadoop Jobs which are chained together sequentially using Job.waitForCompletion(false) Now, the Hadoop docs clearly states ...the onus on ensuring jobs are complete (success/failure) lies squarely on the…
cosmos
  • 2,414
  • 4
  • 23
  • 25
0
votes
1 answer

How can I know when the service was restarted by the system in Android?

I would like to know the time in which service get restarted by the android system. Is there any way that I can get this time?
Alex K
  • 5,092
  • 15
  • 50
  • 77
0
votes
2 answers

Liferay stopped at database shutdown caused a crash

I was stopping the Liferay portal, but few seconds after, I stopped the database (db2 quiesce, that means, that the connections are closed) and apparently, Liferay did not stopped correctly its execution. After that, I restarted the database and…
AngocA
  • 7,655
  • 6
  • 39
  • 55
0
votes
1 answer

error when restarting Apache webserver

I installed Apache web server successfully.When I type the local host in browser it shows that it works. And then I save the php file to server httpdocs and restart it shows the the following alert. Apache monitor is Already Started. Please…
DurgaPrasad
  • 139
  • 1
  • 1
  • 7
0
votes
3 answers

cocos2d - NSMutableArray with levels, restart level and crash, next level works good

I've nsmutablearray with levels and two buttons. Next level and try again. When user touched next level, I set objectAtIndex:indexCurrLevel+1 and next level is loading without problem. But if user touched try again and I try to set level to…
PawelC
  • 1
  • 2
0
votes
1 answer

Continue using app instance started at boot time

I have an app that automatically starts a few seconds delayed after boot. BTW: This is nothing evil! The user must enable it by himself! When I now tap on the app's icon I would like to have the same instance being opened that was already started at…
Bernd
  • 675
  • 2
  • 8
  • 30
0
votes
1 answer

Install Shield 2009 Premier : Install Windows Installer 3.1 or 2.0 (best fit for system) with any sysem restart

Basic MSI project, from release wizard I chose Install Windows Installer 3.1 or 2.0 (best fit for system), extract from setup.exe. When in installation, after installing Windows installer system restarts. Can this restart be stopped anyway?
Samir
  • 3,923
  • 9
  • 36
  • 43
0
votes
0 answers

Shutdown / Restart Stats Tracking Android

Not sure if this is possible, but I was wondering is there a way to track the number of times you shutdown or restart your android phone. I would love to write an app that logs the amount of times that the phone is shutdown and also log the time and…
ondrovic
  • 1,105
  • 2
  • 23
  • 40
0
votes
1 answer

change layouts, but not restart activity on my Android App

I want my app to go from portrait to landscape and change from layout1 to layout2 but not restart the activity. It goes from layout1 to layout2 nicely, but restarts the activity every time it switches from portrait to landscape and landscape to…
0
votes
2 answers

How to smooth restart a c++ program without shut down the running program?

I have a server program which should run full time a day. If I want to change some parameters of it, Is there any way rather than shut down then restart way?
Treper
  • 3,539
  • 2
  • 26
  • 48
0
votes
1 answer

Program doesn't run, just restarts

I just wrote a program to calculate employee's pay rates. To me, the program looks just fine, but when I try to run it I get a restart, and it doesn't run. I've tried restarting the Python GUI, but no luck. Here is the program: def get_info(): …
Dustin Burns
  • 195
  • 2
  • 4
  • 9
-1
votes
1 answer

When right click, explorer automatically restarts

I'm having a trouble with Right-Click, Ctrl+C, Ctrl+V... when I did one of above any where on my windows box, it just restarts the explorer.exe. Help me to resolve this. Thank You!
sura2k
  • 7,365
  • 13
  • 61
  • 80
-1
votes
1 answer

Quitting and restarting

I have this bash script that restarts/monitors myscript while { myscript; rc=$?; true; }; do echo "'myscript' crashed with exit code $rc. Restarting..." >&2 sleep 1 done basically myscript is a python script that's supposed to continuously…
supra
  • 1
  • 2
-1
votes
1 answer

Windows shutdown for a period then start normal

Is there any tool like linux rtcwake in linux for windows 11? I want to shutdown or sleep the computer for a period of time (for example 2 days), and the (re)start the computer and run an .exe file. I try windows schedule task to wake up the…
Chris P
  • 2,059
  • 4
  • 34
  • 68
-1
votes
1 answer

How to restart the wizard scene in TelegrafJS?

I have a function which handles "/start" which enters into the wizard scene. Now, i have a message with the inline_keyboard with a btn called "redo". When i click on the "redo btn" i want is that it restarts the whole scene means it should start…