SonarQube won't start

Hi,sonarQube (8.7) refuse to start right now, the error we have is :

wrapper  | Attempt to set the console title failed: The handle is invalid. (0x6)
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    | WrapperSimpleApp: Unable to locate the class org.sonar.application.App: java.lang.ClassNotFoundException: org.sonar.application.App
jvm 1    | 
jvm 1    | WrapperSimpleApp Usage:
jvm 1    |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_arguments]
jvm 1    | 
jvm 1    | Where:
jvm 1    |   app_class:      The fully qualified class name of the application to run.
jvm 1    |   app_arguments:  The arguments that would normally be passed to the
jvm 1    |                   application.
wrapper  | <-- Wrapper Stopped
Press any key to continue . . .

We are trying to upgrade to 8.9, but before doing that, we must make sure it restart properly and can’t find the reason it suddenly stopped working… :frowning:

Found the problem. Script error that caused the wrapper.conf file to grow with time, and it was too big to load now.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.