<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-30151</id>
	<title>Nabble - Sonar user</title>
	<updated>2009-11-08T06:33:24Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Sonar-user-f30151.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-user-f30151.html" />
	<subtitle type="html">SONAR is an open source software quality management tool, dedicated to continuously analyze and measure source code quality. Using SONAR throughout the whole development project life cycle drastically improves visibility for every stakeholder. This gained visibility allows to manage risks, reduce maintenance costs and improve agility by implementing a real quality first approach. Teams can now seamlessly embrace quality with fun.&lt;br /&gt;&lt;br /&gt;
Visit &lt;a href=&quot;http://sonar.codehaus.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sonar.codehaus.org&lt;/a&gt; for more details.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26254283</id>
	<title>Re: Problems building war</title>
	<published>2009-11-08T06:33:24Z</published>
	<updated>2009-11-08T06:33:24Z</updated>
	<author>
		<name>Freddy Mallet</name>
	</author>
	<content type="html">Hi John,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;That&amp;#39;s clearly a good idea, I&amp;#39;ve created ticket &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1261&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SONAR-1261&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks&lt;/div&gt;
&lt;div&gt;Freddy&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 6:15 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Removing the ANT_HOME environment variable did the trick. I didn&amp;#39;t even think about it since build-war.bat is calling ant in the internal ant 1.7 distribution. The ant.bat however looks for the ANT_HOME environment variable, which was pointing my 1.6.5 distribution. So the bundled ant 1.7 is only used if you don&amp;#39;t have ANT_HOME defined (or it&amp;#39;s already pointing at 1.7+ distribution). I modified the build-war script to force use of the bundled ant and it seems to work:&lt;div&gt;


&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ORIG_ANT_HOME=%ANT_HOME%&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ANT_HOME=%CD%\apache-ant-1.7.0&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;call apache-ant-1.7.0\bin\ant&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ANT_HOME=%ORIG_ANT_HOME%&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ORIG_ANT_HOME=&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 10:17 AM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;

Hello John,&lt;br&gt;&lt;br&gt;I would expect you need ant 1.7+.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 5:02 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;



Same result. I tried it again without adding any plugins or changing any configuration - same result. I do have Ant 1.6.5 installed on the machine but sonar appears to be using it&amp;#39;s own local version. I&amp;#39;ll try removing ant from the system path (WinXP if it matters) to see if that makes any difference.&lt;div&gt;



&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 2:40 AM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;




Hello John,&lt;br&gt;&lt;br&gt;Looks very strange. Can you start from scratch ? Unzip the 1.11.1 in a fresh directory, copy any plugin / extension you need, copy your sonar.property and run the command again.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;




Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 3:51 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;





Hello. I&amp;#39;m having trouble building the WAR for Sonar 1.11.1 though this has been an issue for me since 1.10. My java version is 1.6.0_11 although I don&amp;#39;t think that&amp;#39;s necessarily related to this issue.&lt;br clear=&quot;all&quot;&gt;






&lt;br&gt;&lt;div&gt;The output of the build-war script is:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Buildfile: build.xml&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;clean:&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;war:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1518 files to C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;






&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\data&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 24 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\lib&lt;/font&gt;&lt;/div&gt;






&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 27 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copied 9 empty directories to 1 empty directory under C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;






&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;






&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;BUILD FAILED&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;C:\sonar-1.11.1\war\build.xml:38: webxml attribute is required&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Total time: 1 minute 28 seconds&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Line 38 is &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;. If I change it to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;, then the build finishes successfully, but I have the following messages:&lt;/div&gt;






&lt;div&gt;&lt;div&gt;      &lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Warning: selected war files include a WEB-INF/web.xml which will be&lt;/font&gt;&lt;/div&gt;






&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;ignored (please use webxml attribute to war task)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [echo] sonar.war is built.&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If I deploy the WAR, it works just fine despite the warning. Changing line 38 to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;build\sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; yields the same result. Changing it to &lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; gives me the error &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Deployment descriptor: C:\sonar-1.11.1\war\WEB-INF\web.xml does not exist.&lt;/font&gt;&amp;quot;, which it doesn&amp;#39;t - I was just covering the bases.&lt;/div&gt;






&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Has anyone else seen this? I found 0 results on the mail archives and JIRA for anything containing &amp;quot;webxml&amp;quot;. Unless I&amp;#39;m missing something, it seems like a trivial fix.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;






-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;-- &lt;br&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;-- &lt;br&gt;&lt;div class=&quot;im&quot;&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254283&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-building-war-tp26216268p26254283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26235484</id>
	<title>Re: Problems building war</title>
	<published>2009-11-06T09:15:03Z</published>
	<updated>2009-11-06T09:15:03Z</updated>
	<author>
		<name>John Klingler-2</name>
	</author>
	<content type="html">Removing the ANT_HOME environment variable did the trick. I didn&amp;#39;t even think about it since build-war.bat is calling ant in the internal ant 1.7 distribution. The ant.bat however looks for the ANT_HOME environment variable, which was pointing my 1.6.5 distribution. So the bundled ant 1.7 is only used if you don&amp;#39;t have ANT_HOME defined (or it&amp;#39;s already pointing at 1.7+ distribution). I modified the build-war script to force use of the bundled ant and it seems to work:&lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ORIG_ANT_HOME=%ANT_HOME%&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ANT_HOME=%CD%\apache-ant-1.7.0&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;call apache-ant-1.7.0\bin\ant&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ANT_HOME=%ORIG_ANT_HOME%&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;set ORIG_ANT_HOME=&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 10:17 AM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;

Hello John,&lt;br&gt;&lt;br&gt;I would expect you need ant 1.7+.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 5:02 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;


Same result. I tried it again without adding any plugins or changing any configuration - same result. I do have Ant 1.6.5 installed on the machine but sonar appears to be using it&amp;#39;s own local version. I&amp;#39;ll try removing ant from the system path (WinXP if it matters) to see if that makes any difference.&lt;div&gt;


&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 2:40 AM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;



Hello John,&lt;br&gt;&lt;br&gt;Looks very strange. Can you start from scratch ? Unzip the 1.11.1 in a fresh directory, copy any plugin / extension you need, copy your sonar.property and run the command again.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;



Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 3:51 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;




Hello. I&amp;#39;m having trouble building the WAR for Sonar 1.11.1 though this has been an issue for me since 1.10. My java version is 1.6.0_11 although I don&amp;#39;t think that&amp;#39;s necessarily related to this issue.&lt;br clear=&quot;all&quot;&gt;





&lt;br&gt;&lt;div&gt;The output of the build-war script is:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Buildfile: build.xml&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;clean:&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;war:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1518 files to C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;





&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\data&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 24 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\lib&lt;/font&gt;&lt;/div&gt;





&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 27 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copied 9 empty directories to 1 empty directory under C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;





&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;





&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;BUILD FAILED&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;C:\sonar-1.11.1\war\build.xml:38: webxml attribute is required&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Total time: 1 minute 28 seconds&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Line 38 is &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;. If I change it to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;, then the build finishes successfully, but I have the following messages:&lt;/div&gt;





&lt;div&gt;&lt;div&gt;      &lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Warning: selected war files include a WEB-INF/web.xml which will be&lt;/font&gt;&lt;/div&gt;





&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;ignored (please use webxml attribute to war task)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [echo] sonar.war is built.&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If I deploy the WAR, it works just fine despite the warning. Changing line 38 to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;build\sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; yields the same result. Changing it to &lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; gives me the error &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Deployment descriptor: C:\sonar-1.11.1\war\WEB-INF\web.xml does not exist.&lt;/font&gt;&amp;quot;, which it doesn&amp;#39;t - I was just covering the bases.&lt;/div&gt;





&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Has anyone else seen this? I found 0 results on the mail archives and JIRA for anything containing &amp;quot;webxml&amp;quot;. Unless I&amp;#39;m missing something, it seems like a trivial fix.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;





-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;-- &lt;br&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26235484&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-building-war-tp26216268p26235484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234657</id>
	<title>Re: clouds, hotspot, violations not displaying/IndexOutOfBoundsException  in GWT</title>
	<published>2009-11-06T08:19:52Z</published>
	<updated>2009-11-06T08:19:52Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Cool. Thanks for creating the ticket.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 4:52 PM, Doug Douglass &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234657&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglass.doug@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;Thanks Olivier! Your diagnosis of both problems was spot on.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;One of the effected projects was not a maven multi-project, so not effected by &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1118&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SONAR-1118&lt;/a&gt;. Running a new, trunk analysis fixed that project. For the other, multi-module project, running the analysis after a separate mvn clean package fixed that one.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Created &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1260&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SONAR-1260&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Thu, Nov 5, 2009 at 1:27 PM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234657&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hello Doug,&lt;br&gt;&lt;br&gt;Let&amp;#39;s try the initial problem first. I don&amp;#39;t think that you hit the problem described in [1] as this problem occurred after an upgrade in 1.11 and did not exist in 1.10. I think you have found a bug that occurs on Clouds and Hotspots after running a project with projectDate parameter. What I would recommend is that after the analysis with &amp;quot;projectDate&amp;quot;, to run a &amp;quot;normal&amp;quot; analysis and make sure everything goes back to normal. If that is the case, can I then ask you to file an issue in Jira ?&lt;br&gt;


&lt;br&gt;On the second issue, the most important thing is to be able to run the first analysis as it will put many things squared. Could you have a look at 
                    &lt;b&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1118&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SONAR-1118&lt;/a&gt;&lt;/b&gt;, it looks similar to your issue... There is a work around in it. If that is not ok, can you give some more information (log file, special config) or ideally send a sample project to reproduce the issue ?&lt;br clear=&quot;all&quot;&gt;

&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 5:33 PM, Doug Douglass &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234657&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglass.doug@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;


Yesterday, after analyzing some older code snapshots (using -Dsonar.projectVersion=... -Dsonar.projectDate=...) with sonar 1.10.1, the clouds, hotspots and violations drilldown stopped displaying for the analyzed projects. These features continue to work correctly for other projects.&lt;div&gt;



&lt;br&gt;&lt;/div&gt;&lt;div&gt;A quick check of the browser javascript console (Chrome and FF+Firebug) when forcing a refresh of the clouds shows:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;&lt;span&gt;uncaught exception: java.lang.IndexOutOfBoundsException /sonar/deploy/gwt/org.sonar.plugins.core.clouds.GwtClouds/3117E30EE95648FD75D9A24B2E376C75.cache.html:599&amp;quot;&lt;/span&gt;&lt;br&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I searched around and found this thread[1] and decided to upgrade in hope this problem may have already been fixed.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade went smoothly and we&amp;#39;re now running sonar 1.11.1 but all the same problems exist for the effected projects. Note, I haven&amp;#39;t yet been able to run an analysis due to a NPE during maven execution. I suspect this is a result of the same problem with the clouds and hotspots.&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Returning to the email thread[1], I upped the servers maxmemory to 1024, restarted, and tried calling some of the REST apis directly from FF. The first service call[2] for one of the effected projects results in a &amp;quot;resources.php&amp;quot; file containing only &amp;quot;callback5([]);&amp;quot; -- the sonar.log contains no errors for this request. Repeating the service call for an unaffected project returns callback5 with a whole bunch more JSON content.&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Also, after the upgrade, one of the projects is displayed 3 times in the sonar project list where it used to only be displayed once. Each project has a different index, as shown in the url, and appear to be separated by time. The most recent of these projects contains all the events (versions) of the other 2 -- not sure if this is related at all.&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade docs[3] mention a purge process that triggers after each analysis. Is there a way to trigger this manually (e.g, SQL)?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Other info that may be relavant:&lt;/div&gt;&lt;div&gt; &lt;/div&gt;



&lt;div&gt; * using postgres 8.3.8&lt;/div&gt;&lt;div&gt; * CentOS 5.3&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any help is appreciated.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;TIA,&lt;/div&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[1] &lt;a href=&quot;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&lt;/a&gt;&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[2] &lt;a href=&quot;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&lt;/a&gt;&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[3] &lt;a href=&quot;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;



&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/clouds%2C-hotspot%2C-violations-not-displaying-IndexOutOfBoundsException--in-GWT-tp26217990p26234657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234616</id>
	<title>Re: Problems building war</title>
	<published>2009-11-06T08:17:11Z</published>
	<updated>2009-11-06T08:17:11Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Hello John,&lt;br&gt;&lt;br&gt;I would expect you need ant 1.7+.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 5:02 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Same result. I tried it again without adding any plugins or changing any configuration - same result. I do have Ant 1.6.5 installed on the machine but sonar appears to be using it&amp;#39;s own local version. I&amp;#39;ll try removing ant from the system path (WinXP if it matters) to see if that makes any difference.&lt;div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 2:40 AM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hello John,&lt;br&gt;&lt;br&gt;Looks very strange. Can you start from scratch ? Unzip the 1.11.1 in a fresh directory, copy any plugin / extension you need, copy your sonar.property and run the command again.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;

Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 3:51 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234616&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;


Hello. I&amp;#39;m having trouble building the WAR for Sonar 1.11.1 though this has been an issue for me since 1.10. My java version is 1.6.0_11 although I don&amp;#39;t think that&amp;#39;s necessarily related to this issue.&lt;br clear=&quot;all&quot;&gt;



&lt;br&gt;&lt;div&gt;The output of the build-war script is:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Buildfile: build.xml&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;clean:&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;war:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1518 files to C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;



&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\data&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 24 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\lib&lt;/font&gt;&lt;/div&gt;



&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 27 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copied 9 empty directories to 1 empty directory under C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;



&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;



&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;BUILD FAILED&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;C:\sonar-1.11.1\war\build.xml:38: webxml attribute is required&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Total time: 1 minute 28 seconds&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Line 38 is &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;. If I change it to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;, then the build finishes successfully, but I have the following messages:&lt;/div&gt;



&lt;div&gt;&lt;div&gt;      &lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Warning: selected war files include a WEB-INF/web.xml which will be&lt;/font&gt;&lt;/div&gt;



&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;ignored (please use webxml attribute to war task)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [echo] sonar.war is built.&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If I deploy the WAR, it works just fine despite the warning. Changing line 38 to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;build\sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; yields the same result. Changing it to &lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; gives me the error &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Deployment descriptor: C:\sonar-1.11.1\war\WEB-INF\web.xml does not exist.&lt;/font&gt;&amp;quot;, which it doesn&amp;#39;t - I was just covering the bases.&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Has anyone else seen this? I found 0 results on the mail archives and JIRA for anything containing &amp;quot;webxml&amp;quot;. Unless I&amp;#39;m missing something, it seems like a trivial fix.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;



-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234616&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;-- &lt;br&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234616&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-building-war-tp26216268p26234616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234401</id>
	<title>Re: Problems building war</title>
	<published>2009-11-06T08:02:33Z</published>
	<updated>2009-11-06T08:02:33Z</updated>
	<author>
		<name>John Klingler-2</name>
	</author>
	<content type="html">Same result. I tried it again without adding any plugins or changing any configuration - same result. I do have Ant 1.6.5 installed on the machine but sonar appears to be using it&amp;#39;s own local version. I&amp;#39;ll try removing ant from the system path (WinXP if it matters) to see if that makes any difference.&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 2:40 AM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Hello John,&lt;br&gt;&lt;br&gt;Looks very strange. Can you start from scratch ? Unzip the 1.11.1 in a fresh directory, copy any plugin / extension you need, copy your sonar.property and run the command again.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 3:51 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234401&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;

Hello. I&amp;#39;m having trouble building the WAR for Sonar 1.11.1 though this has been an issue for me since 1.10. My java version is 1.6.0_11 although I don&amp;#39;t think that&amp;#39;s necessarily related to this issue.&lt;br clear=&quot;all&quot;&gt;


&lt;br&gt;&lt;div&gt;The output of the build-war script is:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Buildfile: build.xml&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;clean:&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;war:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1518 files to C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;


&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\data&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 24 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\lib&lt;/font&gt;&lt;/div&gt;


&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 27 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copied 9 empty directories to 1 empty directory under C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;


&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;


&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;BUILD FAILED&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;C:\sonar-1.11.1\war\build.xml:38: webxml attribute is required&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Total time: 1 minute 28 seconds&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Line 38 is &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;. If I change it to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;, then the build finishes successfully, but I have the following messages:&lt;/div&gt;


&lt;div&gt;&lt;div&gt;      &lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Warning: selected war files include a WEB-INF/web.xml which will be&lt;/font&gt;&lt;/div&gt;


&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;ignored (please use webxml attribute to war task)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [echo] sonar.war is built.&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If I deploy the WAR, it works just fine despite the warning. Changing line 38 to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;build\sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; yields the same result. Changing it to &lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; gives me the error &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Deployment descriptor: C:\sonar-1.11.1\war\WEB-INF\web.xml does not exist.&lt;/font&gt;&amp;quot;, which it doesn&amp;#39;t - I was just covering the bases.&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Has anyone else seen this? I found 0 results on the mail archives and JIRA for anything containing &amp;quot;webxml&amp;quot;. Unless I&amp;#39;m missing something, it seems like a trivial fix.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;


-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234401&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234401&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-building-war-tp26216268p26234401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234266</id>
	<title>Re: clouds, hotspot, violations not displaying/IndexOutOfBoundsException  in GWT</title>
	<published>2009-11-06T07:52:22Z</published>
	<updated>2009-11-06T07:52:22Z</updated>
	<author>
		<name>Doug Douglass-2</name>
	</author>
	<content type="html">&lt;div&gt;Thanks Olivier! Your diagnosis of both problems was spot on.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;One of the effected projects was not a maven multi-project, so not effected by &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1118&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SONAR-1118&lt;/a&gt;. Running a new, trunk analysis fixed that project. For the other, multi-module project, running the analysis after a separate mvn clean package fixed that one.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Created &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1260&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SONAR-1260&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 1:27 PM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234266&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hello Doug,&lt;br&gt;&lt;br&gt;Let&amp;#39;s try the initial problem first. I don&amp;#39;t think that you hit the problem described in [1] as this problem occurred after an upgrade in 1.11 and did not exist in 1.10. I think you have found a bug that occurs on Clouds and Hotspots after running a project with projectDate parameter. What I would recommend is that after the analysis with &amp;quot;projectDate&amp;quot;, to run a &amp;quot;normal&amp;quot; analysis and make sure everything goes back to normal. If that is the case, can I then ask you to file an issue in Jira ?&lt;br&gt;

&lt;br&gt;On the second issue, the most important thing is to be able to run the first analysis as it will put many things squared. Could you have a look at 
                    &lt;b&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1118&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SONAR-1118&lt;/a&gt;&lt;/b&gt;, it looks similar to your issue... There is a work around in it. If that is not ok, can you give some more information (log file, special config) or ideally send a sample project to reproduce the issue ?&lt;br clear=&quot;all&quot;&gt;
&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 5:33 PM, Doug Douglass &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234266&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglass.doug@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;

Yesterday, after analyzing some older code snapshots (using -Dsonar.projectVersion=... -Dsonar.projectDate=...) with sonar 1.10.1, the clouds, hotspots and violations drilldown stopped displaying for the analyzed projects. These features continue to work correctly for other projects.&lt;div&gt;


&lt;br&gt;&lt;/div&gt;&lt;div&gt;A quick check of the browser javascript console (Chrome and FF+Firebug) when forcing a refresh of the clouds shows:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;&lt;span&gt;uncaught exception: java.lang.IndexOutOfBoundsException /sonar/deploy/gwt/org.sonar.plugins.core.clouds.GwtClouds/3117E30EE95648FD75D9A24B2E376C75.cache.html:599&amp;quot;&lt;/span&gt;&lt;br&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I searched around and found this thread[1] and decided to upgrade in hope this problem may have already been fixed.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade went smoothly and we&amp;#39;re now running sonar 1.11.1 but all the same problems exist for the effected projects. Note, I haven&amp;#39;t yet been able to run an analysis due to a NPE during maven execution. I suspect this is a result of the same problem with the clouds and hotspots.&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Returning to the email thread[1], I upped the servers maxmemory to 1024, restarted, and tried calling some of the REST apis directly from FF. The first service call[2] for one of the effected projects results in a &amp;quot;resources.php&amp;quot; file containing only &amp;quot;callback5([]);&amp;quot; -- the sonar.log contains no errors for this request. Repeating the service call for an unaffected project returns callback5 with a whole bunch more JSON content.&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Also, after the upgrade, one of the projects is displayed 3 times in the sonar project list where it used to only be displayed once. Each project has a different index, as shown in the url, and appear to be separated by time. The most recent of these projects contains all the events (versions) of the other 2 -- not sure if this is related at all.&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade docs[3] mention a purge process that triggers after each analysis. Is there a way to trigger this manually (e.g, SQL)?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Other info that may be relavant:&lt;/div&gt;&lt;div&gt; &lt;/div&gt;


&lt;div&gt; * using postgres 8.3.8&lt;/div&gt;&lt;div&gt; * CentOS 5.3&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any help is appreciated.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;TIA,&lt;/div&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[1] &lt;a href=&quot;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&lt;/a&gt;&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[2] &lt;a href=&quot;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&lt;/a&gt;&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[3] &lt;a href=&quot;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/clouds%2C-hotspot%2C-violations-not-displaying-IndexOutOfBoundsException--in-GWT-tp26217990p26234266.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228512</id>
	<title>Re: Problems building war</title>
	<published>2009-11-06T00:40:56Z</published>
	<updated>2009-11-06T00:40:56Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Hello John,&lt;br&gt;&lt;br&gt;Looks very strange. Can you start from scratch ? Unzip the 1.11.1 in a fresh directory, copy any plugin / extension you need, copy your sonar.property and run the command again.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 3:51 PM, John Klingler &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello. I&amp;#39;m having trouble building the WAR for Sonar 1.11.1 though this has been an issue for me since 1.10. My java version is 1.6.0_11 although I don&amp;#39;t think that&amp;#39;s necessarily related to this issue.&lt;br clear=&quot;all&quot;&gt;

&lt;br&gt;&lt;div&gt;The output of the build-war script is:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Buildfile: build.xml&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;clean:&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;war:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1518 files to C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;

&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\data&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 24 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\lib&lt;/font&gt;&lt;/div&gt;

&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 27 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copied 9 empty directories to 1 empty directory under C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;

&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;

&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;BUILD FAILED&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;C:\sonar-1.11.1\war\build.xml:38: webxml attribute is required&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Total time: 1 minute 28 seconds&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Line 38 is &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;. If I change it to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;, then the build finishes successfully, but I have the following messages:&lt;/div&gt;

&lt;div&gt;&lt;div&gt;      &lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Warning: selected war files include a WEB-INF/web.xml which will be&lt;/font&gt;&lt;/div&gt;

&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;ignored (please use webxml attribute to war task)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [echo] sonar.war is built.&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If I deploy the WAR, it works just fine despite the warning. Changing line 38 to &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;build\sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; yields the same result. Changing it to &lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; gives me the error &amp;quot;&lt;font face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Deployment descriptor: C:\sonar-1.11.1\war\WEB-INF\web.xml does not exist.&lt;/font&gt;&amp;quot;, which it doesn&amp;#39;t - I was just covering the bases.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Has anyone else seen this? I found 0 results on the mail archives and JIRA for anything containing &amp;quot;webxml&amp;quot;. Unless I&amp;#39;m missing something, it seems like a trivial fix.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;

-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228512&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-building-war-tp26216268p26228512.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26221683</id>
	<title>Re: clouds, hotspot, violations not displaying/IndexOutOfBoundsException  in GWT</title>
	<published>2009-11-05T12:27:09Z</published>
	<updated>2009-11-05T12:27:09Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Hello Doug,&lt;br&gt;&lt;br&gt;Let&amp;#39;s try the initial problem first. I don&amp;#39;t think that you hit the problem described in [1] as this problem occurred after an upgrade in 1.11 and did not exist in 1.10. I think you have found a bug that occurs on Clouds and Hotspots after running a project with projectDate parameter. What I would recommend is that after the analysis with &amp;quot;projectDate&amp;quot;, to run a &amp;quot;normal&amp;quot; analysis and make sure everything goes back to normal. If that is the case, can I then ask you to file an issue in Jira ?&lt;br&gt;
&lt;br&gt;On the second issue, the most important thing is to be able to run the first analysis as it will put many things squared. Could you have a look at 
                    &lt;b&gt;&lt;a id=&quot;issue_key_SONAR-1118&quot; href=&quot;http://jira.codehaus.org/browse/SONAR-1118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SONAR-1118&lt;/a&gt;&lt;/b&gt;, it looks similar to your issue... There is a work around in it. If that is not ok, can you give some more information (log file, special config) or ideally send a sample project to reproduce the issue ?&lt;br clear=&quot;all&quot;&gt;
&lt;br&gt;Olivier&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 5, 2009 at 5:33 PM, Doug Douglass &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26221683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglass.doug@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Yesterday, after analyzing some older code snapshots (using -Dsonar.projectVersion=... -Dsonar.projectDate=...) with sonar 1.10.1, the clouds, hotspots and violations drilldown stopped displaying for the analyzed projects. These features continue to work correctly for other projects.&lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;A quick check of the browser javascript console (Chrome and FF+Firebug) when forcing a refresh of the clouds shows:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;&lt;span&gt;uncaught exception: java.lang.IndexOutOfBoundsException /sonar/deploy/gwt/org.sonar.plugins.core.clouds.GwtClouds/3117E30EE95648FD75D9A24B2E376C75.cache.html:599&amp;quot;&lt;/span&gt;&lt;br&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I searched around and found this thread[1] and decided to upgrade in hope this problem may have already been fixed.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade went smoothly and we&amp;#39;re now running sonar 1.11.1 but all the same problems exist for the effected projects. Note, I haven&amp;#39;t yet been able to run an analysis due to a NPE during maven execution. I suspect this is a result of the same problem with the clouds and hotspots.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Returning to the email thread[1], I upped the servers maxmemory to 1024, restarted, and tried calling some of the REST apis directly from FF. The first service call[2] for one of the effected projects results in a &amp;quot;resources.php&amp;quot; file containing only &amp;quot;callback5([]);&amp;quot; -- the sonar.log contains no errors for this request. Repeating the service call for an unaffected project returns callback5 with a whole bunch more JSON content.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Also, after the upgrade, one of the projects is displayed 3 times in the sonar project list where it used to only be displayed once. Each project has a different index, as shown in the url, and appear to be separated by time. The most recent of these projects contains all the events (versions) of the other 2 -- not sure if this is related at all.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade docs[3] mention a purge process that triggers after each analysis. Is there a way to trigger this manually (e.g, SQL)?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Other info that may be relavant:&lt;/div&gt;&lt;div&gt; &lt;/div&gt;

&lt;div&gt; * using postgres 8.3.8&lt;/div&gt;&lt;div&gt; * CentOS 5.3&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any help is appreciated.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;TIA,&lt;/div&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[1] &lt;a href=&quot;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[2] &lt;a href=&quot;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[3] &lt;a href=&quot;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/clouds%2C-hotspot%2C-violations-not-displaying-IndexOutOfBoundsException--in-GWT-tp26217990p26221683.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26217990</id>
	<title>clouds, hotspot, violations not displaying/IndexOutOfBoundsException  in GWT</title>
	<published>2009-11-05T08:33:32Z</published>
	<updated>2009-11-05T08:33:32Z</updated>
	<author>
		<name>Doug Douglass-2</name>
	</author>
	<content type="html">Yesterday, after analyzing some older code snapshots (using -Dsonar.projectVersion=... -Dsonar.projectDate=...) with sonar 1.10.1, the clouds, hotspots and violations drilldown stopped displaying for the analyzed projects. These features continue to work correctly for other projects.&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;A quick check of the browser javascript console (Chrome and FF+Firebug) when forcing a refresh of the clouds shows:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;&lt;span class=&quot;objectBox objectBox-errorMessage  opened&quot;&gt;uncaught exception: java.lang.IndexOutOfBoundsException /sonar/deploy/gwt/org.sonar.plugins.core.clouds.GwtClouds/3117E30EE95648FD75D9A24B2E376C75.cache.html:599&amp;quot;&lt;/span&gt;&lt;br&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I searched around and found this thread[1] and decided to upgrade in hope this problem may have already been fixed.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade went smoothly and we&amp;#39;re now running sonar 1.11.1 but all the same problems exist for the effected projects. Note, I haven&amp;#39;t yet been able to run an analysis due to a NPE during maven execution. I suspect this is a result of the same problem with the clouds and hotspots.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Returning to the email thread[1], I upped the servers maxmemory to 1024, restarted, and tried calling some of the REST apis directly from FF. The first service call[2] for one of the effected projects results in a &amp;quot;resources.php&amp;quot; file containing only &amp;quot;callback5([]);&amp;quot; -- the sonar.log contains no errors for this request. Repeating the service call for an unaffected project returns callback5 with a whole bunch more JSON content.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Also, after the upgrade, one of the projects is displayed 3 times in the sonar project list where it used to only be displayed once. Each project has a different index, as shown in the url, and appear to be separated by time. The most recent of these projects contains all the events (versions) of the other 2 -- not sure if this is related at all.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The upgrade docs[3] mention a purge process that triggers after each analysis. Is there a way to trigger this manually (e.g, SQL)?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Other info that may be relavant:&lt;/div&gt;&lt;div&gt; &lt;/div&gt;
&lt;div&gt; * using postgres 8.3.8&lt;/div&gt;&lt;div&gt; * CentOS 5.3&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any help is appreciated.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;TIA,&lt;/div&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[1] &lt;a href=&quot;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/hotspots-and-clouds-can%27t-be-loaded-%28still-loading%29-%28sonar-1.11%29-to25868775.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[2] &lt;a href=&quot;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9000/api/resources?resource=563&amp;amp;metrics=function_complexity&amp;amp;scopes=FIL&amp;amp;depth=-1&amp;amp;limit=5&amp;amp;format=json&amp;amp;callback=callback5&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;[3] &lt;a href=&quot;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.codehaus.org/display/SONAR/Install+Sonar#InstallSonar-Upgradeguide&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/clouds%2C-hotspot%2C-violations-not-displaying-IndexOutOfBoundsException--in-GWT-tp26217990p26217990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26215789</id>
	<title>Sonar view plugin improvement</title>
	<published>2009-11-05T08:16:08Z</published>
	<updated>2009-11-05T08:16:08Z</updated>
	<author>
		<name>fabrice.mercier1</name>
	</author>
	<content type="html">hi
&lt;br&gt;&lt;br&gt;I am testing the view plugin.
&lt;br&gt;It is a good plugin, but it could be improved by adding for each view the number of projects that composed the view.
&lt;br&gt;&lt;br&gt;Easier to do I think !
&lt;br&gt;&lt;br&gt;Fabrice</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-view-plugin-improvement-tp26215789p26215789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26217124</id>
	<title>Re: Re: java.lang.NoClassDefFoundError:  org/apache/maven/model/Reporting with empty local maven repository</title>
	<published>2009-11-05T07:45:59Z</published>
	<updated>2009-11-05T07:45:59Z</updated>
	<author>
		<name>Larry Shatzer, Jr.</name>
	</author>
	<content type="html">On Thu, Nov 5, 2009 at 6:18 AM, Larry Shatzer, Jr. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26217124&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;larrys@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Yes, all my projects exhibit it. I'll see if I can find a simple pom
&lt;br&gt;&amp;gt; that does not have my companies corporate pom in it that experiences
&lt;br&gt;&amp;gt; it. They are fairly simple poms (pretty much just dependencies, and a
&lt;br&gt;&amp;gt; few simple configs, no reporting being run, or other stuff). I planned
&lt;br&gt;&amp;gt; on today trying to remove various things to narrow it down. Such as
&lt;br&gt;&amp;gt; take Nexus out of the equation, and have a simple pom that did not
&lt;br&gt;&amp;gt; have a parent pom, nor any dependencies.
&lt;br&gt;&lt;br&gt;I have eliminated Nexus (at least from having it proxy Sonar for its
&lt;br&gt;plugins) with a &amp;lt;mirrorOf&amp;gt;*,!sonar&amp;lt;/mirrorOf&amp;gt; and adding a mirror with
&lt;br&gt;an id of sonar set to the sonar instance. I saw it download the sonar
&lt;br&gt;stuff from the sonar instance in the output.
&lt;br&gt;&lt;br&gt;While trying something else unrelated, I got this stack trace: (added
&lt;br&gt;a clirr report, and ran a site generation)
&lt;br&gt;&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[ERROR] FATAL ERROR
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] org/apache/maven/artifact/versioning/VersionRange
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Trace
&lt;br&gt;java.lang.NoClassDefFoundError:
&lt;br&gt;org/apache/maven/artifact/versioning/VersionRange
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.mojo.clirr.AbstractClirrMojo.getComparisonArtifact(AbstractClirrMojo.java:408)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.mojo.clirr.AbstractClirrMojo.canGenerate(AbstractClirrMojo.java:577)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.mojo.clirr.ClirrReport.canGenerateReport(ClirrReport.java:342)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.filterReports(AbstractSiteRenderingMojo.java:177)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:81)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
&lt;br&gt;&lt;br&gt;A second run fixed it. It looks like it might not be related to Sonar,
&lt;br&gt;but something else.
&lt;br&gt;&lt;br&gt;I just tried to replicate it on another box, (and various versions of
&lt;br&gt;maven from 2.0.10 up to latest)... On the bamboo box, it always fails,
&lt;br&gt;while the other box it works fine.
&lt;br&gt;&lt;br&gt;Both are running &amp;quot;1.5.0_09&amp;quot; of java (I have replicated this with never
&lt;br&gt;versions of java as well)
&lt;br&gt;&lt;br&gt;Bamboo box is Red Hat Enterprise Linux Server release 5.2 (Tikanga)
&lt;br&gt;&lt;br&gt;The working box is Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
&lt;br&gt;&lt;br&gt;Both are a VM on vmware.
&lt;br&gt;&lt;br&gt;I am puzzled even more now...
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/java.lang.NoClassDefFoundError%3A-org-apache-maven-model-Reporting-with--empty-local-maven-repository-tp25671553p26217124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26216268</id>
	<title>Problems building war</title>
	<published>2009-11-05T06:51:20Z</published>
	<updated>2009-11-05T06:51:20Z</updated>
	<author>
		<name>John Klingler-2</name>
	</author>
	<content type="html">Hello. I&amp;#39;m having trouble building the WAR for Sonar 1.11.1 though this has been an issue for me since 1.10. My java version is 1.6.0_11 although I don&amp;#39;t think that&amp;#39;s necessarily related to this issue.&lt;br clear=&quot;all&quot;&gt;
&lt;br&gt;&lt;div&gt;The output of the build-war script is:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Buildfile: build.xml&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;clean:&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;war:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1518 files to C:\sonar-1.11.1\war\build\sonar-web&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;    [mkdir] Created dir: C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\data&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 24 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\lib&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 27 files to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copied 9 empty directories to 1 empty directory under C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes\extensions&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [copy] Copying 1 file to C:\sonar-1.11.1\war\build\sonar-web\WEB-INF\classes&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;BUILD FAILED&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;C:\sonar-1.11.1\war\build.xml:38: webxml attribute is required&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Total time: 1 minute 28 seconds&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Line 38 is &amp;quot;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;. If I change it to &amp;quot;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot;, then the build finishes successfully, but I have the following messages:&lt;/div&gt;
&lt;div&gt;&lt;div&gt;      &lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Building war: C:\sonar-1.11.1\war\sonar.war&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;      [war] Warning: selected war files include a WEB-INF/web.xml which will be&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;ignored (please use webxml attribute to war task)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;     [echo] sonar.war is built.&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If I deploy the WAR, it works just fine despite the warning. Changing line 38 to &amp;quot;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;build\sonar-web\WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; yields the same result. Changing it to &lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;&amp;quot;&amp;lt;war destfile=&amp;quot;sonar.war&amp;quot; webxml=&amp;quot;WEB-INF\web.xml&amp;quot;&amp;gt;&lt;/font&gt;&amp;quot; gives me the error &amp;quot;&lt;font class=&quot;Apple-style-span&quot; face=&quot;&amp;#39;courier new&amp;#39;, monospace&quot;&gt;Deployment descriptor: C:\sonar-1.11.1\war\WEB-INF\web.xml does not exist.&lt;/font&gt;&amp;quot;, which it doesn&amp;#39;t - I was just covering the bases.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Has anyone else seen this? I found 0 results on the mail archives and JIRA for anything containing &amp;quot;webxml&amp;quot;. Unless I&amp;#39;m missing something, it seems like a trivial fix.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
-- &lt;br&gt;John Klingler&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26216268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfklingler@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-building-war-tp26216268p26216268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26214356</id>
	<title>Re: Re: java.lang.NoClassDefFoundError:  org/apache/maven/model/Reporting with empty local maven repository</title>
	<published>2009-11-05T05:18:21Z</published>
	<updated>2009-11-05T05:18:21Z</updated>
	<author>
		<name>Larry Shatzer, Jr.</name>
	</author>
	<content type="html">Yes, all my projects exhibit it. I'll see if I can find a simple pom
&lt;br&gt;that does not have my companies corporate pom in it that experiences
&lt;br&gt;it. They are fairly simple poms (pretty much just dependencies, and a
&lt;br&gt;few simple configs, no reporting being run, or other stuff). I planned
&lt;br&gt;on today trying to remove various things to narrow it down. Such as
&lt;br&gt;take Nexus out of the equation, and have a simple pom that did not
&lt;br&gt;have a parent pom, nor any dependencies.
&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 5:41 AM, Simon Brandhof &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26214356&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simon.brandhof@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From Benjamin Bentmann point of view, changing the scope of maven
&lt;br&gt;&amp;gt; dependencies does not fix the problem [1]. Moreover I can't reproduce the
&lt;br&gt;&amp;gt; issue with Maven 2.2.0/2.2.1, Java 5/6 and Sonar 1.10/1.11 when setting the
&lt;br&gt;&amp;gt; parameter -Dmaven.repo.local=/path/to/empty/dir
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Larry, do you have the issue on all your projects ? Could you send a sample
&lt;br&gt;&amp;gt; of pom please ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Simon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://jira.codehaus.org/browse/MOJO-1450&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MOJO-1450&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/java.lang.NoClassDefFoundError%3A-org-apache-maven-model-Reporting-with--empty-local-maven-repository-tp25671553p26214356.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213921</id>
	<title>Re: Tomcat error deploying Sonar 1.11.1</title>
	<published>2009-11-05T04:49:45Z</published>
	<updated>2009-11-05T04:49:45Z</updated>
	<author>
		<name>Simon Brandhof-2</name>
	</author>
	<content type="html">I&amp;#39;m afraid it&amp;#39;s not so simple to change the version of xstream directly from the distribution. You&amp;#39;ll have to wait SONAR-1258 [1] to be resolved. It&amp;#39;s planned for release 1.12.&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Simon&lt;br&gt;[1] &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1258&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SONAR-1258&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tomcat-error-deploying-Sonar-1.11.1-tp26030975p26213921.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213812</id>
	<title>Re: Re: java.lang.NoClassDefFoundError:  org/apache/maven/model/Reporting with empty local maven repository</title>
	<published>2009-11-05T04:41:35Z</published>
	<updated>2009-11-05T04:41:35Z</updated>
	<author>
		<name>Simon Brandhof-2</name>
	</author>
	<content type="html">Hi guys,&lt;br&gt;&lt;br&gt;From Benjamin Bentmann point of view, changing the scope of maven dependencies does not fix the problem [1]. Moreover I can&amp;#39;t reproduce the issue with Maven 2.2.0/2.2.1, Java 5/6 and Sonar 1.10/1.11 when setting the parameter -Dmaven.repo.&lt;span class=&quot;il&quot;&gt;local&lt;/span&gt;=/path/to/empty/dir&lt;br&gt;

&lt;br&gt;Larry, do you have the issue on all your projects ? Could you send a sample of pom please ? &lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Simon&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://jira.codehaus.org/browse/MOJO-1450&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MOJO-1450&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/java.lang.NoClassDefFoundError%3A-org-apache-maven-model-Reporting-with--empty-local-maven-repository-tp25671553p26213812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26203707</id>
	<title>Re: Sonar build fails when multiple repositories are  used</title>
	<published>2009-11-04T12:04:27Z</published>
	<updated>2009-11-04T12:04:27Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Excellent ! &lt;br&gt;&lt;br&gt;Thanks for your patience.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 4, 2009 at 6:59 PM, Lars Fischer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26203707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfischer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Olivier Gaudin schrieb:&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
The last one seems to be gone this time. Can you try again cleaning up your local and nexus repo for org/codehaus/mojo first ?&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
I tested again and now I it&amp;#39;s working fine.&lt;br&gt;
&lt;br&gt;
Great... thank you for fixing! :)&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26203707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26201517</id>
	<title>Re: Sonar build fails when multiple repositories are used</title>
	<published>2009-11-04T09:59:23Z</published>
	<updated>2009-11-04T09:59:23Z</updated>
	<author>
		<name>Lars Fischer-6</name>
	</author>
	<content type="html">Olivier Gaudin schrieb:
&lt;br&gt;&amp;gt; The last one seems to be gone this time. Can you try again cleaning up 
&lt;br&gt;&amp;gt; your local and nexus repo for org/codehaus/mojo first ?
&lt;br&gt;&lt;br&gt;I tested again and now I it's working fine.
&lt;br&gt;&lt;br&gt;Great... thank you for fixing! :)
&lt;br&gt;&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26201517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26200350</id>
	<title>Re: Sonar build fails when multiple repositories are  used</title>
	<published>2009-11-04T09:08:43Z</published>
	<updated>2009-11-04T09:08:43Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Hello Lars,&lt;br&gt;&lt;br&gt;The last one seems to be gone this time. Can you try again cleaning up your local and nexus repo for org/codehaus/mojo first ?&lt;br&gt;&lt;br&gt;Thanks you for your help !&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 4, 2009 at 3:31 PM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26200350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Ok, there still seem to be a snapshot left on the sonatype repo. Bear with me.&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 4, 2009 at 10:03 AM, Lars Fischer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26200350&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfischer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hello Olivier,&lt;br&gt;
&lt;br&gt;
Olivier Gaudin schrieb:&lt;div&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Could you give it an other try as I think it should be fixed now.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
I removed all org.codehaus.mojo artefacts from my nexus and the hudson local repository and disabled the &amp;quot;sonatype-snapshot&amp;quot; repository.&lt;br&gt;
&lt;br&gt;
Then I tried to execute sonar without setting the version to 1.0-beta-1. This results in the same error:&lt;br&gt;
&lt;br&gt;
[INFO]-----------------------------------------------------------------------&lt;br&gt;
[INFO] BUILD SUCCESSFUL&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;br&gt;
[INFO] Total time: 29 seconds&lt;br&gt;
[INFO] Finished at: Wed Nov 04 09:38:58 CET 2009&lt;br&gt;
[INFO] Final Memory: 17M/34M&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;br&gt;
channel stopped&lt;br&gt;
ln failed: -1&lt;br&gt;
ln failed: -1&lt;br&gt;
[core] $ /usr/local/tools/hudson/hudson_home/tools/Maven_2_0_9/bin/mvn -e -B -f pom.xml -Dsonar.jdbc.driver=org.apache.derby.jdbc.ClientDriver -Dsonar.jdbc.username=sonar -Dsonar.jdbc.password=sonar -Dsonar.jdbc.url=jdbc:derby://localhost:1527/sonar;create=true -Dsonar.host.url=&lt;a href=&quot;http://localhost:9080/sonar&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9080/sonar&lt;/a&gt; sonar:sonar&lt;br&gt;


+ Error stacktraces are turned on.&lt;br&gt;
[INFO] Scanning for projects...&lt;br&gt;
[INFO] snapshot com.ibykus.apx:parent.osgibundle:1.1.0-SNAPSHOT: checking for updates from public-snapshots&lt;br&gt;
[INFO] snapshot com.ibykus.apx:parent:1.1.0-SNAPSHOT: checking for updates from public-snapshots&lt;br&gt;
[INFO] Searching repository for plugin with prefix: &amp;#39;sonar&amp;#39;.&lt;br&gt;
[INFO] org.codehaus.mojo: checking for updates from public&lt;br&gt;
[INFO] org.codehaus.mojo: checking for updates from public-snapshots&lt;br&gt;
[INFO] org.codehaus.mojo: checking for updates from central&lt;br&gt;
[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for updates from public&lt;br&gt;
[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for updates from public-snapshots&lt;br&gt;
[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for updates from central&lt;br&gt;
[INFO] snapshot org.codehaus.mojo:sonar-maven-plugin:1.0-SNAPSHOT: checking for updates from public-snapshots&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;div&gt;&lt;br&gt;
[ERROR] BUILD ERROR&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;br&gt;
[INFO] Error building POM (may not be this project&amp;#39;s POM).&lt;br&gt;
&lt;br&gt;
Project ID: org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&lt;br&gt;
Reason: Error getting POM for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;


  org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
from the specified remote repositories:&lt;br&gt;&lt;/div&gt;
  public (&lt;a href=&quot;http://slief116:9080/nexus/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://slief116:9080/nexus/content/groups/public&lt;/a&gt;),&lt;br&gt;
  public-snapshots (&lt;a href=&quot;http://slief116:9080/nexus/content/groups/public-snapshots&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://slief116:9080/nexus/content/groups/public-snapshots&lt;/a&gt;)&lt;br&gt;
 for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Using a parent pom with a pluginmanagement setting &amp;lt;version&amp;gt;1.0-beta-1&amp;lt;/version&amp;gt;. Sonar is running fine.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Do you expect an other result?&lt;br&gt;
What do I have to change to test your fix?&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26200350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26197778</id>
	<title>Re: source code in source viewer is out of sync</title>
	<published>2009-11-04T07:00:37Z</published>
	<updated>2009-11-04T07:00:37Z</updated>
	<author>
		<name>anitacita</name>
	</author>
	<content type="html">Yes, I am using version 1.9.2 so that must be the issue. &amp;nbsp;Thanks!
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Freddy Mallet wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi Anita,
&lt;br&gt;&lt;br&gt;Could you confirm that you're not running Sonar 1.11 but a lower version ?
&lt;br&gt;If this is the case, you're facing a purge issue which has been fixed with
&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1085&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SONAR-1085&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Freddy
&lt;br&gt;&lt;br&gt;On Tue, Nov 3, 2009 at 9:32 PM, anitacita &amp;lt;stout_anita@emc.com&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After a code change to address some violations listed in sonar, I
&lt;br&gt;&amp;gt; reanalyzed
&lt;br&gt;&amp;gt; my maven project by:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; mvn clean install -Dtest=false -DfailIfNoTests=false
&lt;br&gt;&amp;gt; mvn sonar:sonar
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, although some of the data shown in Sonar seems to have updated
&lt;br&gt;&amp;gt; (like the total technical debt), the source code in the source/violation
&lt;br&gt;&amp;gt; viewer displays the out of date source from before my change. &amp;nbsp;Is there a
&lt;br&gt;&amp;gt; way to force this to sync up?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BTW, I also tried clearing my browser cache as well as trying another
&lt;br&gt;&amp;gt; browser.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt; Anita
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26163577.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26163577.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Sonar user mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26197778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26197328</id>
	<title>Re: Sonar build fails when multiple repositories are  used</title>
	<published>2009-11-04T06:32:50Z</published>
	<updated>2009-11-04T06:32:50Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Hello Nanditha,&lt;br&gt;&lt;br&gt;Mirrors are not needed at all to run Sonar.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 4, 2009 at 1:40 PM, nandyiyer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26197328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nandussiyer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Can someone explain why are mirrors needed and how can they be helpful in&lt;br&gt;
this situation ?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Nanditha&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
nandyiyer wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hi all ,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I have used mutilple repositories in my pom.xml . As a reason sonar build&lt;br&gt;
&amp;gt; fails for my project .&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The error stack is as shown below ...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; [ERROR] BUILD ERROR&lt;br&gt;
&amp;gt; [INFO]&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; [INFO] Error building POM (may not be this project&amp;#39;s POM).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Project ID: org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Reason: Error getting POM for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from&lt;br&gt;
&amp;gt; the repository: Failed to resolve artifact, possibly due to a repository&lt;br&gt;
&amp;gt; list that is not appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;
&amp;gt;   org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from the specified remote repositories:&lt;br&gt;
&amp;gt;   flexmojos-repository&lt;br&gt;
&amp;gt; (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),&lt;br&gt;
&amp;gt;   central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;  for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; [INFO]&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; [INFO] Trace&lt;br&gt;
&amp;gt; org.apache.maven.lifecycle.LifecycleExecutionException: Error resolving&lt;br&gt;
&amp;gt; version for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39;: Unable to read the&lt;br&gt;
&amp;gt; metadata file for artifact &amp;#39;org.codehaus.mojo:sonar-maven-plugin:pom&amp;#39;:&lt;br&gt;
&amp;gt; Error getting POM for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from the&lt;br&gt;
&amp;gt; repository: Failed to resolve artifact, possibly due to a repository list&lt;br&gt;
&amp;gt; that is not appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;
&amp;gt;   org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from the specified remote repositories:&lt;br&gt;
&amp;gt;   flexmojos-repository&lt;br&gt;
&amp;gt; (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),&lt;br&gt;
&amp;gt;   central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;  for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1549)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:462)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:175)&lt;br&gt;
&amp;gt;       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)&lt;br&gt;
&amp;gt;       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)&lt;br&gt;
&amp;gt;       at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)&lt;br&gt;
&amp;gt;       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br&gt;
&amp;gt;       at java.lang.reflect.Method.invoke(Method.java:597)&lt;br&gt;
&amp;gt;       at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)&lt;br&gt;
&amp;gt;       at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)&lt;br&gt;
&amp;gt;       at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)&lt;br&gt;
&amp;gt;       at org.codehaus.classworlds.Launcher.main(Launcher.java:375)&lt;br&gt;
&amp;gt; Caused by:&lt;br&gt;
&amp;gt; org.apache.maven.plugin.version.PluginVersionResolutionException: Error&lt;br&gt;
&amp;gt; resolving version for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39;: Unable to&lt;br&gt;
&amp;gt; read the metadata file for artifact&lt;br&gt;
&amp;gt; &amp;#39;org.codehaus.mojo:sonar-maven-plugin:pom&amp;#39;: Error getting POM for&lt;br&gt;
&amp;gt; &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from the repository: Failed to&lt;br&gt;
&amp;gt; resolve artifact, possibly due to a repository list that is not&lt;br&gt;
&amp;gt; appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;
&amp;gt;   org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from the specified remote repositories:&lt;br&gt;
&amp;gt;   flexmojos-repository&lt;br&gt;
&amp;gt; (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),&lt;br&gt;
&amp;gt;   central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;  for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.plugin.version.DefaultPluginVersionManager.resolveMetaVersion(DefaultPluginVersionManager.java:682)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:187)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:91)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:179)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.plugin.DefaultPluginManager.loadPluginDescriptor(DefaultPluginManager.java:1642)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1540)&lt;br&gt;
&amp;gt;       ... 15 more&lt;br&gt;
&amp;gt; Caused by:&lt;br&gt;
&amp;gt; org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:&lt;br&gt;
&amp;gt; Unable to read the metadata file for artifact&lt;br&gt;
&amp;gt; &amp;#39;org.codehaus.mojo:sonar-maven-plugin:pom&amp;#39;: Error getting POM for&lt;br&gt;
&amp;gt; &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from the repository: Failed to&lt;br&gt;
&amp;gt; resolve artifact, possibly due to a repository list that is not&lt;br&gt;
&amp;gt; appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;
&amp;gt;   org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from the specified remote repositories:&lt;br&gt;
&amp;gt;   flexmojos-repository&lt;br&gt;
&amp;gt; (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),&lt;br&gt;
&amp;gt;   central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;  for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.project.artifact.MavenMetadataSource.retrieve(MavenMetadataSource.java:299)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.plugin.version.DefaultPluginVersionManager.resolveMetaVersion(DefaultPluginVersionManager.java:673)&lt;br&gt;
&amp;gt;       ... 20 more&lt;br&gt;
&amp;gt; Caused by: org.apache.maven.project.ProjectBuildingException: Error&lt;br&gt;
&amp;gt; getting POM for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from the&lt;br&gt;
&amp;gt; repository: Failed to resolve artifact, possibly due to a repository list&lt;br&gt;
&amp;gt; that is not appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;
&amp;gt;   org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from the specified remote repositories:&lt;br&gt;
&amp;gt;   flexmojos-repository&lt;br&gt;
&amp;gt; (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),&lt;br&gt;
&amp;gt;   central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;  for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:592)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)&lt;br&gt;
&amp;gt;       ... 22 more&lt;br&gt;
&amp;gt; Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException:&lt;br&gt;
&amp;gt; Failed to resolve artifact, possibly due to a repository list that is not&lt;br&gt;
&amp;gt; appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;
&amp;gt;   org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from the specified remote repositories:&lt;br&gt;
&amp;gt;   flexmojos-repository&lt;br&gt;
&amp;gt; (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),&lt;br&gt;
&amp;gt;   central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:221)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)&lt;br&gt;
&amp;gt;       ... 24 more&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Can anyone help me regarding this ?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks ,&lt;br&gt;
&amp;gt; Nanditha&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;View this message in context: &lt;a href=&quot;http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26195614.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26195614.html&lt;/a&gt;&lt;br&gt;

&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Sonar user mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26197328.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26197303</id>
	<title>Re: Sonar build fails when multiple repositories are  used</title>
	<published>2009-11-04T06:31:44Z</published>
	<updated>2009-11-04T06:31:44Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Ok, there still seem to be a snapshot left on the sonatype repo. Bear with me.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 4, 2009 at 10:03 AM, Lars Fischer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26197303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfischer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello Olivier,&lt;br&gt;
&lt;br&gt;
Olivier Gaudin schrieb:&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Could you give it an other try as I think it should be fixed now.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
I removed all org.codehaus.mojo artefacts from my nexus and the hudson local repository and disabled the &amp;quot;sonatype-snapshot&amp;quot; repository.&lt;br&gt;
&lt;br&gt;
Then I tried to execute sonar without setting the version to 1.0-beta-1. This results in the same error:&lt;br&gt;
&lt;br&gt;
[INFO]-----------------------------------------------------------------------&lt;br&gt;
[INFO] BUILD SUCCESSFUL&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;br&gt;
[INFO] Total time: 29 seconds&lt;br&gt;
[INFO] Finished at: Wed Nov 04 09:38:58 CET 2009&lt;br&gt;
[INFO] Final Memory: 17M/34M&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;br&gt;
channel stopped&lt;br&gt;
ln failed: -1&lt;br&gt;
ln failed: -1&lt;br&gt;
[core] $ /usr/local/tools/hudson/hudson_home/tools/Maven_2_0_9/bin/mvn -e -B -f pom.xml -Dsonar.jdbc.driver=org.apache.derby.jdbc.ClientDriver -Dsonar.jdbc.username=sonar -Dsonar.jdbc.password=sonar -Dsonar.jdbc.url=jdbc:derby://localhost:1527/sonar;create=true -Dsonar.host.url=&lt;a href=&quot;http://localhost:9080/sonar&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9080/sonar&lt;/a&gt; sonar:sonar&lt;br&gt;

+ Error stacktraces are turned on.&lt;br&gt;
[INFO] Scanning for projects...&lt;br&gt;
[INFO] snapshot com.ibykus.apx:parent.osgibundle:1.1.0-SNAPSHOT: checking for updates from public-snapshots&lt;br&gt;
[INFO] snapshot com.ibykus.apx:parent:1.1.0-SNAPSHOT: checking for updates from public-snapshots&lt;br&gt;
[INFO] Searching repository for plugin with prefix: &amp;#39;sonar&amp;#39;.&lt;br&gt;
[INFO] org.codehaus.mojo: checking for updates from public&lt;br&gt;
[INFO] org.codehaus.mojo: checking for updates from public-snapshots&lt;br&gt;
[INFO] org.codehaus.mojo: checking for updates from central&lt;br&gt;
[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for updates from public&lt;br&gt;
[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for updates from public-snapshots&lt;br&gt;
[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for updates from central&lt;br&gt;
[INFO] snapshot org.codehaus.mojo:sonar-maven-plugin:1.0-SNAPSHOT: checking for updates from public-snapshots&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
[ERROR] BUILD ERROR&lt;br&gt;
[INFO]------------------------------------------------------------------------&lt;br&gt;
[INFO] Error building POM (may not be this project&amp;#39;s POM).&lt;br&gt;
&lt;br&gt;
Project ID: org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&lt;br&gt;
Reason: Error getting POM for &amp;#39;org.codehaus.mojo:sonar-maven-plugin&amp;#39; from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact&amp;#39;s metadata.&lt;br&gt;

  org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT&lt;br&gt;
from the specified remote repositories:&lt;br&gt;&lt;/div&gt;
  public (&lt;a href=&quot;http://slief116:9080/nexus/content/groups/public&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://slief116:9080/nexus/content/groups/public&lt;/a&gt;),&lt;br&gt;
  public-snapshots (&lt;a href=&quot;http://slief116:9080/nexus/content/groups/public-snapshots&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://slief116:9080/nexus/content/groups/public-snapshots&lt;/a&gt;)&lt;br&gt;
 for project org.codehaus.mojo:sonar-maven-plugin&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Using a parent pom with a pluginmanagement setting &amp;lt;version&amp;gt;1.0-beta-1&amp;lt;/version&amp;gt;. Sonar is running fine.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Do you expect an other result?&lt;br&gt;
What do I have to change to test your fix?&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26197303.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26195614</id>
	<title>Re: Sonar build fails when multiple repositories are used</title>
	<published>2009-11-04T04:40:03Z</published>
	<updated>2009-11-04T04:40:03Z</updated>
	<author>
		<name>nandyiyer</name>
	</author>
	<content type="html">Can someone explain why are mirrors needed and how can they be helpful in this situation ? 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;Nanditha 
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;nandyiyer wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all , 
&lt;br&gt;&lt;br&gt;I have used mutilple repositories in my pom.xml . As a reason sonar build fails for my project . 
&lt;br&gt;&lt;br&gt;The error stack is as shown below ... 
&lt;br&gt;&lt;br&gt;&lt;b&gt;[ERROR] BUILD ERROR
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Error building POM (may not be this project's POM).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Project ID: org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&lt;br&gt;Reason: Error getting POM for 'org.codehaus.mojo:sonar-maven-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.
&lt;br&gt;&amp;nbsp; org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; flexmojos-repository (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp;for project org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&lt;br&gt;&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Trace
&lt;br&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Error resolving version for 'org.codehaus.mojo:sonar-maven-plugin': Unable to read the metadata file for artifact 'org.codehaus.mojo:sonar-maven-plugin:pom': Error getting POM for 'org.codehaus.mojo:sonar-maven-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.
&lt;br&gt;&amp;nbsp; org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; flexmojos-repository (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp;for project org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1549)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:462)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:175)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
&lt;br&gt;Caused by: org.apache.maven.plugin.version.PluginVersionResolutionException: Error resolving version for 'org.codehaus.mojo:sonar-maven-plugin': Unable to read the metadata file for artifact 'org.codehaus.mojo:sonar-maven-plugin:pom': Error getting POM for 'org.codehaus.mojo:sonar-maven-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.
&lt;br&gt;&amp;nbsp; org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; flexmojos-repository (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp;for project org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolveMetaVersion(DefaultPluginVersionManager.java:682)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:91)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:179)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.DefaultPluginManager.loadPluginDescriptor(DefaultPluginManager.java:1642)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1540)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 15 more
&lt;br&gt;Caused by: org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: Unable to read the metadata file for artifact 'org.codehaus.mojo:sonar-maven-plugin:pom': Error getting POM for 'org.codehaus.mojo:sonar-maven-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.
&lt;br&gt;&amp;nbsp; org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; flexmojos-repository (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp;for project org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.project.artifact.MavenMetadataSource.retrieve(MavenMetadataSource.java:299)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolveMetaVersion(DefaultPluginVersionManager.java:673)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 20 more
&lt;br&gt;Caused by: org.apache.maven.project.ProjectBuildingException: Error getting POM for 'org.codehaus.mojo:sonar-maven-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.
&lt;br&gt;&amp;nbsp; org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; flexmojos-repository (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp;for project org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:592)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 22 more
&lt;br&gt;Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.
&lt;br&gt;&amp;nbsp; org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; flexmojos-repository (&lt;a href=&quot;http://repository.sonatype.org/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:221)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 24 more
&lt;br&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;Can anyone help me regarding this ? 
&lt;br&gt;&lt;br&gt;Thanks , 
&lt;br&gt;Nanditha 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26195614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26194528</id>
	<title>[ANN] Timeline plugin, release 0.1</title>
	<published>2009-11-04T03:20:40Z</published>
	<updated>2009-11-04T03:20:40Z</updated>
	<author>
		<name>Simon Brandhof-4</name>
	</author>
	<content type="html">The new Timeline plugin is a great addition to the TimeMachine service. It benefits from an incredible Google Vizualization component.&lt;br&gt;&lt;br&gt;Read this blog post for more details : &lt;a href=&quot;http://sonar.codehaus.org/the-sonar-timeline-plugin-a-great-addition-to-timemachine-service/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sonar.codehaus.org/the-sonar-timeline-plugin-a-great-addition-to-timemachine-service/&lt;/a&gt;&lt;br&gt;

Download : &lt;a href=&quot;http://docs.codehaus.org/display/SONAR/Timeline+Plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.codehaus.org/display/SONAR/Timeline+Plugin&lt;/a&gt;&lt;br&gt;&lt;br&gt;Enjoy,&lt;br&gt;Simon&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;----------------------------------------&lt;br&gt;

Simon Brandhof&lt;br&gt;SonarSource.com&lt;br&gt;&lt;a href=&quot;http://twitter.com/SonarSource&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;twitter.com/SonarSource&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/SimonBrandhof&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;twitter.com/SimonBrandhof&lt;/a&gt;&lt;br&gt;----------------------------------------&lt;br&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Timeline-plugin%2C-release-0.1-tp26194528p26194528.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192965</id>
	<title>Re: Sonar build fails when multiple repositories are used</title>
	<published>2009-11-04T01:03:52Z</published>
	<updated>2009-11-04T01:03:52Z</updated>
	<author>
		<name>Lars Fischer-6</name>
	</author>
	<content type="html">Hello Olivier,
&lt;br&gt;&lt;br&gt;Olivier Gaudin schrieb:
&lt;br&gt;&amp;gt; Could you give it an other try as I think it should be fixed now.
&lt;br&gt;&lt;br&gt;I removed all org.codehaus.mojo artefacts from my nexus and the hudson 
&lt;br&gt;local repository and disabled the &amp;quot;sonatype-snapshot&amp;quot; repository.
&lt;br&gt;&lt;br&gt;Then I tried to execute sonar without setting the version to 1.0-beta-1. 
&lt;br&gt;This results in the same error:
&lt;br&gt;&lt;br&gt;[INFO]-----------------------------------------------------------------------
&lt;br&gt;[INFO] BUILD SUCCESSFUL
&lt;br&gt;[INFO]------------------------------------------------------------------------
&lt;br&gt;[INFO] Total time: 29 seconds
&lt;br&gt;[INFO] Finished at: Wed Nov 04 09:38:58 CET 2009
&lt;br&gt;[INFO] Final Memory: 17M/34M
&lt;br&gt;[INFO]------------------------------------------------------------------------
&lt;br&gt;channel stopped
&lt;br&gt;ln failed: -1
&lt;br&gt;ln failed: -1
&lt;br&gt;[core] $ /usr/local/tools/hudson/hudson_home/tools/Maven_2_0_9/bin/mvn 
&lt;br&gt;-e -B -f pom.xml -Dsonar.jdbc.driver=org.apache.derby.jdbc.ClientDriver 
&lt;br&gt;-Dsonar.jdbc.username=sonar -Dsonar.jdbc.password=sonar 
&lt;br&gt;-Dsonar.jdbc.url=jdbc:derby://localhost:1527/sonar;create=true 
&lt;br&gt;-Dsonar.host.url=&lt;a href=&quot;http://localhost:9080/sonar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9080/sonar&lt;/a&gt;&amp;nbsp;sonar:sonar
&lt;br&gt;+ Error stacktraces are turned on.
&lt;br&gt;[INFO] Scanning for projects...
&lt;br&gt;[INFO] snapshot com.ibykus.apx:parent.osgibundle:1.1.0-SNAPSHOT: 
&lt;br&gt;checking for updates from public-snapshots
&lt;br&gt;[INFO] snapshot com.ibykus.apx:parent:1.1.0-SNAPSHOT: checking for 
&lt;br&gt;updates from public-snapshots
&lt;br&gt;[INFO] Searching repository for plugin with prefix: 'sonar'.
&lt;br&gt;[INFO] org.codehaus.mojo: checking for updates from public
&lt;br&gt;[INFO] org.codehaus.mojo: checking for updates from public-snapshots
&lt;br&gt;[INFO] org.codehaus.mojo: checking for updates from central
&lt;br&gt;[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for 
&lt;br&gt;updates from public
&lt;br&gt;[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for 
&lt;br&gt;updates from public-snapshots
&lt;br&gt;[INFO] artifact org.codehaus.mojo:sonar-maven-plugin: checking for 
&lt;br&gt;updates from central
&lt;br&gt;[INFO] snapshot org.codehaus.mojo:sonar-maven-plugin:1.0-SNAPSHOT: 
&lt;br&gt;checking for updates from public-snapshots
&lt;br&gt;[INFO]------------------------------------------------------------------------
&lt;br&gt;[ERROR] BUILD ERROR
&lt;br&gt;[INFO]------------------------------------------------------------------------
&lt;br&gt;[INFO] Error building POM (may not be this project's POM).
&lt;br&gt;&lt;br&gt;Project ID: org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&lt;br&gt;Reason: Error getting POM for 'org.codehaus.mojo:sonar-maven-plugin' 
&lt;br&gt;from the repository: Failed to resolve artifact, possibly due to a 
&lt;br&gt;repository list that is not appropriately equipped for this artifact's 
&lt;br&gt;metadata.
&lt;br&gt;&amp;nbsp; &amp;nbsp;org.codehaus.mojo:sonar-maven-plugin:pom:1.0-SNAPSHOT
&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; &amp;nbsp;public (&lt;a href=&quot;http://slief116:9080/nexus/content/groups/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slief116:9080/nexus/content/groups/public&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; &amp;nbsp;public-snapshots 
&lt;br&gt;(&lt;a href=&quot;http://slief116:9080/nexus/content/groups/public-snapshots&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slief116:9080/nexus/content/groups/public-snapshots&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; for project org.codehaus.mojo:sonar-maven-plugin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Using a parent pom with a pluginmanagement setting 
&lt;br&gt;&amp;lt;version&amp;gt;1.0-beta-1&amp;lt;/version&amp;gt;. Sonar is running fine.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Do you expect an other result?
&lt;br&gt;What do I have to change to test your fix?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26192965.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192587</id>
	<title>RE: Sonar plugin for custom violations</title>
	<published>2009-11-04T00:25:50Z</published>
	<updated>2009-11-04T00:25:50Z</updated>
	<author>
		<name>Geert Van Damme</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;&lt;HTML&gt;&lt;head&gt;&lt;META content=&quot;text/html; charset=us-ascii&quot; http-equiv=&quot;Content-Type&quot;&gt;



&lt;META content=&quot;text/html; charset=us-ascii&quot; http-equiv=Content-Type&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3603&quot; name=GENERATOR&gt;&lt;/head&gt;&lt;BODY&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;Hey Freddy,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;I finally got it working. Here's a round-up of the things I 
did wrong, just for future reference :&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;- Create a RulesRepository (and add as extension in the 
plugin). I guess at startup, Sonar will query this repository and add the new 
rules to be used (rules definitions, not actual violations). So, creating a 'new 
Rule(...)' in the Sensor only does not work.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;- In the Sensor, a lot of classes can be automatically 
injected in the constructor (just one line of documentation about this ?). This 
way, I inject the RulesManager, from which I can get a certain rule to create a 
violation (rulesManager.getPluginRule(...))&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;- I forgot to activate the rules in the Sonar profile 
configuration screen (pretty trivial but easy to forget).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;Knowing all this, it's actually pretty easy 
:-)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;Thanks again for the help !&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;Geert&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left dir=ltr&gt;&lt;SPAN class=372011608-04112009&gt;&lt;FONT color=#0000ff face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV align=left class=OutlookMessageHeader dir=ltr lang=en-us&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; Freddy Mallet 
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freddy.mallet@...&lt;/a&gt;] &lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; maandag 2 november 2009 
19:56&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;; 
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192587&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; Re: [sonar-user] Sonar plugin for 
custom violations&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;Hi Geert,&lt;BR&gt;&lt;BR&gt;What you missed is to declare the rule(s) in a 
repository with the RulesRepository extension point. &lt;BR&gt;&lt;BR&gt;You can have a look 
at the Taglist plugin which embeds a simple rules repository :&lt;BR&gt;&lt;BR&gt;&lt;A href=&quot;http://svn.codehaus.org/sonar-plugins/trunk/taglist/src/main/java/org/sonar/plugins/taglist/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.codehaus.org/sonar-plugins/trunk/taglist/src/main/java/org/sonar/plugins/taglist/&lt;/A&gt; 
&lt;BR&gt;&lt;BR&gt;Hope it helps,&lt;BR&gt;Freddy&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=gmail_quote&gt;On Mon, Nov 2, 2009 at 4:17 PM, Geert Van Damme &lt;SPAN dir=ltr&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192587&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GVanDamme@...&lt;/a&gt;&amp;gt;&lt;/SPAN&gt; wrote:&lt;BR&gt;
&lt;BLOCKQUOTE class=gmail_quote style=&quot;PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid&quot;&gt;&lt;BR&gt;Hi 
  all,&lt;BR&gt;&lt;BR&gt;I'm writing a plugin to report custom violations (Class A may not 
  access class B, to report layering problems in the project).&lt;BR&gt;The code for 
  analyzing the project has already been written, and it generates a simple 
  report in XML (which class, line number, ...)&lt;BR&gt;&lt;BR&gt;Now I'm trying to write a 
  plugin to parse the XML and add the violations to Sonar. But before parsing 
  the XML, I'm trying to just add a hard-coded violation to see if this works. I 
  can add measures without any problem (based on the HelloWorld, but with INT 
  instead of string, so I get a tendency as well). But the violations don't seem 
  to show anywhere in the timeline or violations drilldown.&lt;BR&gt;&lt;BR&gt;So, my 
  question(s) :&lt;BR&gt;- if the report is already generated (ant build), I suppose I 
  don't need a MavenPluginHandler ?&lt;BR&gt;&lt;BR&gt;- Can I do something like this in my 
  Sensor ? :&lt;BR&gt;&amp;lt;---&amp;gt;&lt;BR&gt;...&lt;BR&gt;Rule testRule = new 
  Rule(HelloPlugin.PLUGIN_KEY, &quot;violation_key&quot;,&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
  &amp;nbsp;&quot;Test violation !&quot;, Iso9126RulesCategories.MAINTAINABILITY,&lt;BR&gt;&amp;nbsp; 
  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RulePriority.BLOCKER);&lt;BR&gt;Violation violation = new 
  Violation(repository.getRule(), new 
  JavaFile(&quot;some.package.SomeClass&quot;));&lt;BR&gt;Violation.setLineId(20);&lt;BR&gt;Context.saveViolation(violation);&lt;BR&gt;...&lt;BR&gt;&amp;lt;---&amp;gt;&lt;BR&gt;&lt;BR&gt;I 
  got the feeling I'm missing something stupid here, as this does't work. The 
  documentation doesn't seem to mention anything about the RulesRepository 
  (which I already tried without success), or any plugin development besides the 
  HelloWorld in fact.&lt;BR&gt;&lt;BR&gt;Thanks in 
  advance,&lt;BR&gt;Geert&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;---------------------------------------------------------------------&lt;BR&gt;To 
  unsubscribe from this list, please visit:&lt;BR&gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp;&lt;A href=&quot;http://xircles.codehaus.org/manage_email&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;Geert Van Damme&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt; Java Developer Consultant&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;E-mail&amp;nbsp;:&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192587&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GVanDamme@...&lt;/a&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;Tel &amp;nbsp; : +32 &lt;BR&gt;Fax&amp;nbsp; : +32 &lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;Isabel NV/S.A.&amp;nbsp;&lt;BR&gt;Keizerinlaan 13-15 Boulevard&amp;nbsp;de l'Imp&amp;#233;ratrice &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;1000 Brussels - Belgium &lt;BR&gt;RPR Bruxelles / RPM Brussel: BE 0455 530 509&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;&lt;A HREF=&quot;http://www.isabel.eu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.isabel.eu&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A HREF=&quot;http://www.zoomit.eu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.zoomit.eu&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;2&quot;&gt;Zoomit is a Registered Trademark of Isabel NV/S.A. &lt;BR&gt;Disclaimer : &lt;A HREF=&quot;http://www.isabel.eu/gps/en/disclaimer/mailing.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.isabel.eu/gps/en/disclaimer/mailing.php&lt;/A&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT SIZE=&quot;+0&quot;&gt;&lt;/FONT&gt;&lt;FONT SIZE=&quot;+0&quot;&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-plugin-for-custom-violations-tp26165443p26192587.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192514</id>
	<title>Re: unknown null pointer exception</title>
	<published>2009-11-04T00:19:31Z</published>
	<updated>2009-11-04T00:19:31Z</updated>
	<author>
		<name>Freddy Mallet</name>
	</author>
	<content type="html">&lt;br&gt;Not yet sure, but I would not be surprised if this issue was related to &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SONAR-1118&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/4 José Arcángel Salazar Delgado &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192514&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arcangel.salazar@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;&amp;gt; Hello José,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Can you give a bit more info ?&lt;br&gt;
&amp;gt; - is your project built with Maven ?&lt;br&gt;
&amp;gt; - have you tried with the Sonar Way profile ?&lt;br&gt;
&amp;gt; - can you activate -e option ?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Olivier&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;I can resolv the issue. The problem is that I miss this configuration in the&lt;br&gt;
pom:&lt;br&gt;
&lt;br&gt;
&amp;lt;build&amp;gt;&lt;br&gt;
                &amp;lt;sourceDirectory&amp;gt;src&amp;lt;/sourceDirectory&amp;gt;&lt;br&gt;
        &amp;lt;outputDirectory&amp;gt;bin&amp;lt;/outputDirectory&amp;gt;&lt;br&gt;
...&lt;br&gt;
&amp;lt;/build&amp;gt;&lt;br&gt;
&lt;br&gt;
Is rare, because I have a similar project without these options and works&lt;br&gt;
fine.&lt;br&gt;
&lt;br&gt;
Thanks anyway.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 2009/11/3 José Arcángel Salazar Delgado &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192514&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arcangel.salazar@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;  hi,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I&amp;#39;m getting null pointer exception from sonar when I create a build using&lt;br&gt;
&amp;gt; &amp;gt; Hudson:&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; + Error stacktraces are turned on.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Scanning for projects...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Searching repository for plugin with prefix: &amp;#39;sonar&amp;#39;.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Building Sistema Servidor Integra GUI&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]    task-segment: [sonar:sonar] (aggregator-style)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] [sonar:sonar]&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Sonar host: &lt;a href=&quot;http://127.0.0.1:8080/sonar&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/sonar&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Sonar version: 1.11.1&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] [sonar-core:internal]&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]  ------------- Analyse Sistema Servidor Integra GUI...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]  Selected quality profile : Sonar way with Findbugs, language=java&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]  Configure maven plugins...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Building Sistema Servidor Integra GUI&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]    task-segment: [generate-sources]&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] [build-helper:add-source {execution: add-source}]&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Source directory:&lt;br&gt;
&amp;gt; &amp;gt; /opt/glassfishv3-prelude/.hudson/jobs/silm_gui/workspace/silm_gui/Generat&lt;br&gt;
&amp;gt; &amp;gt;ed JUIC files added.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Source directory:&lt;br&gt;
&amp;gt; &amp;gt; /opt/glassfishv3-prelude/.hudson/jobs/silm_gui/workspace/silm_gui/src&lt;br&gt;
&amp;gt; &amp;gt; added.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]  Executing sensor class&lt;br&gt;
&amp;gt; &amp;gt; org.sonar.plugins.core.sensors.JavaSourceImporter&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]  Executing sensor class&lt;br&gt;
&amp;gt; &amp;gt; org.sonar.plugins.core.sensors.AsynchronousMeasuresSensor&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]  Executing sensor class org.sonar.plugins.findbugs.FindbugsSensor&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [ERROR] BUILD ERROR&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Can not execute Sonar&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;  [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Trace&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.LifecycleExecutionException: Can not execute&lt;br&gt;
&amp;gt; &amp;gt; Sonar&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL&lt;br&gt;
&amp;gt; &amp;gt;ifecycleExecutor.java:564)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal&lt;br&gt;
&amp;gt; &amp;gt;(DefaultLifecycleExecutor.java:493)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLi&lt;br&gt;
&amp;gt; &amp;gt;fecycleExecutor.java:463)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleF&lt;br&gt;
&amp;gt; &amp;gt;ailures(DefaultLifecycleExecutor.java:311)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(D&lt;br&gt;
&amp;gt; &amp;gt;efaultLifecycleExecutor.java:224)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecy&lt;br&gt;
&amp;gt; &amp;gt;cleExecutor.java:143)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java&lt;br&gt;
&amp;gt; &amp;gt;:39)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI&lt;br&gt;
&amp;gt; &amp;gt;mpl.java:25)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at java.lang.reflect.Method.invoke(Method.java:597)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Caused by: org.apache.maven.plugin.MojoExecutionException: Can not&lt;br&gt;
&amp;gt; &amp;gt; execute Sonar&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:87)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:117)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMan&lt;br&gt;
&amp;gt; &amp;gt;ager.java:447)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL&lt;br&gt;
&amp;gt; &amp;gt;ifecycleExecutor.java:539)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     ... 16 more&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Caused by: java.lang.NullPointerException&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.sonar.batch.DefaultMavenPluginExecutor.execute(DefaultMavenPluginExec&lt;br&gt;
&amp;gt; &amp;gt;utor.java:45)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.sonar.batch.core.SensorsExecutor.executeMavenPlugin(SensorsExecutor.j&lt;br&gt;
&amp;gt; &amp;gt;ava:68)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.sonar.batch.core.SensorsExecutor.execute(SensorsExecutor.java:58)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.sonar.batch.Batch.executeJobs(Batch.java:91)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.sonar.batch.Batch.analyse(Batch.java:79)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.sonar.batch.Batch.start(Batch.java:54)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.sonar.batch.BatchMojo.executeBatch(BatchMojo.java:138)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.sonar.batch.BatchMojo.execute(BatchMojo.java:130)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at&lt;br&gt;
&amp;gt; &amp;gt; org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMan&lt;br&gt;
&amp;gt; &amp;gt;ager.java:447)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:82)&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     ... 20 more&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Total time: 13 seconds&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Finished at: Tue Nov 03 04:15:21 CST 2009&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO] Final Memory: 15M/101M&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [INFO]&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Finished: FAILURE&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;  I have 5 projects in hudson, and the others compiles fine.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; thanks for the help.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unknown-null-pointer-exception-tp26177671p26192514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26190491</id>
	<title>Re: unknown null pointer exception</title>
	<published>2009-11-03T19:25:01Z</published>
	<updated>2009-11-03T19:25:01Z</updated>
	<author>
		<name>José Arcángel Salazar Delgado-2</name>
	</author>
	<content type="html">&amp;gt; Hello José,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you give a bit more info ?
&lt;br&gt;&amp;gt; - is your project built with Maven ?
&lt;br&gt;&amp;gt; - have you tried with the Sonar Way profile ?
&lt;br&gt;&amp;gt; - can you activate -e option ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Olivier
&lt;br&gt;&lt;br&gt;I can resolv the issue. The problem is that I miss this configuration in the 
&lt;br&gt;pom:
&lt;br&gt;&lt;br&gt;&amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sourceDirectory&amp;gt;src&amp;lt;/sourceDirectory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;outputDirectory&amp;gt;bin&amp;lt;/outputDirectory&amp;gt;
&lt;br&gt;...
&lt;br&gt;&amp;lt;/build&amp;gt;
&lt;br&gt;&lt;br&gt;Is rare, because I have a similar project without these options and works 
&lt;br&gt;fine.
&lt;br&gt;&lt;br&gt;Thanks anyway.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/11/3 José Arcángel Salazar Delgado &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arcangel.salazar@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm getting null pointer exception from sonar when I create a build using
&lt;br&gt;&amp;gt; &amp;gt; Hudson:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; + Error stacktraces are turned on.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Scanning for projects...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Searching repository for plugin with prefix: 'sonar'.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Building Sistema Servidor Integra GUI
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp; &amp;nbsp;task-segment: [sonar:sonar] (aggregator-style)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] [sonar:sonar]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Sonar host: &lt;a href=&quot;http://127.0.0.1:8080/sonar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/sonar&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Sonar version: 1.11.1
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] [sonar-core:internal]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;------------- Analyse Sistema Servidor Integra GUI...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Selected quality profile : Sonar way with Findbugs, language=java
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Configure maven plugins...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Building Sistema Servidor Integra GUI
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp; &amp;nbsp;task-segment: [generate-sources]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] [build-helper:add-source {execution: add-source}]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Source directory:
&lt;br&gt;&amp;gt; &amp;gt; /opt/glassfishv3-prelude/.hudson/jobs/silm_gui/workspace/silm_gui/Generat
&lt;br&gt;&amp;gt; &amp;gt;ed JUIC files added.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Source directory:
&lt;br&gt;&amp;gt; &amp;gt; /opt/glassfishv3-prelude/.hudson/jobs/silm_gui/workspace/silm_gui/src
&lt;br&gt;&amp;gt; &amp;gt; added.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Executing sensor class
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.plugins.core.sensors.JavaSourceImporter
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Executing sensor class
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.plugins.core.sensors.AsynchronousMeasuresSensor
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Executing sensor class org.sonar.plugins.findbugs.FindbugsSensor
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [ERROR] BUILD ERROR
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Can not execute Sonar
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;[INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Trace
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.LifecycleExecutionException: Can not execute
&lt;br&gt;&amp;gt; &amp;gt; Sonar
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL
&lt;br&gt;&amp;gt; &amp;gt;ifecycleExecutor.java:564)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal
&lt;br&gt;&amp;gt; &amp;gt;(DefaultLifecycleExecutor.java:493)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLi
&lt;br&gt;&amp;gt; &amp;gt;fecycleExecutor.java:463)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleF
&lt;br&gt;&amp;gt; &amp;gt;ailures(DefaultLifecycleExecutor.java:311)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(D
&lt;br&gt;&amp;gt; &amp;gt;efaultLifecycleExecutor.java:224)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecy
&lt;br&gt;&amp;gt; &amp;gt;cleExecutor.java:143)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
&lt;br&gt;&amp;gt; &amp;gt;:39)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
&lt;br&gt;&amp;gt; &amp;gt;mpl.java:25)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Caused by: org.apache.maven.plugin.MojoExecutionException: Can not
&lt;br&gt;&amp;gt; &amp;gt; execute Sonar
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:87)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:117)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMan
&lt;br&gt;&amp;gt; &amp;gt;ager.java:447)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL
&lt;br&gt;&amp;gt; &amp;gt;ifecycleExecutor.java:539)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	... 16 more
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.batch.DefaultMavenPluginExecutor.execute(DefaultMavenPluginExec
&lt;br&gt;&amp;gt; &amp;gt;utor.java:45)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.batch.core.SensorsExecutor.executeMavenPlugin(SensorsExecutor.j
&lt;br&gt;&amp;gt; &amp;gt;ava:68)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.core.SensorsExecutor.execute(SensorsExecutor.java:58)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.Batch.executeJobs(Batch.java:91)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.Batch.analyse(Batch.java:79)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.Batch.start(Batch.java:54)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.BatchMojo.executeBatch(BatchMojo.java:138)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.BatchMojo.execute(BatchMojo.java:130)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMan
&lt;br&gt;&amp;gt; &amp;gt;ager.java:447)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:82)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	... 20 more
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Total time: 13 seconds
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Finished at: Tue Nov 03 04:15:21 CST 2009
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Final Memory: 15M/101M
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Finished: FAILURE
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;I have 5 projects in hudson, and the others compiles fine.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; thanks for the help.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unknown-null-pointer-exception-tp26177671p26190491.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26190320</id>
	<title>Re: unknown null pointer exception</title>
	<published>2009-11-03T19:00:47Z</published>
	<updated>2009-11-03T19:00:47Z</updated>
	<author>
		<name>José Arcángel Salazar Delgado-2</name>
	</author>
	<content type="html">&amp;gt; Hello José,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you give a bit more info ?
&lt;br&gt;&amp;gt; - is your project built with Maven ?
&lt;br&gt;&amp;gt; - have you tried with the Sonar Way profile ?
&lt;br&gt;&amp;gt; - can you activate -e option ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;Yes, the proyect is build with maven using Hudson.
&lt;br&gt;Yes, I tried, same result.
&lt;br&gt;The option is alrededy activate. I also use the -X option, but I cannot get 
&lt;br&gt;any extra information about the crash.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Olivier
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/11/3 José Arcángel Salazar Delgado &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26190320&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arcangel.salazar@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm getting null pointer exception from sonar when I create a build using
&lt;br&gt;&amp;gt; &amp;gt; Hudson:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; + Error stacktraces are turned on.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Scanning for projects...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Searching repository for plugin with prefix: 'sonar'.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Building Sistema Servidor Integra GUI
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp; &amp;nbsp;task-segment: [sonar:sonar] (aggregator-style)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] [sonar:sonar]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Sonar host: &lt;a href=&quot;http://127.0.0.1:8080/sonar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/sonar&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Sonar version: 1.11.1
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] [sonar-core:internal]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;------------- Analyse Sistema Servidor Integra GUI...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Selected quality profile : Sonar way with Findbugs, language=java
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Configure maven plugins...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Building Sistema Servidor Integra GUI
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp; &amp;nbsp;task-segment: [generate-sources]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] [build-helper:add-source {execution: add-source}]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Source directory:
&lt;br&gt;&amp;gt; &amp;gt; /opt/glassfishv3-prelude/.hudson/jobs/silm_gui/workspace/silm_gui/Generat
&lt;br&gt;&amp;gt; &amp;gt;ed JUIC files added.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Source directory:
&lt;br&gt;&amp;gt; &amp;gt; /opt/glassfishv3-prelude/.hudson/jobs/silm_gui/workspace/silm_gui/src
&lt;br&gt;&amp;gt; &amp;gt; added.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Executing sensor class
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.plugins.core.sensors.JavaSourceImporter
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Executing sensor class
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.plugins.core.sensors.AsynchronousMeasuresSensor
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] &amp;nbsp;Executing sensor class org.sonar.plugins.findbugs.FindbugsSensor
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [ERROR] BUILD ERROR
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Can not execute Sonar
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;[INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Trace
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.LifecycleExecutionException: Can not execute
&lt;br&gt;&amp;gt; &amp;gt; Sonar
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL
&lt;br&gt;&amp;gt; &amp;gt;ifecycleExecutor.java:564)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal
&lt;br&gt;&amp;gt; &amp;gt;(DefaultLifecycleExecutor.java:493)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLi
&lt;br&gt;&amp;gt; &amp;gt;fecycleExecutor.java:463)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleF
&lt;br&gt;&amp;gt; &amp;gt;ailures(DefaultLifecycleExecutor.java:311)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(D
&lt;br&gt;&amp;gt; &amp;gt;efaultLifecycleExecutor.java:224)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecy
&lt;br&gt;&amp;gt; &amp;gt;cleExecutor.java:143)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
&lt;br&gt;&amp;gt; &amp;gt;:39)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
&lt;br&gt;&amp;gt; &amp;gt;mpl.java:25)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Caused by: org.apache.maven.plugin.MojoExecutionException: Can not
&lt;br&gt;&amp;gt; &amp;gt; execute Sonar
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:87)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:117)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMan
&lt;br&gt;&amp;gt; &amp;gt;ager.java:447)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultL
&lt;br&gt;&amp;gt; &amp;gt;ifecycleExecutor.java:539)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	... 16 more
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.batch.DefaultMavenPluginExecutor.execute(DefaultMavenPluginExec
&lt;br&gt;&amp;gt; &amp;gt;utor.java:45)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.sonar.batch.core.SensorsExecutor.executeMavenPlugin(SensorsExecutor.j
&lt;br&gt;&amp;gt; &amp;gt;ava:68)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.core.SensorsExecutor.execute(SensorsExecutor.java:58)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.Batch.executeJobs(Batch.java:91)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.Batch.analyse(Batch.java:79)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.Batch.start(Batch.java:54)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.BatchMojo.executeBatch(BatchMojo.java:138)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.sonar.batch.BatchMojo.execute(BatchMojo.java:130)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at
&lt;br&gt;&amp;gt; &amp;gt; org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMan
&lt;br&gt;&amp;gt; &amp;gt;ager.java:447)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:82)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	... 20 more
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Total time: 13 seconds
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Finished at: Tue Nov 03 04:15:21 CST 2009
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO] Final Memory: 15M/101M
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [INFO]
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Finished: FAILURE
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;I have 5 projects in hudson, and the others compiles fine.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; thanks for the help.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unknown-null-pointer-exception-tp26177671p26190320.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26186499</id>
	<title>Re: source code in source viewer is out of sync</title>
	<published>2009-11-03T12:59:01Z</published>
	<updated>2009-11-03T12:59:01Z</updated>
	<author>
		<name>Freddy Mallet</name>
	</author>
	<content type="html">Hi Anita,&lt;br&gt;&lt;br&gt;Could you confirm that you&amp;#39;re not running Sonar 1.11 but a lower version ? If this is the case, you&amp;#39;re facing a purge issue which has been fixed with &lt;a href=&quot;http://jira.codehaus.org/browse/SONAR-1085&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SONAR-1085&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;regards,&lt;br&gt;Freddy&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 9:32 PM, anitacita &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26186499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stout_anita@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
After a code change to address some violations listed in sonar, I reanalyzed&lt;br&gt;
my maven project by:&lt;br&gt;
&lt;br&gt;
mvn clean install -Dtest=false -DfailIfNoTests=false&lt;br&gt;
mvn sonar:sonar&lt;br&gt;
&lt;br&gt;
However, although some of the data shown in Sonar seems to have updated&lt;br&gt;
(like the total technical debt), the source code in the source/violation&lt;br&gt;
viewer displays the out of date source from before my change.  Is there a&lt;br&gt;
way to force this to sync up?&lt;br&gt;
&lt;br&gt;
BTW, I also tried clearing my browser cache as well as trying another&lt;br&gt;
browser.&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;
Anita&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26163577.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26163577.html&lt;/a&gt;&lt;br&gt;

Sent from the Sonar user mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26186499.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26163577</id>
	<title>source code in source viewer is out of sync</title>
	<published>2009-11-03T12:32:23Z</published>
	<updated>2009-11-03T12:32:23Z</updated>
	<author>
		<name>anitacita</name>
	</author>
	<content type="html">After a code change to address some violations listed in sonar, I reanalyzed my maven project by:
&lt;br&gt;&lt;br&gt;mvn clean install -Dtest=false -DfailIfNoTests=false
&lt;br&gt;mvn sonar:sonar
&lt;br&gt;&lt;br&gt;However, although some of the data shown in Sonar seems to have updated (like the total technical debt), the source code in the source/violation viewer displays the out of date source from before my change. &amp;nbsp;Is there a way to force this to sync up?
&lt;br&gt;&lt;br&gt;BTW, I also tried clearing my browser cache as well as trying another browser.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;Anita</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/source-code-in-source-viewer-is-out-of-sync-tp26163577p26163577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26185838</id>
	<title>Re: Project links not saveable?</title>
	<published>2009-11-03T12:12:47Z</published>
	<updated>2009-11-03T12:12:47Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Hello Harald,&lt;br&gt;&lt;br&gt;Yep, something is not working anymore... I have created a Jira issue : 
                    &lt;b&gt;&lt;a id=&quot;issue_key_SONAR-1253&quot; href=&quot;http://jira.codehaus.org/browse/SONAR-1253&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SONAR-1253&lt;/a&gt;&lt;/b&gt;
                &lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 3:19 PM, Goettlicher Harald (AA-DGP/ESI2) &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185838&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Harald.Goettlicher@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;



&lt;div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;span&gt;Oh yes, sorry. Mailed too fast. &lt;/span&gt;&lt;span&gt;Here it is:&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;span&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;2009.11.03 15:16:23 ERROR 
rails  &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;NameError (undefined local 
variable or method `project&amp;#39; for 
#&amp;lt;ProjectController:0xe68afc&amp;gt;):&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in 
`perform_action&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in 
`call_filters&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in 
`perform_action_with_filters&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in 
`perform_action_with_benchmark&amp;#39;&lt;br&gt;    
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-complete-1.3.1.jar!/benchmark.rb:293:in 
`measure&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in 
`perform_action_with_benchmark&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in 
`perform_action_with_rescue&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in 
`perform_action_with_caching&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in 
`cache&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in 
`cache&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in 
`perform_action_with_caching&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in 
`process&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in 
`process_with_filters&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in 
`process_with_session_management_support&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in 
`process&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in 
`handle_request&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in 
`dispatch_unlocked&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:120:in 
`dispatch&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in 
`dispatch_cgi&amp;#39;&lt;br&gt;    
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in 
`dispatch&amp;#39;&lt;br&gt;    
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/adapter/rails_cgi.rb:24:in 
`call&amp;#39;&lt;br&gt;    
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/adapter/rails.rb:35:in 
`serve_rails&amp;#39;&lt;br&gt;    
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/adapter/rails.rb:40:in 
`call&amp;#39;&lt;br&gt;    
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/jruby/rack/rails.rb:144:in 
`call&amp;#39;&lt;br&gt;    
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/handler/servlet.rb:17:in 
`call&amp;#39;&lt;br&gt;    :1&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot; color=&quot;#0000ff&quot; face=&quot;Arial&quot;&gt;&lt;/font&gt;&lt;br&gt;&lt;span&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font size=&quot;2&quot;&gt;I guess there is 
something mixed up with &amp;quot;project&amp;quot; and &amp;quot;project&lt;b&gt;s&lt;/b&gt;&amp;quot;, because in 
the user message you also get &amp;quot;go back project&lt;b&gt;s&lt;/b&gt;&amp;quot; which doesn&amp;#39;t 
work, because it&amp;#39;s &amp;quot;project&amp;quot;...&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;   Harald&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot; lang=&quot;de&quot;&gt;
&lt;hr&gt;
&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;b&gt;Von:&lt;/b&gt; Olivier Gaudin [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185838&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;] 
&lt;br&gt;&lt;b&gt;Gesendet:&lt;/b&gt; Dienstag, 3. November 2009 15:02&lt;br&gt;&lt;b&gt;An:&lt;/b&gt; 
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185838&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;Betreff:&lt;/b&gt; Re: [sonar-user] Project links not 
saveable?&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;div&gt;&lt;/div&gt;Hello Harald,&lt;br&gt;&lt;br&gt;Any error in the log file ?&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 2:58 PM, Goettlicher Harald 
(AA-DGP/ESI2) &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185838&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Harald.Goettlicher@...&lt;/a&gt;&amp;gt;&lt;/span&gt; 
wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;in 
  Sonar 1.11 i always get the following message when trying to save project 
  links, independent if something was changed or if they are empty or filled 
  out.&lt;br&gt;&lt;br&gt;       We&amp;#39;re sorry, but something went 
  wrong.&lt;br&gt;&lt;br&gt;       Please try back in a few minutes and 
  contact support if the problem persists.&lt;br&gt;&lt;br&gt;       go 
  back projects&lt;br&gt;&lt;br&gt;We have two Sonar instances on different machines and 
  both behave the same 
  way...&lt;br&gt;&lt;br&gt; Harald&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------&lt;br&gt;To 
  unsubscribe from this list, please visit:&lt;br&gt;&lt;br&gt;   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-plugin-Motion-Charts-tp26159989p26185838.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26185766</id>
	<title>Re: Sonar build fails when multiple repositories are  used</title>
	<published>2009-11-03T12:06:59Z</published>
	<updated>2009-11-03T12:06:59Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">Lars,&lt;br&gt;&lt;br&gt;Could you give it an other try as I think it should be fixed now.&lt;br&gt;&lt;br&gt;Thanks&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Olivier&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 3:45 PM, Olivier Gaudin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185766&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
No pb at all Lars. This whole thing is a bit annoying as it gives a bad impression and fixing it is not in our hands...&lt;br&gt;Anyway, the answer to your question is : absolutely, you should use 1.0-beta-1 as a version.&lt;br clear=&quot;all&quot;&gt;
&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;Olivier&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 3:28 PM, Lars Fischer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185766&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfischer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hello Olivier,&lt;br&gt;
&lt;br&gt;
I hope you have recognised the smiley. My post wasn&amp;#39;t intended as offence.&lt;br&gt;
&lt;br&gt;
Olivier Gaudin schrieb:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;
I would to bring some clarifications as several assumptions have been madehere.&lt;br&gt;
&lt;br&gt;&lt;/div&gt;
1. &lt;a href=&quot;http://repository.sonatype.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://repository.sonatype.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/&lt;/a&gt;&amp;gt; is a repository managed by Sonatype, that aggregates many repository. Those repository can contain anything&lt;div&gt;

&lt;br&gt;
2. We only publish releases, not snapshots&lt;br&gt;
3. The latest version of the mojo is 1.0-beta-1 : &lt;a href=&quot;http://repository.sonatype.org/content/groups/public/org/codehaus/mojo/sonar-maven-plugin/1.0-beta-1/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public/org/codehaus/mojo/sonar-maven-plugin/1.0-beta-1/&lt;/a&gt;&lt;br&gt;


&lt;br&gt;
Having said that, we did publish by mistake a 1.0-snapshot on the 6th of June and this was apparently captured by some repositories. As this snapshot version is more recent than the 1.0-beta-1, if you do not explicitly mention the version it is going to try to download the 1.0-snapshot version and then fails as it does not exist (was removed).&lt;br&gt;


&lt;/div&gt;&lt;/blockquote&gt;
&lt;br&gt;
Thank you for the clarification.&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I am going to see if I can get it fixed in Sonatype repo. For the time being, I would recommend you set the version of the mojo.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
I execute sonar within a hudson ci-build. Can I change the mojo version by using plugin-management / dependency-management in the parent pom of my projects?&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26185766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26180691</id>
	<title>Re: Sonar build fails when multiple repositories are  used</title>
	<published>2009-11-03T06:45:45Z</published>
	<updated>2009-11-03T06:45:45Z</updated>
	<author>
		<name>Olivier Gaudin-2</name>
	</author>
	<content type="html">No pb at all Lars. This whole thing is a bit annoying as it gives a bad impression and fixing it is not in our hands...&lt;br&gt;Anyway, the answer to your question is : absolutely, you should use 1.0-beta-1 as a version.&lt;br clear=&quot;all&quot;&gt;
&lt;br&gt;Olivier&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 3:28 PM, Lars Fischer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180691&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfischer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello Olivier,&lt;br&gt;
&lt;br&gt;
I hope you have recognised the smiley. My post wasn&amp;#39;t intended as offence.&lt;br&gt;
&lt;br&gt;
Olivier Gaudin schrieb:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;
I would to bring some clarifications as several assumptions have been madehere.&lt;br&gt;
&lt;br&gt;&lt;/div&gt;
1. &lt;a href=&quot;http://repository.sonatype.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://repository.sonatype.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/&lt;/a&gt;&amp;gt; is a repository managed by Sonatype, that aggregates many repository. Those repository can contain anything&lt;div class=&quot;im&quot;&gt;
&lt;br&gt;
2. We only publish releases, not snapshots&lt;br&gt;
3. The latest version of the mojo is 1.0-beta-1 : &lt;a href=&quot;http://repository.sonatype.org/content/groups/public/org/codehaus/mojo/sonar-maven-plugin/1.0-beta-1/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public/org/codehaus/mojo/sonar-maven-plugin/1.0-beta-1/&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
Having said that, we did publish by mistake a 1.0-snapshot on the 6th of June and this was apparently captured by some repositories. As this snapshot version is more recent than the 1.0-beta-1, if you do not explicitly mention the version it is going to try to download the 1.0-snapshot version and then fails as it does not exist (was removed).&lt;br&gt;

&lt;/div&gt;&lt;/blockquote&gt;
&lt;br&gt;
Thank you for the clarification.&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I am going to see if I can get it fixed in Sonatype repo. For the time being, I would recommend you set the version of the mojo.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
I execute sonar within a hudson ci-build. Can I change the mojo version by using plugin-management / dependency-management in the parent pom of my projects?&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26180691.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26180416</id>
	<title>Re: Sonar build fails when multiple repositories are used</title>
	<published>2009-11-03T06:28:30Z</published>
	<updated>2009-11-03T06:28:30Z</updated>
	<author>
		<name>Lars Fischer-6</name>
	</author>
	<content type="html">Hello Olivier,
&lt;br&gt;&lt;br&gt;I hope you have recognised the smiley. My post wasn't intended as offence.
&lt;br&gt;&lt;br&gt;Olivier Gaudin schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I would to bring some clarifications as several assumptions have been 
&lt;br&gt;&amp;gt; madehere.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. &lt;a href=&quot;http://repository.sonatype.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org&lt;/a&gt;&amp;nbsp;&amp;lt;&lt;a href=&quot;http://repository.sonatype.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/&lt;/a&gt;&amp;gt; is a 
&lt;br&gt;&amp;gt; repository managed by Sonatype, that aggregates many repository. Those 
&lt;br&gt;&amp;gt; repository can contain anything
&lt;br&gt;&amp;gt; 2. We only publish releases, not snapshots
&lt;br&gt;&amp;gt; 3. The latest version of the mojo is 1.0-beta-1 : 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://repository.sonatype.org/content/groups/public/org/codehaus/mojo/sonar-maven-plugin/1.0-beta-1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.sonatype.org/content/groups/public/org/codehaus/mojo/sonar-maven-plugin/1.0-beta-1/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Having said that, we did publish by mistake a 1.0-snapshot on the 6th of 
&lt;br&gt;&amp;gt; June and this was apparently captured by some repositories. As this 
&lt;br&gt;&amp;gt; snapshot version is more recent than the 1.0-beta-1, if you do not 
&lt;br&gt;&amp;gt; explicitly mention the version it is going to try to download the 
&lt;br&gt;&amp;gt; 1.0-snapshot version and then fails as it does not exist (was removed).
&lt;/div&gt;&lt;br&gt;Thank you for the clarification.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I am going to see if I can get it fixed in Sonatype repo. For the time 
&lt;br&gt;&amp;gt; being, I would recommend you set the version of the mojo.
&lt;br&gt;&lt;br&gt;I execute sonar within a hudson ci-build. Can I change the mojo version 
&lt;br&gt;by using plugin-management / dependency-management in the parent pom of 
&lt;br&gt;my projects?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-build-fails-when-multiple-repositories-are-used-tp26113355p26180416.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26180309</id>
	<title>AW: Project links not saveable?</title>
	<published>2009-11-03T06:19:36Z</published>
	<updated>2009-11-03T06:19:36Z</updated>
	<author>
		<name>Goettlicher Harald (AA-DGP/ESI2)</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.5848&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=807331714-03112009&gt;Oh yes, sorry. Mailed too fast. &lt;/SPAN&gt;&lt;SPAN class=807331714-03112009&gt;Here it is:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=807331714-03112009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class=807331714-03112009&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial size=2&gt;2009.11.03 15:16:23 ERROR 
rails&amp;nbsp; &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial size=2&gt;NameError (undefined local 
variable or method `project' for 
#&amp;lt;ProjectController:0xe68afc&amp;gt;):&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in 
`perform_action'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in 
`call_filters'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in 
`perform_action_with_filters'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in 
`perform_action_with_benchmark'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-complete-1.3.1.jar!/benchmark.rb:293:in 
`measure'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in 
`perform_action_with_benchmark'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in 
`perform_action_with_rescue'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in 
`perform_action_with_caching'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in 
`cache'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in 
`cache'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in 
`perform_action_with_caching'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in 
`process'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in 
`process_with_filters'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in 
`process_with_session_management_support'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in 
`process'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in 
`handle_request'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in 
`dispatch_unlocked'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:120:in 
`dispatch'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in 
`dispatch_cgi'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/gems/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in 
`dispatch'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/adapter/rails_cgi.rb:24:in 
`call'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/adapter/rails.rb:35:in 
`serve_rails'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/adapter/rails.rb:40:in 
`call'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/jruby/rack/rails.rb:144:in 
`call'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
file:/D:/leo-kpi-root/sonar-1.11/war/sonar-web/WEB-INF/lib/jruby-rack-0.9.4.jar!/rack/handler/servlet.rb:17:in 
`call'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :1&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;SPAN class=807331714-03112009&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;I guess there is 
something mixed up with &quot;project&quot; and &quot;project&lt;STRONG&gt;s&lt;/STRONG&gt;&quot;, because in 
the user message you also get &quot;go back project&lt;STRONG&gt;s&lt;/STRONG&gt;&quot; which doesn't 
work, because it's &quot;project&quot;...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=807331714-03112009&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=807331714-03112009&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp; Harald&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV class=OutlookMessageHeader lang=de dir=ltr align=left&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;Von:&lt;/B&gt; Olivier Gaudin [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaudol@...&lt;/a&gt;] 
&lt;BR&gt;&lt;B&gt;Gesendet:&lt;/B&gt; Dienstag, 3. November 2009 15:02&lt;BR&gt;&lt;B&gt;An:&lt;/B&gt; 
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180309&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Betreff:&lt;/B&gt; Re: [sonar-user] Project links not 
saveable?&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;Hello Harald,&lt;BR&gt;&lt;BR&gt;Any error in the log file ?&lt;BR clear=all&gt;&lt;BR&gt;Olivier&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=gmail_quote&gt;On Tue, Nov 3, 2009 at 2:58 PM, Goettlicher Harald 
(AA-DGP/ESI2) &lt;SPAN dir=ltr&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180309&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Harald.Goettlicher@...&lt;/a&gt;&amp;gt;&lt;/SPAN&gt; 
wrote:&lt;BR&gt;
&lt;BLOCKQUOTE class=gmail_quote style=&quot;PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid&quot;&gt;Hi,&lt;BR&gt;&lt;BR&gt;in 
  Sonar 1.11 i always get the following message when trying to save project 
  links, independent if something was changed or if they are empty or filled 
  out.&lt;BR&gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;We're sorry, but something went 
  wrong.&lt;BR&gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please try back in a few minutes and 
  contact support if the problem persists.&lt;BR&gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;go 
  back projects&lt;BR&gt;&lt;BR&gt;We have two Sonar instances on different machines and 
  both behave the same 
  way...&lt;BR&gt;&lt;BR&gt;&amp;nbsp;Harald&lt;BR&gt;&lt;BR&gt;---------------------------------------------------------------------&lt;BR&gt;To 
  unsubscribe from this list, please visit:&lt;BR&gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp;&lt;A href=&quot;http://xircles.codehaus.org/manage_email&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sonar-plugin-Motion-Charts-tp26159989p26180309.html" />
</entry>

</feed>
