Questions tagged [startup]

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

2846 questions
1
vote
1 answer

Eclipse no longer starts after installing Maven plugin: MetadataRepositoryManager not registered

After installing the Maven plugin and closing Eclipse, I try to start Eclipse v8.3 I get an error referring me to a log file the configuration directory. (Contents below) This occurs even before selecting a work space. Root…
1
vote
0 answers

Check if some application is defined to run at start up

I'm writing a C++ code that has to check if some program is defined to run at OS startup. In Windows it would be implemented by checking if some entry exists in the registry (e.g. in SOFTWARE\Microsoft\Windows\CurrentVersion\Run ). What is the…
Sanich
  • 1,739
  • 6
  • 25
  • 43
1
vote
0 answers

Visual Studio 2012 always starts up with a maximized window, how do I prevent it?

I always exit Visual Studio when its main window is at a certain area on the screen. But when it starts up, its window is always maximized. If I click the maximize button, it is restored to the size I left it in previous session. It is bothersome to…
hkBattousai
  • 10,583
  • 18
  • 76
  • 124
1
vote
2 answers

ServiceBase.RequestAdditionalTime() from NServiceBus.Host

We have an NServiceBus Windows service that takes a while to register modules when starting up. We would like to request additional time from the Service Manager to start up properly. For services not using NServiceBus, this would be done using…
sennett
  • 8,014
  • 9
  • 46
  • 69
1
vote
3 answers

Necessary and sufficient validations upon application init

I have a new puzzle for you :-). I was thinking on how should an application handle his own start up. Like : checking for required libraries, correct versions, database connectivity, database compatibility, etc. To be specific, here is the test…
hypercube
  • 958
  • 2
  • 16
  • 34
1
vote
2 answers

Creating MongoDB Start-up script

I have been struggling on creating mongodb start-up script. I have this file here "script.js" that contain my scripts that i want to execute every-time the server boot. My script file is under…
Buckzm
  • 13
  • 1
  • 5
1
vote
2 answers

Making an application run on startup

I have been trying to make my app run on startup. I have added a context menu which should switch this feature on and off. The context menu has the "check" feature enabled (gets a check mark when checked) on its left. // // menu_startup …
aborted
  • 4,481
  • 14
  • 69
  • 132
1
vote
2 answers

Eclipse won't start -- possible due to new JRE install

Environment: Windows XP Eclipse Java EE Juno One day I tried starting Eclipse: I clicked my shortcut to Eclipse The usual splash screen and workspace chooser appeared. I choose a workspace. I got the following error: An error has occurred. See the…
1
vote
1 answer

Stop EditText from gaining focus at Actvity startup on Nexus 7 - 4.2 version

Note: I am not sure to post this question or should I reopen the previous question. I am posting this because It is only related to (4.2 version) It seems this question repeating again previously it was posted here, but this time this issue only…
vinay kumar
  • 1,451
  • 13
  • 33
1
vote
2 answers

How to run a WCFservice automatically on windows startup

I have an developed a mobile application which makes use of the WCFservices.. DETAILS OF MY APP AND WCF-SERVICE : My app has an hierarchial workflow..it has various levels of users..requests and queries are raised from users which travels up the…
user2020584
1
vote
3 answers

C# Datagrid events fire when it is loaded (disable this)

As mentioned above, How can I disable (or some workaround programatically) this? some pseudocode could be: cellvaluechangedevent/rowaddedevent(sender,e){ If(initial load of datagrid){ //trap this, end of method } else{ …
voluminat0
  • 866
  • 2
  • 11
  • 21
1
vote
2 answers

How to run a Qt application run at startup?

Possible Duplicate: running a qt application at startup How can I run a qt program at startup so that the user won't see the desktop at all? I am building my program in linux and I want to distribute it to linux users. I want to add that code to…
Erfan Tavakoli
  • 336
  • 1
  • 6
  • 14
1
vote
1 answer

Application autostart after system boot for a random interval in Linux

Reading 'sleep' mans and googling haven't provide any useful information. I want to run Pidgin after Ubuntu boots, but after some time left. For example, logon is passed, and after interval for 1 to 5 minutes Pidgin starts. As manuals of 'sleep'…
1
vote
0 answers

Android 4.1: start up music

In Android ICS, the following code runs well in bootanimation_main.cpp and the music can be heard when starting up the phone. But the same code does not work in Android JB. The music cannot be heard when starting up the phone, and the music must be…
xiaoli
  • 11
  • 1
1
vote
3 answers

Random InvalidOperationException on application startup

I am experiencing a problem at application startup from time to time on production machines. It doesn't happen every time the application starts, and apparently it only happens on reboot. The application is started from login, added to…
bigfoot
  • 455
  • 5
  • 12