R: Re: buildbot failure in ASF Buildbot on ofbiz-trunk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

R: Re: buildbot failure in ASF Buildbot on ofbiz-trunk

mrisaliti@libero.it
Ok, I will check it as soon as I could do it.

Thanks a lot Jacopo to take a look at it.

Marco

>----Messaggio originale----
>Da: [hidden email]
>Data: 14/01/2011 8.18
>A: <[hidden email]>
>Ogg: Re: buildbot failure in ASF Buildbot on ofbiz-trunk
>
>Hi Marco,
>
>The following change in the original commit was for sure an error and it is a
good candidate for the test case failure:
>
>-        Map<String, Object> result = ServiceUtil.returnSuccess("Created
Commission invoices for each commission receiving parties " + invoicesCreated);
>+        Map<String, Object> result = ServiceUtil.returnError(UtilProperties.
getMessage(resource,
>+                "AccountingCommissionInvoicesCreated",
>+                UtilMisc.toMap("invoicesCreated", invoicesCreated),
locale));
>  
>
>I hope it helps,
>
>Jacopo
>
>On Jan 14, 2011, at 12:23 AM, [hidden email] wrote:
>
>> I have reverted back rev. 1058311 and now builbot is success again, I will
check it where is the issue on this failing revision.
>>
>> Thanks a lot for you help.
>>
>> Marco
>>
>> Il giorno 13/gen/2011, alle ore 21.38, Adrian Crum ha scritto:
>>
>>> You can try reverting your local copy to previous revisions and see which
one passes the tests.

>>>
>>> -Adrian
>>>
>>> --- On Thu, 1/13/11, [hidden email] <[hidden email]> wrote:
>>>> Adrian you are right I forgot that
>>>> the buildbot email has been sent only in case of status
>>>> change (success --> failure, failure --> success).
>>>>
>>>> I have try again doing those steps with a fresh checkout:
>>>>
>>>> svn co ..
>>>> ant build
>>>> ant run-install
>>>> ant create-admin-user-login
>>>> ant run-tests
>>>>
>>>> and it fails on the last step (ant run-tests).
>>>>
>>>> The only strange things is that one class is not found in
>>>> the classpath:
>>>>
>>>> [java] 2011-01-13 21:07:12,159 (main) [
>>>>   ControlServlet.java:80 :INFO ] LOADING
>>>> WEBAPP [ordermgr] Open For Business - Order Manager, located
>>>> at
>>>> /Users/marcorisaliti/ofbiz_test_co/applications/order/webapp/ordermgr/
>>>>     [java] 2011-01-13 21:07:12,258
>>>> (main) [    ConfigXMLReader.java:120:INFO ]
>>>> controller loaded: 0.066s, 349 requests, 148 views in
>>>> jndi:/0.0.0.0/ordermgr/WEB-INF/controller.xml
>>>>     [java] 2011-01-13 21:07:12,266
>>>> (main) [    ConfigXMLReader.java:120:INFO ]
>>>> controller loaded: 0.0010s, 2 requests, 0 views in
>>>> file:/Users/marcorisaliti/ofbiz_test_co/applications/commonext/webapp/WEB-
INF/controller.xml

>>>>     [java] 2011-01-13 21:07:12,377
>>>> (main) [      ChannelSocket.java:393:INFO ]
>>>> JK: ajp13 listening on /0.0.0.0:8009
>>>>     [java] 2011-01-13 21:07:12,475
>>>> (main) [        
>>>>   JkMain.java:386:INFO ] Jk running ID=0
>>>> time=5/122  config=null
>>>>     [java] 2011-01-13 21:07:12,559
>>>> (main) [
>>>>   Http11Protocol.java:209:INFO ] Starting
>>>> Coyote HTTP/1.1 on http-0.0.0.0-8080
>>>>     [java] 2011-01-13 21:07:12,577
>>>> (main) [
>>>>   Http11Protocol.java:209:INFO ] Starting
>>>> Coyote HTTP/1.1 on http-0.0.0.0-8443
>>>>     [java] 2011-01-13 21:07:12,599
>>>> (main) [  CatalinaContainer.java:240:INFO ] Connector
>>>> AJP/1.3 @ 8009 - not-secure
>>>> [org.apache.jk.server.JkCoyoteHandler] started.
>>>>     [java] 2011-01-13 21:07:12,600
>>>> (main) [  CatalinaContainer.java:237:INFO ] Connector
>>>> null @ 8080 - not-secure
>>>> [org.apache.coyote.http11.Http11Protocol] started.
>>>>     [java] 2011-01-13 21:07:12,600
>>>> (main) [  CatalinaContainer.java:237:INFO ] Connector
>>>> null @ 8443 - secure
>>>> [org.apache.coyote.http11.Http11Protocol] started.
>>>>     [java] 2011-01-13 21:07:12,600
>>>> (main) [  CatalinaContainer.java:244:INFO ] Started
>>>> Apache Tomcat/6.0.29
>>>>     [java] 2011-01-13 21:07:12,608
>>>> (main) [     JunitContainer.java:62
>>>> :ERROR]
>>>>     [java] ---- exception report
>>>> ----------------------------------------------------------
>>>>     [java] Unable to load test suite
>>>> class : org.ofbiz.base.test.BaseUnitTests
>>>>     [java] Exception:
>>>> java.lang.ClassNotFoundException
>>>>     [java] Message:
>>>> org.ofbiz.base.test.BaseUnitTests
>>>>     [java] ---- stack trace
>>>> ---------------------------------------------------------------
>>>>     [java]
>>>> java.lang.ClassNotFoundException:
>>>> org.ofbiz.base.test.BaseUnitTests
>>>>     [java]
>>>> java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>>     [java]
>>>> java.security.AccessController.doPrivileged(Native Method)
>>>>     [java]
>>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>>     [java]
>>>> java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>>>>     [java]
>>>> java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>     [java]
>>>> java.lang.Class.forName0(Native Method)
>>>>     [java]
>>>> java.lang.Class.forName(Class.java:169)
>>>>     [java]
>>>> org.ofbiz.base.util.ObjectType.loadClass(ObjectType.java:113)
>>>>     [java]
>>>> org.ofbiz.base.util.ObjectType.loadClass(ObjectType.java:70)
>>>>     [java]
>>>> org.ofbiz.base.container.JunitContainer.start(JunitContainer.java:59)
>>>>     [java]
>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100)
>>>>     [java]
>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>     [java]
>>>> org.ofbiz.base.start.Start.startServer(Start.java:322)
>>>>     [java]
>>>> org.ofbiz.base.start.Start.start(Start.java:326)
>>>>     [java]
>>>> org.ofbiz.base.start.Start.main(Start.java:411)
>>>>     [java]
>>>>
--------------------------------------------------------------------------------

>>>>     [java]
>>>>     [java] 2011-01-13 21:07:12,610
>>>> (main) [     JunitContainer.java:73
>>>> :INFO ] [JUNIT] Pass: true | # Tests: 0 | # Failed: 0 #
>>>> Errors: 0
>>>>     [java] 2011-01-13 21:07:12,611
>>>> (main) [     JunitContainer.java:76
>>>> :INFO ] [JUNIT] ----------------------------- ERRORS
>>>> ----------------------------- [JUNIT]
>>>>     [java] 2011-01-13 21:07:12,611
>>>> (main) [     JunitContainer.java:79
>>>> :INFO ] None
>>>>     [java] 2011-01-13 21:07:12,611
>>>> (main) [     JunitContainer.java:85
>>>> :INFO ] [JUNIT]
>>>> ------------------------------------------------------------------
>>>> [JUNIT]
>>>>     [java] 2011-01-13 21:07:12,611
>>>> (main) [     JunitContainer.java:86
>>>> :INFO ] [JUNIT] ---------------------------- FAILURES
>>>> ---------------------------- [JUNIT]
>>>>     [java] 2011-01-13 21:07:12,623
>>>> (main) [     JunitContainer.java:89
>>>> :INFO ] None
>>>>     [java] 2011-01-13 21:07:12,623
>>>> (main) [     JunitContainer.java:95
>>>> :INFO ] [JUNIT]
>>>> ------------------------------------------------------------------
>>>> [JUNIT]
>>>>     [java] 2011-01-13 21:07:12,687
>>>> (main) [  GenericDispatcher.java:67 :INFO ] Creating
>>>> new dispatcher [entity-test-lBkvaDUzLB] (main)
>>>>
>>>>
>>>> and at the end :
>>>>
>>>> BUILD FAILED
>>>> /Users/marcorisaliti/ofbiz_test_co/build.xml:472: Test run
>>>> was unsuccessful
>>>>
>>>> Total time: 10 minutes 12 seconds
>>>>
>>>>
>>>>
>>>> Did you know if someone has changed something about that
>>>> recently ?
>>>>
>>>> I think it's not related to the work I have committed
>>>> during last days.
>>>>
>>>> Any idea will be appreciated.
>>>>
>>>> Thanks
>>>> Marco
>>>>
>>>>
>>>>
>>>> Il giorno 13/gen/2011, alle ore 00.21, Adrian Crum ha
>>>> scritto:
>>>>
>>>>> I haven't seen a message indicating a successful
>>>> build.
>>>>>
>>>>> -Adrian
>>>>>
>>>>> On 1/12/2011 3:02 PM, [hidden email]
>>>> wrote:
>>>>>> Ok, thanks Adrian.
>>>>>> Probably it was an issue on ASF server because I
>>>> have done another commit and the issue seems no more
>>>> present.
>>>>>>
>>>>>> Marco
>>>>>>
>>>>>> Il giorno 12/gen/2011, alle ore 23.45, Adrian Crum
>>>> ha scritto:
>>>>>>
>>>>>>> Try running a fresh checkout locally.
>>>>>>>
>>>>>>> -Adrian
>>>>>>>
>>>>>>> On 1/12/2011 2:05 PM, [hidden email]
>>>> wrote:
>>>>>>>> Hi dev,
>>>>>>>>
>>>>>>>> anyone having this failed during compile,
>>>> I have tried those steps and I have not any build failed :
>>>>>>>>
>>>>>>>> ant clean-all
>>>>>>>> ant build
>>>>>>>> ant run-install
>>>>>>>> ant create-admin-user-login
>>>>>>>> ant run-tests
>>>>>>>>
>>>>>>>> any suggestion to solve is appreciated.
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Marco
>>>>>>>>
>>>>>>>> Il giorno 12/gen/2011, alle ore 22.03, [hidden email]
>>>> ha scritto:
>>>>>>>>
>>>>>>>>> The Buildbot has detected a new
>>>> failure of ofbiz-trunk on ASF Buildbot.
>>>>>>>>> Full details are available at:
>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1072
>>>>>>>>>
>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>
>>>>>>>>> Buildslave for this Build:
>>>> isis_ubuntu
>>>>>>>>>
>>>>>>>>> Build Reason:
>>>>>>>>> Build Source Stamp: [branch
>>>> ofbiz/trunk] 1058311
>>>>>>>>> Blamelist: mrisaliti
>>>>>>>>>
>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>
>>>>>>>>> sincerely,
>>>>>>>>> -The Buildbot
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>
>