Error in trunk tests

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

Error in trunk tests

Jacques Le Roux
Administrator
Hi,

I don't know if I'm alone but I found an error in trunk test. First in my custom project CI, then in my OFBiz Windows OFBiz local instance and then in
my Ubuntu local instance. So I have manually launched a test on, Builbot which is unfortunately not totally reliable those days :/ (

testMultipleInventoryItemIssuance    Error    Could not commit transaction for service [updateShipment] call: Roll back error, could not commit
transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]:
org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back
transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate
not found in the PartyContactWithPurpose Entity)

org.ofbiz.service.GenericServiceException: Could not commit transaction for service [updateShipment] call: Roll back error, could not commit
transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]:
org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back
transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate
not found in the PartyContactWithPurpose Entity)
at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:109)
at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(PackingSession.java:831)
at org.ofbiz.shipment.packing.PackingSession.complete(PackingSession.java:643)
at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssuance(IssuanceTest.java:62)
at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
at org.ofbiz.base.start.Start.start(Start.java:367)
at org.ofbiz.base.start.Start.main(Start.java:135)

I found also 7 failures, let's see what Builbot says...

Jacques
PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo run-tests

OK, we have now an issue with a read only Builbot slave: http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
OK forgot Builbot, could  someone please check locally?
Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Pierre Smits
Jacques,

Have a look at: https://dev.orrtiz.com/jenkins/

Regards,



Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Mon, Sep 22, 2014 at 2:37 PM, Jacques Le Roux <
[hidden email]> wrote:

> Hi,
>
> I don't know if I'm alone but I found an error in trunk test. First in my
> custom project CI, then in my OFBiz Windows OFBiz local instance and then
> in my Ubuntu local instance. So I have manually launched a test on, Builbot
> which is unfortunately not totally reliable those days :/ (
>
> testMultipleInventoryItemIssuance    Error    Could not commit
> transaction for service [updateShipment] call: Roll back error, could not
> commit transaction, was rolled back instead because of: Failure in
> findByCondition operation for entity [PartyContactWithPurpose]:
> org.ofbiz.entity.GenericModelException: Field with name fromDate not
> found in the PartyContactWithPurpose Entity. Rolling back
> transaction.org.ofbiz.entity.GenericModelException: Field with name
> fromDate not found in the PartyContactWithPurpose Entity (Field with name
> fromDate not found in the PartyContactWithPurpose Entity)
>
> org.ofbiz.service.GenericServiceException: Could not commit transaction
> for service [updateShipment] call: Roll back error, could not commit
> transaction, was rolled back instead because of: Failure in findByCondition
> operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException:
> Field with name fromDate not found in the PartyContactWithPurpose Entity.
> Rolling back transaction.org.ofbiz.entity.GenericModelException: Field
> with name fromDate not found in the PartyContactWithPurpose Entity (Field
> with name fromDate not found in the PartyContactWithPurpose Entity)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(
> GenericDispatcherFactory.java:109)
> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(
> PackingSession.java:831)
> at org.ofbiz.shipment.packing.PackingSession.complete(
> PackingSession.java:643)
> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssua
> nce(IssuanceTest.java:62)
> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
> at org.ofbiz.base.container.ContainerLoader.start(
> ContainerLoader.java:237)
> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
> at org.ofbiz.base.start.Start.start(Start.java:367)
> at org.ofbiz.base.start.Start.main(Start.java:135)
>
> I found also 7 failures, let's see what Builbot says...
>
> Jacques
> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo
> run-tests
>
> OK, we have now an issue with a read only Builbot slave:
> http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
> OK forgot Builbot, could  someone please check locally?
>
Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
FYI: https://issues.apache.org/jira/browse/INFRA-8381

Jacques

Le 22/09/2014 14:37, Jacques Le Roux a écrit :

> Hi,
>
> I don't know if I'm alone but I found an error in trunk test. First in my custom project CI, then in my OFBiz Windows OFBiz local instance and then
> in my Ubuntu local instance. So I have manually launched a test on, Builbot which is unfortunately not totally reliable those days :/ (
>
> testMultipleInventoryItemIssuance    Error    Could not commit transaction for service [updateShipment] call: Roll back error, could not commit
> transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]:
> org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back
> transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name
> fromDate not found in the PartyContactWithPurpose Entity)
>
> org.ofbiz.service.GenericServiceException: Could not commit transaction for service [updateShipment] call: Roll back error, could not commit
> transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]:
> org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back
> transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name
> fromDate not found in the PartyContactWithPurpose Entity)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:109)
> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(PackingSession.java:831)
> at org.ofbiz.shipment.packing.PackingSession.complete(PackingSession.java:643)
> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssuance(IssuanceTest.java:62)
> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237)
> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
> at org.ofbiz.base.start.Start.start(Start.java:367)
> at org.ofbiz.base.start.Start.main(Start.java:135)
>
> I found also 7 failures, let's see what Builbot says...
>
> Jacques
> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo run-tests
>
> OK, we have now an issue with a read only Builbot slave: http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
> OK forgot Builbot, could  someone please check locally?
>

Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Jacopo Cappellato-4
In reply to this post by Jacques Le Roux
I am getting the same error.

Jacopo

On Sep 22, 2014, at 2:37 PM, Jacques Le Roux <[hidden email]> wrote:

> Hi,
>
> I don't know if I'm alone but I found an error in trunk test. First in my custom project CI, then in my OFBiz Windows OFBiz local instance and then in my Ubuntu local instance. So I have manually launched a test on, Builbot which is unfortunately not totally reliable those days :/ (
>
> testMultipleInventoryItemIssuance    Error    Could not commit transaction for service [updateShipment] call: Roll back error, could not commit transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate not found in the PartyContactWithPurpose Entity)
>
> org.ofbiz.service.GenericServiceException: Could not commit transaction for service [updateShipment] call: Roll back error, could not commit transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate not found in the PartyContactWithPurpose Entity)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:109)
> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(PackingSession.java:831)
> at org.ofbiz.shipment.packing.PackingSession.complete(PackingSession.java:643)
> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssuance(IssuanceTest.java:62)
> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237)
> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
> at org.ofbiz.base.start.Start.start(Start.java:367)
> at org.ofbiz.base.start.Start.main(Start.java:135)
>
> I found also 7 failures, let's see what Builbot says...
>
> Jacques
> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo run-tests
>
> OK, we have now an issue with a read only Builbot slave: http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
> OK forgot Builbot, could  someone please check locally?

Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Adrian Crum-3
I am getting numerous failures.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 9/22/2014 2:04 PM, Jacopo Cappellato wrote:

> I am getting the same error.
>
> Jacopo
>
> On Sep 22, 2014, at 2:37 PM, Jacques Le Roux <[hidden email]> wrote:
>
>> Hi,
>>
>> I don't know if I'm alone but I found an error in trunk test. First in my custom project CI, then in my OFBiz Windows OFBiz local instance and then in my Ubuntu local instance. So I have manually launched a test on, Builbot which is unfortunately not totally reliable those days :/ (
>>
>> testMultipleInventoryItemIssuance    Error    Could not commit transaction for service [updateShipment] call: Roll back error, could not commit transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate not found in the PartyContactWithPurpose Entity)
>>
>> org.ofbiz.service.GenericServiceException: Could not commit transaction for service [updateShipment] call: Roll back error, could not commit transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate not found in the PartyContactWithPurpose Entity)
>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:109)
>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(PackingSession.java:831)
>> at org.ofbiz.shipment.packing.PackingSession.complete(PackingSession.java:643)
>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssuance(IssuanceTest.java:62)
>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237)
>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>> at org.ofbiz.base.start.Start.start(Start.java:367)
>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>
>> I found also 7 failures, let's see what Builbot says...
>>
>> Jacques
>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo run-tests
>>
>> OK, we have now an issue with a read only Builbot slave: http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
>> OK forgot Builbot, could  someone please check locally?
>
Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Jacques Le Roux
Administrator
In reply to this post by Pierre Smits
Thanks Pierre, but I'm more interested with results like http://ci.apache.org/projects/ofbiz/logs/12.04/html/

Jacques

Le 22/09/2014 14:39, Pierre Smits a écrit :

> Jacques,
>
> Have a look at: https://dev.orrtiz.com/jenkins/
>
> Regards,
>
>
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Mon, Sep 22, 2014 at 2:37 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
>> Hi,
>>
>> I don't know if I'm alone but I found an error in trunk test. First in my
>> custom project CI, then in my OFBiz Windows OFBiz local instance and then
>> in my Ubuntu local instance. So I have manually launched a test on, Builbot
>> which is unfortunately not totally reliable those days :/ (
>>
>> testMultipleInventoryItemIssuance    Error    Could not commit
>> transaction for service [updateShipment] call: Roll back error, could not
>> commit transaction, was rolled back instead because of: Failure in
>> findByCondition operation for entity [PartyContactWithPurpose]:
>> org.ofbiz.entity.GenericModelException: Field with name fromDate not
>> found in the PartyContactWithPurpose Entity. Rolling back
>> transaction.org.ofbiz.entity.GenericModelException: Field with name
>> fromDate not found in the PartyContactWithPurpose Entity (Field with name
>> fromDate not found in the PartyContactWithPurpose Entity)
>>
>> org.ofbiz.service.GenericServiceException: Could not commit transaction
>> for service [updateShipment] call: Roll back error, could not commit
>> transaction, was rolled back instead because of: Failure in findByCondition
>> operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException:
>> Field with name fromDate not found in the PartyContactWithPurpose Entity.
>> Rolling back transaction.org.ofbiz.entity.GenericModelException: Field
>> with name fromDate not found in the PartyContactWithPurpose Entity (Field
>> with name fromDate not found in the PartyContactWithPurpose Entity)
>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(
>> GenericDispatcherFactory.java:109)
>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(
>> PackingSession.java:831)
>> at org.ofbiz.shipment.packing.PackingSession.complete(
>> PackingSession.java:643)
>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssua
>> nce(IssuanceTest.java:62)
>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>> at org.ofbiz.base.container.ContainerLoader.start(
>> ContainerLoader.java:237)
>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>> at org.ofbiz.base.start.Start.start(Start.java:367)
>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>
>> I found also 7 failures, let's see what Builbot says...
>>
>> Jacques
>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo
>> run-tests
>>
>> OK, we have now an issue with a read only Builbot slave:
>> http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
>> OK forgot Builbot, could  someone please check locally?
>>

Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Pierre Smits
Thanks Jacques,

I believe that is another kind of CI and/or configuration.

Regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Mon, Sep 22, 2014 at 3:34 PM, Jacques Le Roux <
[hidden email]> wrote:

> Thanks Pierre, but I'm more interested with results like
> http://ci.apache.org/projects/ofbiz/logs/12.04/html/
>
> Jacques
>
> Le 22/09/2014 14:39, Pierre Smits a écrit :
>
>> Jacques,
>>
>> Have a look at: https://dev.orrtiz.com/jenkins/
>>
>> Regards,
>>
>>
>>
>> Pierre Smits
>>
>> *ORRTIZ.COM <http://www.orrtiz.com>*
>>
>> Services & Solutions for Cloud-
>> Based Manufacturing, Professional
>> Services and Retail & Trade
>> http://www.orrtiz.com
>>
>> On Mon, Sep 22, 2014 at 2:37 PM, Jacques Le Roux <
>> [hidden email]> wrote:
>>
>>  Hi,
>>>
>>> I don't know if I'm alone but I found an error in trunk test. First in my
>>> custom project CI, then in my OFBiz Windows OFBiz local instance and then
>>> in my Ubuntu local instance. So I have manually launched a test on,
>>> Builbot
>>> which is unfortunately not totally reliable those days :/ (
>>>
>>> testMultipleInventoryItemIssuance    Error    Could not commit
>>> transaction for service [updateShipment] call: Roll back error, could not
>>> commit transaction, was rolled back instead because of: Failure in
>>> findByCondition operation for entity [PartyContactWithPurpose]:
>>> org.ofbiz.entity.GenericModelException: Field with name fromDate not
>>> found in the PartyContactWithPurpose Entity. Rolling back
>>> transaction.org.ofbiz.entity.GenericModelException: Field with name
>>> fromDate not found in the PartyContactWithPurpose Entity (Field with name
>>> fromDate not found in the PartyContactWithPurpose Entity)
>>>
>>> org.ofbiz.service.GenericServiceException: Could not commit transaction
>>> for service [updateShipment] call: Roll back error, could not commit
>>> transaction, was rolled back instead because of: Failure in
>>> findByCondition
>>> operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.
>>> GenericModelException:
>>> Field with name fromDate not found in the PartyContactWithPurpose Entity.
>>> Rolling back transaction.org.ofbiz.entity.GenericModelException: Field
>>> with name fromDate not found in the PartyContactWithPurpose Entity (Field
>>> with name fromDate not found in the PartyContactWithPurpose Entity)
>>> at org.ofbiz.service.ServiceDispatcher.runSync(
>>> ServiceDispatcher.java:564)
>>> at org.ofbiz.service.ServiceDispatcher.runSync(
>>> ServiceDispatcher.java:242)
>>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(
>>> GenericDispatcherFactory.java:109)
>>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(
>>> PackingSession.java:831)
>>> at org.ofbiz.shipment.packing.PackingSession.complete(
>>> PackingSession.java:643)
>>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssua
>>> nce(IssuanceTest.java:62)
>>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>>> at org.ofbiz.base.container.ContainerLoader.start(
>>> ContainerLoader.java:237)
>>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>>> at org.ofbiz.base.start.Start.start(Start.java:367)
>>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>>
>>> I found also 7 failures, let's see what Builbot says...
>>>
>>> Jacques
>>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo
>>> run-tests
>>>
>>> OK, we have now an issue with a read only Builbot slave:
>>> http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/
>>> svn/logs/stdio
>>> OK forgot Builbot, could  someone please check locally?
>>>
>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Jacques Le Roux
Administrator
Actually you have this OOTB, you just need a mean to get to it.
It does not depend on your CI tool (I also use Jenkins in custom projects)
It's in runtime\logs\test-results\html after tests have run.

Jacques

Le 22/09/2014 15:45, Pierre Smits a écrit :

> Thanks Jacques,
>
> I believe that is another kind of CI and/or configuration.
>
> Regards,
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Mon, Sep 22, 2014 at 3:34 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
>> Thanks Pierre, but I'm more interested with results like
>> http://ci.apache.org/projects/ofbiz/logs/12.04/html/
>>
>> Jacques
>>
>> Le 22/09/2014 14:39, Pierre Smits a écrit :
>>
>>> Jacques,
>>>
>>> Have a look at: https://dev.orrtiz.com/jenkins/
>>>
>>> Regards,
>>>
>>>
>>>
>>> Pierre Smits
>>>
>>> *ORRTIZ.COM <http://www.orrtiz.com>*
>>>
>>> Services & Solutions for Cloud-
>>> Based Manufacturing, Professional
>>> Services and Retail & Trade
>>> http://www.orrtiz.com
>>>
>>> On Mon, Sep 22, 2014 at 2:37 PM, Jacques Le Roux <
>>> [hidden email]> wrote:
>>>
>>>   Hi,
>>>> I don't know if I'm alone but I found an error in trunk test. First in my
>>>> custom project CI, then in my OFBiz Windows OFBiz local instance and then
>>>> in my Ubuntu local instance. So I have manually launched a test on,
>>>> Builbot
>>>> which is unfortunately not totally reliable those days :/ (
>>>>
>>>> testMultipleInventoryItemIssuance    Error    Could not commit
>>>> transaction for service [updateShipment] call: Roll back error, could not
>>>> commit transaction, was rolled back instead because of: Failure in
>>>> findByCondition operation for entity [PartyContactWithPurpose]:
>>>> org.ofbiz.entity.GenericModelException: Field with name fromDate not
>>>> found in the PartyContactWithPurpose Entity. Rolling back
>>>> transaction.org.ofbiz.entity.GenericModelException: Field with name
>>>> fromDate not found in the PartyContactWithPurpose Entity (Field with name
>>>> fromDate not found in the PartyContactWithPurpose Entity)
>>>>
>>>> org.ofbiz.service.GenericServiceException: Could not commit transaction
>>>> for service [updateShipment] call: Roll back error, could not commit
>>>> transaction, was rolled back instead because of: Failure in
>>>> findByCondition
>>>> operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.
>>>> GenericModelException:
>>>> Field with name fromDate not found in the PartyContactWithPurpose Entity.
>>>> Rolling back transaction.org.ofbiz.entity.GenericModelException: Field
>>>> with name fromDate not found in the PartyContactWithPurpose Entity (Field
>>>> with name fromDate not found in the PartyContactWithPurpose Entity)
>>>> at org.ofbiz.service.ServiceDispatcher.runSync(
>>>> ServiceDispatcher.java:564)
>>>> at org.ofbiz.service.ServiceDispatcher.runSync(
>>>> ServiceDispatcher.java:242)
>>>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(
>>>> GenericDispatcherFactory.java:109)
>>>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(
>>>> PackingSession.java:831)
>>>> at org.ofbiz.shipment.packing.PackingSession.complete(
>>>> PackingSession.java:643)
>>>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssua
>>>> nce(IssuanceTest.java:62)
>>>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>>>> at org.ofbiz.base.container.ContainerLoader.start(
>>>> ContainerLoader.java:237)
>>>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>>>> at org.ofbiz.base.start.Start.start(Start.java:367)
>>>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>>>
>>>> I found also 7 failures, let's see what Builbot says...
>>>>
>>>> Jacques
>>>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo
>>>> run-tests
>>>>
>>>> OK, we have now an issue with a read only Builbot slave:
>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/
>>>> svn/logs/stdio
>>>> OK forgot Builbot, could  someone please check locally?
>>>>
>>>>

Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Jacopo Cappellato-4
In reply to this post by Adrian Crum-3
Latest commit by Anil has fixed the issue.

Jacopo

On Sep 22, 2014, at 3:24 PM, Adrian Crum <[hidden email]> wrote:

> I am getting numerous failures.
>
> Adrian Crum
> Sandglass Software
> www.sandglass-software.com
>
> On 9/22/2014 2:04 PM, Jacopo Cappellato wrote:
>> I am getting the same error.
>>
>> Jacopo
>>
>> On Sep 22, 2014, at 2:37 PM, Jacques Le Roux <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> I don't know if I'm alone but I found an error in trunk test. First in my custom project CI, then in my OFBiz Windows OFBiz local instance and then in my Ubuntu local instance. So I have manually launched a test on, Builbot which is unfortunately not totally reliable those days :/ (
>>>
>>> testMultipleInventoryItemIssuance    Error    Could not commit transaction for service [updateShipment] call: Roll back error, could not commit transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate not found in the PartyContactWithPurpose Entity)
>>>
>>> org.ofbiz.service.GenericServiceException: Could not commit transaction for service [updateShipment] call: Roll back error, could not commit transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name fromDate not found in the PartyContactWithPurpose Entity)
>>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
>>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
>>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:109)
>>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(PackingSession.java:831)
>>> at org.ofbiz.shipment.packing.PackingSession.complete(PackingSession.java:643)
>>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssuance(IssuanceTest.java:62)
>>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>>> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237)
>>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>>> at org.ofbiz.base.start.Start.start(Start.java:367)
>>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>>
>>> I found also 7 failures, let's see what Builbot says...
>>>
>>> Jacques
>>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo run-tests
>>>
>>> OK, we have now an issue with a read only Builbot slave: http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
>>> OK forgot Builbot, could  someone please check locally?
>>

Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Works again (it seems to depends on Y!)

Jacques

Le 22/09/2014 14:41, Jacques Le Roux a écrit :

> FYI: https://issues.apache.org/jira/browse/INFRA-8381
>
> Jacques
>
> Le 22/09/2014 14:37, Jacques Le Roux a écrit :
>> Hi,
>>
>> I don't know if I'm alone but I found an error in trunk test. First in my custom project CI, then in my OFBiz Windows OFBiz local instance and then
>> in my Ubuntu local instance. So I have manually launched a test on, Builbot which is unfortunately not totally reliable those days :/ (
>>
>> testMultipleInventoryItemIssuance    Error    Could not commit transaction for service [updateShipment] call: Roll back error, could not commit
>> transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]:
>> org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back
>> transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name
>> fromDate not found in the PartyContactWithPurpose Entity)
>>
>> org.ofbiz.service.GenericServiceException: Could not commit transaction for service [updateShipment] call: Roll back error, could not commit
>> transaction, was rolled back instead because of: Failure in findByCondition operation for entity [PartyContactWithPurpose]:
>> org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity. Rolling back
>> transaction.org.ofbiz.entity.GenericModelException: Field with name fromDate not found in the PartyContactWithPurpose Entity (Field with name
>> fromDate not found in the PartyContactWithPurpose Entity)
>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:564)
>> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:242)
>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:109)
>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(PackingSession.java:831)
>> at org.ofbiz.shipment.packing.PackingSession.complete(PackingSession.java:643)
>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssuance(IssuanceTest.java:62)
>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237)
>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>> at org.ofbiz.base.start.Start.start(Start.java:367)
>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>
>> I found also 7 failures, let's see what Builbot says...
>>
>> Jacques
>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo run-tests
>>
>> OK, we have now an issue with a read only Builbot slave: http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/svn/logs/stdio
>> OK forgot Builbot, could  someone please check locally?
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error in trunk tests

ahmad ludin
Hi, It seems there is still some issues in trunk. The following steps to
reproduce the error

(1) Go to Accounting
(2) then go to Organizational GL settings
(3) Select Accounting
(4) Select Report from the menu
(5)then select TransactionTotals


2014-10-29 11:56:51,527 |http-bio-8443-exec-6 |ControlServlet
 |E| Error in request handler:
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
[component://accounting/widget/CommonScreens.xml#CommonOrganizationAccountingReportsDecorator]:
org.ofbiz.entity.transaction.GenericTransactionException: The current
transaction is marked for rollback, not beginning a new transaction and
aborting current operation; the rollbackOnly was caused by: Failure in
findByCondition operation for entity [null]:
java.lang.IllegalArgumentException: Tried to find entity definition for a
null entityName. Rolling back
transaction.java.lang.IllegalArgumentException: Tried to find entity
definition for a null entityName (Tried to find entity definition for a
null entityName) (The current transaction is marked for rollback, not
beginning a new transaction and aborting current operation; the
rollbackOnly was caused by: Failure in findByCondition operation for entity
[null]: java.lang.IllegalArgumentException: Tried to find entity definition
for a null entityName. Rolling back
transaction.java.lang.IllegalArgumentException: Tried to find entity
definition for a null entityName (Tried to find entity definition for a
null entityName))
at
org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:423)
~[ofbiz-widget.jar:?]
at
org.ofbiz.widget.screen.ScreenFactory.renderReferencedScreen(ScreenFactory.java:211)
~[ofbiz-widget.jar:?]
at
org.ofbiz.widget.screen.ModelScreenWidget$DecoratorScreen.renderWidgetString(ModelScreenWidget.java:656)
~[ofbiz-widget.jar:?]
at
org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
~[ofbiz-widget.jar:?]
at
org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:189)
~[ofbiz-widget.jar:?]
at
org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:396)
~[ofbiz-widget.jar:?]
at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:134)
~[ofbiz-widget.jar:?]
at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:96)
~[ofbiz-widget.jar:?]
at
org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:97)
~[ofbiz-widget.jar:?]
at
org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:988)
~[ofbiz-webapp.jar:?]
at
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:674)
~[ofbiz-webapp.jar:?]
at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:210)
[ofbiz-webapp.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
[servlet-api-3.0.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
[servlet-api-3.0.jar:?]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
[tomcat-7.0.55-catalina.jar:7.0.55]
at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:307)
[ofbiz-webapp.jar:?]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
[tomcat-7.0.55-catalina.jar:7.0.55]
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
[tomcat-7.0.55-tomcat-coyote.jar:7.0.55]
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
[tomcat-7.0.55-tomcat-coyote.jar:7.0.55]
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
[tomcat-7.0.55-tomcat-coyote.jar:7.0.55]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[?:1.7.0_03]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[?:1.7.0_03]
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
[tomcat-7.0.55-tomcat-coyote.jar:7.0.55]
at java.lang.Thread.run(Thread.java:722) [?:1.7.0_03]
Caused by: org.ofbiz.entity.transaction.GenericTransactionException: The
current transaction is marked for rollback, not beginning a new transaction
and aborting current operation; the rollbackOnly was caused by: Failure in
findByCondition operation for entity [null]:
java.lang.IllegalArgumentException: Tried to find entity definition for a
null entityName. Rolling back
transaction.java.lang.IllegalArgumentException: Tried to find entity
definition for a null entityName (Tried to find entity definition for a
null entityName)
at
org.ofbiz.entity.transaction.TransactionUtil.begin(TransactionUtil.java:142)
~[ofbiz-entity.jar:?]


On Wed, Oct 8, 2014 at 7:20 PM, Jacques Le Roux <
[hidden email]> wrote:

> Works again (it seems to depends on Y!)
>
> Jacques
>
> Le 22/09/2014 14:41, Jacques Le Roux a écrit :
>
>  FYI: https://issues.apache.org/jira/browse/INFRA-8381
>>
>> Jacques
>>
>> Le 22/09/2014 14:37, Jacques Le Roux a écrit :
>>
>>> Hi,
>>>
>>> I don't know if I'm alone but I found an error in trunk test. First in
>>> my custom project CI, then in my OFBiz Windows OFBiz local instance and
>>> then in my Ubuntu local instance. So I have manually launched a test on,
>>> Builbot which is unfortunately not totally reliable those days :/ (
>>>
>>> testMultipleInventoryItemIssuance    Error    Could not commit
>>> transaction for service [updateShipment] call: Roll back error, could not
>>> commit transaction, was rolled back instead because of: Failure in
>>> findByCondition operation for entity [PartyContactWithPurpose]:
>>> org.ofbiz.entity.GenericModelException: Field with name fromDate not
>>> found in the PartyContactWithPurpose Entity. Rolling back
>>> transaction.org.ofbiz.entity.GenericModelException: Field with name
>>> fromDate not found in the PartyContactWithPurpose Entity (Field with name
>>> fromDate not found in the PartyContactWithPurpose Entity)
>>>
>>> org.ofbiz.service.GenericServiceException: Could not commit transaction
>>> for service [updateShipment] call: Roll back error, could not commit
>>> transaction, was rolled back instead because of: Failure in findByCondition
>>> operation for entity [PartyContactWithPurpose]: org.ofbiz.entity.GenericModelException:
>>> Field with name fromDate not found in the PartyContactWithPurpose Entity.
>>> Rolling back transaction.org.ofbiz.entity.GenericModelException: Field
>>> with name fromDate not found in the PartyContactWithPurpose Entity (Field
>>> with name fromDate not found in the PartyContactWithPurpose Entity)
>>> at org.ofbiz.service.ServiceDispatcher.runSync(
>>> ServiceDispatcher.java:564)
>>> at org.ofbiz.service.ServiceDispatcher.runSync(
>>> ServiceDispatcher.java:242)
>>> at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(
>>> GenericDispatcherFactory.java:109)
>>> at org.ofbiz.shipment.packing.PackingSession.setShipmentToPacked(
>>> PackingSession.java:831)
>>> at org.ofbiz.shipment.packing.PackingSession.complete(
>>> PackingSession.java:643)
>>> at org.ofbiz.shipment.test.IssuanceTest.testMultipleInventoryItemIssua
>>> nce(IssuanceTest.java:62)
>>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147)
>>> at org.ofbiz.base.container.ContainerLoader.start(
>>> ContainerLoader.java:237)
>>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:341)
>>> at org.ofbiz.base.start.Start.start(Start.java:367)
>>> at org.ofbiz.base.start.Start.main(Start.java:135)
>>>
>>> I found also 7 failures, let's see what Builbot says...
>>>
>>> Jacques
>>> PS: To be sure on Ubuntu I used: svn up && ./ant clean-all load-demo
>>> run-tests
>>>
>>> OK, we have now an issue with a read only Builbot slave:
>>> http://ci.apache.org/builders/ofbiz-trunk/builds/347/steps/
>>> svn/logs/stdio
>>> OK forgot Builbot, could  someone please check locally?
>>>
>>>
>>
>>