<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p></p>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;">
Hi Bruno</div>
<div><br>
</div>
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;">Following the instructions you described, all works well.</span>
<div><font face="Calibri, Arial, Helvetica, sans-serif"><br>
</font></div>
<div><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;">Thank you so&nbsp;much!</span><br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De:</b> Bruno Oliveira &lt;bruno@abstractj.org&gt;<br>
<b>Enviado:</b> quarta-feira, 14 de setembro de 2016 21:29<br>
<b>Para:</b> Maurício Giacomini Penteado<br>
<b>Cc:</b> keycloak-dev@lists.jboss.org<br>
<b>Assunto:</b> Re: [keycloak-dev] Keycloak Integration TestSuite FAILURE</font>
<div>&nbsp;</div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Maurício, you just have to copy the content of your downloaded Maven<br>
distribution. If you have any doubts, try this:<br>
<br>
git clone <a href="https://github.com/abstractj/docker.git" id="LPlnk500828">https://github.com/abstractj/docker.git</a> &amp;&amp;
<div id="LPBorder_GT_14739498760370.6952243157546676" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14739498760310.017528225715575774" cellspacing="0" style="width: 90%; position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200); background-color: rgb(255, 255, 255);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14739498760350.5082360347603936" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14739498760350.08314246286742621"></div>
<div id="LPTitle_14739498760350.8980564538726881" style="top: 0px; color: rgb(0, 120, 215); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, &quot;Segoe UI Light&quot;, &quot;Segoe WP Light&quot;, &quot;Segoe UI&quot;, &quot;Segoe WP&quot;, Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14739498760350.277346343936409" href="https://github.com/abstractj/docker.git" target="_blank" style="text-decoration: none;">abstractj/docker</a></div>
<div id="LPMetadata_14739498760360.6216471443891347" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, &quot;Segoe UI&quot;, &quot;Segoe WP&quot;, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
github.com</div>
<div id="LPDescription_14739498760360.5723633495022404" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, &quot;Segoe UI&quot;, &quot;Segoe WP&quot;, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
docker - Docker files crafted with love</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
cd docker &amp;&amp; git checkout centos &amp;&amp; cd centos-java-dev/dist &amp;&amp;<br>
curl <a href="http://mirror.nbtelecom.com.br/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz">
http://mirror.nbtelecom.com.br/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz</a> | tar xvz<br>
&amp;&amp; mv apache-maven-3.3.9 apache-maven &amp;&amp; cd .. &amp;&amp;<br>
sudo docker build -t keycloak-centos .<br>
<br>
I hope it helps.<br>
<br>
<br>
On 2016-09-14, Maurício Giacomini Penteado wrote:<br>
&gt;<br>
&gt; Hi Bruno, thanks by your attention.<br>
&gt;<br>
&gt; I am trying do what you have explained but when I build the docker image it never adds my &quot;dist/apache-maven&quot; folder. You have already passed by it?<br>
&gt;<br>
&gt; I always got the error:<br>
&gt; ADD dist/apache-maven/ /opt/src/apache-maven/<br>
&gt; lstat dist/apache-maven/: no such file or directory<br>
&gt;<br>
&gt; Kind regards<br>
&gt;<br>
&gt; ________________________________<br>
&gt; De: Bruno Oliveira &lt;bruno@abstractj.org&gt;<br>
&gt; Enviado: quarta-feira, 14 de setembro de 2016 03:22<br>
&gt; Para: Maurício Giacomini Penteado<br>
&gt; Cc: keycloak-dev@lists.jboss.org<br>
&gt; Assunto: Re: [keycloak-dev] Keycloak Integration TestSuite FAILURE<br>
&gt;<br>
&gt; Hi Mauricio, I couldn't reproduce your issue with the latest CentOS<br>
&gt; version. To make sure that we're discussing about the same environment,<br>
&gt; I built this docker image[1], just follow the instructions here[2] to run.<br>
&gt;<br>
&gt; I hope it helps.<br>
&gt;<br>
&gt;<br>
&gt; [1] - <a href="https://hub.docker.com/r/abstractj/keycloak-centos/">https://hub.docker.com/r/abstractj/keycloak-centos/</a><br>
&gt; [2] - <a href="https://github.com/abstractj/docker/blob/centos/centos-java-dev/README.md">
https://github.com/abstractj/docker/blob/centos/centos-java-dev/README.md</a><br>
&gt;<br>
&gt; On 2016-09-13, Maurício Giacomini Penteado wrote:<br>
&gt; &gt;<br>
&gt; &gt; I am trying build with a CentOS Linux release 7.2.<br>
&gt; &gt;<br>
&gt; &gt; I have already tried build the keycloak versions 2.0.0, 2.1.0 and 2.2.0 with OpenJDK and Oracle JDK.<br>
&gt; &gt;<br>
&gt; &gt; I just did a clone and performed a &quot;mvn install&quot;.<br>
&gt; &gt;<br>
&gt; &gt; All my attempts result in the same errors:<br>
&gt; &gt;<br>
&gt; &gt; Keycloak Integration TestSuite FAILURE<br>
&gt; &gt;<br>
&gt; &gt; Failed tests:<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testCors:286 expected:&lt;200&gt; but was:&lt;403&gt;<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testRelativeUriAndPublicKey:172 expected:&lt;500&gt; but was:&lt;401&gt;<br>
&gt; &gt; Tests in error:<br>
&gt; &gt;&nbsp;&nbsp; JaxrsBasicAuthTest.testBasic:141 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testBasic:141 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testPushNotBefore:314 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testResourceRoleMappings:236 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;<br>
&gt; &gt; Tests run: 414, Failures: 2, Errors: 4, Skipped: 32<br>
&gt; &gt;<br>
&gt; &gt; = [<br>
&gt; &gt;<br>
&gt; &gt; Somebody, please!<br>
&gt; &gt; ________________________________<br>
&gt; &gt; De: Maurício Giacomini Penteado &lt;mauriciogiacomini@hotmail.com&gt;<br>
&gt; &gt; Enviado: terça-feira, 13 de setembro de 2016 14:20<br>
&gt; &gt; Para: stian@redhat.com<br>
&gt; &gt; Cc: keycloak-dev@lists.jboss.org<br>
&gt; &gt; Assunto: Re: [keycloak-dev] Keycloak Integration TestSuite FAILURE<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hello Stian<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; I did a clone of master from Travis repository and to me the errors are the same&nbsp; = /<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ________________________________<br>
&gt; &gt; De: Stian Thorgersen &lt;sthorger@redhat.com&gt;<br>
&gt; &gt; Enviado: terça-feira, 13 de setembro de 2016 13:10<br>
&gt; &gt; Para: Maurício Giacomini Penteado<br>
&gt; &gt; Cc: keycloak-dev@lists.jboss.org<br>
&gt; &gt; Assunto: Re: [keycloak-dev] Keycloak Integration TestSuite FAILURE<br>
&gt; &gt;<br>
&gt; &gt; What steps do you run to build/test? Works on my box and also it works on Travis.<br>
&gt; &gt;<br>
&gt; &gt; On 13 September 2016 at 15:08, Maurício Giacomini Penteado &lt;mauriciogiacomini@hotmail.com&lt;mailto:mauriciogiacomini@hotmail.com&gt;&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; Hello everybody.<br>
&gt; &gt;<br>
&gt; &gt; All my attempts to build keycloak result in the same errors:<br>
&gt; &gt;<br>
&gt; &gt; Keycloak Integration TestSuite FAILURE<br>
&gt; &gt;<br>
&gt; &gt; Failed tests:<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testCors:286 expected:&lt;200&gt; but was:&lt;403&gt;<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testRelativeUriAndPublicKey:172 expected:&lt;500&gt; but was:&lt;401&gt;<br>
&gt; &gt; Tests in error:<br>
&gt; &gt;&nbsp;&nbsp; JaxrsBasicAuthTest.testBasic:141 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testBasic:141 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testPushNotBefore:314 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;&nbsp;&nbsp; JaxrsFilterTest.testResourceRoleMappings:236 » ClientError HTTP 403 Forbidden<br>
&gt; &gt;<br>
&gt; &gt; Tests run: 414, Failures: 2, Errors: 4, Skipped: 32<br>
&gt; &gt;<br>
&gt; &gt; If somebody has an idea about what happens, please let me know!<br>
&gt; &gt;<br>
&gt; &gt; Kind regards,<br>
&gt; &gt; Maurício.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; keycloak-dev mailing list<br>
&gt; &gt; keycloak-dev@lists.jboss.org&lt;mailto:keycloak-dev@lists.jboss.org&gt;<br>
&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
&gt; &gt;<br>
&gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; keycloak-dev mailing list<br>
&gt; &gt; keycloak-dev@lists.jboss.org<br>
&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; abstractj<br>
&gt; PGP: 0x84DC9914<br>
<br>
--<br>
<br>
abstractj<br>
PGP: 0x84DC9914<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>