<div dir="ltr">ah!<div><br></div><div>that&#39;s a bug :-) </div><div><br></div><div>OK, I did (locally) revert the last commit.</div><div><br></div><div>On the aerodoc-backend folder, please run:</div><div><span style="color:rgb(68,68,68);font-family:consolas,&quot;liberation mono&quot;,menlo,courier,monospace;font-size:12px">gco e30f0459501950ef51d88ecfa39ff2c44523b68f</span><br></div><div><span style="color:rgb(68,68,68);font-family:consolas,&quot;liberation mono&quot;,menlo,courier,monospace;font-size:12px"><br></span></div><div>Now, you are getting back to a vrsion that runs :-) Sorry for that. Now, just build again (mvn clean install) and than deploy ( mvn clean install jboss-as:deploy)<br></div><div><br></div><div>-Matthias</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 4, 2016 at 7:42 PM, columfoskin <span dir="ltr">&lt;<a href="mailto:columfoskin@gmail.com" target="_blank">columfoskin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Matthias, I have been trying for a while without the tests also and<br>
aerodoc still fails to build. Here is the output from the build attempt:<br>
<br>
<br>
[INFO]<br>
------------------------------<wbr>------------------------------<wbr>------------<br>
[INFO] BUILD FAILURE<br>
[INFO]<br>
------------------------------<wbr>------------------------------<wbr>------------<br>
[INFO] Total time: 17.314 s<br>
[INFO] Finished at: 2016-10-04T18:31:27+01:00<br>
[INFO] Final Memory: 51M/522M<br>
[INFO]<br>
------------------------------<wbr>------------------------------<wbr>------------<br>
[ERROR] Failed to execute goal<br>
org.jboss.as.plugins:jboss-as-<wbr>maven-plugin:7.4.Final:deploy (default-cli) on<br>
project aerodoc: Deployment failed and was rolled back. -&gt; [Help 1]<br>
[ERROR]<br>
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e<br>
switch.<br>
[ERROR] Re-run Maven using the -X switch to enable full debug logging.<br>
[ERROR]<br>
[ERROR] For more information about the errors and possible solutions, please<br>
read the following articles:<br>
[ERROR] [Help 1]<br>
<a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
MacBook-Pro:aerodoc-backend" rel="noreferrer" target="_blank">http://cwiki.apache.org/<wbr>confluence/display/MAVEN/<wbr>MojoExecutionException<br>
MacBook-Pro:aerodoc-backend</a> colum$<br>
<br>
Here is the output from the jboss server also:<br>
<br>
18:31:26,720 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4)<br>
MSC00001: Failed to start service<br>
jboss.persistenceunit.&quot;<wbr>aerodoc.war#aerodoc-default&quot;:<br>
org.jboss.msc.service.<wbr>StartException in service<br>
jboss.persistenceunit.&quot;<wbr>aerodoc.war#aerodoc-default&quot;: Failed to start service<br>
        at<br>
org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.run(<wbr>ServiceControllerImpl.java:<wbr>1767)<br>
[jboss-msc-1.0.2.GA.jar:<a href="http://1.0.2.GA" rel="noreferrer" target="_blank">1.0.2.<wbr>GA</a>]<br>
        at<br>
java.util.concurrent.<wbr>ThreadPoolExecutor.runWorker(<wbr>ThreadPoolExecutor.java:1145)<br>
[rt.jar:1.7.0_79]<br>
        at<br>
java.util.concurrent.<wbr>ThreadPoolExecutor$Worker.run(<wbr>ThreadPoolExecutor.java:615)<br>
[rt.jar:1.7.0_79]<br>
        at java.lang.Thread.run(Thread.<wbr>java:745) [rt.jar:1.7.0_79]<br>
Caused by: java.lang.AbstractMethodError<br>
        at<br>
org.hibernate.internal.<wbr>SessionFactoryImpl.&lt;init&gt;(<wbr>SessionFactoryImpl.java:294)<br>
        at<br>
org.hibernate.cfg.<wbr>Configuration.<wbr>buildSessionFactory(<wbr>Configuration.java:1737)<br>
        at<br>
org.hibernate.ejb.<wbr>EntityManagerFactoryImpl.&lt;<wbr>init&gt;(<wbr>EntityManagerFactoryImpl.java:<wbr>84)<br>
        at<br>
org.hibernate.ejb.<wbr>Ejb3Configuration.<wbr>buildEntityManagerFactory(<wbr>Ejb3Configuration.java:904)<br>
        at<br>
org.hibernate.ejb.<wbr>Ejb3Configuration.<wbr>buildEntityManagerFactory(<wbr>Ejb3Configuration.java:889)<br>
        at<br>
org.hibernate.ejb.<wbr>HibernatePersistence.<wbr>createContainerEntityManagerFa<wbr>ctory(HibernatePersistence.<wbr>java:73)<br>
        at<br>
org.jboss.as.jpa.service.<wbr>PersistenceUnitServiceImpl.<wbr>createContainerEntityManagerFa<wbr>ctory(<wbr>PersistenceUnitServiceImpl.<wbr>java:162)<br>
        at<br>
org.jboss.as.jpa.service.<wbr>PersistenceUnitServiceImpl.<wbr>start(<wbr>PersistenceUnitServiceImpl.<wbr>java:85)<br>
        at<br>
org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.startService(<wbr>ServiceControllerImpl.java:<wbr>1811)<br>
[jboss-msc-1.0.2.GA.jar:<a href="http://1.0.2.GA" rel="noreferrer" target="_blank">1.0.2.<wbr>GA</a>]<br>
        at<br>
org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.run(<wbr>ServiceControllerImpl.java:<wbr>1746)<br>
[jboss-msc-1.0.2.GA.jar:<a href="http://1.0.2.GA" rel="noreferrer" target="_blank">1.0.2.<wbr>GA</a>]<br>
        ... 3 more<br>
<br>
18:31:26,935 INFO  [org.jboss.as.server] (management-handler-thread - 9)<br>
JBAS015870: Deploy of deployment &quot;aerodoc.war&quot; was rolled back with failure<br>
message {&quot;JBAS014671: Failed services&quot; =&gt;<br>
{&quot;jboss.persistenceunit.\&quot;<wbr>aerodoc.war#aerodoc-default\&quot;&quot; =&gt;<br>
&quot;org.jboss.msc.service.<wbr>StartException in service<br>
jboss.persistenceunit.\&quot;<wbr>aerodoc.war#aerodoc-default\&quot;: Failed to start<br>
service&quot;}}<br>
18:31:26,947 INFO  [org.jboss.as.connector.<wbr>subsystems.datasources] (MSC<br>
service thread 1-7) JBAS010409: Unbound data source<br>
[jboss/datasources/AerodocDS]<br>
18:31:26,998 INFO  [org.jboss.as.server.<wbr>deployment] (MSC service thread 1-5)<br>
JBAS015877: Stopped deployment aerodoc.war in 62ms<br>
18:31:26,999 INFO  [org.jboss.as.controller] (management-handler-thread - 9)<br>
JBAS014774: Service status report<br>
JBAS014777:   Services which failed to start:      service<br>
jboss.persistenceunit.&quot;<wbr>aerodoc.war#aerodoc-default&quot;:<br>
org.jboss.msc.service.<wbr>StartException in service<br>
jboss.persistenceunit.&quot;<wbr>aerodoc.war#aerodoc-default&quot;: Failed to start service<br>
<br>
So far I have the following before attempting to run aerodoc:<br>
The UPS running in a docker container, the Jboss server running.<br>
<br>
Is there any other config that I may be missing?<br>
<br>
Thanks,<br>
Colum.<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://aerogear-users.1116366.n5.nabble.com/Aerogear-users-Aerogear-aerodoc-set-up-tp913p918.html" rel="noreferrer" target="_blank">http://aerogear-users.1116366.<wbr>n5.nabble.com/Aerogear-users-<wbr>Aerogear-aerodoc-set-up-<wbr>tp913p918.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the aerogear-users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Aerogear-users mailing list<br>
<a href="mailto:Aerogear-users@lists.jboss.org">Aerogear-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/aerogear-<wbr>users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a></div></div></div>
</div>