prabalpratap123 / radar-netbeans

Automatically exported from code.google.com/p/radar-netbeans
0 stars 0 forks source link

Problem to run "Get Issues with Sonar Runner" #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When running "Get Issues with Sonar Runner" the execpetion is released:

java.lang.NullPointerException
    at qubexplorer.runner.SonarRunnerProccess.createForProject(SonarRunnerProccess.java:126)
    at qubexplorer.runner.SonarRunnerProccess.executeRunner(SonarRunnerProccess.java:197)
    at qubexplorer.ui.SonarRunnerTask.execute(SonarRunnerTask.java:92)
    at qubexplorer.ui.SonarRunnerTask.execute(SonarRunnerTask.java:30)
    at qubexplorer.ui.task.TaskExecutor$TaskWorker.doInBackground(TaskExecutor.java:60)
    at javax.swing.SwingWorker$1.call(SwingWorker.java:296)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at javax.swing.SwingWorker.run(SwingWorker.java:335)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[catch] at java.lang.Thread.run(Thread.java:724)

Original issue reported on code.google.com by sergiova...@gmail.com on 8 May 2015 at 2:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
What physical path of the sonar-runner?

Original comment by sergiova...@gmail.com on 8 May 2015 at 2:44

GoogleCodeExporter commented 8 years ago
This issue is related to issue 34.

Fixed in 2.3.1

Original comment by hmvic...@gmail.com on 7 Jun 2015 at 5:42