<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><br><div>Hi all,<br><br>$ sudo find / -name .m2<br>find: `/run/user/satimis/gvfs': Permission denied<br>/home/satimis/.m2<br><br>$ sudo ls -ald /home/satimis/.m2<br>drwxrwxr-x. 3 satimis satimis 4096 Nov 14 14:12 /home/satimis/.m2<br><br><br>$ cat $HOME/.m2/settings.xml<br>&lt;settings xmlns="<a target="_blank" href="http://maven.apache.org/POM/4.0.0%22">http://maven.apache.org/POM/4.0.0"</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:xsi="<a target="_blank" href="http://www.w3.org/2001/XMLSchema-instance%22">http://www.w3.org/2001/XMLSchema-instance"</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xsi:schemaLocation="<a target="_blank" href="http://maven.apache.org/POM/4.0.0">http://maven.apache.org/POM/4.0.0</a><br><a target="_blank"
 href="http://maven.apache.org/xsd/settings-1.0.0.xsd%22">http://maven.apache.org/xsd/settings-1.0.0.xsd"</a>;&gt;<br><br>&lt;!--**************************** PROFILES ****************************--&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;activeProfiles&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;activeProfile&gt;oVirtEnvSettings&lt;/activeProfile&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/activeProfiles&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;profiles&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;profile&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;id&gt;oVirtEnvSettings&lt;/id&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &lt;properties&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;jbossHome&gt;/usr/share/jboss-as&lt;/jbossHome&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;JAVA_HOME&gt;/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java&lt;/JAVA_HOME&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/properties&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/profile&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/profiles&gt;<br>&lt;/settings&gt;<br><br>This file is on /home/satimis/.m2/<br><br>$ locate settings.xml<br>/home/satimis/.m2/settings.xml<br>/usr/share/maven/conf/settings.xml<br>/usr/share/mime/application/x-cisco-vpn-settings.xml<br><br>There
 are 2 settings.xml files<br><br>I attend the later file on /usr/share/maven/conf/settings.xml to this email<br><br>B.R.<br>Stephen L<br><br><br><br><br>&gt;________________________________<br>&gt; From: Juan Hernandez &lt;jhernand@redhat.com&gt;<br>&gt;To: Stephen Liu &lt;satimis@yahoo.com&gt; <br>&gt;Cc: "engine-devel@ovirt.org" &lt;engine-devel@ovirt.org&gt; <br>&gt;Sent: Wednesday, November 14, 2012 6:36 PM<br>&gt;Subject: Re: [Engine-devel] Building oVirt from source<br>&gt; <br>&gt;On 11/14/2012 11:34 AM, Stephen Liu wrote:<br>&gt;&gt; # find / -name jboss-as<br>&gt;&gt; find: `/run/user/satimis/gvfs': Permission denied<br>&gt;&gt; /home/satimis/jboss-as<br>&gt;&gt; <br>&gt;&gt; jbozz-as is NOT on /usr/share/jboss-as<br>&gt;<br>&gt;Then you need to fix your $HOME/.m2/settings.xml file, the jbossHome<br>&gt;property must contain the directory where you have installed the<br>&gt;application server.<br>&gt;<br>&gt;&gt;&nbsp;
 &nbsp;&nbsp;&nbsp;------------------------------------------------------------------------<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;*From:* Juan Hernandez &lt;jhernand@redhat.com&gt;<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;*To:* Stephen Liu &lt;satimis@yahoo.com&gt;<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;*Cc:* "engine-devel@ovirt.org" &lt;engine-devel@ovirt.org&gt;<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;*Sent:* Wednesday, November 14, 2012 6:23 PM<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;*Subject:* Re: [Engine-devel] Building oVirt from source<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;On 11/14/2012 11:10 AM, Stephen Liu wrote:<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt; Hi Juan,<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt; I have sent another email to the list under the subject: "Deploy error<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt; again".&nbsp; But it never came to the list.&nbsp; Is the
 server in problem?<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&gt; Subject : Deploy error again<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;I think you are having problems with the permissions in the<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;/usr/share/jboss-as directory. Make sure that you have the following<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;content in your $HOME/.m2/settings.xml file:<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;settings<br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;xmlns="<a target="_blank" href="http://maven.apache.org/POM/4.0.0%22">http://maven.apache.org/POM/4.0.0"</a>;<br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;xmlns:xsi="<a target="_blank" href="http://www.w3.org/2001/XMLSchema-instance%22">http://www.w3.org/2001/XMLSchema-instance"</a>;<br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;xsi:schemaLocation="<a target="_blank"
 href="http://maven.apache.org/POM/4.0.0">http://maven.apache.org/POM/4.0.0</a><br>&gt;&gt;&nbsp; &nbsp; <a target="_blank" href="http://maven.apache.org/xsd/settings-1.0.0.xsd%22">http://maven.apache.org/xsd/settings-1.0.0.xsd"</a>;&gt;<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;activeProfiles&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;activeProfile&gt;oVirtEnvSettings&lt;/activeProfile&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;/activeProfiles&gt;<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;profiles&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;profile&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;id&gt;oVirtEnvSettings&lt;/id&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;properties&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;jbossHome&gt;/home/satimis/jboss-as&lt;/jbossHome&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;&lt;/properties&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;/profile&gt;<br>&gt;&gt;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;/profiles&gt;<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;/settings&gt;<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;Pay special attention to the "jbossHome" property, it should be the<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;directory where you have the application server installed, and you need<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;to have permissions to write to it. Currently you are using<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;/usr/share/jboss-as, and I guess you don't have permissions to write<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;there. Install the application server to /home/staimis/jboss-as and use<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;that instead.<br>&gt;&gt; <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;-- <br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea
 3, planta<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;3ºD, 28016 Madrid, Spain<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat<br>&gt;&gt;&nbsp; &nbsp;&nbsp;&nbsp;S.L.<br>&gt;&gt; <br>&gt;&gt; <br>&gt;<br>&gt;<br>&gt;-- <br>&gt;Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta<br>&gt;3ºD, 28016 Madrid, Spain<br>&gt;Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br>&gt;<br>&gt;<br>&gt;</div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div></body></html>