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

Remotely restarting services on several servers

I have around 1000 servers on which I need to restart the SNMP service on, is there an easy method to this via a script or a batch file?
0
votes
1 answer

Part of code won't retrieve the data after reset in database

I'm trying to reset my database to the default state after pressing restartButton. My problem is after pressing restartButton it seems I cannot retrieve the newly added data. What am I doing wrong here? restartButton code: private void…
droidH
  • 39
  • 1
  • 2
  • 10
0
votes
1 answer

grub can't see linux\no boot menu in Win7

I have both windows and linux installed. I created a new partition but got Grub error:UNKNOWN FILESYSTEM on restart. Then I used windows recovery CD and Bootrec/fixmbr command to get Grub menu back. But now I don't see the boot menu.laptop simply…
Nishant
  • 2,571
  • 1
  • 17
  • 29
0
votes
1 answer

Mysqld won't start

i'm trying to start mysqld but it won't start.. [root@jack ~]#service mysqld restart Interruzione di mysqld: [ OK ] and it stops here.. it won't start.. what could be the problem? can someone help me? thanks!
Jayyrus
  • 12,961
  • 41
  • 132
  • 214
0
votes
2 answers

Program Restart

I have a Program which is written in C++. It is a program which needs to be restarted when network connection is lost ... I have written program code which is pinging IP and I'm stuck on that ... Can anybody show me the code for the next step Thank…
0
votes
1 answer

cron job fails to restart services

I have a simple script that stops and starts the services (of Oracle Hyperion) #!bin/ksh /path/to/dir/stop.sh sleep 1200 /path/to/dir/start.sh I have scheduled it for every night and it does run, however there is an issue with database…
Jay
  • 1,392
  • 7
  • 17
  • 44
0
votes
2 answers

Getting rid of browser restart on plugin installation

I have been working on a browser plugin for windows which involves displaying camera output in browser. Presently I'm working on Windows 7. After plugin installation, I want to start the plugin immediately without restarting the browser. I noticed…
Gaurav Raj
  • 699
  • 6
  • 21
0
votes
1 answer

Trying to get a CountDownTimer to restart after 15 seconds.

I'm doing an app that displays various yoga poses for 60 seconds. I've been pulling my hair out trying to get a countdown timer to work the way I want. I need the timer to be able to pause, and restart automatically after 15 seconds. The…
Kristy Welsh
  • 7,828
  • 12
  • 64
  • 106
0
votes
1 answer

what is going wrong with my code to restart a game

I'm making a game in AS3 for a school project, and I'm stuck on restarting the game. When the game is finished, there is a final screen, and then you can go back to the menu. This all goes well, but when I try and play again it says…
Tijmenh
  • 141
  • 1
  • 9
0
votes
3 answers

How do I get my function to restart?

This page automatically calls the function moveit() on load. moveit() moves an image (a line) up and down. I want this to happen continuously; however, I do not know how to make my function restart. Currently, I am making the page reload every time…
user1743825
  • 21
  • 1
  • 2
  • 8
0
votes
1 answer

Restarting a Java Program Within Eclipse

I own a game server and I was just wondering, instead of running the server in eclipse and then when I restart it, it opens a new cmd prompt outside of eclipse and runs the server on that. Could I make it so the program relaunches in eclipse as if I…
Jonathan Beaudoin
  • 2,158
  • 4
  • 27
  • 63
0
votes
2 answers

Restart function after click action with jQuery

I have some function which is look like this: var live_search_list = $('.live_search_list ul'), active_search_element = live_search_list.find('li.active'), search_element = live_search_list.find('li'), jsPane = $('.jspPane');…
Lukas
  • 7,384
  • 20
  • 72
  • 127
0
votes
1 answer

Restart Tomcat via command prompt: Access is denied

I know that I can either use sc start Tomcat6 or net start Tomcat6 to start the tomcat service, however I get an error "Access is denied". How can I achieve restarting the tomcat service via command prompt and overcoming the error? Thanks
dido
  • 3,347
  • 11
  • 34
  • 42
0
votes
3 answers

Restore Application Settings after restarting the application

I have a C# application where I store certain value in a Settings file like this:
Metalhead89
  • 1,740
  • 9
  • 30
  • 58
0
votes
1 answer

Restart USB plugged device without restarting a computer

I am dealing with an issue that USB GSM modem throws an exception and is in the failed state until you SHUT DOWN and turn on the PC again. The "restart" does not help, because it only flushes the memory (running on Windows XP, SP3 Pro.) As I…
Vojtech B
  • 2,837
  • 7
  • 31
  • 59