Questions tagged [startup-error]
33 questions
75
votes
25 answers
Error: Selection does not contain a main type
I am trying to run some java files in a new project. So I make the project, put the files in it and I try to run the main file so my game starts.
I get an error that says selection does not contain a main type.
I have tried several ways to run…

user2321611
- 1,049
- 1
- 7
- 17
22
votes
6 answers
SSE core task scheduler startup problem in eclipse
Whenever I'm launching my eclipse IDE with my project workspace, there is one popup window showing some internal error with the task scheduler. I'm attaching the picture of that popup window here.
My project is all in java language and also uses…

Patel Harsh
- 231
- 1
- 2
- 7
16
votes
4 answers
JMeter starts with warning message
I have JMeter set-up on my Windows 8 machine.
When I startup JMeter it starts fine but leaves a warning message that I could not understand why.
Here is the log that I see in the command prompt:
C:\Users\Ayusman>jmeter
Dec 20, 2013 12:52:57 PM…

Ayusman
- 8,509
- 21
- 79
- 132
11
votes
5 answers
Microsoft SQL Server Management Studio error at startup
I get this error when I try to run Microsoft SQL Server Management Studio:
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for…

ABC
- 595
- 2
- 5
- 20
6
votes
1 answer
The application was unable to start correctly 0xc0000142 CreateProcessWithLogonW
I have a block of of code
if(!CreateProcessWithLogonW(
szUserName,
NULL,
szPassword,
LOGON_WITH_PROFILE,
L"C:\\Windows\\System32\\cmd.exe", // file to execute
NULL,
NORMAL_PRIORITY_CLASS |…

nimsson
- 930
- 1
- 14
- 27
2
votes
2 answers
STS launch issue on Mac
I started STS today and an error alert popped up asking me to look at the error log under /Users/salman/springsource/sts-2.6.0.RELEASE/configuration. That log file had the following stacktrace:
!SESSION 2012-03-29 10:16:51.910…

uchamp
- 2,492
- 1
- 20
- 31
2
votes
1 answer
Java issue when starts Elasticsearch issue on Windows 10
I am new to Elasticsearch, I am facing java null pointer issue when starts Elasticsearch on my Windows 10 machine. I have installed Adopt Open JDK on my machine.
Command used to start…

M.A.Murali
- 9,988
- 36
- 105
- 182
2
votes
1 answer
Netbeans 6.9 startup error javax.xml.transform.TransformerException:java.lang.NullPointerException
I have Netbeans 6.9 installed. Suddenly it doesn't start. It gives me an error..
javax.xml.transform.TransformerException:javax.xml.transform.TransformerException:java.lang.NullPointerException
This is just one line error, occurs when creating a new…

Palak Darji
- 1,084
- 18
- 28
1
vote
0 answers
R encountered a fatal error. The session was terminated. Error message after updating R and RStudio
I updated to R 4.3.0 and updated RStudio at the same time. After installing and upon opening an R project and before running any code, an error message immediately pops up "R encountered a fatal error.The session was terminated."
The same thing…

Elizabeth Everman
- 11
- 1
1
vote
0 answers
Unity - Startup errors
I was using unity 2019.2 and from nothing, it started to have errors from the built-in packages (In brand new projects too!). I tried reinstalling all packages from which the errors came from and it didn't help. At this point, I gave up and…

Random coder
- 19
- 1
1
vote
1 answer
Why do I get a startup error of R, when I try to start Rstudio?
New information:
I have installed a previous version of r-studio (rstudio-1.3.1093-amd64.deb) as was implied in the link that @MViking sent me, and know I am getting a more informative error.
Firstly, at the terminal I get the following…

kostas_bcn
- 33
- 5
1
vote
2 answers
Elastic Search Immediately Dies on Mac
I downloaded elastic search today. When I try to run it, it is immediately killed with the following message:
Johnathans-MacBook-Pro:Downloads jward$ ./elasticsearch-7.6.1/bin/elasticsearch
./elasticsearch-7.6.1/bin/elasticsearch-env: line 71: 12909…

spyderman4g63
- 4,087
- 4
- 22
- 31
1
vote
1 answer
'uninitialized constant ActionPack' when starting rails
When starting my rails server I'm getting an 'uninitialized constant ActionPack' error.
raw stack trace
I'm using blunder with rails 2.3.8
running 'bundle list' shows:
* actionmailer (2.3.8)
* actionpack (2.3.8)
* activerecord (2.3.8)
*…

Dane O'Connor
- 75,180
- 37
- 119
- 173
1
vote
2 answers
Io(language) startup error - .io_history
I installed and was running the Io(language) command line interface fine in OSX but now I'm getting this error on startup:
Exception: while loading history file '/Users/andrew/.io_history', reason: No such file or directory
Any one have any idea…

andrewleung
- 552
- 6
- 18
1
vote
1 answer
Android App Start up Issue
-EDITED THE MAIN CODE IN THIS BLOCK-
This code I am writing is having an issue at start up. It starts the app GUI and says "We are sorry "Appname" has unfortunately stopped working."
[Here is the logcat Errors][1]
I'm guessing it has something to…

a.kollar
- 43
- 6