sonarQube wrapper stopped
I just started learning SonarQube, but the first level faces this error:
(on windows 10 - 64 bit)
D:sesnsonarqube-6.7.5binwindows-x86-64>StartSonar.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory D:sesnsonarqube-6.7.5temp
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [D:sesnsonarqube-6.7.5elasticsearch]: C:Program FilesJavajre1.8.0_131binjava -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j.skipJansi=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=D:sesnsonarqube-6.7.5elasticsearch -cp lib/* org.elasticsearch.bootstrap.Elasticsearch -Epath.conf=D:sesnsonarqube-6.7.5tempconfes
jvm 1 | 2018.11.14 15:59:06 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] no modules loaded
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.SchedulerImpl] Process[es] is up
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [D:sesnsonarqube-6.7.5]: C:Program FilesJavajre1.8.0_131binjava -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=D:sesnsonarqube-6.7.5temp -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -cp ./lib/common/*;./lib/server/*;D:sesnsonarqube-6.7.5libjdbch2h2-1.3.176.jar org.sonar.server.app.WebServer D:sesnsonarqube-6.7.5tempsq-process1230061572006055077properties
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [web] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [es] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
wrapper | <-- Wrapper Stopped
I used 32-bit version but got the same error. I searched through net and solution did not work. What should I do? tnx
java sonarqube sonarqube-scan
add a comment |
I just started learning SonarQube, but the first level faces this error:
(on windows 10 - 64 bit)
D:sesnsonarqube-6.7.5binwindows-x86-64>StartSonar.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory D:sesnsonarqube-6.7.5temp
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [D:sesnsonarqube-6.7.5elasticsearch]: C:Program FilesJavajre1.8.0_131binjava -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j.skipJansi=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=D:sesnsonarqube-6.7.5elasticsearch -cp lib/* org.elasticsearch.bootstrap.Elasticsearch -Epath.conf=D:sesnsonarqube-6.7.5tempconfes
jvm 1 | 2018.11.14 15:59:06 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] no modules loaded
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.SchedulerImpl] Process[es] is up
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [D:sesnsonarqube-6.7.5]: C:Program FilesJavajre1.8.0_131binjava -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=D:sesnsonarqube-6.7.5temp -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -cp ./lib/common/*;./lib/server/*;D:sesnsonarqube-6.7.5libjdbch2h2-1.3.176.jar org.sonar.server.app.WebServer D:sesnsonarqube-6.7.5tempsq-process1230061572006055077properties
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [web] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [es] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
wrapper | <-- Wrapper Stopped
I used 32-bit version but got the same error. I searched through net and solution did not work. What should I do? tnx
java sonarqube sonarqube-scan
add a comment |
I just started learning SonarQube, but the first level faces this error:
(on windows 10 - 64 bit)
D:sesnsonarqube-6.7.5binwindows-x86-64>StartSonar.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory D:sesnsonarqube-6.7.5temp
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [D:sesnsonarqube-6.7.5elasticsearch]: C:Program FilesJavajre1.8.0_131binjava -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j.skipJansi=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=D:sesnsonarqube-6.7.5elasticsearch -cp lib/* org.elasticsearch.bootstrap.Elasticsearch -Epath.conf=D:sesnsonarqube-6.7.5tempconfes
jvm 1 | 2018.11.14 15:59:06 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] no modules loaded
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.SchedulerImpl] Process[es] is up
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [D:sesnsonarqube-6.7.5]: C:Program FilesJavajre1.8.0_131binjava -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=D:sesnsonarqube-6.7.5temp -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -cp ./lib/common/*;./lib/server/*;D:sesnsonarqube-6.7.5libjdbch2h2-1.3.176.jar org.sonar.server.app.WebServer D:sesnsonarqube-6.7.5tempsq-process1230061572006055077properties
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [web] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [es] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
wrapper | <-- Wrapper Stopped
I used 32-bit version but got the same error. I searched through net and solution did not work. What should I do? tnx
java sonarqube sonarqube-scan
I just started learning SonarQube, but the first level faces this error:
(on windows 10 - 64 bit)
D:sesnsonarqube-6.7.5binwindows-x86-64>StartSonar.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory D:sesnsonarqube-6.7.5temp
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
jvm 1 | 2018.11.14 15:59:05 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [D:sesnsonarqube-6.7.5elasticsearch]: C:Program FilesJavajre1.8.0_131binjava -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j.skipJansi=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=D:sesnsonarqube-6.7.5elasticsearch -cp lib/* org.elasticsearch.bootstrap.Elasticsearch -Epath.conf=D:sesnsonarqube-6.7.5tempconfes
jvm 1 | 2018.11.14 15:59:06 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] no modules loaded
jvm 1 | 2018.11.14 15:59:06 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.SchedulerImpl] Process[es] is up
jvm 1 | 2018.11.14 15:59:21 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [D:sesnsonarqube-6.7.5]: C:Program FilesJavajre1.8.0_131binjava -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=D:sesnsonarqube-6.7.5temp -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -cp ./lib/common/*;./lib/server/*;D:sesnsonarqube-6.7.5libjdbch2h2-1.3.176.jar org.sonar.server.app.WebServer D:sesnsonarqube-6.7.5tempsq-process1230061572006055077properties
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [web] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] Process [es] is stopped
jvm 1 | 2018.11.14 15:59:23 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
wrapper | <-- Wrapper Stopped
I used 32-bit version but got the same error. I searched through net and solution did not work. What should I do? tnx
java sonarqube sonarqube-scan
java sonarqube sonarqube-scan
asked Nov 14 '18 at 13:12
hsbr13hsbr13
699
699
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It seems that Web server of SonarQube fails to start:
Process [web] is stopped
I recommend you to have a look in /logs/web.log.
You should have more information about the root cause of your problem there.
add a comment |
I don't know why, but the problem was because I had JetBrains PhpStrom running int he background. As I closed it, the problem solved.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53301058%2fsonarqube-wrapper-stopped%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems that Web server of SonarQube fails to start:
Process [web] is stopped
I recommend you to have a look in /logs/web.log.
You should have more information about the root cause of your problem there.
add a comment |
It seems that Web server of SonarQube fails to start:
Process [web] is stopped
I recommend you to have a look in /logs/web.log.
You should have more information about the root cause of your problem there.
add a comment |
It seems that Web server of SonarQube fails to start:
Process [web] is stopped
I recommend you to have a look in /logs/web.log.
You should have more information about the root cause of your problem there.
It seems that Web server of SonarQube fails to start:
Process [web] is stopped
I recommend you to have a look in /logs/web.log.
You should have more information about the root cause of your problem there.
answered Nov 26 '18 at 11:05
jdcoffrejdcoffre
413
413
add a comment |
add a comment |
I don't know why, but the problem was because I had JetBrains PhpStrom running int he background. As I closed it, the problem solved.
add a comment |
I don't know why, but the problem was because I had JetBrains PhpStrom running int he background. As I closed it, the problem solved.
add a comment |
I don't know why, but the problem was because I had JetBrains PhpStrom running int he background. As I closed it, the problem solved.
I don't know why, but the problem was because I had JetBrains PhpStrom running int he background. As I closed it, the problem solved.
answered Nov 26 '18 at 12:22
hsbr13hsbr13
699
699
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53301058%2fsonarqube-wrapper-stopped%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown