Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<ul> <li>What OS are you running on?</li> <li>do you have Java 32bit or 64 bit installed? </li> <li>in the logs directory of Sonar it should be changing size everytime you try to start it, if it is not, perhaps the process does not have permissions on that file? </li> <li>were you able to make it work with the default db before trying to see if the app could run via MYSQL?</li> </ul> <hr> <p>I had to make a few changes to get it running locally on my win7 64bit. </p> <ul> <li><p>I changed the settings in <code>/conf/wrapper.conf</code> </p> <ul> <li>commenting out the line <code>wrapper.console.loglevel=NONE</code> </li> <li>so I didn't have to go back and forth reading the log file, or trimming it.</li> </ul></li> <li><p>I changed the <code>.bat</code> file's starting lines to</p> <pre><code>rem @echo off setlocal java -version </code></pre></li> <li><p>In <code>/conf/sonar.properties</code></p> <pre><code>sonar.web.host: 127.0.0.1 sonar.web.port: 9000 sonar.web.context: / </code></pre></li> </ul> <p>then started the batch file. it takes quite awhile to initialize the first time.</p> <p><strong>Also on Win2008 as a service I had to</strong></p> <ul> <li><code>/conf/wrapper.conf</code></li> </ul> <p>add <code>wrapper.java.additional.3=-Djava.io.tmpdir=../../temp/</code></p> <p>since access was denied to <code>C:\Windows\system32\config\systemprofile\AppData\Local\Temp</code> - <a href="http://jira.codehaus.org/browse/SONAR-2660" rel="nofollow noreferrer">reference</a></p> <hr> <p>then I could finally see the website on localhost:9000</p> <p>Lots of hoops after that for sonar-runner, and gallio</p> <p><a href="https://stackoverflow.com/questions/4791051/sonar-installation-problem">related question</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload