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
2 answers

why does tomcat take time to recognize the folder on shutting down and restarting it?

I work on a folder and tomcat recognizes the folder. But, when I shutdown and restart tomcat it is taking time to recognize the same folder. Can anybody tell me why? I see the error report in catalina.out. It gives a list of errors but finally…
Anonymous
  • 4,133
  • 10
  • 31
  • 38
0
votes
1 answer

Attempt to compare nil with number in game

hey guys i am about to finish my game i am a indie developer and i i am trying to finish my app in corona sdk and i keep getting this annoying error message. The message is get is "Attempt to compare nil with number restart.lua 9 " i don't have…
SeanDp32
  • 199
  • 4
  • 17
0
votes
2 answers

Android onRestart for whole App?

On Android, I'm trying to catch the event where my app comes back to the foreground from the background. In other words, the app was active, then the user minimized it (by clicking the home button or starting another app or something), and then the…
0
votes
1 answer

Change localizable file

I'm currently developing an application for IOS and I have four Localizable.strings files, each representing a different language. The thing is, i want to be able change the file that is being used without having to restart the application.
diogo.appDev
  • 1,595
  • 5
  • 16
  • 30
0
votes
2 answers

How to restart project in Xcode with Bitbucket

I currently have an Xcode project which has a remote in the organizer for a Bithucket repository. I want to start the project over with a fresh template. However I do not want to lose all my previous commits I just want a brand new project in Xcode…
golddove
  • 1,165
  • 2
  • 14
  • 32
0
votes
1 answer

restarting IIS (7.5) from a web page

This is purely academic curiosity. Is there a way for me to set up a web page, so that surfing to that page will cause IIS to restart (maybe to execute iisreset)?
Ami Malimovka
  • 437
  • 7
  • 22
0
votes
2 answers

Quartz 2.x service does not start automatically

I have Quartz.net running as a windows service. My problem is that the service does not start automatically (i.e. on Windows start). Any help will be appreciated. UPDATE Here is what I have in the system event log: "The Quartz Server service…
IgorShch
  • 149
  • 1
  • 4
  • 21
0
votes
3 answers

PHP - Session is set after browser restart, but PHP acts as isn't

I've seen various questions like mine, though none provide the correct answer. I've a PHP script: session_start(); setcookie(session_name('DSWLogin'),session_id(),time()+2*7*24*60*60, '/'); //This will only be set once (when the user logs…
Isaiah
  • 1,852
  • 4
  • 23
  • 48
0
votes
2 answers

multiprocess in python: cross process to process watch-kill-restart

Want to make a "cross-life" control on two processes started by the same parent. If process A take too long to change a value on the Read list of process B, process B should kill and restart A, and reverse also is true. This is how process are…
user2239318
  • 2,578
  • 7
  • 28
  • 50
0
votes
4 answers

Wipe SVN to reinitialise

Does anybody know how to delete the complete svn repository including old revisions? I just want to start again ;) Thanks, wishi
wishi
  • 7,188
  • 17
  • 64
  • 103
0
votes
1 answer

Denwer apache restart

I often restart apache during development e.g. for doggling on/off x-debug, update Doctrine cache... Uppon installation Denwer puts 3 shortcuts on desktop Start Denwer, Stop Denwer and Restart Denwer. Those are pointed to appropriate .exe files.…
antonpinchuk
  • 443
  • 4
  • 9
0
votes
1 answer

How do I go about getting a page to restart processing in C#?

I'm working with a CMS which allows you to develop your own custom controls which get dynamically included at runtime. So I have a custom control which alters a datasource (NHibernate cache) and as I'm at a point in the process where the CMS has…
Iain Fraser
  • 6,578
  • 8
  • 43
  • 68
0
votes
2 answers

force computer not to restart after install product with batch script

I am working on product testing automation. After product installation, I need computer still on instead of restart automatically. Anyone can help me how to force computer not to restart using Batch script. Thank so much
Liverpool
  • 131
  • 7
  • 12
0
votes
2 answers

Restarting millis in processing error

Having a massive problem with this piece of code. I'm working with Java in processing. I've created a game where users must guide a character away from objects. All the objects, health system and score system are based on mills(). Once the game…
0
votes
1 answer

android eclipse graphical layout bugs...do i have to restart

Sometimes eclipse has problems with the graphical android layout such as not displaying the design or not displaying background images and other problems that don't disappear except when u restart eclipse. The question is : do i have to restart…
Outflorks Usus
  • 319
  • 1
  • 3
  • 5