You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by helio frota <00...@gmail.com> on 2014/04/03 01:42:26 UTC

[build error] feedback 3

hi,

* build aborted after 8 hrs +
* Stalled
* -Dmaven.test.failure.ignore=true to continue

full output attached



-------------------------------------------
http://eprogramming.github.io

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Ok going to try this too !

Thanks again Andy !

I hope this question helps other users too.

BTW, Andy i will use this : set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M
-XX:ReservedCodeCacheSize=64m -Xss2048k

for my step-by-step tutorial on : 'setup your own buildbot with jenkins'
thanks !




On Sat, Aug 9, 2014 at 6:53 PM, Andy Gumbrecht <an...@gmx.de> wrote:

> Using -Pquick will cut out TomEE. TomEE 1.7.0 cannot resolve remotely
> because it is in staging and has no public repo.
>
> You should do something like the following on the the TAG checkout:
>
> set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m
> -Xss2048k
>
> mvn -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false
> -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install
>
> Andy.
>
>
> On 09/08/2014 14:40, helio frota wrote:
>
>> Hi Daniel,
>>
>> yes 1.7.0 now : ]
>>
>> this is helps a lot:
>>
>> mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
>> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
>> clean install
>>
>> http://tomee.apache.org/dev/source-code.html
>>
>>
>>
>>
>>
>> On Tue, Apr 8, 2014 at 7:58 AM, Daniel Cunha <da...@gmail.com>
>> wrote:
>>
>>  Helio,
>>>
>>> I think that this better option.
>>> Start development in TomEE 1.7.0 and Java EE 7.
>>>
>>>
>>> On Mon, Apr 7, 2014 at 8:21 PM, helio frota <00...@gmail.com> wrote:
>>>
>>>  Hi,
>>>> I saw the roadmap discussion , so going to install java 8 and move the
>>>> focus to tomEE 1.7.0
>>>> Thanks again.
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Fri, Apr 4, 2014 at 7:01 AM, helio frota <00...@gmail.com> wrote:
>>>>
>>>>  Sorry you mean the 'thread dump' ?
>>>>> Sure, when run again going to get the thread dump.
>>>>>
>>>>>
>>>>>
>>>>> -------------------------------------------
>>>>> http://eprogramming.github.io
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00...@gmail.com> wrote:
>>>>>
>>>>>  Are you able to get a thread stack when it hangs?
>>>>>>
>>>>>> sure, full output attached.
>>>>>>
>>>>>> tks
>>>>>>
>>>>>>   -------------------------------------------
>>>>>> http://eprogramming.github.io
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <
>>>>>>
>>>>> rmannibucau@gmail.com
>>>>
>>>>> wrote:
>>>>>>> Well not sure too. The log means the run was slow more or less. Sonar
>>>>>>>
>>>>>> is
>>>>
>>>>> really different from mvn alone and can be broken by itself since it
>>>>>>> instrumznts code.
>>>>>>>
>>>>>>> Are you able to get a thread stack when it hangs?
>>>>>>> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
>>>>>>>
>>>>>>>  This log is on both classes:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  container/openejb-core/src/main/java/org/apache/openejb/
>>> core/stateful/StatefulContainer.java:
>>>
>>>> logger.info("Removing the timed-out stateful session bean instance
>>>>>>>>
>>>>>>> " +
>>>>
>>>>> instance.primaryKey);
>>>>>>>>
>>>>>>>>
>>>>>>>>  container/openejb-core/src/main/java/org/apache/openejb/
>>> core/managed/ManagedContainer.java:
>>>
>>>> logger.info("Removing the timed-out stateful session bean instance
>>>>>>>>
>>>>>>> " +
>>>>
>>>>> instance.primaryKey);
>>>>>>>>
>>>>>>>> when running sonar from jenkins the thing gets stalled.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> -------------------------------------------
>>>>>>>> http://eprogramming.github.io
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com>
>>>>>>>>
>>>>>>> wrote:
>>>>
>>>>> i really don't know the diff between
>>>>>>>>>
>>>>>>>>> mvn clean install
>>>>>>>>>
>>>>>>>>> and
>>>>>>>>>
>>>>>>>>> mvn clean sonar:sonar
>>>>>>>>>
>>>>>>>>> for me both do the maven cycle:
>>>>>>>>>
>>>>>>>>> * clean
>>>>>>>>> * compile
>>>>>>>>>
>>>>>>>>> but sonar maven plugin gets stalled .
>>>>>>>>>
>>>>>>>>> any help ?
>>>>>>>>>
>>>>>>>>> thanks !
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -------------------------------------------
>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com>
>>>>>>>>>
>>>>>>>> wrote:
>>>>>>>
>>>>>>>> sorry, false alarm  :/
>>>>>>>>>>
>>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>>>>>
>>>>>>>>> aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
>>>>>>>>
>>>>>>>>> Build was aborted
>>>>>>>>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>>>>>>>>> Finished: ABORTED
>>>>>>>>>>
>>>>>>>>>> But now i know this is on sonar phase
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>>>>>>>>>>
>>>>>>>>> -Dmaven.test.failure.ignore=
>>>>>>>>
>>>>>>>>> true
>>>>>>>>>> [INFO] Scanning for projects...
>>>>>>>>>>
>>>>>>>>>> tks
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -------------------------------------------
>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com>
>>>>>>>>>>
>>>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Romain !
>>>>>>>>>>>
>>>>>>>>>>> Build not stalled anymore, i don't know what you did but
>>>>>>>>>>>
>>>>>>>>>> working
>>>
>>>> now !
>>>>>>>
>>>>>>>> Running now sonar :
>>>>>>>>>>>
>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........
>>>>>>>>>>>
>>>>>>>>>> SUCCESS
>>>>
>>>>> [1:00.133s]
>>>>>>>>
>>>>>>>>> [INFO]
>>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------
>>>> ------------
>>>>
>>>>> [INFO] BUILD SUCCESS
>>>>>>>>>>> [INFO]
>>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------
>>>> ------------
>>>>
>>>>> [INFO] Total time: 1:22:33.966s
>>>>>>>>>>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>>>>>>>>>>>
>>>>>>>>>>> [INFO] Final Memory: 155M/537M
>>>>>>>>>>> [INFO]
>>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------
>>>> ------------
>>>>
>>>>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>>>>>>>>>>>
>>>>>>>>>> -Dmaven.test.failure.ignore=true
>>>>>>>>
>>>>>>>>> Thanks !
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00hf11@gmail.com
>>>>>>>>>>>
>>>>>>>>>> wrote:
>>>>>>>
>>>>>>>> Pquick same problem, stalled again o_0
>>>>>>>>>>>>
>>>>>>>>>>>> 4 hr 27 min
>>>>>>>>>>>>
>>>>>>>>>>>> /opt/maven/bin/mvn clean install -Pquick
>>>>>>>>>>>>
>>>>>>>>>>>> ...
>>>>>>>>>>>> ...
>>>>>>>>>>>>
>>>>>>>>>>>> WARNING - The composite identity class "class
>>>>>>>>>>>>
>>>>>>>>>>> org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for
>>>>>>>>
>>>>>>> entity
>>>
>>>> "class
>>>>>>>
>>>>>> openejb.org.apache.openejb.test.entity.cmr.manytomany.
>>>> ComplexPlatform"
>>>>
>>>>> is
>>>>>>>
>>>>>>>> not serializable.
>>>>>>>>
>>>>>>>>> WARNING - Unexpected exception from afterCompletion;
>>>>>>>>>>>>
>>>>>>>>>>> continuing
>>>
>>>> java.lang.UnsupportedOperationException
>>>>>>>>>>>>     at
>>>>>>>>>>>>
>>>>>>>>>>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.
>>> pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>
>>>> ....
>>>>>>>>>>>> ....
>>>>>>>>>>>>
>>>>>>>>>>>> WARNING - Unexpected exception from afterCompletion;
>>>>>>>>>>>>
>>>>>>>>>>> continuing
>>>
>>>> java.lang.UnsupportedOperationException
>>>>>>>>>>>>     at
>>>>>>>>>>>>
>>>>>>>>>>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.
>>> pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>
>>>> ....
>>>>>>>>>>>> ....
>>>>>>>>>>>>
>>>>>>>>>>>> WARNING - Unexpected exception from afterCompletion;
>>>>>>>>>>>>
>>>>>>>>>>> continuing
>>>
>>>> java.lang.UnsupportedOperationException
>>>>>>>>>>>>     at
>>>>>>>>>>>>
>>>>>>>>>>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.
>>> pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>
>>>> ....
>>>>>>>>>>>> ....
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>>>>>>>
>>>>>>>>>>> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>>>>>>>>
>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>>>>>>>
>>>>>>>>>>> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>>>>>>>>
>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>>>>>>>
>>>>>>>>>>> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>>>>>>>>
>>>>>>>>> Build was aborted
>>>>>>>>>>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>>>>>>>>>>> Finished: ABORTED
>>>>>>>>>>>>
>>>>>>>>>>>> tks
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00hf11@gmail.com
>>>>>>>>>>>>
>>>>>>>>>>> wrote:
>>>>>>>
>>>>>>>> Focusing on Pquick only ...
>>>>>>>>>>>>>
>>>>>>>>>>>>> [INFO] Apache OpenEJB
>>>>>>>>>>>>> [INFO] OpenEJB :: Container
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: JPA Integration
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: API
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Loader
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Java Agent
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Java EE
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>>>>>>>>>>>>> [INFO] OpenEJB :: Shade
>>>>>>>>>>>>> [INFO] OpenEJB :: Shade :: Quartz
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Core
>>>>>>>>>>>>> [INFO] OpenEJB :: Server
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Client
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Util
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Common
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Core
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: EJBd
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Hsql
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Http
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Loader
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: JDBC
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Catalina
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: MyFaces
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Mojarra
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Webapp
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: REST
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: CXF Transport
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: CXF RS
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Webservices
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: CXF
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Web Services
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>>>>>>>>>>>>> [INFO] OpenEJB :: Utils
>>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins
>>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: Util
>>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven
>>>>>>>>>>>>>
>>>>>>>>>>>> Plugin
>>>
>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven
>>>>>>>>>>>>>
>>>>>>>>>>>> Plugin
>>>>
>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: JUnit
>>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: ActiveMQ
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Derby Network Service
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Axis
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Daemon
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Common CLI
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: SSH
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: BoneCP
>>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Hessian
>>>>>>>>>>>>> [INFO] OpenEJB :: Assembly
>>>>>>>>>>>>> [INFO] OpenEJB :: Assembly :: Standalone
>>>>>>>>>>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
>>>>>>>>>>>>>
>>>>>>>>>>>> Provider
>>>>>>>
>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded
>>>>>>>>>>>>>
>>>>>>>>>>>> Adaptor
>>>>
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
>>>>>>>>>>>>>
>>>>>>>>>>>> Profile
>>>>>>>
>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>>>>>>>>>>>>>
>>>>>>>>>>>> JAXRS
>>>
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>>>>>>>>>>>>>
>>>>>>>>>>>> JAXWS
>>>
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>>>>>>>>>>>>>
>>>>>>>>>>>> Configuration Tests
>>>>>>>>
>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample ::
>>>>>>>>>>>>>
>>>>>>>>>>>> Moviefun
>>>>>>>
>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB
>>>>>>>>>>>>>
>>>>>>>>>>>> Container
>>>>
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian
>>>>>>>>>>>>>
>>>>>>>>>>>> TCK
>>>
>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Provisionning
>>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Mockito
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: webaccess
>>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>>>>>>>>>>>>
>>>>>>>>>>>>> cheers,
>>>>>>>>>>>>> helio
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <
>>>>>>>>>>>>>
>>>>>>>>>>>> 00hf11@gmail.com>
>>>
>>>> wrote:
>>>>>>>>
>>>>>>>>> Thanks Romain !
>>>>>>>>>>>>>> Going to change the jenkins here !
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>>>>>>>>>>>>> rmannibucau@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  mvn clean install -Pall-adapters actually to make it even
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>> longer ;)
>>>>>>>
>>>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>> écrit :
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> After 8hrs:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>> Build was aborted
>>>>>>>>>>>>>>>> Aborted by anonymous
>>>>>>>>>>>>>>>> Finished: ABORTED
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> What is the configuration of buildbot ?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Here is notebook toshiba satellite >>> dual <<< core 2.0
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ghz
>>>>
>>>>> 3GB
>>>>>>>
>>>>>>>> RAM
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ubuntu 13.10 text mode only ( is another notebook )
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I need to configure something or just 'mvn clean
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> install' ?
>>>
>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Apr 2, 2014 at 8:50 PM, helio frota <
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 00hf11@gmail.com>
>>>>>>>
>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Lot of fun : ]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 00hf11@gmail.com>
>>>>>>>
>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> hi,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> * build aborted after 8 hrs +
>>>>>>>>>>>>>>>>>> * Stalled
>>>>>>>>>>>>>>>>>> * -Dmaven.test.failure.ignore=true to continue
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> full output attached
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>> --
>>> Daniel Cunha (soro)
>>> Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br>
>>> |
>>> LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
>>> <https://github.com/danielsoro>*
>>>
>>>
>

Re: [build error] feedback 3

Posted by Andy Gumbrecht <an...@gmx.de>.
Using -Pquick will cut out TomEE. TomEE 1.7.0 cannot resolve remotely 
because it is in staging and has no public repo.

You should do something like the following on the the TAG checkout:

set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M 
-XX:ReservedCodeCacheSize=64m -Xss2048k

mvn -Dsurefire.useFile=false -DdisableXmlReport=true 
-DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false 
clean install

Andy.

On 09/08/2014 14:40, helio frota wrote:
> Hi Daniel,
>
> yes 1.7.0 now : ]
>
> this is helps a lot:
>
> mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
> clean install
>
> http://tomee.apache.org/dev/source-code.html
>
>
>
>
>
> On Tue, Apr 8, 2014 at 7:58 AM, Daniel Cunha <da...@gmail.com> wrote:
>
>> Helio,
>>
>> I think that this better option.
>> Start development in TomEE 1.7.0 and Java EE 7.
>>
>>
>> On Mon, Apr 7, 2014 at 8:21 PM, helio frota <00...@gmail.com> wrote:
>>
>>> Hi,
>>> I saw the roadmap discussion , so going to install java 8 and move the
>>> focus to tomEE 1.7.0
>>> Thanks again.
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Fri, Apr 4, 2014 at 7:01 AM, helio frota <00...@gmail.com> wrote:
>>>
>>>> Sorry you mean the 'thread dump' ?
>>>> Sure, when run again going to get the thread dump.
>>>>
>>>>
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00...@gmail.com> wrote:
>>>>
>>>>> Are you able to get a thread stack when it hangs?
>>>>>
>>>>> sure, full output attached.
>>>>>
>>>>> tks
>>>>>
>>>>>   -------------------------------------------
>>>>> http://eprogramming.github.io
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <
>>> rmannibucau@gmail.com
>>>>>> wrote:
>>>>>> Well not sure too. The log means the run was slow more or less. Sonar
>>> is
>>>>>> really different from mvn alone and can be broken by itself since it
>>>>>> instrumznts code.
>>>>>>
>>>>>> Are you able to get a thread stack when it hangs?
>>>>>> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
>>>>>>
>>>>>>> This log is on both classes:
>>>>>>>
>>>>>>>
>>>>>>>
>> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
>>>>>>> logger.info("Removing the timed-out stateful session bean instance
>>> " +
>>>>>>> instance.primaryKey);
>>>>>>>
>>>>>>>
>> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
>>>>>>> logger.info("Removing the timed-out stateful session bean instance
>>> " +
>>>>>>> instance.primaryKey);
>>>>>>>
>>>>>>> when running sonar from jenkins the thing gets stalled.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -------------------------------------------
>>>>>>> http://eprogramming.github.io
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com>
>>> wrote:
>>>>>>>> i really don't know the diff between
>>>>>>>>
>>>>>>>> mvn clean install
>>>>>>>>
>>>>>>>> and
>>>>>>>>
>>>>>>>> mvn clean sonar:sonar
>>>>>>>>
>>>>>>>> for me both do the maven cycle:
>>>>>>>>
>>>>>>>> * clean
>>>>>>>> * compile
>>>>>>>>
>>>>>>>> but sonar maven plugin gets stalled .
>>>>>>>>
>>>>>>>> any help ?
>>>>>>>>
>>>>>>>> thanks !
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> -------------------------------------------
>>>>>>>> http://eprogramming.github.io
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com>
>>>>>> wrote:
>>>>>>>>> sorry, false alarm  :/
>>>>>>>>>
>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>> aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
>>>>>>>>> Build was aborted
>>>>>>>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>>>>>>>> Finished: ABORTED
>>>>>>>>>
>>>>>>>>> But now i know this is on sonar phase
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>>>>>>> -Dmaven.test.failure.ignore=
>>>>>>>>> true
>>>>>>>>> [INFO] Scanning for projects...
>>>>>>>>>
>>>>>>>>> tks
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -------------------------------------------
>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com>
>>>>>> wrote:
>>>>>>>>>> Hi Romain !
>>>>>>>>>>
>>>>>>>>>> Build not stalled anymore, i don't know what you did but
>> working
>>>>>> now !
>>>>>>>>>> Running now sonar :
>>>>>>>>>>
>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........
>>> SUCCESS
>>>>>>> [1:00.133s]
>>>>>>>>>> [INFO]
>>> ------------------------------------------------------------------------
>>>>>>>>>> [INFO] BUILD SUCCESS
>>>>>>>>>> [INFO]
>>> ------------------------------------------------------------------------
>>>>>>>>>> [INFO] Total time: 1:22:33.966s
>>>>>>>>>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>>>>>>>>>>
>>>>>>>>>> [INFO] Final Memory: 155M/537M
>>>>>>>>>> [INFO]
>>> ------------------------------------------------------------------------
>>>>>>>>>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>>>>>>> -Dmaven.test.failure.ignore=true
>>>>>>>>>> Thanks !
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -------------------------------------------
>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00hf11@gmail.com
>>>>>> wrote:
>>>>>>>>>>> Pquick same problem, stalled again o_0
>>>>>>>>>>>
>>>>>>>>>>> 4 hr 27 min
>>>>>>>>>>>
>>>>>>>>>>> /opt/maven/bin/mvn clean install -Pquick
>>>>>>>>>>>
>>>>>>>>>>> ...
>>>>>>>>>>> ...
>>>>>>>>>>>
>>>>>>>>>>> WARNING - The composite identity class "class
>>>>>>> org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for
>> entity
>>>>>> "class
>>> openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform"
>>>>>> is
>>>>>>> not serializable.
>>>>>>>>>>> WARNING - Unexpected exception from afterCompletion;
>> continuing
>>>>>>>>>>> java.lang.UnsupportedOperationException
>>>>>>>>>>>     at
>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>>>>>>>>> ....
>>>>>>>>>>> ....
>>>>>>>>>>>
>>>>>>>>>>> WARNING - Unexpected exception from afterCompletion;
>> continuing
>>>>>>>>>>> java.lang.UnsupportedOperationException
>>>>>>>>>>>     at
>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>>>>>>>>> ....
>>>>>>>>>>> ....
>>>>>>>>>>>
>>>>>>>>>>> WARNING - Unexpected exception from afterCompletion;
>> continuing
>>>>>>>>>>> java.lang.UnsupportedOperationException
>>>>>>>>>>>     at
>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>>>>>>>>> ....
>>>>>>>>>>> ....
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>>>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>>>>>>>>>>> INFO - Removing the timed-out stateful session bean instance
>>>>>>> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>>>>>>>>>>> Build was aborted
>>>>>>>>>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>>>>>>>>>> Finished: ABORTED
>>>>>>>>>>>
>>>>>>>>>>> tks
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00hf11@gmail.com
>>>>>> wrote:
>>>>>>>>>>>> Focusing on Pquick only ...
>>>>>>>>>>>>
>>>>>>>>>>>> [INFO] Apache OpenEJB
>>>>>>>>>>>> [INFO] OpenEJB :: Container
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: JPA Integration
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: API
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Loader
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Java Agent
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Java EE
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>>>>>>>>>>>> [INFO] OpenEJB :: Shade
>>>>>>>>>>>> [INFO] OpenEJB :: Shade :: Quartz
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Core
>>>>>>>>>>>> [INFO] OpenEJB :: Server
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Client
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Util
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Common
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Core
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: EJBd
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Hsql
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Http
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Loader
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: JDBC
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Catalina
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: MyFaces
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Mojarra
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Webapp
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: REST
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: CXF Transport
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: CXF RS
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Webservices
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: CXF
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Web Services
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>>>>>>>>>>>> [INFO] OpenEJB :: Utils
>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: Util
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven
>> Plugin
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven
>>> Plugin
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>>>>>>>>>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: JUnit
>>>>>>>>>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: ActiveMQ
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Derby Network Service
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Axis
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Daemon
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Common CLI
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: SSH
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: BoneCP
>>>>>>>>>>>> [INFO] OpenEJB :: Server :: Hessian
>>>>>>>>>>>> [INFO] OpenEJB :: Assembly
>>>>>>>>>>>> [INFO] OpenEJB :: Assembly :: Standalone
>>>>>>>>>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
>>>>>> Provider
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded
>>> Adaptor
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
>>>>>> Profile
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>> JAXRS
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>> JAXWS
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>>>>>>> Configuration Tests
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample ::
>>>>>> Moviefun
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB
>>> Container
>>>>>>>>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian
>> TCK
>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Provisionning
>>>>>>>>>>>> [INFO] OpenEJB :: Utils :: Mockito
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: webaccess
>>>>>>>>>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>>>>>>>>>>>
>>>>>>>>>>>> cheers,
>>>>>>>>>>>> helio
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <
>> 00hf11@gmail.com>
>>>>>>> wrote:
>>>>>>>>>>>>> Thanks Romain !
>>>>>>>>>>>>> Going to change the jenkins here !
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>>>>>>>>>>>> rmannibucau@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn clean install -Pall-adapters actually to make it even
>>>>>> longer ;)
>>>>>>>>>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a
>>>>>> écrit :
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> After 8hrs:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>> Build was aborted
>>>>>>>>>>>>>>> Aborted by anonymous
>>>>>>>>>>>>>>> Finished: ABORTED
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> What is the configuration of buildbot ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Here is notebook toshiba satellite >>> dual <<< core 2.0
>>> ghz
>>>>>> 3GB
>>>>>>>>>>>>>> RAM
>>>>>>>>>>>>>>> ubuntu 13.10 text mode only ( is another notebook )
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I need to configure something or just 'mvn clean
>> install' ?
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Apr 2, 2014 at 8:50 PM, helio frota <
>>>>>> 00hf11@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>> Lot of fun : ]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <
>>>>>> 00hf11@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>> hi,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> * build aborted after 8 hrs +
>>>>>>>>>>>>>>>>> * Stalled
>>>>>>>>>>>>>>>>> * -Dmaven.test.failure.ignore=true to continue
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> full output attached
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> -------------------------------------------
>>>>>>>>>>>>>>>>> http://eprogramming.github.io
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>
>> --
>> Daniel Cunha (soro)
>> Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br> |
>> LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
>> <https://github.com/danielsoro>*
>>


Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Hi Daniel,

yes 1.7.0 now : ]

this is helps a lot:

mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
-DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
clean install

http://tomee.apache.org/dev/source-code.html





On Tue, Apr 8, 2014 at 7:58 AM, Daniel Cunha <da...@gmail.com> wrote:

> Helio,
>
> I think that this better option.
> Start development in TomEE 1.7.0 and Java EE 7.
>
>
> On Mon, Apr 7, 2014 at 8:21 PM, helio frota <00...@gmail.com> wrote:
>
> > Hi,
> > I saw the roadmap discussion , so going to install java 8 and move the
> > focus to tomEE 1.7.0
> > Thanks again.
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Fri, Apr 4, 2014 at 7:01 AM, helio frota <00...@gmail.com> wrote:
> >
> > > Sorry you mean the 'thread dump' ?
> > > Sure, when run again going to get the thread dump.
> > >
> > >
> > >
> > > -------------------------------------------
> > > http://eprogramming.github.io
> > >
> > >
> > >
> > > On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00...@gmail.com> wrote:
> > >
> > >> Are you able to get a thread stack when it hangs?
> > >>
> > >> sure, full output attached.
> > >>
> > >> tks
> > >>
> > >>  -------------------------------------------
> > >> http://eprogramming.github.io
> > >>
> > >>
> > >>
> > >> On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <
> > rmannibucau@gmail.com
> > >> > wrote:
> > >>
> > >>> Well not sure too. The log means the run was slow more or less. Sonar
> > is
> > >>> really different from mvn alone and can be broken by itself since it
> > >>> instrumznts code.
> > >>>
> > >>> Are you able to get a thread stack when it hangs?
> > >>> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
> > >>>
> > >>> > This log is on both classes:
> > >>> >
> > >>> >
> > >>> >
> > >>>
> >
> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
> > >>> > logger.info("Removing the timed-out stateful session bean instance
> > " +
> > >>> > instance.primaryKey);
> > >>> >
> > >>> >
> > >>>
> >
> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
> > >>> > logger.info("Removing the timed-out stateful session bean instance
> > " +
> > >>> > instance.primaryKey);
> > >>> >
> > >>> > when running sonar from jenkins the thing gets stalled.
> > >>> >
> > >>> >
> > >>> >
> > >>> >
> > >>> > -------------------------------------------
> > >>> > http://eprogramming.github.io
> > >>> >
> > >>> >
> > >>> >
> > >>> > On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com>
> > wrote:
> > >>> >
> > >>> > > i really don't know the diff between
> > >>> > >
> > >>> > > mvn clean install
> > >>> > >
> > >>> > > and
> > >>> > >
> > >>> > > mvn clean sonar:sonar
> > >>> > >
> > >>> > > for me both do the maven cycle:
> > >>> > >
> > >>> > > * clean
> > >>> > > * compile
> > >>> > >
> > >>> > > but sonar maven plugin gets stalled .
> > >>> > >
> > >>> > > any help ?
> > >>> > >
> > >>> > > thanks !
> > >>> > >
> > >>> > >
> > >>> > >
> > >>> > >
> > >>> > >
> > >>> > > -------------------------------------------
> > >>> > > http://eprogramming.github.io
> > >>> > >
> > >>> > >
> > >>> > >
> > >>> > > On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com>
> > >>> wrote:
> > >>> > >
> > >>> > >> sorry, false alarm  :/
> > >>> > >>
> > >>> > >> INFO - Removing the timed-out stateful session bean instance
> > >>> > aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
> > >>> > >> Build was aborted
> > >>> > >> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> > >>> > >> Finished: ABORTED
> > >>> > >>
> > >>> > >> But now i know this is on sonar phase
> > >>> > >>
> > >>> > >>
> > >>> > >> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> > >>> > -Dmaven.test.failure.ignore=
> > >>> > >> true
> > >>> > >> [INFO] Scanning for projects...
> > >>> > >>
> > >>> > >> tks
> > >>> > >>
> > >>> > >>
> > >>> > >>
> > >>> > >> -------------------------------------------
> > >>> > >> http://eprogramming.github.io
> > >>> > >>
> > >>> > >>
> > >>> > >>
> > >>> > >> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com>
> > >>> wrote:
> > >>> > >>
> > >>> > >>> Hi Romain !
> > >>> > >>>
> > >>> > >>> Build not stalled anymore, i don't know what you did but
> working
> > >>> now !
> > >>> > >>>
> > >>> > >>> Running now sonar :
> > >>> > >>>
> > >>> > >>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........
> > SUCCESS
> > >>> > [1:00.133s]
> > >>> > >>> [INFO]
> > >>> >
> > >>>
> > ------------------------------------------------------------------------
> > >>> > >>> [INFO] BUILD SUCCESS
> > >>> > >>> [INFO]
> > >>> >
> > >>>
> > ------------------------------------------------------------------------
> > >>> > >>> [INFO] Total time: 1:22:33.966s
> > >>> > >>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
> > >>> > >>>
> > >>> > >>> [INFO] Final Memory: 155M/537M
> > >>> > >>> [INFO]
> > >>> >
> > >>>
> > ------------------------------------------------------------------------
> > >>> > >>>
> > >>> > >>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> > >>> > -Dmaven.test.failure.ignore=true
> > >>> > >>>
> > >>> > >>>
> > >>> > >>> Thanks !
> > >>> > >>>
> > >>> > >>>
> > >>> > >>>
> > >>> > >>> -------------------------------------------
> > >>> > >>> http://eprogramming.github.io
> > >>> > >>>
> > >>> > >>>
> > >>> > >>>
> > >>> > >>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00hf11@gmail.com
> >
> > >>> wrote:
> > >>> > >>>
> > >>> > >>>> Pquick same problem, stalled again o_0
> > >>> > >>>>
> > >>> > >>>> 4 hr 27 min
> > >>> > >>>>
> > >>> > >>>> /opt/maven/bin/mvn clean install -Pquick
> > >>> > >>>>
> > >>> > >>>> ...
> > >>> > >>>> ...
> > >>> > >>>>
> > >>> > >>>> WARNING - The composite identity class "class
> > >>> > org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for
> entity
> > >>> "class
> > >>> >
> > openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform"
> > >>> is
> > >>> > not serializable.
> > >>> > >>>> WARNING - Unexpected exception from afterCompletion;
> continuing
> > >>> > >>>> java.lang.UnsupportedOperationException
> > >>> > >>>>    at
> > >>> >
> > >>>
> >
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> > >>> > >>>>
> > >>> > >>>> ....
> > >>> > >>>> ....
> > >>> > >>>>
> > >>> > >>>> WARNING - Unexpected exception from afterCompletion;
> continuing
> > >>> > >>>> java.lang.UnsupportedOperationException
> > >>> > >>>>    at
> > >>> >
> > >>>
> >
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>> ....
> > >>> > >>>> ....
> > >>> > >>>>
> > >>> > >>>> WARNING - Unexpected exception from afterCompletion;
> continuing
> > >>> > >>>> java.lang.UnsupportedOperationException
> > >>> > >>>>    at
> > >>> >
> > >>>
> >
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> > >>> > >>>>
> > >>> > >>>> ....
> > >>> > >>>> ....
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>> INFO - Removing the timed-out stateful session bean instance
> > >>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
> > >>> > >>>> INFO - Removing the timed-out stateful session bean instance
> > >>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
> > >>> > >>>> INFO - Removing the timed-out stateful session bean instance
> > >>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
> > >>> > >>>> Build was aborted
> > >>> > >>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> > >>> > >>>> Finished: ABORTED
> > >>> > >>>>
> > >>> > >>>> tks
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>> -------------------------------------------
> > >>> > >>>> http://eprogramming.github.io
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>>
> > >>> > >>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00hf11@gmail.com
> >
> > >>> wrote:
> > >>> > >>>>
> > >>> > >>>>> Focusing on Pquick only ...
> > >>> > >>>>>
> > >>> > >>>>> [INFO] Apache OpenEJB
> > >>> > >>>>> [INFO] OpenEJB :: Container
> > >>> > >>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
> > >>> > >>>>> [INFO] OpenEJB :: Container :: JPA Integration
> > >>> > >>>>> [INFO] OpenEJB :: Container :: API
> > >>> > >>>>> [INFO] OpenEJB :: Container :: Loader
> > >>> > >>>>> [INFO] OpenEJB :: Container :: Java Agent
> > >>> > >>>>> [INFO] OpenEJB :: Container :: Java EE
> > >>> > >>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
> > >>> > >>>>> [INFO] OpenEJB :: Shade
> > >>> > >>>>> [INFO] OpenEJB :: Shade :: Quartz
> > >>> > >>>>> [INFO] OpenEJB :: Container :: Core
> > >>> > >>>>> [INFO] OpenEJB :: Server
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Client
> > >>> > >>>>> [INFO] OpenEJB :: TomEE
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Util
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Common
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Core
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
> > >>> > >>>>> [INFO] OpenEJB :: Server :: EJBd
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Hsql
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Http
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Loader
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: JDBC
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Catalina
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: MyFaces
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Mojarra
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Webapp
> > >>> > >>>>> [INFO] OpenEJB :: Server :: REST
> > >>> > >>>>> [INFO] OpenEJB :: Server :: CXF Transport
> > >>> > >>>>> [INFO] OpenEJB :: Server :: CXF RS
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Webservices
> > >>> > >>>>> [INFO] OpenEJB :: Server :: CXF
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Web Services
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
> > >>> > >>>>> [INFO] OpenEJB :: Utils
> > >>> > >>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: Util
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven
> Plugin
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven
> > Plugin
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
> > >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
> > >>> > >>>>> [INFO] OpenEJB :: Container :: JUnit
> > >>> > >>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
> > >>> > >>>>> [INFO] OpenEJB :: Server :: ActiveMQ
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Derby Network Service
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Axis
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Daemon
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Common CLI
> > >>> > >>>>> [INFO] OpenEJB :: Server :: SSH
> > >>> > >>>>> [INFO] OpenEJB :: Server :: BoneCP
> > >>> > >>>>> [INFO] OpenEJB :: Server :: Hessian
> > >>> > >>>>> [INFO] OpenEJB :: Assembly
> > >>> > >>>>> [INFO] OpenEJB :: Assembly :: Standalone
> > >>> > >>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
> > >>> Provider
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded
> > Adaptor
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
> > >>> Profile
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
> JAXRS
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
> JAXWS
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
> > >>> > Configuration Tests
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample ::
> > >>> Moviefun
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB
> > Container
> > >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian
> TCK
> > >>> > >>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
> > >>> > >>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
> > >>> > >>>>> [INFO] OpenEJB :: Utils :: Provisionning
> > >>> > >>>>> [INFO] OpenEJB :: Utils :: Mockito
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: webaccess
> > >>> > >>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
> > >>> > >>>>>
> > >>> > >>>>> cheers,
> > >>> > >>>>> helio
> > >>> > >>>>>
> > >>> > >>>>>
> > >>> > >>>>> -------------------------------------------
> > >>> > >>>>> http://eprogramming.github.io
> > >>> > >>>>>
> > >>> > >>>>>
> > >>> > >>>>>
> > >>> > >>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <
> 00hf11@gmail.com>
> > >>> > wrote:
> > >>> > >>>>>
> > >>> > >>>>>> Thanks Romain !
> > >>> > >>>>>> Going to change the jenkins here !
> > >>> > >>>>>>
> > >>> > >>>>>>
> > >>> > >>>>>> -------------------------------------------
> > >>> > >>>>>> http://eprogramming.github.io
> > >>> > >>>>>>
> > >>> > >>>>>>
> > >>> > >>>>>>
> > >>> > >>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
> > >>> > >>>>>> rmannibucau@gmail.com> wrote:
> > >>> > >>>>>>
> > >>> > >>>>>>> mvn clean install -Pall-adapters actually to make it even
> > >>> longer ;)
> > >>> > >>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a
> > >>> écrit :
> > >>> > >>>>>>>
> > >>> > >>>>>>> > Hi,
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > After 8hrs:
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > 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
> > >>> > >>>>>>> > Build was aborted
> > >>> > >>>>>>> > Aborted by anonymous
> > >>> > >>>>>>> > Finished: ABORTED
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > What is the configuration of buildbot ?
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0
> > ghz
> > >>> 3GB
> > >>> > >>>>>>> RAM
> > >>> > >>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > I need to configure something or just 'mvn clean
> install' ?
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > Thanks
> > >>> > >>>>>>> >
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > -------------------------------------------
> > >>> > >>>>>>> > http://eprogramming.github.io
> > >>> > >>>>>>> >
> > >>> > >>>>>>> >
> > >>> > >>>>>>> >
> > >>> > >>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <
> > >>> 00hf11@gmail.com>
> > >>> > >>>>>>> wrote:
> > >>> > >>>>>>> >
> > >>> > >>>>>>> >> Lot of fun : ]
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >> [image: Inline image 1]
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >> -------------------------------------------
> > >>> > >>>>>>> >> http://eprogramming.github.io
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <
> > >>> 00hf11@gmail.com>
> > >>> > >>>>>>> wrote:
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >>> hi,
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>> * build aborted after 8 hrs +
> > >>> > >>>>>>> >>> * Stalled
> > >>> > >>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>> full output attached
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>> -------------------------------------------
> > >>> > >>>>>>> >>> http://eprogramming.github.io
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>>
> > >>> > >>>>>>> >>
> > >>> > >>>>>>> >
> > >>> > >>>>>>>
> > >>> > >>>>>>
> > >>> > >>>>>>
> > >>> > >>>>>
> > >>> > >>>>
> > >>> > >>>
> > >>> > >>
> > >>> > >
> > >>> >
> > >>>
> > >>
> > >>
> > >
> >
>
>
>
> --
> Daniel Cunha (soro)
> Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br> |
> LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
> <https://github.com/danielsoro>*
>

Re: [build error] feedback 3

Posted by Daniel Cunha <da...@gmail.com>.
Helio,

I think that this better option.
Start development in TomEE 1.7.0 and Java EE 7.


On Mon, Apr 7, 2014 at 8:21 PM, helio frota <00...@gmail.com> wrote:

> Hi,
> I saw the roadmap discussion , so going to install java 8 and move the
> focus to tomEE 1.7.0
> Thanks again.
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Fri, Apr 4, 2014 at 7:01 AM, helio frota <00...@gmail.com> wrote:
>
> > Sorry you mean the 'thread dump' ?
> > Sure, when run again going to get the thread dump.
> >
> >
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00...@gmail.com> wrote:
> >
> >> Are you able to get a thread stack when it hangs?
> >>
> >> sure, full output attached.
> >>
> >> tks
> >>
> >>  -------------------------------------------
> >> http://eprogramming.github.io
> >>
> >>
> >>
> >> On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <
> rmannibucau@gmail.com
> >> > wrote:
> >>
> >>> Well not sure too. The log means the run was slow more or less. Sonar
> is
> >>> really different from mvn alone and can be broken by itself since it
> >>> instrumznts code.
> >>>
> >>> Are you able to get a thread stack when it hangs?
> >>> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
> >>>
> >>> > This log is on both classes:
> >>> >
> >>> >
> >>> >
> >>>
> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
> >>> > logger.info("Removing the timed-out stateful session bean instance
> " +
> >>> > instance.primaryKey);
> >>> >
> >>> >
> >>>
> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
> >>> > logger.info("Removing the timed-out stateful session bean instance
> " +
> >>> > instance.primaryKey);
> >>> >
> >>> > when running sonar from jenkins the thing gets stalled.
> >>> >
> >>> >
> >>> >
> >>> >
> >>> > -------------------------------------------
> >>> > http://eprogramming.github.io
> >>> >
> >>> >
> >>> >
> >>> > On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com>
> wrote:
> >>> >
> >>> > > i really don't know the diff between
> >>> > >
> >>> > > mvn clean install
> >>> > >
> >>> > > and
> >>> > >
> >>> > > mvn clean sonar:sonar
> >>> > >
> >>> > > for me both do the maven cycle:
> >>> > >
> >>> > > * clean
> >>> > > * compile
> >>> > >
> >>> > > but sonar maven plugin gets stalled .
> >>> > >
> >>> > > any help ?
> >>> > >
> >>> > > thanks !
> >>> > >
> >>> > >
> >>> > >
> >>> > >
> >>> > >
> >>> > > -------------------------------------------
> >>> > > http://eprogramming.github.io
> >>> > >
> >>> > >
> >>> > >
> >>> > > On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com>
> >>> wrote:
> >>> > >
> >>> > >> sorry, false alarm  :/
> >>> > >>
> >>> > >> INFO - Removing the timed-out stateful session bean instance
> >>> > aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
> >>> > >> Build was aborted
> >>> > >> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> >>> > >> Finished: ABORTED
> >>> > >>
> >>> > >> But now i know this is on sonar phase
> >>> > >>
> >>> > >>
> >>> > >> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> >>> > -Dmaven.test.failure.ignore=
> >>> > >> true
> >>> > >> [INFO] Scanning for projects...
> >>> > >>
> >>> > >> tks
> >>> > >>
> >>> > >>
> >>> > >>
> >>> > >> -------------------------------------------
> >>> > >> http://eprogramming.github.io
> >>> > >>
> >>> > >>
> >>> > >>
> >>> > >> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com>
> >>> wrote:
> >>> > >>
> >>> > >>> Hi Romain !
> >>> > >>>
> >>> > >>> Build not stalled anymore, i don't know what you did but working
> >>> now !
> >>> > >>>
> >>> > >>> Running now sonar :
> >>> > >>>
> >>> > >>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........
> SUCCESS
> >>> > [1:00.133s]
> >>> > >>> [INFO]
> >>> >
> >>>
> ------------------------------------------------------------------------
> >>> > >>> [INFO] BUILD SUCCESS
> >>> > >>> [INFO]
> >>> >
> >>>
> ------------------------------------------------------------------------
> >>> > >>> [INFO] Total time: 1:22:33.966s
> >>> > >>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
> >>> > >>>
> >>> > >>> [INFO] Final Memory: 155M/537M
> >>> > >>> [INFO]
> >>> >
> >>>
> ------------------------------------------------------------------------
> >>> > >>>
> >>> > >>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> >>> > -Dmaven.test.failure.ignore=true
> >>> > >>>
> >>> > >>>
> >>> > >>> Thanks !
> >>> > >>>
> >>> > >>>
> >>> > >>>
> >>> > >>> -------------------------------------------
> >>> > >>> http://eprogramming.github.io
> >>> > >>>
> >>> > >>>
> >>> > >>>
> >>> > >>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com>
> >>> wrote:
> >>> > >>>
> >>> > >>>> Pquick same problem, stalled again o_0
> >>> > >>>>
> >>> > >>>> 4 hr 27 min
> >>> > >>>>
> >>> > >>>> /opt/maven/bin/mvn clean install -Pquick
> >>> > >>>>
> >>> > >>>> ...
> >>> > >>>> ...
> >>> > >>>>
> >>> > >>>> WARNING - The composite identity class "class
> >>> > org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity
> >>> "class
> >>> >
> openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform"
> >>> is
> >>> > not serializable.
> >>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
> >>> > >>>> java.lang.UnsupportedOperationException
> >>> > >>>>    at
> >>> >
> >>>
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> >>> > >>>>
> >>> > >>>> ....
> >>> > >>>> ....
> >>> > >>>>
> >>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
> >>> > >>>> java.lang.UnsupportedOperationException
> >>> > >>>>    at
> >>> >
> >>>
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> >>> > >>>>
> >>> > >>>>
> >>> > >>>> ....
> >>> > >>>> ....
> >>> > >>>>
> >>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
> >>> > >>>> java.lang.UnsupportedOperationException
> >>> > >>>>    at
> >>> >
> >>>
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> >>> > >>>>
> >>> > >>>> ....
> >>> > >>>> ....
> >>> > >>>>
> >>> > >>>>
> >>> > >>>>
> >>> > >>>> INFO - Removing the timed-out stateful session bean instance
> >>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
> >>> > >>>> INFO - Removing the timed-out stateful session bean instance
> >>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
> >>> > >>>> INFO - Removing the timed-out stateful session bean instance
> >>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
> >>> > >>>> Build was aborted
> >>> > >>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> >>> > >>>> Finished: ABORTED
> >>> > >>>>
> >>> > >>>> tks
> >>> > >>>>
> >>> > >>>>
> >>> > >>>>
> >>> > >>>> -------------------------------------------
> >>> > >>>> http://eprogramming.github.io
> >>> > >>>>
> >>> > >>>>
> >>> > >>>>
> >>> > >>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com>
> >>> wrote:
> >>> > >>>>
> >>> > >>>>> Focusing on Pquick only ...
> >>> > >>>>>
> >>> > >>>>> [INFO] Apache OpenEJB
> >>> > >>>>> [INFO] OpenEJB :: Container
> >>> > >>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
> >>> > >>>>> [INFO] OpenEJB :: Container :: JPA Integration
> >>> > >>>>> [INFO] OpenEJB :: Container :: API
> >>> > >>>>> [INFO] OpenEJB :: Container :: Loader
> >>> > >>>>> [INFO] OpenEJB :: Container :: Java Agent
> >>> > >>>>> [INFO] OpenEJB :: Container :: Java EE
> >>> > >>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
> >>> > >>>>> [INFO] OpenEJB :: Shade
> >>> > >>>>> [INFO] OpenEJB :: Shade :: Quartz
> >>> > >>>>> [INFO] OpenEJB :: Container :: Core
> >>> > >>>>> [INFO] OpenEJB :: Server
> >>> > >>>>> [INFO] OpenEJB :: Server :: Client
> >>> > >>>>> [INFO] OpenEJB :: TomEE
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Util
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Common
> >>> > >>>>> [INFO] OpenEJB :: Server :: Core
> >>> > >>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
> >>> > >>>>> [INFO] OpenEJB :: Server :: EJBd
> >>> > >>>>> [INFO] OpenEJB :: Server :: Hsql
> >>> > >>>>> [INFO] OpenEJB :: Server :: Http
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Loader
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: JDBC
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Catalina
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: MyFaces
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Mojarra
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Webapp
> >>> > >>>>> [INFO] OpenEJB :: Server :: REST
> >>> > >>>>> [INFO] OpenEJB :: Server :: CXF Transport
> >>> > >>>>> [INFO] OpenEJB :: Server :: CXF RS
> >>> > >>>>> [INFO] OpenEJB :: Server :: Webservices
> >>> > >>>>> [INFO] OpenEJB :: Server :: CXF
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Web Services
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
> >>> > >>>>> [INFO] OpenEJB :: Utils
> >>> > >>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: Util
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven
> Plugin
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
> >>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
> >>> > >>>>> [INFO] OpenEJB :: Container :: JUnit
> >>> > >>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
> >>> > >>>>> [INFO] OpenEJB :: Server :: ActiveMQ
> >>> > >>>>> [INFO] OpenEJB :: Server :: Derby Network Service
> >>> > >>>>> [INFO] OpenEJB :: Server :: Axis
> >>> > >>>>> [INFO] OpenEJB :: Server :: Daemon
> >>> > >>>>> [INFO] OpenEJB :: Server :: Common CLI
> >>> > >>>>> [INFO] OpenEJB :: Server :: SSH
> >>> > >>>>> [INFO] OpenEJB :: Server :: BoneCP
> >>> > >>>>> [INFO] OpenEJB :: Server :: Hessian
> >>> > >>>>> [INFO] OpenEJB :: Assembly
> >>> > >>>>> [INFO] OpenEJB :: Assembly :: Standalone
> >>> > >>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
> >>> Provider
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded
> Adaptor
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
> >>> Profile
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
> >>> > Configuration Tests
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample ::
> >>> Moviefun
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB
> Container
> >>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
> >>> > >>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
> >>> > >>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
> >>> > >>>>> [INFO] OpenEJB :: Utils :: Provisionning
> >>> > >>>>> [INFO] OpenEJB :: Utils :: Mockito
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: webaccess
> >>> > >>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
> >>> > >>>>>
> >>> > >>>>> cheers,
> >>> > >>>>> helio
> >>> > >>>>>
> >>> > >>>>>
> >>> > >>>>> -------------------------------------------
> >>> > >>>>> http://eprogramming.github.io
> >>> > >>>>>
> >>> > >>>>>
> >>> > >>>>>
> >>> > >>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com>
> >>> > wrote:
> >>> > >>>>>
> >>> > >>>>>> Thanks Romain !
> >>> > >>>>>> Going to change the jenkins here !
> >>> > >>>>>>
> >>> > >>>>>>
> >>> > >>>>>> -------------------------------------------
> >>> > >>>>>> http://eprogramming.github.io
> >>> > >>>>>>
> >>> > >>>>>>
> >>> > >>>>>>
> >>> > >>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
> >>> > >>>>>> rmannibucau@gmail.com> wrote:
> >>> > >>>>>>
> >>> > >>>>>>> mvn clean install -Pall-adapters actually to make it even
> >>> longer ;)
> >>> > >>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a
> >>> écrit :
> >>> > >>>>>>>
> >>> > >>>>>>> > Hi,
> >>> > >>>>>>> >
> >>> > >>>>>>> > After 8hrs:
> >>> > >>>>>>> >
> >>> > >>>>>>> > 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
> >>> > >>>>>>> > Build was aborted
> >>> > >>>>>>> > Aborted by anonymous
> >>> > >>>>>>> > Finished: ABORTED
> >>> > >>>>>>> >
> >>> > >>>>>>> > What is the configuration of buildbot ?
> >>> > >>>>>>> >
> >>> > >>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0
> ghz
> >>> 3GB
> >>> > >>>>>>> RAM
> >>> > >>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
> >>> > >>>>>>> >
> >>> > >>>>>>> > I need to configure something or just 'mvn clean install' ?
> >>> > >>>>>>> >
> >>> > >>>>>>> > Thanks
> >>> > >>>>>>> >
> >>> > >>>>>>> >
> >>> > >>>>>>> > -------------------------------------------
> >>> > >>>>>>> > http://eprogramming.github.io
> >>> > >>>>>>> >
> >>> > >>>>>>> >
> >>> > >>>>>>> >
> >>> > >>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <
> >>> 00hf11@gmail.com>
> >>> > >>>>>>> wrote:
> >>> > >>>>>>> >
> >>> > >>>>>>> >> Lot of fun : ]
> >>> > >>>>>>> >>
> >>> > >>>>>>> >> [image: Inline image 1]
> >>> > >>>>>>> >>
> >>> > >>>>>>> >>
> >>> > >>>>>>> >> -------------------------------------------
> >>> > >>>>>>> >> http://eprogramming.github.io
> >>> > >>>>>>> >>
> >>> > >>>>>>> >>
> >>> > >>>>>>> >>
> >>> > >>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <
> >>> 00hf11@gmail.com>
> >>> > >>>>>>> wrote:
> >>> > >>>>>>> >>
> >>> > >>>>>>> >>> hi,
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>> * build aborted after 8 hrs +
> >>> > >>>>>>> >>> * Stalled
> >>> > >>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>> full output attached
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>> -------------------------------------------
> >>> > >>>>>>> >>> http://eprogramming.github.io
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>>
> >>> > >>>>>>> >>
> >>> > >>>>>>> >
> >>> > >>>>>>>
> >>> > >>>>>>
> >>> > >>>>>>
> >>> > >>>>>
> >>> > >>>>
> >>> > >>>
> >>> > >>
> >>> > >
> >>> >
> >>>
> >>
> >>
> >
>



-- 
Daniel Cunha (soro)
Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br> |
LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
<https://github.com/danielsoro>*

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Hi,
I saw the roadmap discussion , so going to install java 8 and move the
focus to tomEE 1.7.0
Thanks again.

-------------------------------------------
http://eprogramming.github.io



On Fri, Apr 4, 2014 at 7:01 AM, helio frota <00...@gmail.com> wrote:

> Sorry you mean the 'thread dump' ?
> Sure, when run again going to get the thread dump.
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00...@gmail.com> wrote:
>
>> Are you able to get a thread stack when it hangs?
>>
>> sure, full output attached.
>>
>> tks
>>
>>  -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <rmannibucau@gmail.com
>> > wrote:
>>
>>> Well not sure too. The log means the run was slow more or less. Sonar is
>>> really different from mvn alone and can be broken by itself since it
>>> instrumznts code.
>>>
>>> Are you able to get a thread stack when it hangs?
>>> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
>>>
>>> > This log is on both classes:
>>> >
>>> >
>>> >
>>> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
>>> > logger.info("Removing the timed-out stateful session bean instance " +
>>> > instance.primaryKey);
>>> >
>>> >
>>> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
>>> > logger.info("Removing the timed-out stateful session bean instance " +
>>> > instance.primaryKey);
>>> >
>>> > when running sonar from jenkins the thing gets stalled.
>>> >
>>> >
>>> >
>>> >
>>> > -------------------------------------------
>>> > http://eprogramming.github.io
>>> >
>>> >
>>> >
>>> > On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com> wrote:
>>> >
>>> > > i really don't know the diff between
>>> > >
>>> > > mvn clean install
>>> > >
>>> > > and
>>> > >
>>> > > mvn clean sonar:sonar
>>> > >
>>> > > for me both do the maven cycle:
>>> > >
>>> > > * clean
>>> > > * compile
>>> > >
>>> > > but sonar maven plugin gets stalled .
>>> > >
>>> > > any help ?
>>> > >
>>> > > thanks !
>>> > >
>>> > >
>>> > >
>>> > >
>>> > >
>>> > > -------------------------------------------
>>> > > http://eprogramming.github.io
>>> > >
>>> > >
>>> > >
>>> > > On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com>
>>> wrote:
>>> > >
>>> > >> sorry, false alarm  :/
>>> > >>
>>> > >> INFO - Removing the timed-out stateful session bean instance
>>> > aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
>>> > >> Build was aborted
>>> > >> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>> > >> Finished: ABORTED
>>> > >>
>>> > >> But now i know this is on sonar phase
>>> > >>
>>> > >>
>>> > >> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>>> > -Dmaven.test.failure.ignore=
>>> > >> true
>>> > >> [INFO] Scanning for projects...
>>> > >>
>>> > >> tks
>>> > >>
>>> > >>
>>> > >>
>>> > >> -------------------------------------------
>>> > >> http://eprogramming.github.io
>>> > >>
>>> > >>
>>> > >>
>>> > >> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com>
>>> wrote:
>>> > >>
>>> > >>> Hi Romain !
>>> > >>>
>>> > >>> Build not stalled anymore, i don't know what you did but working
>>> now !
>>> > >>>
>>> > >>> Running now sonar :
>>> > >>>
>>> > >>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS
>>> > [1:00.133s]
>>> > >>> [INFO]
>>> >
>>> ------------------------------------------------------------------------
>>> > >>> [INFO] BUILD SUCCESS
>>> > >>> [INFO]
>>> >
>>> ------------------------------------------------------------------------
>>> > >>> [INFO] Total time: 1:22:33.966s
>>> > >>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>>> > >>>
>>> > >>> [INFO] Final Memory: 155M/537M
>>> > >>> [INFO]
>>> >
>>> ------------------------------------------------------------------------
>>> > >>>
>>> > >>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>>> > -Dmaven.test.failure.ignore=true
>>> > >>>
>>> > >>>
>>> > >>> Thanks !
>>> > >>>
>>> > >>>
>>> > >>>
>>> > >>> -------------------------------------------
>>> > >>> http://eprogramming.github.io
>>> > >>>
>>> > >>>
>>> > >>>
>>> > >>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com>
>>> wrote:
>>> > >>>
>>> > >>>> Pquick same problem, stalled again o_0
>>> > >>>>
>>> > >>>> 4 hr 27 min
>>> > >>>>
>>> > >>>> /opt/maven/bin/mvn clean install -Pquick
>>> > >>>>
>>> > >>>> ...
>>> > >>>> ...
>>> > >>>>
>>> > >>>> WARNING - The composite identity class "class
>>> > org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity
>>> "class
>>> > openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform"
>>> is
>>> > not serializable.
>>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
>>> > >>>> java.lang.UnsupportedOperationException
>>> > >>>>    at
>>> >
>>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>> > >>>>
>>> > >>>> ....
>>> > >>>> ....
>>> > >>>>
>>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
>>> > >>>> java.lang.UnsupportedOperationException
>>> > >>>>    at
>>> >
>>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>> > >>>>
>>> > >>>>
>>> > >>>> ....
>>> > >>>> ....
>>> > >>>>
>>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
>>> > >>>> java.lang.UnsupportedOperationException
>>> > >>>>    at
>>> >
>>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>> > >>>>
>>> > >>>> ....
>>> > >>>> ....
>>> > >>>>
>>> > >>>>
>>> > >>>>
>>> > >>>> INFO - Removing the timed-out stateful session bean instance
>>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>>> > >>>> INFO - Removing the timed-out stateful session bean instance
>>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>>> > >>>> INFO - Removing the timed-out stateful session bean instance
>>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>>> > >>>> Build was aborted
>>> > >>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>> > >>>> Finished: ABORTED
>>> > >>>>
>>> > >>>> tks
>>> > >>>>
>>> > >>>>
>>> > >>>>
>>> > >>>> -------------------------------------------
>>> > >>>> http://eprogramming.github.io
>>> > >>>>
>>> > >>>>
>>> > >>>>
>>> > >>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com>
>>> wrote:
>>> > >>>>
>>> > >>>>> Focusing on Pquick only ...
>>> > >>>>>
>>> > >>>>> [INFO] Apache OpenEJB
>>> > >>>>> [INFO] OpenEJB :: Container
>>> > >>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>>> > >>>>> [INFO] OpenEJB :: Container :: JPA Integration
>>> > >>>>> [INFO] OpenEJB :: Container :: API
>>> > >>>>> [INFO] OpenEJB :: Container :: Loader
>>> > >>>>> [INFO] OpenEJB :: Container :: Java Agent
>>> > >>>>> [INFO] OpenEJB :: Container :: Java EE
>>> > >>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>>> > >>>>> [INFO] OpenEJB :: Shade
>>> > >>>>> [INFO] OpenEJB :: Shade :: Quartz
>>> > >>>>> [INFO] OpenEJB :: Container :: Core
>>> > >>>>> [INFO] OpenEJB :: Server
>>> > >>>>> [INFO] OpenEJB :: Server :: Client
>>> > >>>>> [INFO] OpenEJB :: TomEE
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Util
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Common
>>> > >>>>> [INFO] OpenEJB :: Server :: Core
>>> > >>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>>> > >>>>> [INFO] OpenEJB :: Server :: EJBd
>>> > >>>>> [INFO] OpenEJB :: Server :: Hsql
>>> > >>>>> [INFO] OpenEJB :: Server :: Http
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Loader
>>> > >>>>> [INFO] OpenEJB :: TomEE :: JDBC
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Catalina
>>> > >>>>> [INFO] OpenEJB :: TomEE :: MyFaces
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Mojarra
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Webapp
>>> > >>>>> [INFO] OpenEJB :: Server :: REST
>>> > >>>>> [INFO] OpenEJB :: Server :: CXF Transport
>>> > >>>>> [INFO] OpenEJB :: Server :: CXF RS
>>> > >>>>> [INFO] OpenEJB :: Server :: Webservices
>>> > >>>>> [INFO] OpenEJB :: Server :: CXF
>>> > >>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Web Services
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>>> > >>>>> [INFO] OpenEJB :: Utils
>>> > >>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>>> > >>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>>> > >>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: Util
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>>> > >>>>> [INFO] OpenEJB :: Container :: JUnit
>>> > >>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>>> > >>>>> [INFO] OpenEJB :: Server :: ActiveMQ
>>> > >>>>> [INFO] OpenEJB :: Server :: Derby Network Service
>>> > >>>>> [INFO] OpenEJB :: Server :: Axis
>>> > >>>>> [INFO] OpenEJB :: Server :: Daemon
>>> > >>>>> [INFO] OpenEJB :: Server :: Common CLI
>>> > >>>>> [INFO] OpenEJB :: Server :: SSH
>>> > >>>>> [INFO] OpenEJB :: Server :: BoneCP
>>> > >>>>> [INFO] OpenEJB :: Server :: Hessian
>>> > >>>>> [INFO] OpenEJB :: Assembly
>>> > >>>>> [INFO] OpenEJB :: Assembly :: Standalone
>>> > >>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
>>> Provider
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
>>> Profile
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>>> > Configuration Tests
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample ::
>>> Moviefun
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
>>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
>>> > >>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>>> > >>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>>> > >>>>> [INFO] OpenEJB :: Utils :: Provisionning
>>> > >>>>> [INFO] OpenEJB :: Utils :: Mockito
>>> > >>>>> [INFO] OpenEJB :: TomEE :: webaccess
>>> > >>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>> > >>>>>
>>> > >>>>> cheers,
>>> > >>>>> helio
>>> > >>>>>
>>> > >>>>>
>>> > >>>>> -------------------------------------------
>>> > >>>>> http://eprogramming.github.io
>>> > >>>>>
>>> > >>>>>
>>> > >>>>>
>>> > >>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com>
>>> > wrote:
>>> > >>>>>
>>> > >>>>>> Thanks Romain !
>>> > >>>>>> Going to change the jenkins here !
>>> > >>>>>>
>>> > >>>>>>
>>> > >>>>>> -------------------------------------------
>>> > >>>>>> http://eprogramming.github.io
>>> > >>>>>>
>>> > >>>>>>
>>> > >>>>>>
>>> > >>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>> > >>>>>> rmannibucau@gmail.com> wrote:
>>> > >>>>>>
>>> > >>>>>>> mvn clean install -Pall-adapters actually to make it even
>>> longer ;)
>>> > >>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a
>>> écrit :
>>> > >>>>>>>
>>> > >>>>>>> > Hi,
>>> > >>>>>>> >
>>> > >>>>>>> > After 8hrs:
>>> > >>>>>>> >
>>> > >>>>>>> > 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
>>> > >>>>>>> > Build was aborted
>>> > >>>>>>> > Aborted by anonymous
>>> > >>>>>>> > Finished: ABORTED
>>> > >>>>>>> >
>>> > >>>>>>> > What is the configuration of buildbot ?
>>> > >>>>>>> >
>>> > >>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz
>>> 3GB
>>> > >>>>>>> RAM
>>> > >>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
>>> > >>>>>>> >
>>> > >>>>>>> > I need to configure something or just 'mvn clean install' ?
>>> > >>>>>>> >
>>> > >>>>>>> > Thanks
>>> > >>>>>>> >
>>> > >>>>>>> >
>>> > >>>>>>> > -------------------------------------------
>>> > >>>>>>> > http://eprogramming.github.io
>>> > >>>>>>> >
>>> > >>>>>>> >
>>> > >>>>>>> >
>>> > >>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <
>>> 00hf11@gmail.com>
>>> > >>>>>>> wrote:
>>> > >>>>>>> >
>>> > >>>>>>> >> Lot of fun : ]
>>> > >>>>>>> >>
>>> > >>>>>>> >> [image: Inline image 1]
>>> > >>>>>>> >>
>>> > >>>>>>> >>
>>> > >>>>>>> >> -------------------------------------------
>>> > >>>>>>> >> http://eprogramming.github.io
>>> > >>>>>>> >>
>>> > >>>>>>> >>
>>> > >>>>>>> >>
>>> > >>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <
>>> 00hf11@gmail.com>
>>> > >>>>>>> wrote:
>>> > >>>>>>> >>
>>> > >>>>>>> >>> hi,
>>> > >>>>>>> >>>
>>> > >>>>>>> >>> * build aborted after 8 hrs +
>>> > >>>>>>> >>> * Stalled
>>> > >>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
>>> > >>>>>>> >>>
>>> > >>>>>>> >>> full output attached
>>> > >>>>>>> >>>
>>> > >>>>>>> >>>
>>> > >>>>>>> >>>
>>> > >>>>>>> >>> -------------------------------------------
>>> > >>>>>>> >>> http://eprogramming.github.io
>>> > >>>>>>> >>>
>>> > >>>>>>> >>>
>>> > >>>>>>> >>
>>> > >>>>>>> >
>>> > >>>>>>>
>>> > >>>>>>
>>> > >>>>>>
>>> > >>>>>
>>> > >>>>
>>> > >>>
>>> > >>
>>> > >
>>> >
>>>
>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Sorry you mean the 'thread dump' ?
Sure, when run again going to get the thread dump.



-------------------------------------------
http://eprogramming.github.io



On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00...@gmail.com> wrote:

> Are you able to get a thread stack when it hangs?
>
> sure, full output attached.
>
> tks
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <rm...@gmail.com>wrote:
>
>> Well not sure too. The log means the run was slow more or less. Sonar is
>> really different from mvn alone and can be broken by itself since it
>> instrumznts code.
>>
>> Are you able to get a thread stack when it hangs?
>> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
>>
>> > This log is on both classes:
>> >
>> >
>> >
>> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
>> > logger.info("Removing the timed-out stateful session bean instance " +
>> > instance.primaryKey);
>> >
>> >
>> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
>> > logger.info("Removing the timed-out stateful session bean instance " +
>> > instance.primaryKey);
>> >
>> > when running sonar from jenkins the thing gets stalled.
>> >
>> >
>> >
>> >
>> > -------------------------------------------
>> > http://eprogramming.github.io
>> >
>> >
>> >
>> > On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com> wrote:
>> >
>> > > i really don't know the diff between
>> > >
>> > > mvn clean install
>> > >
>> > > and
>> > >
>> > > mvn clean sonar:sonar
>> > >
>> > > for me both do the maven cycle:
>> > >
>> > > * clean
>> > > * compile
>> > >
>> > > but sonar maven plugin gets stalled .
>> > >
>> > > any help ?
>> > >
>> > > thanks !
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > -------------------------------------------
>> > > http://eprogramming.github.io
>> > >
>> > >
>> > >
>> > > On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com> wrote:
>> > >
>> > >> sorry, false alarm  :/
>> > >>
>> > >> INFO - Removing the timed-out stateful session bean instance
>> > aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
>> > >> Build was aborted
>> > >> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>> > >> Finished: ABORTED
>> > >>
>> > >> But now i know this is on sonar phase
>> > >>
>> > >>
>> > >> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>> > -Dmaven.test.failure.ignore=
>> > >> true
>> > >> [INFO] Scanning for projects...
>> > >>
>> > >> tks
>> > >>
>> > >>
>> > >>
>> > >> -------------------------------------------
>> > >> http://eprogramming.github.io
>> > >>
>> > >>
>> > >>
>> > >> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com>
>> wrote:
>> > >>
>> > >>> Hi Romain !
>> > >>>
>> > >>> Build not stalled anymore, i don't know what you did but working
>> now !
>> > >>>
>> > >>> Running now sonar :
>> > >>>
>> > >>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS
>> > [1:00.133s]
>> > >>> [INFO]
>> > ------------------------------------------------------------------------
>> > >>> [INFO] BUILD SUCCESS
>> > >>> [INFO]
>> > ------------------------------------------------------------------------
>> > >>> [INFO] Total time: 1:22:33.966s
>> > >>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>> > >>>
>> > >>> [INFO] Final Memory: 155M/537M
>> > >>> [INFO]
>> > ------------------------------------------------------------------------
>> > >>>
>> > >>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
>> > -Dmaven.test.failure.ignore=true
>> > >>>
>> > >>>
>> > >>> Thanks !
>> > >>>
>> > >>>
>> > >>>
>> > >>> -------------------------------------------
>> > >>> http://eprogramming.github.io
>> > >>>
>> > >>>
>> > >>>
>> > >>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com>
>> wrote:
>> > >>>
>> > >>>> Pquick same problem, stalled again o_0
>> > >>>>
>> > >>>> 4 hr 27 min
>> > >>>>
>> > >>>> /opt/maven/bin/mvn clean install -Pquick
>> > >>>>
>> > >>>> ...
>> > >>>> ...
>> > >>>>
>> > >>>> WARNING - The composite identity class "class
>> > org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity
>> "class
>> > openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform"
>> is
>> > not serializable.
>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
>> > >>>> java.lang.UnsupportedOperationException
>> > >>>>    at
>> >
>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>> > >>>>
>> > >>>> ....
>> > >>>> ....
>> > >>>>
>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
>> > >>>> java.lang.UnsupportedOperationException
>> > >>>>    at
>> >
>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>> > >>>>
>> > >>>>
>> > >>>> ....
>> > >>>> ....
>> > >>>>
>> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
>> > >>>> java.lang.UnsupportedOperationException
>> > >>>>    at
>> >
>> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>> > >>>>
>> > >>>> ....
>> > >>>> ....
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>> INFO - Removing the timed-out stateful session bean instance
>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>> > >>>> INFO - Removing the timed-out stateful session bean instance
>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>> > >>>> INFO - Removing the timed-out stateful session bean instance
>> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>> > >>>> Build was aborted
>> > >>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>> > >>>> Finished: ABORTED
>> > >>>>
>> > >>>> tks
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>> -------------------------------------------
>> > >>>> http://eprogramming.github.io
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com>
>> wrote:
>> > >>>>
>> > >>>>> Focusing on Pquick only ...
>> > >>>>>
>> > >>>>> [INFO] Apache OpenEJB
>> > >>>>> [INFO] OpenEJB :: Container
>> > >>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>> > >>>>> [INFO] OpenEJB :: Container :: JPA Integration
>> > >>>>> [INFO] OpenEJB :: Container :: API
>> > >>>>> [INFO] OpenEJB :: Container :: Loader
>> > >>>>> [INFO] OpenEJB :: Container :: Java Agent
>> > >>>>> [INFO] OpenEJB :: Container :: Java EE
>> > >>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>> > >>>>> [INFO] OpenEJB :: Shade
>> > >>>>> [INFO] OpenEJB :: Shade :: Quartz
>> > >>>>> [INFO] OpenEJB :: Container :: Core
>> > >>>>> [INFO] OpenEJB :: Server
>> > >>>>> [INFO] OpenEJB :: Server :: Client
>> > >>>>> [INFO] OpenEJB :: TomEE
>> > >>>>> [INFO] OpenEJB :: TomEE :: Util
>> > >>>>> [INFO] OpenEJB :: TomEE :: Common
>> > >>>>> [INFO] OpenEJB :: Server :: Core
>> > >>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>> > >>>>> [INFO] OpenEJB :: Server :: EJBd
>> > >>>>> [INFO] OpenEJB :: Server :: Hsql
>> > >>>>> [INFO] OpenEJB :: Server :: Http
>> > >>>>> [INFO] OpenEJB :: TomEE :: Loader
>> > >>>>> [INFO] OpenEJB :: TomEE :: JDBC
>> > >>>>> [INFO] OpenEJB :: TomEE :: Catalina
>> > >>>>> [INFO] OpenEJB :: TomEE :: MyFaces
>> > >>>>> [INFO] OpenEJB :: TomEE :: Mojarra
>> > >>>>> [INFO] OpenEJB :: TomEE :: Webapp
>> > >>>>> [INFO] OpenEJB :: Server :: REST
>> > >>>>> [INFO] OpenEJB :: Server :: CXF Transport
>> > >>>>> [INFO] OpenEJB :: Server :: CXF RS
>> > >>>>> [INFO] OpenEJB :: Server :: Webservices
>> > >>>>> [INFO] OpenEJB :: Server :: CXF
>> > >>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>> > >>>>> [INFO] OpenEJB :: TomEE :: Web Services
>> > >>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>> > >>>>> [INFO] OpenEJB :: Utils
>> > >>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>> > >>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>> > >>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>> > >>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>> > >>>>> [INFO] OpenEJB :: Maven Plugins
>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>> > >>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: Util
>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>> > >>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>> > >>>>> [INFO] OpenEJB :: Container :: JUnit
>> > >>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>> > >>>>> [INFO] OpenEJB :: Server :: ActiveMQ
>> > >>>>> [INFO] OpenEJB :: Server :: Derby Network Service
>> > >>>>> [INFO] OpenEJB :: Server :: Axis
>> > >>>>> [INFO] OpenEJB :: Server :: Daemon
>> > >>>>> [INFO] OpenEJB :: Server :: Common CLI
>> > >>>>> [INFO] OpenEJB :: Server :: SSH
>> > >>>>> [INFO] OpenEJB :: Server :: BoneCP
>> > >>>>> [INFO] OpenEJB :: Server :: Hessian
>> > >>>>> [INFO] OpenEJB :: Assembly
>> > >>>>> [INFO] OpenEJB :: Assembly :: Standalone
>> > >>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
>> Provider
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
>> Profile
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
>> > Configuration Tests
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
>> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
>> > >>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>> > >>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>> > >>>>> [INFO] OpenEJB :: Utils :: Provisionning
>> > >>>>> [INFO] OpenEJB :: Utils :: Mockito
>> > >>>>> [INFO] OpenEJB :: TomEE :: webaccess
>> > >>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>> > >>>>>
>> > >>>>> cheers,
>> > >>>>> helio
>> > >>>>>
>> > >>>>>
>> > >>>>> -------------------------------------------
>> > >>>>> http://eprogramming.github.io
>> > >>>>>
>> > >>>>>
>> > >>>>>
>> > >>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com>
>> > wrote:
>> > >>>>>
>> > >>>>>> Thanks Romain !
>> > >>>>>> Going to change the jenkins here !
>> > >>>>>>
>> > >>>>>>
>> > >>>>>> -------------------------------------------
>> > >>>>>> http://eprogramming.github.io
>> > >>>>>>
>> > >>>>>>
>> > >>>>>>
>> > >>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>> > >>>>>> rmannibucau@gmail.com> wrote:
>> > >>>>>>
>> > >>>>>>> mvn clean install -Pall-adapters actually to make it even
>> longer ;)
>> > >>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit
>> :
>> > >>>>>>>
>> > >>>>>>> > Hi,
>> > >>>>>>> >
>> > >>>>>>> > After 8hrs:
>> > >>>>>>> >
>> > >>>>>>> > 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
>> > >>>>>>> > Build was aborted
>> > >>>>>>> > Aborted by anonymous
>> > >>>>>>> > Finished: ABORTED
>> > >>>>>>> >
>> > >>>>>>> > What is the configuration of buildbot ?
>> > >>>>>>> >
>> > >>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz
>> 3GB
>> > >>>>>>> RAM
>> > >>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
>> > >>>>>>> >
>> > >>>>>>> > I need to configure something or just 'mvn clean install' ?
>> > >>>>>>> >
>> > >>>>>>> > Thanks
>> > >>>>>>> >
>> > >>>>>>> >
>> > >>>>>>> > -------------------------------------------
>> > >>>>>>> > http://eprogramming.github.io
>> > >>>>>>> >
>> > >>>>>>> >
>> > >>>>>>> >
>> > >>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00hf11@gmail.com
>> >
>> > >>>>>>> wrote:
>> > >>>>>>> >
>> > >>>>>>> >> Lot of fun : ]
>> > >>>>>>> >>
>> > >>>>>>> >> [image: Inline image 1]
>> > >>>>>>> >>
>> > >>>>>>> >>
>> > >>>>>>> >> -------------------------------------------
>> > >>>>>>> >> http://eprogramming.github.io
>> > >>>>>>> >>
>> > >>>>>>> >>
>> > >>>>>>> >>
>> > >>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <
>> 00hf11@gmail.com>
>> > >>>>>>> wrote:
>> > >>>>>>> >>
>> > >>>>>>> >>> hi,
>> > >>>>>>> >>>
>> > >>>>>>> >>> * build aborted after 8 hrs +
>> > >>>>>>> >>> * Stalled
>> > >>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
>> > >>>>>>> >>>
>> > >>>>>>> >>> full output attached
>> > >>>>>>> >>>
>> > >>>>>>> >>>
>> > >>>>>>> >>>
>> > >>>>>>> >>> -------------------------------------------
>> > >>>>>>> >>> http://eprogramming.github.io
>> > >>>>>>> >>>
>> > >>>>>>> >>>
>> > >>>>>>> >>
>> > >>>>>>> >
>> > >>>>>>>
>> > >>>>>>
>> > >>>>>>
>> > >>>>>
>> > >>>>
>> > >>>
>> > >>
>> > >
>> >
>>
>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Are you able to get a thread stack when it hangs?

sure, full output attached.

tks

-------------------------------------------
http://eprogramming.github.io



On Fri, Apr 4, 2014 at 2:06 AM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> Well not sure too. The log means the run was slow more or less. Sonar is
> really different from mvn alone and can be broken by itself since it
> instrumznts code.
>
> Are you able to get a thread stack when it hangs?
> Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :
>
> > This log is on both classes:
> >
> >
> >
> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
> > logger.info("Removing the timed-out stateful session bean instance " +
> > instance.primaryKey);
> >
> >
> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
> > logger.info("Removing the timed-out stateful session bean instance " +
> > instance.primaryKey);
> >
> > when running sonar from jenkins the thing gets stalled.
> >
> >
> >
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com> wrote:
> >
> > > i really don't know the diff between
> > >
> > > mvn clean install
> > >
> > > and
> > >
> > > mvn clean sonar:sonar
> > >
> > > for me both do the maven cycle:
> > >
> > > * clean
> > > * compile
> > >
> > > but sonar maven plugin gets stalled .
> > >
> > > any help ?
> > >
> > > thanks !
> > >
> > >
> > >
> > >
> > >
> > > -------------------------------------------
> > > http://eprogramming.github.io
> > >
> > >
> > >
> > > On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com> wrote:
> > >
> > >> sorry, false alarm  :/
> > >>
> > >> INFO - Removing the timed-out stateful session bean instance
> > aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
> > >> Build was aborted
> > >> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> > >> Finished: ABORTED
> > >>
> > >> But now i know this is on sonar phase
> > >>
> > >>
> > >> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> > -Dmaven.test.failure.ignore=
> > >> true
> > >> [INFO] Scanning for projects...
> > >>
> > >> tks
> > >>
> > >>
> > >>
> > >> -------------------------------------------
> > >> http://eprogramming.github.io
> > >>
> > >>
> > >>
> > >> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com> wrote:
> > >>
> > >>> Hi Romain !
> > >>>
> > >>> Build not stalled anymore, i don't know what you did but working now
> !
> > >>>
> > >>> Running now sonar :
> > >>>
> > >>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS
> > [1:00.133s]
> > >>> [INFO]
> > ------------------------------------------------------------------------
> > >>> [INFO] BUILD SUCCESS
> > >>> [INFO]
> > ------------------------------------------------------------------------
> > >>> [INFO] Total time: 1:22:33.966s
> > >>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
> > >>>
> > >>> [INFO] Final Memory: 155M/537M
> > >>> [INFO]
> > ------------------------------------------------------------------------
> > >>>
> > >>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> > -Dmaven.test.failure.ignore=true
> > >>>
> > >>>
> > >>> Thanks !
> > >>>
> > >>>
> > >>>
> > >>> -------------------------------------------
> > >>> http://eprogramming.github.io
> > >>>
> > >>>
> > >>>
> > >>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com>
> wrote:
> > >>>
> > >>>> Pquick same problem, stalled again o_0
> > >>>>
> > >>>> 4 hr 27 min
> > >>>>
> > >>>> /opt/maven/bin/mvn clean install -Pquick
> > >>>>
> > >>>> ...
> > >>>> ...
> > >>>>
> > >>>> WARNING - The composite identity class "class
> > org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity
> "class
> > openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform" is
> > not serializable.
> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
> > >>>> java.lang.UnsupportedOperationException
> > >>>>    at
> >
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> > >>>>
> > >>>> ....
> > >>>> ....
> > >>>>
> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
> > >>>> java.lang.UnsupportedOperationException
> > >>>>    at
> >
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> > >>>>
> > >>>>
> > >>>> ....
> > >>>> ....
> > >>>>
> > >>>> WARNING - Unexpected exception from afterCompletion; continuing
> > >>>> java.lang.UnsupportedOperationException
> > >>>>    at
> >
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> > >>>>
> > >>>> ....
> > >>>> ....
> > >>>>
> > >>>>
> > >>>>
> > >>>> INFO - Removing the timed-out stateful session bean instance
> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
> > >>>> INFO - Removing the timed-out stateful session bean instance
> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
> > >>>> INFO - Removing the timed-out stateful session bean instance
> > 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
> > >>>> Build was aborted
> > >>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> > >>>> Finished: ABORTED
> > >>>>
> > >>>> tks
> > >>>>
> > >>>>
> > >>>>
> > >>>> -------------------------------------------
> > >>>> http://eprogramming.github.io
> > >>>>
> > >>>>
> > >>>>
> > >>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com>
> wrote:
> > >>>>
> > >>>>> Focusing on Pquick only ...
> > >>>>>
> > >>>>> [INFO] Apache OpenEJB
> > >>>>> [INFO] OpenEJB :: Container
> > >>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
> > >>>>> [INFO] OpenEJB :: Container :: JPA Integration
> > >>>>> [INFO] OpenEJB :: Container :: API
> > >>>>> [INFO] OpenEJB :: Container :: Loader
> > >>>>> [INFO] OpenEJB :: Container :: Java Agent
> > >>>>> [INFO] OpenEJB :: Container :: Java EE
> > >>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
> > >>>>> [INFO] OpenEJB :: Shade
> > >>>>> [INFO] OpenEJB :: Shade :: Quartz
> > >>>>> [INFO] OpenEJB :: Container :: Core
> > >>>>> [INFO] OpenEJB :: Server
> > >>>>> [INFO] OpenEJB :: Server :: Client
> > >>>>> [INFO] OpenEJB :: TomEE
> > >>>>> [INFO] OpenEJB :: TomEE :: Util
> > >>>>> [INFO] OpenEJB :: TomEE :: Common
> > >>>>> [INFO] OpenEJB :: Server :: Core
> > >>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
> > >>>>> [INFO] OpenEJB :: Server :: EJBd
> > >>>>> [INFO] OpenEJB :: Server :: Hsql
> > >>>>> [INFO] OpenEJB :: Server :: Http
> > >>>>> [INFO] OpenEJB :: TomEE :: Loader
> > >>>>> [INFO] OpenEJB :: TomEE :: JDBC
> > >>>>> [INFO] OpenEJB :: TomEE :: Catalina
> > >>>>> [INFO] OpenEJB :: TomEE :: MyFaces
> > >>>>> [INFO] OpenEJB :: TomEE :: Mojarra
> > >>>>> [INFO] OpenEJB :: TomEE :: Webapp
> > >>>>> [INFO] OpenEJB :: Server :: REST
> > >>>>> [INFO] OpenEJB :: Server :: CXF Transport
> > >>>>> [INFO] OpenEJB :: Server :: CXF RS
> > >>>>> [INFO] OpenEJB :: Server :: Webservices
> > >>>>> [INFO] OpenEJB :: Server :: CXF
> > >>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
> > >>>>> [INFO] OpenEJB :: TomEE :: Web Services
> > >>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
> > >>>>> [INFO] OpenEJB :: Utils
> > >>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
> > >>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
> > >>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
> > >>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
> > >>>>> [INFO] OpenEJB :: Maven Plugins
> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
> > >>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
> > >>>>> [INFO] OpenEJB :: Maven Plugins :: Util
> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
> > >>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
> > >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
> > >>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
> > >>>>> [INFO] OpenEJB :: Container :: JUnit
> > >>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
> > >>>>> [INFO] OpenEJB :: Server :: ActiveMQ
> > >>>>> [INFO] OpenEJB :: Server :: Derby Network Service
> > >>>>> [INFO] OpenEJB :: Server :: Axis
> > >>>>> [INFO] OpenEJB :: Server :: Daemon
> > >>>>> [INFO] OpenEJB :: Server :: Common CLI
> > >>>>> [INFO] OpenEJB :: Server :: SSH
> > >>>>> [INFO] OpenEJB :: Server :: BoneCP
> > >>>>> [INFO] OpenEJB :: Server :: Hessian
> > >>>>> [INFO] OpenEJB :: Assembly
> > >>>>> [INFO] OpenEJB :: Assembly :: Standalone
> > >>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction
> Provider
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web
> Profile
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
> > Configuration Tests
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
> > >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
> > >>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
> > >>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
> > >>>>> [INFO] OpenEJB :: Utils :: Provisionning
> > >>>>> [INFO] OpenEJB :: Utils :: Mockito
> > >>>>> [INFO] OpenEJB :: TomEE :: webaccess
> > >>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
> > >>>>>
> > >>>>> cheers,
> > >>>>> helio
> > >>>>>
> > >>>>>
> > >>>>> -------------------------------------------
> > >>>>> http://eprogramming.github.io
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com>
> > wrote:
> > >>>>>
> > >>>>>> Thanks Romain !
> > >>>>>> Going to change the jenkins here !
> > >>>>>>
> > >>>>>>
> > >>>>>> -------------------------------------------
> > >>>>>> http://eprogramming.github.io
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
> > >>>>>> rmannibucau@gmail.com> wrote:
> > >>>>>>
> > >>>>>>> mvn clean install -Pall-adapters actually to make it even longer
> ;)
> > >>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
> > >>>>>>>
> > >>>>>>> > Hi,
> > >>>>>>> >
> > >>>>>>> > After 8hrs:
> > >>>>>>> >
> > >>>>>>> > 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
> > >>>>>>> > Build was aborted
> > >>>>>>> > Aborted by anonymous
> > >>>>>>> > Finished: ABORTED
> > >>>>>>> >
> > >>>>>>> > What is the configuration of buildbot ?
> > >>>>>>> >
> > >>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz
> 3GB
> > >>>>>>> RAM
> > >>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
> > >>>>>>> >
> > >>>>>>> > I need to configure something or just 'mvn clean install' ?
> > >>>>>>> >
> > >>>>>>> > Thanks
> > >>>>>>> >
> > >>>>>>> >
> > >>>>>>> > -------------------------------------------
> > >>>>>>> > http://eprogramming.github.io
> > >>>>>>> >
> > >>>>>>> >
> > >>>>>>> >
> > >>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com>
> > >>>>>>> wrote:
> > >>>>>>> >
> > >>>>>>> >> Lot of fun : ]
> > >>>>>>> >>
> > >>>>>>> >> [image: Inline image 1]
> > >>>>>>> >>
> > >>>>>>> >>
> > >>>>>>> >> -------------------------------------------
> > >>>>>>> >> http://eprogramming.github.io
> > >>>>>>> >>
> > >>>>>>> >>
> > >>>>>>> >>
> > >>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00hf11@gmail.com
> >
> > >>>>>>> wrote:
> > >>>>>>> >>
> > >>>>>>> >>> hi,
> > >>>>>>> >>>
> > >>>>>>> >>> * build aborted after 8 hrs +
> > >>>>>>> >>> * Stalled
> > >>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
> > >>>>>>> >>>
> > >>>>>>> >>> full output attached
> > >>>>>>> >>>
> > >>>>>>> >>>
> > >>>>>>> >>>
> > >>>>>>> >>> -------------------------------------------
> > >>>>>>> >>> http://eprogramming.github.io
> > >>>>>>> >>>
> > >>>>>>> >>>
> > >>>>>>> >>
> > >>>>>>> >
> > >>>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>
> > >>>>
> > >>>
> > >>
> > >
> >
>

Re: [build error] feedback 3

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Well not sure too. The log means the run was slow more or less. Sonar is
really different from mvn alone and can be broken by itself since it
instrumznts code.

Are you able to get a thread stack when it hangs?
Le 4 avr. 2014 02:15, "helio frota" <00...@gmail.com> a écrit :

> This log is on both classes:
>
>
> container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
> logger.info("Removing the timed-out stateful session bean instance " +
> instance.primaryKey);
>
> container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
> logger.info("Removing the timed-out stateful session bean instance " +
> instance.primaryKey);
>
> when running sonar from jenkins the thing gets stalled.
>
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com> wrote:
>
> > i really don't know the diff between
> >
> > mvn clean install
> >
> > and
> >
> > mvn clean sonar:sonar
> >
> > for me both do the maven cycle:
> >
> > * clean
> > * compile
> >
> > but sonar maven plugin gets stalled .
> >
> > any help ?
> >
> > thanks !
> >
> >
> >
> >
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com> wrote:
> >
> >> sorry, false alarm  :/
> >>
> >> INFO - Removing the timed-out stateful session bean instance
> aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
> >> Build was aborted
> >> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> >> Finished: ABORTED
> >>
> >> But now i know this is on sonar phase
> >>
> >>
> >> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> -Dmaven.test.failure.ignore=
> >> true
> >> [INFO] Scanning for projects...
> >>
> >> tks
> >>
> >>
> >>
> >> -------------------------------------------
> >> http://eprogramming.github.io
> >>
> >>
> >>
> >> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com> wrote:
> >>
> >>> Hi Romain !
> >>>
> >>> Build not stalled anymore, i don't know what you did but working now !
> >>>
> >>> Running now sonar :
> >>>
> >>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS
> [1:00.133s]
> >>> [INFO]
> ------------------------------------------------------------------------
> >>> [INFO] BUILD SUCCESS
> >>> [INFO]
> ------------------------------------------------------------------------
> >>> [INFO] Total time: 1:22:33.966s
> >>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
> >>>
> >>> [INFO] Final Memory: 155M/537M
> >>> [INFO]
> ------------------------------------------------------------------------
> >>>
> >>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
> -Dmaven.test.failure.ignore=true
> >>>
> >>>
> >>> Thanks !
> >>>
> >>>
> >>>
> >>> -------------------------------------------
> >>> http://eprogramming.github.io
> >>>
> >>>
> >>>
> >>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com> wrote:
> >>>
> >>>> Pquick same problem, stalled again o_0
> >>>>
> >>>> 4 hr 27 min
> >>>>
> >>>> /opt/maven/bin/mvn clean install -Pquick
> >>>>
> >>>> ...
> >>>> ...
> >>>>
> >>>> WARNING - The composite identity class "class
> org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity "class
> openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform" is
> not serializable.
> >>>> WARNING - Unexpected exception from afterCompletion; continuing
> >>>> java.lang.UnsupportedOperationException
> >>>>    at
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> >>>>
> >>>> ....
> >>>> ....
> >>>>
> >>>> WARNING - Unexpected exception from afterCompletion; continuing
> >>>> java.lang.UnsupportedOperationException
> >>>>    at
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> >>>>
> >>>>
> >>>> ....
> >>>> ....
> >>>>
> >>>> WARNING - Unexpected exception from afterCompletion; continuing
> >>>> java.lang.UnsupportedOperationException
> >>>>    at
> org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
> >>>>
> >>>> ....
> >>>> ....
> >>>>
> >>>>
> >>>>
> >>>> INFO - Removing the timed-out stateful session bean instance
> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
> >>>> INFO - Removing the timed-out stateful session bean instance
> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
> >>>> INFO - Removing the timed-out stateful session bean instance
> 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
> >>>> Build was aborted
> >>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> >>>> Finished: ABORTED
> >>>>
> >>>> tks
> >>>>
> >>>>
> >>>>
> >>>> -------------------------------------------
> >>>> http://eprogramming.github.io
> >>>>
> >>>>
> >>>>
> >>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com> wrote:
> >>>>
> >>>>> Focusing on Pquick only ...
> >>>>>
> >>>>> [INFO] Apache OpenEJB
> >>>>> [INFO] OpenEJB :: Container
> >>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
> >>>>> [INFO] OpenEJB :: Container :: JPA Integration
> >>>>> [INFO] OpenEJB :: Container :: API
> >>>>> [INFO] OpenEJB :: Container :: Loader
> >>>>> [INFO] OpenEJB :: Container :: Java Agent
> >>>>> [INFO] OpenEJB :: Container :: Java EE
> >>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
> >>>>> [INFO] OpenEJB :: Shade
> >>>>> [INFO] OpenEJB :: Shade :: Quartz
> >>>>> [INFO] OpenEJB :: Container :: Core
> >>>>> [INFO] OpenEJB :: Server
> >>>>> [INFO] OpenEJB :: Server :: Client
> >>>>> [INFO] OpenEJB :: TomEE
> >>>>> [INFO] OpenEJB :: TomEE :: Util
> >>>>> [INFO] OpenEJB :: TomEE :: Common
> >>>>> [INFO] OpenEJB :: Server :: Core
> >>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
> >>>>> [INFO] OpenEJB :: Server :: EJBd
> >>>>> [INFO] OpenEJB :: Server :: Hsql
> >>>>> [INFO] OpenEJB :: Server :: Http
> >>>>> [INFO] OpenEJB :: TomEE :: Loader
> >>>>> [INFO] OpenEJB :: TomEE :: JDBC
> >>>>> [INFO] OpenEJB :: TomEE :: Catalina
> >>>>> [INFO] OpenEJB :: TomEE :: MyFaces
> >>>>> [INFO] OpenEJB :: TomEE :: Mojarra
> >>>>> [INFO] OpenEJB :: TomEE :: Webapp
> >>>>> [INFO] OpenEJB :: Server :: REST
> >>>>> [INFO] OpenEJB :: Server :: CXF Transport
> >>>>> [INFO] OpenEJB :: Server :: CXF RS
> >>>>> [INFO] OpenEJB :: Server :: Webservices
> >>>>> [INFO] OpenEJB :: Server :: CXF
> >>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
> >>>>> [INFO] OpenEJB :: TomEE :: Web Services
> >>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
> >>>>> [INFO] OpenEJB :: Utils
> >>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
> >>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
> >>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
> >>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
> >>>>> [INFO] OpenEJB :: Maven Plugins
> >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
> >>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
> >>>>> [INFO] OpenEJB :: Maven Plugins :: Util
> >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
> >>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
> >>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
> >>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
> >>>>> [INFO] OpenEJB :: Container :: JUnit
> >>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
> >>>>> [INFO] OpenEJB :: Server :: ActiveMQ
> >>>>> [INFO] OpenEJB :: Server :: Derby Network Service
> >>>>> [INFO] OpenEJB :: Server :: Axis
> >>>>> [INFO] OpenEJB :: Server :: Daemon
> >>>>> [INFO] OpenEJB :: Server :: Common CLI
> >>>>> [INFO] OpenEJB :: Server :: SSH
> >>>>> [INFO] OpenEJB :: Server :: BoneCP
> >>>>> [INFO] OpenEJB :: Server :: Hessian
> >>>>> [INFO] OpenEJB :: Assembly
> >>>>> [INFO] OpenEJB :: Assembly :: Standalone
> >>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests ::
> Configuration Tests
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
> >>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
> >>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
> >>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
> >>>>> [INFO] OpenEJB :: Utils :: Provisionning
> >>>>> [INFO] OpenEJB :: Utils :: Mockito
> >>>>> [INFO] OpenEJB :: TomEE :: webaccess
> >>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
> >>>>>
> >>>>> cheers,
> >>>>> helio
> >>>>>
> >>>>>
> >>>>> -------------------------------------------
> >>>>> http://eprogramming.github.io
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com>
> wrote:
> >>>>>
> >>>>>> Thanks Romain !
> >>>>>> Going to change the jenkins here !
> >>>>>>
> >>>>>>
> >>>>>> -------------------------------------------
> >>>>>> http://eprogramming.github.io
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
> >>>>>> rmannibucau@gmail.com> wrote:
> >>>>>>
> >>>>>>> mvn clean install -Pall-adapters actually to make it even longer ;)
> >>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
> >>>>>>>
> >>>>>>> > Hi,
> >>>>>>> >
> >>>>>>> > After 8hrs:
> >>>>>>> >
> >>>>>>> > 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
> >>>>>>> > Build was aborted
> >>>>>>> > Aborted by anonymous
> >>>>>>> > Finished: ABORTED
> >>>>>>> >
> >>>>>>> > What is the configuration of buildbot ?
> >>>>>>> >
> >>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB
> >>>>>>> RAM
> >>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
> >>>>>>> >
> >>>>>>> > I need to configure something or just 'mvn clean install' ?
> >>>>>>> >
> >>>>>>> > Thanks
> >>>>>>> >
> >>>>>>> >
> >>>>>>> > -------------------------------------------
> >>>>>>> > http://eprogramming.github.io
> >>>>>>> >
> >>>>>>> >
> >>>>>>> >
> >>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com>
> >>>>>>> wrote:
> >>>>>>> >
> >>>>>>> >> Lot of fun : ]
> >>>>>>> >>
> >>>>>>> >> [image: Inline image 1]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >> -------------------------------------------
> >>>>>>> >> http://eprogramming.github.io
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com>
> >>>>>>> wrote:
> >>>>>>> >>
> >>>>>>> >>> hi,
> >>>>>>> >>>
> >>>>>>> >>> * build aborted after 8 hrs +
> >>>>>>> >>> * Stalled
> >>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
> >>>>>>> >>>
> >>>>>>> >>> full output attached
> >>>>>>> >>>
> >>>>>>> >>>
> >>>>>>> >>>
> >>>>>>> >>> -------------------------------------------
> >>>>>>> >>> http://eprogramming.github.io
> >>>>>>> >>>
> >>>>>>> >>>
> >>>>>>> >>
> >>>>>>> >
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
> >
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
This log is on both classes:

container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulContainer.java:
logger.info("Removing the timed-out stateful session bean instance " +
instance.primaryKey);
container/openejb-core/src/main/java/org/apache/openejb/core/managed/ManagedContainer.java:
logger.info("Removing the timed-out stateful session bean instance " +
instance.primaryKey);

when running sonar from jenkins the thing gets stalled.




-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 9:45 PM, helio frota <00...@gmail.com> wrote:

> i really don't know the diff between
>
> mvn clean install
>
> and
>
> mvn clean sonar:sonar
>
> for me both do the maven cycle:
>
> * clean
> * compile
>
> but sonar maven plugin gets stalled .
>
> any help ?
>
> thanks !
>
>
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com> wrote:
>
>> sorry, false alarm  :/
>>
>> INFO - Removing the timed-out stateful session bean instance aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
>> Build was aborted
>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>> Finished: ABORTED
>>
>> But now i know this is on sonar phase
>>
>>
>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=
>> true
>> [INFO] Scanning for projects...
>>
>> tks
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com> wrote:
>>
>>> Hi Romain !
>>>
>>> Build not stalled anymore, i don't know what you did but working now !
>>>
>>> Running now sonar :
>>>
>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS [1:00.133s]
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] BUILD SUCCESS
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 1:22:33.966s
>>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>>>
>>> [INFO] Final Memory: 155M/537M
>>> [INFO] ------------------------------------------------------------------------
>>>
>>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=true
>>>
>>>
>>> Thanks !
>>>
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com> wrote:
>>>
>>>> Pquick same problem, stalled again o_0
>>>>
>>>> 4 hr 27 min
>>>>
>>>> /opt/maven/bin/mvn clean install -Pquick
>>>>
>>>> ...
>>>> ...
>>>>
>>>> WARNING - The composite identity class "class org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity "class openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform" is not serializable.
>>>> WARNING - Unexpected exception from afterCompletion; continuing
>>>> java.lang.UnsupportedOperationException
>>>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>>
>>>> ....
>>>> ....
>>>>
>>>> WARNING - Unexpected exception from afterCompletion; continuing
>>>> java.lang.UnsupportedOperationException
>>>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>>
>>>>
>>>> ....
>>>> ....
>>>>
>>>> WARNING - Unexpected exception from afterCompletion; continuing
>>>> java.lang.UnsupportedOperationException
>>>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>>
>>>> ....
>>>> ....
>>>>
>>>>
>>>>
>>>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>>>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>>>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>>>> Build was aborted
>>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>>> Finished: ABORTED
>>>>
>>>> tks
>>>>
>>>>
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com> wrote:
>>>>
>>>>> Focusing on Pquick only ...
>>>>>
>>>>> [INFO] Apache OpenEJB
>>>>> [INFO] OpenEJB :: Container
>>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>>>>> [INFO] OpenEJB :: Container :: JPA Integration
>>>>> [INFO] OpenEJB :: Container :: API
>>>>> [INFO] OpenEJB :: Container :: Loader
>>>>> [INFO] OpenEJB :: Container :: Java Agent
>>>>> [INFO] OpenEJB :: Container :: Java EE
>>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>>>>> [INFO] OpenEJB :: Shade
>>>>> [INFO] OpenEJB :: Shade :: Quartz
>>>>> [INFO] OpenEJB :: Container :: Core
>>>>> [INFO] OpenEJB :: Server
>>>>> [INFO] OpenEJB :: Server :: Client
>>>>> [INFO] OpenEJB :: TomEE
>>>>> [INFO] OpenEJB :: TomEE :: Util
>>>>> [INFO] OpenEJB :: TomEE :: Common
>>>>> [INFO] OpenEJB :: Server :: Core
>>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>>>>> [INFO] OpenEJB :: Server :: EJBd
>>>>> [INFO] OpenEJB :: Server :: Hsql
>>>>> [INFO] OpenEJB :: Server :: Http
>>>>> [INFO] OpenEJB :: TomEE :: Loader
>>>>> [INFO] OpenEJB :: TomEE :: JDBC
>>>>> [INFO] OpenEJB :: TomEE :: Catalina
>>>>> [INFO] OpenEJB :: TomEE :: MyFaces
>>>>> [INFO] OpenEJB :: TomEE :: Mojarra
>>>>> [INFO] OpenEJB :: TomEE :: Webapp
>>>>> [INFO] OpenEJB :: Server :: REST
>>>>> [INFO] OpenEJB :: Server :: CXF Transport
>>>>> [INFO] OpenEJB :: Server :: CXF RS
>>>>> [INFO] OpenEJB :: Server :: Webservices
>>>>> [INFO] OpenEJB :: Server :: CXF
>>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>>>>> [INFO] OpenEJB :: TomEE :: Web Services
>>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>>>>> [INFO] OpenEJB :: Utils
>>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>>>>> [INFO] OpenEJB :: Maven Plugins
>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>>>>> [INFO] OpenEJB :: Maven Plugins :: Util
>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
>>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
>>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>>>>> [INFO] OpenEJB :: Container :: JUnit
>>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>>>>> [INFO] OpenEJB :: Server :: ActiveMQ
>>>>> [INFO] OpenEJB :: Server :: Derby Network Service
>>>>> [INFO] OpenEJB :: Server :: Axis
>>>>> [INFO] OpenEJB :: Server :: Daemon
>>>>> [INFO] OpenEJB :: Server :: Common CLI
>>>>> [INFO] OpenEJB :: Server :: SSH
>>>>> [INFO] OpenEJB :: Server :: BoneCP
>>>>> [INFO] OpenEJB :: Server :: Hessian
>>>>> [INFO] OpenEJB :: Assembly
>>>>> [INFO] OpenEJB :: Assembly :: Standalone
>>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
>>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
>>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>>>>> [INFO] OpenEJB :: Utils :: Provisionning
>>>>> [INFO] OpenEJB :: Utils :: Mockito
>>>>> [INFO] OpenEJB :: TomEE :: webaccess
>>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>>>>
>>>>> cheers,
>>>>> helio
>>>>>
>>>>>
>>>>> -------------------------------------------
>>>>> http://eprogramming.github.io
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com> wrote:
>>>>>
>>>>>> Thanks Romain !
>>>>>> Going to change the jenkins here !
>>>>>>
>>>>>>
>>>>>> -------------------------------------------
>>>>>> http://eprogramming.github.io
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>>>>> rmannibucau@gmail.com> wrote:
>>>>>>
>>>>>>> mvn clean install -Pall-adapters actually to make it even longer ;)
>>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>>>>>>>
>>>>>>> > Hi,
>>>>>>> >
>>>>>>> > After 8hrs:
>>>>>>> >
>>>>>>> > 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
>>>>>>> > Build was aborted
>>>>>>> > Aborted by anonymous
>>>>>>> > Finished: ABORTED
>>>>>>> >
>>>>>>> > What is the configuration of buildbot ?
>>>>>>> >
>>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB
>>>>>>> RAM
>>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
>>>>>>> >
>>>>>>> > I need to configure something or just 'mvn clean install' ?
>>>>>>> >
>>>>>>> > Thanks
>>>>>>> >
>>>>>>> >
>>>>>>> > -------------------------------------------
>>>>>>> > http://eprogramming.github.io
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com>
>>>>>>> wrote:
>>>>>>> >
>>>>>>> >> Lot of fun : ]
>>>>>>> >>
>>>>>>> >> [image: Inline image 1]
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> -------------------------------------------
>>>>>>> >> http://eprogramming.github.io
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com>
>>>>>>> wrote:
>>>>>>> >>
>>>>>>> >>> hi,
>>>>>>> >>>
>>>>>>> >>> * build aborted after 8 hrs +
>>>>>>> >>> * Stalled
>>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
>>>>>>> >>>
>>>>>>> >>> full output attached
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> -------------------------------------------
>>>>>>> >>> http://eprogramming.github.io
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>
>>>>>>> >
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
i really don't know the diff between

mvn clean install

and

mvn clean sonar:sonar

for me both do the maven cycle:

* clean
* compile

but sonar maven plugin gets stalled .

any help ?

thanks !





-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 9:01 PM, helio frota <00...@gmail.com> wrote:

> sorry, false alarm  :/
>
> INFO - Removing the timed-out stateful session bean instance aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
> Build was aborted
> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> Finished: ABORTED
>
> But now i know this is on sonar phase
>
>
> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=
> true
> [INFO] Scanning for projects...
>
> tks
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com> wrote:
>
>> Hi Romain !
>>
>> Build not stalled anymore, i don't know what you did but working now !
>>
>> Running now sonar :
>>
>> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS [1:00.133s]
>> [INFO] ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESS
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 1:22:33.966s
>> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>>
>> [INFO] Final Memory: 155M/537M
>> [INFO] ------------------------------------------------------------------------
>>
>> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=true
>>
>>
>> Thanks !
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com> wrote:
>>
>>> Pquick same problem, stalled again o_0
>>>
>>> 4 hr 27 min
>>>
>>> /opt/maven/bin/mvn clean install -Pquick
>>>
>>> ...
>>> ...
>>>
>>> WARNING - The composite identity class "class org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity "class openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform" is not serializable.
>>> WARNING - Unexpected exception from afterCompletion; continuing
>>> java.lang.UnsupportedOperationException
>>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>
>>> ....
>>> ....
>>>
>>> WARNING - Unexpected exception from afterCompletion; continuing
>>> java.lang.UnsupportedOperationException
>>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>
>>>
>>> ....
>>> ....
>>>
>>> WARNING - Unexpected exception from afterCompletion; continuing
>>> java.lang.UnsupportedOperationException
>>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>>
>>> ....
>>> ....
>>>
>>>
>>>
>>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>>> Build was aborted
>>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>>> Finished: ABORTED
>>>
>>> tks
>>>
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com> wrote:
>>>
>>>> Focusing on Pquick only ...
>>>>
>>>> [INFO] Apache OpenEJB
>>>> [INFO] OpenEJB :: Container
>>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>>>> [INFO] OpenEJB :: Container :: JPA Integration
>>>> [INFO] OpenEJB :: Container :: API
>>>> [INFO] OpenEJB :: Container :: Loader
>>>> [INFO] OpenEJB :: Container :: Java Agent
>>>> [INFO] OpenEJB :: Container :: Java EE
>>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>>>> [INFO] OpenEJB :: Shade
>>>> [INFO] OpenEJB :: Shade :: Quartz
>>>> [INFO] OpenEJB :: Container :: Core
>>>> [INFO] OpenEJB :: Server
>>>> [INFO] OpenEJB :: Server :: Client
>>>> [INFO] OpenEJB :: TomEE
>>>> [INFO] OpenEJB :: TomEE :: Util
>>>> [INFO] OpenEJB :: TomEE :: Common
>>>> [INFO] OpenEJB :: Server :: Core
>>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>>>> [INFO] OpenEJB :: Server :: EJBd
>>>> [INFO] OpenEJB :: Server :: Hsql
>>>> [INFO] OpenEJB :: Server :: Http
>>>> [INFO] OpenEJB :: TomEE :: Loader
>>>> [INFO] OpenEJB :: TomEE :: JDBC
>>>> [INFO] OpenEJB :: TomEE :: Catalina
>>>> [INFO] OpenEJB :: TomEE :: MyFaces
>>>> [INFO] OpenEJB :: TomEE :: Mojarra
>>>> [INFO] OpenEJB :: TomEE :: Webapp
>>>> [INFO] OpenEJB :: Server :: REST
>>>> [INFO] OpenEJB :: Server :: CXF Transport
>>>> [INFO] OpenEJB :: Server :: CXF RS
>>>> [INFO] OpenEJB :: Server :: Webservices
>>>> [INFO] OpenEJB :: Server :: CXF
>>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>>>> [INFO] OpenEJB :: TomEE :: Web Services
>>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>>>> [INFO] OpenEJB :: Utils
>>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>>>> [INFO] OpenEJB :: Maven Plugins
>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>>>> [INFO] OpenEJB :: Maven Plugins :: Util
>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
>>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
>>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>>>> [INFO] OpenEJB :: Container :: JUnit
>>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>>>> [INFO] OpenEJB :: Server :: ActiveMQ
>>>> [INFO] OpenEJB :: Server :: Derby Network Service
>>>> [INFO] OpenEJB :: Server :: Axis
>>>> [INFO] OpenEJB :: Server :: Daemon
>>>> [INFO] OpenEJB :: Server :: Common CLI
>>>> [INFO] OpenEJB :: Server :: SSH
>>>> [INFO] OpenEJB :: Server :: BoneCP
>>>> [INFO] OpenEJB :: Server :: Hessian
>>>> [INFO] OpenEJB :: Assembly
>>>> [INFO] OpenEJB :: Assembly :: Standalone
>>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
>>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
>>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>>>> [INFO] OpenEJB :: Utils :: Provisionning
>>>> [INFO] OpenEJB :: Utils :: Mockito
>>>> [INFO] OpenEJB :: TomEE :: webaccess
>>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>>>
>>>> cheers,
>>>> helio
>>>>
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com> wrote:
>>>>
>>>>> Thanks Romain !
>>>>> Going to change the jenkins here !
>>>>>
>>>>>
>>>>> -------------------------------------------
>>>>> http://eprogramming.github.io
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>>>> rmannibucau@gmail.com> wrote:
>>>>>
>>>>>> mvn clean install -Pall-adapters actually to make it even longer ;)
>>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>>>>>>
>>>>>> > Hi,
>>>>>> >
>>>>>> > After 8hrs:
>>>>>> >
>>>>>> > 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
>>>>>> > Build was aborted
>>>>>> > Aborted by anonymous
>>>>>> > Finished: ABORTED
>>>>>> >
>>>>>> > What is the configuration of buildbot ?
>>>>>> >
>>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
>>>>>> > ubuntu 13.10 text mode only ( is another notebook )
>>>>>> >
>>>>>> > I need to configure something or just 'mvn clean install' ?
>>>>>> >
>>>>>> > Thanks
>>>>>> >
>>>>>> >
>>>>>> > -------------------------------------------
>>>>>> > http://eprogramming.github.io
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com>
>>>>>> wrote:
>>>>>> >
>>>>>> >> Lot of fun : ]
>>>>>> >>
>>>>>> >> [image: Inline image 1]
>>>>>> >>
>>>>>> >>
>>>>>> >> -------------------------------------------
>>>>>> >> http://eprogramming.github.io
>>>>>> >>
>>>>>> >>
>>>>>> >>
>>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com>
>>>>>> wrote:
>>>>>> >>
>>>>>> >>> hi,
>>>>>> >>>
>>>>>> >>> * build aborted after 8 hrs +
>>>>>> >>> * Stalled
>>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
>>>>>> >>>
>>>>>> >>> full output attached
>>>>>> >>>
>>>>>> >>>
>>>>>> >>>
>>>>>> >>> -------------------------------------------
>>>>>> >>> http://eprogramming.github.io
>>>>>> >>>
>>>>>> >>>
>>>>>> >>
>>>>>> >
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
sorry, false alarm  :/

INFO - Removing the timed-out stateful session bean instance
aaec8bbc27fed055:5d058434:14529ed743f:-7fa9
Build was aborted
Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
Finished: ABORTED

But now i know this is on sonar phase

[tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
-Dmaven.test.failure.ignore=true
[INFO] Scanning for projects...

tks



-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00...@gmail.com> wrote:

> Hi Romain !
>
> Build not stalled anymore, i don't know what you did but working now !
>
> Running now sonar :
>
> [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS [1:00.133s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1:22:33.966s
> [INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014
>
> [INFO] Final Memory: 155M/537M
> [INFO] ------------------------------------------------------------------------
>
> [tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=true
>
>
> Thanks !
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com> wrote:
>
>> Pquick same problem, stalled again o_0
>>
>> 4 hr 27 min
>>
>> /opt/maven/bin/mvn clean install -Pquick
>>
>> ...
>> ...
>>
>> WARNING - The composite identity class "class org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity "class openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform" is not serializable.
>> WARNING - Unexpected exception from afterCompletion; continuing
>> java.lang.UnsupportedOperationException
>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>
>> ....
>> ....
>>
>> WARNING - Unexpected exception from afterCompletion; continuing
>> java.lang.UnsupportedOperationException
>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>
>>
>> ....
>> ....
>>
>> WARNING - Unexpected exception from afterCompletion; continuing
>> java.lang.UnsupportedOperationException
>> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>>
>> ....
>> ....
>>
>>
>>
>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
>> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
>> Build was aborted
>> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
>> Finished: ABORTED
>>
>> tks
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com> wrote:
>>
>>> Focusing on Pquick only ...
>>>
>>> [INFO] Apache OpenEJB
>>> [INFO] OpenEJB :: Container
>>> [INFO] OpenEJB :: Container :: MBean Annotation API
>>> [INFO] OpenEJB :: Container :: JPA Integration
>>> [INFO] OpenEJB :: Container :: API
>>> [INFO] OpenEJB :: Container :: Loader
>>> [INFO] OpenEJB :: Container :: Java Agent
>>> [INFO] OpenEJB :: Container :: Java EE
>>> [INFO] OpenEJB :: Container :: Java EE Accessors
>>> [INFO] OpenEJB :: Shade
>>> [INFO] OpenEJB :: Shade :: Quartz
>>> [INFO] OpenEJB :: Container :: Core
>>> [INFO] OpenEJB :: Server
>>> [INFO] OpenEJB :: Server :: Client
>>> [INFO] OpenEJB :: TomEE
>>> [INFO] OpenEJB :: TomEE :: Util
>>> [INFO] OpenEJB :: TomEE :: Common
>>> [INFO] OpenEJB :: Server :: Core
>>> [INFO] OpenEJB :: Server :: Multicast Discovery
>>> [INFO] OpenEJB :: Server :: EJBd
>>> [INFO] OpenEJB :: Server :: Hsql
>>> [INFO] OpenEJB :: Server :: Http
>>> [INFO] OpenEJB :: TomEE :: Loader
>>> [INFO] OpenEJB :: TomEE :: JDBC
>>> [INFO] OpenEJB :: TomEE :: Catalina
>>> [INFO] OpenEJB :: TomEE :: MyFaces
>>> [INFO] OpenEJB :: TomEE :: Mojarra
>>> [INFO] OpenEJB :: TomEE :: Webapp
>>> [INFO] OpenEJB :: Server :: REST
>>> [INFO] OpenEJB :: Server :: CXF Transport
>>> [INFO] OpenEJB :: Server :: CXF RS
>>> [INFO] OpenEJB :: Server :: Webservices
>>> [INFO] OpenEJB :: Server :: CXF
>>> [INFO] OpenEJB :: TomEE :: RS Web Services
>>> [INFO] OpenEJB :: TomEE :: Web Services
>>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>>> [INFO] OpenEJB :: Utils
>>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>>> [INFO] OpenEJB :: Maven Plugins
>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>>> [INFO] OpenEJB :: Maven Plugins :: Util
>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
>>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
>>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>>> [INFO] OpenEJB :: Container :: JUnit
>>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>>> [INFO] OpenEJB :: Server :: ActiveMQ
>>> [INFO] OpenEJB :: Server :: Derby Network Service
>>> [INFO] OpenEJB :: Server :: Axis
>>> [INFO] OpenEJB :: Server :: Daemon
>>> [INFO] OpenEJB :: Server :: Common CLI
>>> [INFO] OpenEJB :: Server :: SSH
>>> [INFO] OpenEJB :: Server :: BoneCP
>>> [INFO] OpenEJB :: Server :: Hessian
>>> [INFO] OpenEJB :: Assembly
>>> [INFO] OpenEJB :: Assembly :: Standalone
>>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
>>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
>>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>>> [INFO] OpenEJB :: Utils :: Core Hibernate
>>> [INFO] OpenEJB :: Utils :: Provisionning
>>> [INFO] OpenEJB :: Utils :: Mockito
>>> [INFO] OpenEJB :: TomEE :: webaccess
>>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>>
>>> cheers,
>>> helio
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com> wrote:
>>>
>>>> Thanks Romain !
>>>> Going to change the jenkins here !
>>>>
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>>> rmannibucau@gmail.com> wrote:
>>>>
>>>>> mvn clean install -Pall-adapters actually to make it even longer ;)
>>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>>>>>
>>>>> > Hi,
>>>>> >
>>>>> > After 8hrs:
>>>>> >
>>>>> > 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
>>>>> > Build was aborted
>>>>> > Aborted by anonymous
>>>>> > Finished: ABORTED
>>>>> >
>>>>> > What is the configuration of buildbot ?
>>>>> >
>>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
>>>>> > ubuntu 13.10 text mode only ( is another notebook )
>>>>> >
>>>>> > I need to configure something or just 'mvn clean install' ?
>>>>> >
>>>>> > Thanks
>>>>> >
>>>>> >
>>>>> > -------------------------------------------
>>>>> > http://eprogramming.github.io
>>>>> >
>>>>> >
>>>>> >
>>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com>
>>>>> wrote:
>>>>> >
>>>>> >> Lot of fun : ]
>>>>> >>
>>>>> >> [image: Inline image 1]
>>>>> >>
>>>>> >>
>>>>> >> -------------------------------------------
>>>>> >> http://eprogramming.github.io
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com>
>>>>> wrote:
>>>>> >>
>>>>> >>> hi,
>>>>> >>>
>>>>> >>> * build aborted after 8 hrs +
>>>>> >>> * Stalled
>>>>> >>> * -Dmaven.test.failure.ignore=true to continue
>>>>> >>>
>>>>> >>> full output attached
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> -------------------------------------------
>>>>> >>> http://eprogramming.github.io
>>>>> >>>
>>>>> >>>
>>>>> >>
>>>>> >
>>>>>
>>>>
>>>>
>>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Hi Romain !

Build not stalled anymore, i don't know what you did but working now !

Running now sonar :

[INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SUCCESS [1:00.133s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:22:33.966s
[INFO] Finished at: Thu Apr 03 20:23:09 BRT 2014

[INFO] Final Memory: 155M/537M
[INFO] ------------------------------------------------------------------------

[tomee] $ /opt/maven/bin/mvn sonar:sonar -Pquick
-Dmaven.test.failure.ignore=true


Thanks !



-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00...@gmail.com> wrote:

> Pquick same problem, stalled again o_0
>
> 4 hr 27 min
>
> /opt/maven/bin/mvn clean install -Pquick
>
> ...
> ...
>
> WARNING - The composite identity class "class org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity "class openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform" is not serializable.
> WARNING - Unexpected exception from afterCompletion; continuing
> java.lang.UnsupportedOperationException
> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>
> ....
> ....
>
> WARNING - Unexpected exception from afterCompletion; continuing
> java.lang.UnsupportedOperationException
> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>
>
> ....
> ....
>
> WARNING - Unexpected exception from afterCompletion; continuing
> java.lang.UnsupportedOperationException
> 	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)
>
> ....
> ....
>
>
>
> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
> INFO - Removing the timed-out stateful session bean instance 6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
> Build was aborted
> Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
> Finished: ABORTED
>
> tks
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com> wrote:
>
>> Focusing on Pquick only ...
>>
>> [INFO] Apache OpenEJB
>> [INFO] OpenEJB :: Container
>> [INFO] OpenEJB :: Container :: MBean Annotation API
>> [INFO] OpenEJB :: Container :: JPA Integration
>> [INFO] OpenEJB :: Container :: API
>> [INFO] OpenEJB :: Container :: Loader
>> [INFO] OpenEJB :: Container :: Java Agent
>> [INFO] OpenEJB :: Container :: Java EE
>> [INFO] OpenEJB :: Container :: Java EE Accessors
>> [INFO] OpenEJB :: Shade
>> [INFO] OpenEJB :: Shade :: Quartz
>> [INFO] OpenEJB :: Container :: Core
>> [INFO] OpenEJB :: Server
>> [INFO] OpenEJB :: Server :: Client
>> [INFO] OpenEJB :: TomEE
>> [INFO] OpenEJB :: TomEE :: Util
>> [INFO] OpenEJB :: TomEE :: Common
>> [INFO] OpenEJB :: Server :: Core
>> [INFO] OpenEJB :: Server :: Multicast Discovery
>> [INFO] OpenEJB :: Server :: EJBd
>> [INFO] OpenEJB :: Server :: Hsql
>> [INFO] OpenEJB :: Server :: Http
>> [INFO] OpenEJB :: TomEE :: Loader
>> [INFO] OpenEJB :: TomEE :: JDBC
>> [INFO] OpenEJB :: TomEE :: Catalina
>> [INFO] OpenEJB :: TomEE :: MyFaces
>> [INFO] OpenEJB :: TomEE :: Mojarra
>> [INFO] OpenEJB :: TomEE :: Webapp
>> [INFO] OpenEJB :: Server :: REST
>> [INFO] OpenEJB :: Server :: CXF Transport
>> [INFO] OpenEJB :: Server :: CXF RS
>> [INFO] OpenEJB :: Server :: Webservices
>> [INFO] OpenEJB :: Server :: CXF
>> [INFO] OpenEJB :: TomEE :: RS Web Services
>> [INFO] OpenEJB :: TomEE :: Web Services
>> [INFO] OpenEJB :: TomEE :: Plus Webapp
>> [INFO] OpenEJB :: Utils
>> [INFO] OpenEJB :: Utils :: Core EclipseLink
>> [INFO] OpenEJB :: TomEE :: Plume Webapp
>> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
>> [INFO] OpenEJB :: TomEE :: Apache TomEE
>> [INFO] OpenEJB :: Maven Plugins
>> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
>> [INFO] OpenEJB :: TomEE :: TomEE Embedded
>> [INFO] OpenEJB :: Maven Plugins :: Util
>> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
>> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
>> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
>> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
>> [INFO] OpenEJB :: Container :: JUnit
>> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
>> [INFO] OpenEJB :: Server :: ActiveMQ
>> [INFO] OpenEJB :: Server :: Derby Network Service
>> [INFO] OpenEJB :: Server :: Axis
>> [INFO] OpenEJB :: Server :: Daemon
>> [INFO] OpenEJB :: Server :: Common CLI
>> [INFO] OpenEJB :: Server :: SSH
>> [INFO] OpenEJB :: Server :: BoneCP
>> [INFO] OpenEJB :: Server :: Hessian
>> [INFO] OpenEJB :: Assembly
>> [INFO] OpenEJB :: Assembly :: Standalone
>> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
>> [INFO] OpenEJB :: Arquillian Adaptors Parent
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
>> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
>> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
>> [INFO] OpenEJB :: Utils :: Core Hibernate
>> [INFO] OpenEJB :: Utils :: Provisionning
>> [INFO] OpenEJB :: Utils :: Mockito
>> [INFO] OpenEJB :: TomEE :: webaccess
>> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>>
>> cheers,
>> helio
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com> wrote:
>>
>>> Thanks Romain !
>>> Going to change the jenkins here !
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <
>>> rmannibucau@gmail.com> wrote:
>>>
>>>> mvn clean install -Pall-adapters actually to make it even longer ;)
>>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>>>>
>>>> > Hi,
>>>> >
>>>> > After 8hrs:
>>>> >
>>>> > 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
>>>> > Build was aborted
>>>> > Aborted by anonymous
>>>> > Finished: ABORTED
>>>> >
>>>> > What is the configuration of buildbot ?
>>>> >
>>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
>>>> > ubuntu 13.10 text mode only ( is another notebook )
>>>> >
>>>> > I need to configure something or just 'mvn clean install' ?
>>>> >
>>>> > Thanks
>>>> >
>>>> >
>>>> > -------------------------------------------
>>>> > http://eprogramming.github.io
>>>> >
>>>> >
>>>> >
>>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com> wrote:
>>>> >
>>>> >> Lot of fun : ]
>>>> >>
>>>> >> [image: Inline image 1]
>>>> >>
>>>> >>
>>>> >> -------------------------------------------
>>>> >> http://eprogramming.github.io
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com>
>>>> wrote:
>>>> >>
>>>> >>> hi,
>>>> >>>
>>>> >>> * build aborted after 8 hrs +
>>>> >>> * Stalled
>>>> >>> * -Dmaven.test.failure.ignore=true to continue
>>>> >>>
>>>> >>> full output attached
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> -------------------------------------------
>>>> >>> http://eprogramming.github.io
>>>> >>>
>>>> >>>
>>>> >>
>>>> >
>>>>
>>>
>>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Pquick same problem, stalled again o_0

4 hr 27 min

/opt/maven/bin/mvn clean install -Pquick

...
...

WARNING - The composite identity class "class
org.apache.openejb.test.entity.cmr.manytomany.PlatformPk" for entity
"class openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform"
is not serializable.
WARNING - Unexpected exception from afterCompletion; continuing
java.lang.UnsupportedOperationException
	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)

....
....

WARNING - Unexpected exception from afterCompletion; continuing
java.lang.UnsupportedOperationException
	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)


....
....

WARNING - Unexpected exception from afterCompletion; continuing
java.lang.UnsupportedOperationException
	at org.apache.openjpa.enhance.ReflectingPersistenceCapable.pcSetDetachedState(ReflectingPersistenceCapable.java:324)

....
....



INFO - Removing the timed-out stateful session bean instance
6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fab
INFO - Removing the timed-out stateful session bean instance
6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7faa
INFO - Removing the timed-out stateful session bean instance
6ba313de3f6cc34b:-51d94abc:1452774a2f1:-7fa9
Build was aborted
Aborted by anonymous <http://192.168.1.5:8080/user/anonymous>
Finished: ABORTED

tks



-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00...@gmail.com> wrote:

> Focusing on Pquick only ...
>
> [INFO] Apache OpenEJB
> [INFO] OpenEJB :: Container
> [INFO] OpenEJB :: Container :: MBean Annotation API
> [INFO] OpenEJB :: Container :: JPA Integration
> [INFO] OpenEJB :: Container :: API
> [INFO] OpenEJB :: Container :: Loader
> [INFO] OpenEJB :: Container :: Java Agent
> [INFO] OpenEJB :: Container :: Java EE
> [INFO] OpenEJB :: Container :: Java EE Accessors
> [INFO] OpenEJB :: Shade
> [INFO] OpenEJB :: Shade :: Quartz
> [INFO] OpenEJB :: Container :: Core
> [INFO] OpenEJB :: Server
> [INFO] OpenEJB :: Server :: Client
> [INFO] OpenEJB :: TomEE
> [INFO] OpenEJB :: TomEE :: Util
> [INFO] OpenEJB :: TomEE :: Common
> [INFO] OpenEJB :: Server :: Core
> [INFO] OpenEJB :: Server :: Multicast Discovery
> [INFO] OpenEJB :: Server :: EJBd
> [INFO] OpenEJB :: Server :: Hsql
> [INFO] OpenEJB :: Server :: Http
> [INFO] OpenEJB :: TomEE :: Loader
> [INFO] OpenEJB :: TomEE :: JDBC
> [INFO] OpenEJB :: TomEE :: Catalina
> [INFO] OpenEJB :: TomEE :: MyFaces
> [INFO] OpenEJB :: TomEE :: Mojarra
> [INFO] OpenEJB :: TomEE :: Webapp
> [INFO] OpenEJB :: Server :: REST
> [INFO] OpenEJB :: Server :: CXF Transport
> [INFO] OpenEJB :: Server :: CXF RS
> [INFO] OpenEJB :: Server :: Webservices
> [INFO] OpenEJB :: Server :: CXF
> [INFO] OpenEJB :: TomEE :: RS Web Services
> [INFO] OpenEJB :: TomEE :: Web Services
> [INFO] OpenEJB :: TomEE :: Plus Webapp
> [INFO] OpenEJB :: Utils
> [INFO] OpenEJB :: Utils :: Core EclipseLink
> [INFO] OpenEJB :: TomEE :: Plume Webapp
> [INFO] OpenEJB :: TomEE :: JAXRS Webapp
> [INFO] OpenEJB :: TomEE :: Apache TomEE
> [INFO] OpenEJB :: Maven Plugins
> [INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
> [INFO] OpenEJB :: TomEE :: TomEE Embedded
> [INFO] OpenEJB :: Maven Plugins :: Util
> [INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
> [INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
> [INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
> [INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
> [INFO] OpenEJB :: Container :: JUnit
> [INFO] OpenEJB :: Container :: Concurrency Utilities EE
> [INFO] OpenEJB :: Server :: ActiveMQ
> [INFO] OpenEJB :: Server :: Derby Network Service
> [INFO] OpenEJB :: Server :: Axis
> [INFO] OpenEJB :: Server :: Daemon
> [INFO] OpenEJB :: Server :: Common CLI
> [INFO] OpenEJB :: Server :: SSH
> [INFO] OpenEJB :: Server :: BoneCP
> [INFO] OpenEJB :: Server :: Hessian
> [INFO] OpenEJB :: Assembly
> [INFO] OpenEJB :: Assembly :: Standalone
> [INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
> [INFO] OpenEJB :: Arquillian Adaptors Parent
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
> [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
> [INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
> [INFO] OpenEJB :: Utils :: Core Hibernate
> [INFO] OpenEJB :: Utils :: Provisionning
> [INFO] OpenEJB :: Utils :: Mockito
> [INFO] OpenEJB :: TomEE :: webaccess
> [INFO] OpenEJB :: TomEE :: Debian Package Builder
>
> cheers,
> helio
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com> wrote:
>
>> Thanks Romain !
>> Going to change the jenkins here !
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <rmannibucau@gmail.com
>> > wrote:
>>
>>> mvn clean install -Pall-adapters actually to make it even longer ;)
>>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>>>
>>> > Hi,
>>> >
>>> > After 8hrs:
>>> >
>>> > 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
>>> > Build was aborted
>>> > Aborted by anonymous
>>> > Finished: ABORTED
>>> >
>>> > What is the configuration of buildbot ?
>>> >
>>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
>>> > ubuntu 13.10 text mode only ( is another notebook )
>>> >
>>> > I need to configure something or just 'mvn clean install' ?
>>> >
>>> > Thanks
>>> >
>>> >
>>> > -------------------------------------------
>>> > http://eprogramming.github.io
>>> >
>>> >
>>> >
>>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com> wrote:
>>> >
>>> >> Lot of fun : ]
>>> >>
>>> >> [image: Inline image 1]
>>> >>
>>> >>
>>> >> -------------------------------------------
>>> >> http://eprogramming.github.io
>>> >>
>>> >>
>>> >>
>>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com> wrote:
>>> >>
>>> >>> hi,
>>> >>>
>>> >>> * build aborted after 8 hrs +
>>> >>> * Stalled
>>> >>> * -Dmaven.test.failure.ignore=true to continue
>>> >>>
>>> >>> full output attached
>>> >>>
>>> >>>
>>> >>>
>>> >>> -------------------------------------------
>>> >>> http://eprogramming.github.io
>>> >>>
>>> >>>
>>> >>
>>> >
>>>
>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Focusing on Pquick only ...

[INFO] Apache OpenEJB
[INFO] OpenEJB :: Container
[INFO] OpenEJB :: Container :: MBean Annotation API
[INFO] OpenEJB :: Container :: JPA Integration
[INFO] OpenEJB :: Container :: API
[INFO] OpenEJB :: Container :: Loader
[INFO] OpenEJB :: Container :: Java Agent
[INFO] OpenEJB :: Container :: Java EE
[INFO] OpenEJB :: Container :: Java EE Accessors
[INFO] OpenEJB :: Shade
[INFO] OpenEJB :: Shade :: Quartz
[INFO] OpenEJB :: Container :: Core
[INFO] OpenEJB :: Server
[INFO] OpenEJB :: Server :: Client
[INFO] OpenEJB :: TomEE
[INFO] OpenEJB :: TomEE :: Util
[INFO] OpenEJB :: TomEE :: Common
[INFO] OpenEJB :: Server :: Core
[INFO] OpenEJB :: Server :: Multicast Discovery
[INFO] OpenEJB :: Server :: EJBd
[INFO] OpenEJB :: Server :: Hsql
[INFO] OpenEJB :: Server :: Http
[INFO] OpenEJB :: TomEE :: Loader
[INFO] OpenEJB :: TomEE :: JDBC
[INFO] OpenEJB :: TomEE :: Catalina
[INFO] OpenEJB :: TomEE :: MyFaces
[INFO] OpenEJB :: TomEE :: Mojarra
[INFO] OpenEJB :: TomEE :: Webapp
[INFO] OpenEJB :: Server :: REST
[INFO] OpenEJB :: Server :: CXF Transport
[INFO] OpenEJB :: Server :: CXF RS
[INFO] OpenEJB :: Server :: Webservices
[INFO] OpenEJB :: Server :: CXF
[INFO] OpenEJB :: TomEE :: RS Web Services
[INFO] OpenEJB :: TomEE :: Web Services
[INFO] OpenEJB :: TomEE :: Plus Webapp
[INFO] OpenEJB :: Utils
[INFO] OpenEJB :: Utils :: Core EclipseLink
[INFO] OpenEJB :: TomEE :: Plume Webapp
[INFO] OpenEJB :: TomEE :: JAXRS Webapp
[INFO] OpenEJB :: TomEE :: Apache TomEE
[INFO] OpenEJB :: Maven Plugins
[INFO] OpenEJB :: Maven Plugins :: TomEE Maven Plugin
[INFO] OpenEJB :: TomEE :: TomEE Embedded
[INFO] OpenEJB :: Maven Plugins :: Util
[INFO] OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin
[INFO] OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin
[INFO] OpenEJB :: Maven Plugins :: TomEE Webapp Archetype
[INFO] OpenEJB :: Maven Plugins :: jars.txt Maven Plugin
[INFO] OpenEJB :: Container :: JUnit
[INFO] OpenEJB :: Container :: Concurrency Utilities EE
[INFO] OpenEJB :: Server :: ActiveMQ
[INFO] OpenEJB :: Server :: Derby Network Service
[INFO] OpenEJB :: Server :: Axis
[INFO] OpenEJB :: Server :: Daemon
[INFO] OpenEJB :: Server :: Common CLI
[INFO] OpenEJB :: Server :: SSH
[INFO] OpenEJB :: Server :: BoneCP
[INFO] OpenEJB :: Server :: Hessian
[INFO] OpenEJB :: Assembly
[INFO] OpenEJB :: Assembly :: Standalone
[INFO] OpenEJB :: Assembly :: All In One EJB Lite jar
[INFO] OpenEJB :: Arquillian Adaptors Parent
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Common
[INFO] OpenEJB :: Arquillian Adaptors Parent :: TomEE Common
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Remote
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote
[INFO] OpenEJB :: Arquillian Adaptors Parent :: ZipLock
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun
[INFO] OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container
[INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK
[INFO] OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB
[INFO] OpenEJB :: Utils :: Core Hibernate
[INFO] OpenEJB :: Utils :: Provisionning
[INFO] OpenEJB :: Utils :: Mockito
[INFO] OpenEJB :: TomEE :: webaccess
[INFO] OpenEJB :: TomEE :: Debian Package Builder

cheers,
helio


-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00...@gmail.com> wrote:

> Thanks Romain !
> Going to change the jenkins here !
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <rm...@gmail.com>wrote:
>
>> mvn clean install -Pall-adapters actually to make it even longer ;)
>> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>>
>> > Hi,
>> >
>> > After 8hrs:
>> >
>> > 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
>> > Build was aborted
>> > Aborted by anonymous
>> > Finished: ABORTED
>> >
>> > What is the configuration of buildbot ?
>> >
>> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
>> > ubuntu 13.10 text mode only ( is another notebook )
>> >
>> > I need to configure something or just 'mvn clean install' ?
>> >
>> > Thanks
>> >
>> >
>> > -------------------------------------------
>> > http://eprogramming.github.io
>> >
>> >
>> >
>> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com> wrote:
>> >
>> >> Lot of fun : ]
>> >>
>> >> [image: Inline image 1]
>> >>
>> >>
>> >> -------------------------------------------
>> >> http://eprogramming.github.io
>> >>
>> >>
>> >>
>> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com> wrote:
>> >>
>> >>> hi,
>> >>>
>> >>> * build aborted after 8 hrs +
>> >>> * Stalled
>> >>> * -Dmaven.test.failure.ignore=true to continue
>> >>>
>> >>> full output attached
>> >>>
>> >>>
>> >>>
>> >>> -------------------------------------------
>> >>> http://eprogramming.github.io
>> >>>
>> >>>
>> >>
>> >
>>
>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Thanks Romain !
Going to change the jenkins here !


-------------------------------------------
http://eprogramming.github.io



On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> mvn clean install -Pall-adapters actually to make it even longer ;)
> Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :
>
> > Hi,
> >
> > After 8hrs:
> >
> > 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
> > Build was aborted
> > Aborted by anonymous
> > Finished: ABORTED
> >
> > What is the configuration of buildbot ?
> >
> > Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
> > ubuntu 13.10 text mode only ( is another notebook )
> >
> > I need to configure something or just 'mvn clean install' ?
> >
> > Thanks
> >
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com> wrote:
> >
> >> Lot of fun : ]
> >>
> >> [image: Inline image 1]
> >>
> >>
> >> -------------------------------------------
> >> http://eprogramming.github.io
> >>
> >>
> >>
> >> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com> wrote:
> >>
> >>> hi,
> >>>
> >>> * build aborted after 8 hrs +
> >>> * Stalled
> >>> * -Dmaven.test.failure.ignore=true to continue
> >>>
> >>> full output attached
> >>>
> >>>
> >>>
> >>> -------------------------------------------
> >>> http://eprogramming.github.io
> >>>
> >>>
> >>
> >
>

Re: [build error] feedback 3

Posted by Romain Manni-Bucau <rm...@gmail.com>.
mvn clean install -Pall-adapters actually to make it even longer ;)
Le 3 avr. 2014 00:55, "helio frota" <00...@gmail.com> a écrit :

> Hi,
>
> After 8hrs:
>
> 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
> Build was aborted
> Aborted by anonymous
> Finished: ABORTED
>
> What is the configuration of buildbot ?
>
> Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM
> ubuntu 13.10 text mode only ( is another notebook )
>
> I need to configure something or just 'mvn clean install' ?
>
> Thanks
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com> wrote:
>
>> Lot of fun : ]
>>
>> [image: Inline image 1]
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com> wrote:
>>
>>> hi,
>>>
>>> * build aborted after 8 hrs +
>>> * Stalled
>>> * -Dmaven.test.failure.ignore=true to continue
>>>
>>> full output attached
>>>
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Hi,

After 8hrs:

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
Build was aborted
Aborted by anonymous
Finished: ABORTED

What is the configuration of buildbot ?

Here is notebook toshiba satellite >>> dual <<< core 2.0 ghz 3GB RAM ubuntu
13.10 text mode only ( is another notebook )

I need to configure something or just 'mvn clean install' ?

Thanks


-------------------------------------------
http://eprogramming.github.io



On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00...@gmail.com> wrote:

> Lot of fun : ]
>
> [image: Inline image 1]
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com> wrote:
>
>> hi,
>>
>> * build aborted after 8 hrs +
>> * Stalled
>> * -Dmaven.test.failure.ignore=true to continue
>>
>> full output attached
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>

Re: [build error] feedback 3

Posted by helio frota <00...@gmail.com>.
Lot of fun : ]

[image: Inline image 1]


-------------------------------------------
http://eprogramming.github.io



On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00...@gmail.com> wrote:

> hi,
>
> * build aborted after 8 hrs +
> * Stalled
> * -Dmaven.test.failure.ignore=true to continue
>
> full output attached
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>