Thanks Romain. ------------------------------------------- http://eprogramming.github.io
On Wed, Apr 2, 2014 at 8:54 AM, Romain Manni-Bucau <[email protected]>wrote: > if it is blocked you can jstack or kill -3 the proecss to see what's > the issue is > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-04-02 12:08 GMT+02:00 helio frota <[email protected]>: > > sorry i forget this: > > > > And i using -Dmaven.test.failure.ignore=true now to continue and try to > > publish the results on sonarqube. > > > > cheers, > > helio > > > > ------------------------------------------- > > http://eprogramming.github.io > > > > > > > > On Wed, Apr 2, 2014 at 7:07 AM, helio frota <[email protected]> wrote: > > > >> MAVEN_OPTS solves the problem > >> http://tomee.apache.org/dev/source-code.html > >> > >> but other problem here just to feedback: > >> > >> build started 8 hours ago and stalled on > >> > >> .... > >> > >> INFO - Removing the timed-out stateful session bean instance > 8a3985f9db182be2:405da2ac:14520a73742:-7fac > >> INFO - Removing the timed-out stateful session bean instance > 8a3985f9db182be2:405da2ac:14520a73742:-7fab > >> INFO - Removing the timed-out stateful session bean instance > 8a3985f9db182be2:405da2ac:14520a73742:-7faa > >> INFO - Removing the timed-out stateful session bean instance > 8a3985f9db182be2:405da2ac:14520a73742:-7fa9 > >> > >> tks > >> > >> > >> > >> > >> ------------------------------------------- > >> http://eprogramming.github.io > >> > >> > >> > >> On Tue, Apr 1, 2014 at 8:50 AM, helio frota <[email protected]> wrote: > >> > >>> Yep ! > >>> > >>> This is my 'hulk server' ( another notebook ) > >>> Used to catch minimal requirements to build OpenJDK on Adopt OpenJDK > ; ) > >>> > >>> So i catch this one o/ > >>> > >>> > >>> > >>> > >>> ------------------------------------------- > >>> http://eprogramming.github.io > >>> > >>> > >>> > >>> On Tue, Apr 1, 2014 at 8:13 AM, Romain Manni-Bucau < > [email protected] > >>> > wrote: > >>> > >>>> seems your machine is too slow ;) > >>>> Romain Manni-Bucau > >>>> Twitter: @rmannibucau > >>>> Blog: http://rmannibucau.wordpress.com/ > >>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau > >>>> Github: https://github.com/rmannibucau > >>>> > >>>> > >>>> > >>>> 2014-04-01 12:43 GMT+02:00 helio frota <[email protected]>: > >>>> > Hi , > >>>> > > >>>> > Just a feedback > >>>> > > >>>> > > >>>> > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > 18.764 > >>>> > sec <<< FAILURE! - in org.apache.openejb.server.ssh.SSHServerTest > >>>> > call(org.apache.openejb.server.ssh.SSHServerTest) Time elapsed: > >>>> > 10.087 sec <<< ERROR! > >>>> > java.lang.Exception: test timed out after 10000 milliseconds > >>>> > at java.lang.Object.wait(Native Method) > >>>> > at java.lang.Object.wait(Object.java:503) > >>>> > at > >>>> > org.apache.sshd.client.channel.AbstractClientChannel.waitFor(AbstractClientChannel.java:171) > >>>> > at > >>>> > org.apache.openejb.server.ssh.SSHServerTest.call(SSHServerTest.java:84) > >>>> > > >>>> > > >>>> > Results : > >>>> > > >>>> > Tests in error: > >>>> > SSHServerTest.call:84->Object.wait:503->Object.wait:-2 ยป test > timed > >>>> > out after... > >>>> > > >>>> > > >>>> > > >>>> > > >>>> > ------------------------------------------- > >>>> > http://eprogramming.github.io > >>>> > >>> > >>> > >> >
