<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt">Hi,<br><br># find / -name jboss-as<br>find: `/run/user/satimis/gvfs': Permission denied<br>/home/satimis/jboss-as<br><br>jbozz-as is NOT on /usr/share/jboss-as<br><br><br>Stephen L<br><div><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;"> <div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1"> <b><span style="font-weight:bold;">From:</span></b> Juan Hernandez <jhernand@redhat.com><br> <b><span style="font-weight: bold;">To:</span></b> Stephen
Liu <satimis@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b> "engine-devel@ovirt.org" <engine-devel@ovirt.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, November 14, 2012 6:23 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Engine-devel] Building oVirt from source<br> </font> </div> <br>On 11/14/2012 11:10 AM, Stephen Liu wrote:<br>> <br>> Hi Juan,<br>> <br>> I have sent another email to the list under the subject: "Deploy error<br>> again". But it never came to the list. Is the server in problem?<br>> <br>> Subject : Deploy error again<br><br>I think you are having problems with the permissions in the<br>/usr/share/jboss-as directory. Make sure that you have the following<br>content in your $HOME/.m2/settings.xml file:<br><br><settings<br> xmlns="<a href="http://maven.apache.org/POM/4.0.0"
target="_blank">http://maven.apache.org/POM/4.0.0</a>"<br> xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br> xsi:schemaLocation="<a href="http://maven.apache.org/POM/4.0.0" target="_blank">http://maven.apache.org/POM/4.0.0</a><br><a href="http://maven.apache.org/xsd/settings-1.0.0.xsd" target="_blank">http://maven.apache.org/xsd/settings-1.0.0.xsd</a>"><br><br> <activeProfiles><br> <activeProfile>oVirtEnvSettings</activeProfile><br> </activeProfiles><br><br> <profiles><br> <profile><br> <id>oVirtEnvSettings</id><br> <properties><br> <jbossHome>/home/satimis/jboss-as</jbossHome><br> </properties><br> </profile><br>
</profiles><br><br></settings><br><br>Pay special attention to the "jbossHome" property, it should be the<br>directory where you have the application server installed, and you need<br>to have permissions to write to it. Currently you are using<br>/usr/share/jboss-as, and I guess you don't have permissions to write<br>there. Install the application server to /home/staimis/jboss-as and use<br>that instead.<br><br>-- <br>Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta<br>3ºD, 28016 Madrid, Spain<br>Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br><br><br> </div> </div> </blockquote></div> </div></body></html>