|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hi all,
yesterday I upgraded from sonar 1.10.1 to 1.11 , and now the 2 pages "clouds" and "hotspots" can't be loaded : it displays 'loading...' , see the attached screenshot for details about the issue. I wait several hours and it never displays the page. I tried with FF and IE. I have tried to removed the FF cache. -> samething I have obviously run a new sonar analysis after the upgrade and tried to restart the server to check if it solves my issue ... There are no error in the logs... more information about my configuration : * oracle * currently only one project using <sonar.dynamicAnalysis>false</sonar.dynamicAnalysis> (ie no test reports) * there are more than 150 components (it's RCP project built with ant pde , and i am running sonar on an uniq source folder after having moved all components sources in the same folder) * 58 000 LOC * with sonar 1.10.1 , these pages were well displayed : it was first displaying 'loading' then it was displaying the appropriate reports. * when I click on details for a category in hotspots with sonar 1.11 , the appropriate page is quickly displayed -> attached a screenshot for hotspots (samething for clouds) ![]() Regards, Jean-Michel |
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hello Jean-Michel,
Even if there are no errors in the log, could you please send its content ? Thanks Olivier On Tue, Oct 13, 2009 at 10:08 AM, jm06600 <arnaud.jm@gmail.com> wrote:
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hi ,
sure , this is the content of sonar.log (last restart) : sonar.log additional comment : first time I tried to start sonar 1.11 after the upgrade, I forgot to move the oracle jdbc driver (but I am pretty sure it's not related to this issue) thx Jean-Michel
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hello Jean-Michel,
From what you are saying, I guess you do not have issues to view the source code... If my assumption is correct, it is not an issue with GWT. Could be an issue with memory, could you try the following optimizations ? http://docs.codehaus.org/display/SONAR/Performances Olivier On Wed, Oct 14, 2009 at 10:33 AM, jm06600 <arnaud.jm@gmail.com> wrote:
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hi Olivier ,
I increased wrapper.java.initmemory and wrapper.java.maxmemory to 2048 Mb (option -server was already set) => Still the same issue. I also tried with 3072 : still loading :( Note : * with sonar 1.10.1 i was using only initmemory=256 and maxmemory=512 and it was working fine. -JM
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hi Jean-Michel,
Could you try to use the Firefox Tamper data plugin [1] to see which REST calls are made to the Sonar server API when calling the Hotspots service and status of those calls ? Thanks a lot for your help Freddy [1] - https://addons.mozilla.org/en-US/firefox/addon/966 On Thu, Oct 15, 2009 at 2:57 PM, jm06600 <arnaud.jm@gmail.com> wrote:
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)ok , this is done .
I prefer give you the screenshots to make sure you have everything : screenshot 1 : I have removed my FireFox cache and clicked on the hotspots link : ![]() screenshot 2 : I have reclicked on the link without having removed the cache : ![]() Does it help you or do you want I give you the details of a given request ? -JM
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Thanks, could you directly call one or two API urls to see what is returned by Sonar ?
For instance http://localhost:9000/api/resources?resource=10000&metrics=function_complexity&scopes=FIL&depth=-1&limit=5&format=json&callback=callback5 If you could check the seven API urls, it would be great. Freddy On Thu, Oct 15, 2009 at 5:34 PM, jm06600 <arnaud.jm@gmail.com> wrote:
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)I 've called the 8 links in my firefox browser :
each time It asks me to download a application/json file called resources For instance with url : http://XXXX:9000/api/resources?resource=10000&metrics=function_complexity&scopes=FIL&depth=-1&limit=5&format=json&callback=callback5 I get this file (I manually add the .txt extension) : resources.txt A second instance : http://XXXXX:9000/api/resources?resource=10000&metrics=public_undocumented_api&scopes=FIL&depth=-1&limit=5&format=json&callback=callback7 -> resources.2.txt -JM
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Thanks Jean-Michel,
Looks like this issue comes from the date format returned by the Sonar web service. We're currently investigating this issue. Freddy On Thu, Oct 15, 2009 at 7:06 PM, jm06600 <arnaud.jm@gmail.com> wrote:
|
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hello Jean-Michel,
FYI, this issue is fixed with Sonar 1.11.1. Freddy On Fri, Oct 16, 2009 at 2:00 PM, Freddy Mallet <freddy.mallet@...> wrote: Thanks Jean-Michel, |
|
|
Re: hotspots and clouds can't be loaded (still loading) (sonar 1.11)Hi Freddy ,
Great , I have just upgraded to sonar 1.11.1 and after having removed my cache , I confirm that I can see Clouds and Hotspots pages. ![]() Thank you Jean-Michel
|
| Free embeddable forum powered by Nabble | Forum Help |