XML Export fails on AgreementItem

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

XML Export fails on AgreementItem

Kenneth Porter
Just an FYI:

I loaded up the demo system using 591807 (2007-11-04 08:59:11 -0800) from
the trunk and tried the XML Export system. It looks like everything
exported except AgreementItem, which reports this error:

[13] [xxx] Error when writing AgreementItem:
org.ofbiz.base.util.GeneralRuntimeException: Error creating GenericValue
(SQL Exception while getting value : agreementImage [AGREEMENT_IMAGE] (6)
(Cannot instantiate a SerialBlob object with a null Blob object))

This is a pristine system with no changes, so it's still using Derby.
Reply | Threaded
Open this post in threaded view
|

Re: XML Export fails on AgreementItem

Scott Gray
A jira issue (https://issues.apache.org/jira/browse/OFBIZ-1378) has
already been created, I'll commit the patch tonight if nobody looks at
it beforehand.

Regards
Scott

On 05/11/2007, Kenneth Porter <[hidden email]> wrote:

> Just an FYI:
>
> I loaded up the demo system using 591807 (2007-11-04 08:59:11 -0800) from
> the trunk and tried the XML Export system. It looks like everything
> exported except AgreementItem, which reports this error:
>
> [13] [xxx] Error when writing AgreementItem:
> org.ofbiz.base.util.GeneralRuntimeException: Error creating GenericValue
> (SQL Exception while getting value : agreementImage [AGREEMENT_IMAGE] (6)
> (Cannot instantiate a SerialBlob object with a null Blob object))
>
> This is a pristine system with no changes, so it's still using Derby.
>
Reply | Threaded
Open this post in threaded view
|

Re: XML Export fails on AgreementItem

David E Jones

Okay, that is fixed in SVN rev 591834.

-David


On Nov 4, 2007, at 12:46 PM, Scott Gray wrote:

> A jira issue (https://issues.apache.org/jira/browse/OFBIZ-1378) has
> already been created, I'll commit the patch tonight if nobody looks at
> it beforehand.
>
> Regards
> Scott
>
> On 05/11/2007, Kenneth Porter <[hidden email]> wrote:
>> Just an FYI:
>>
>> I loaded up the demo system using 591807 (2007-11-04 08:59:11  
>> -0800) from
>> the trunk and tried the XML Export system. It looks like everything
>> exported except AgreementItem, which reports this error:
>>
>> [13] [xxx] Error when writing AgreementItem:
>> org.ofbiz.base.util.GeneralRuntimeException: Error creating  
>> GenericValue
>> (SQL Exception while getting value : agreementImage  
>> [AGREEMENT_IMAGE] (6)
>> (Cannot instantiate a SerialBlob object with a null Blob object))
>>
>> This is a pristine system with no changes, so it's still using Derby.
>>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: XML Export fails on AgreementItem

Kenneth Porter
--On Sunday, November 04, 2007 1:52 PM -0700 David E Jones
<[hidden email]> wrote:

> Okay, that is fixed in SVN rev 591834.

I svn up'd and still get the error on export. Do I need to redo the demo
install? Is the problem already in the DB and needs to be cleaned out?


Reply | Threaded
Open this post in threaded view
|

Re: XML Export fails on AgreementItem

Scott Gray
In reply to this post by David E Jones
You just need to run "ant" at the command line to rebuild the java files

Regards
Scott

On 05/11/2007, Kenneth Porter <[hidden email]> wrote:

> --On Sunday, November 04, 2007 1:52 PM -0700 David E Jones
> <[hidden email]> wrote:
>
> > Okay, that is fixed in SVN rev 591834.
>
> I svn up'd and still get the error on export. Do I need to redo the demo
> install? Is the problem already in the DB and needs to be cleaned out?
>
>
>