Tagged Questions

1
vote
3answers
56 views

Pascal Readln is restarting the PC

I have a problem, though it might be virus. In my school, when i compile pascal programms and IF there is readln on the end - the computer restarts. The OS is windows XP. Does anyone here know …
0
votes
2answers
29 views

bounce multiple servers using ant

Hi All, This is restart target code which is defined in build.xml target name="restart" propertycopy name="remote.host" from="deploy.${target.env}.host.${remote.id}" propertycopy …
2
votes
3answers
54 views

restart multi-threaded perl script and close mysql connection

I have a Perl script that reads a command file and restarts itself if necessary by doing: myscript.pl: exec '/home/foo/bin/myscript.pl'; exit(0); Now, this works fine except for one issue. The …
0
votes
3answers
31 views

Capistrano not restarting

Capistrano is deploying cold, deploying updates and uploading the symlink fine. It will not however restart. I notice that permission is denied on the /script/process/reaper file. I have found a …
0
votes
4answers
41 views

Wipe SVN to reinitialise

Hi! Does anybody know how to delete the complete svn repository including old revisions? I just want to start again ;) Thanks, wishi
0
votes
1answer
43 views

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 …
1
vote
4answers
113 views

C# - Restarting application conflicts with “program already running” error

When I call the Application.Restart() method, the error comes up that detects whether the application is currently running. Is there anyway around this? static void Main(string[] args) { …
3
votes
4answers
200 views

Is it possible to restart a PC using “pure” .NET and *without* using p/invoke?

Is it possible, without employing pinvoke, to restart a PC using .NET? I kind of just repeated the title, but I'm not too sure how to elaborate much further! Edit: I should have mentioned that …
0
votes
2answers
14 views

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 …
1
vote
3answers
73 views

Automatically restart program when error occur

The program is like this: HEADER CODE urllib2.initialization() try: while True: urllib2.read(somebytes) urllib2.read(somebytes) urllib2.read(somebytes) ... except …
1
vote
2answers
103 views

SharePoint, VirtualPathProviders and Application Restarts

Given that the only way to unload dynamically compiled assemblies (to reclaim memory) is to unload the app domain, how does SharePoint rely on VirtualPathProviders, for master pages and page layouts …
1
vote
1answer
342 views

How to disable orientation change in Android ?

Hi I have an application that i just would like to use in portrait mode, so i have defined android:screenOrientation="portrait" in the manifest xml. This works ok for the htc magic phone. BUT I …
1
vote
4answers
274 views

How do I code a watchdog timer to restart a Windows service?

I'm very interested in the answer to another question regarding watchdog timers for Windows services (see here). That answer stated: I have also used an internal watchdog system running in another …
-1
votes
0answers
60 views

Start all webapps at tomcat 5.5 restart

Hi, I have a problem with my tomcat 5.5 on a CentOs 5.3. This tomcat manages 4 web application (struts 1, spring, hibernate, postgresql). Well, when I launch /etc/init.d/tomcat restart, always only 2 …
1
vote
6answers
234 views

Is there a ‘restart’ function in Windows/C++

In a windows project I am working on, I intend to have a menu selection that copletely restarts the app. Is there a Windows or C++ function that does this?

1 2 3 4 next
15 30 50 per page