You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/03/03 07:53:45 UTC

[jira] [Commented] (OFBIZ-9243) load demo data failure

    [ https://issues.apache.org/jira/browse/OFBIZ-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893875#comment-15893875 ] 

Jacques Le Roux commented on OFBIZ-9243:
----------------------------------------

I don't reproduce this issue using https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework-buildbot/trunk
{code}
	Line 695: 2017-03-03 08:47:43,387 |main                 |EntityDataLoadContainer       |I| file:/C:/projectsASF/ofbiz-framework-buildbot/plugins/myportal/data/MyPortalDemoData.xml
	Line 2808: 2017-03-03 08:48:05,393 |main                 |EntitySaxReader               |I| Beginning import from URL: file:/C:/projectsASF/ofbiz-framework-buildbot/plugins/myportal/data/MyPortalDemoData.xml
	Line 2810: 2017-03-03 08:48:05,413 |main                 |EntitySaxReader               |I| Finished 10 values from file:/C:/projectsASF/ofbiz-framework-buildbot/plugins/myportal/data/MyPortalDemoData.xml
	Line 3105: 2017-03-03 08:48:06,231 |main                 |EntityDataLoadContainer       |I| 00010 of 16625 from file:/C:/projectsASF/ofbiz-framework-buildbot/plugins/myportal/data/MyPortalDemoData.xml
{code}

https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework-buildbot/trunk use externals . It's used in Buildbot for test and for trunk demo. You can also use it locally for your tests. Later a pullAllPluginsSource Gradle task will be used for the same but w/o the externals coupling.

> load demo data failure
> ----------------------
>
>                 Key: OFBIZ-9243
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9243
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Wai
>
> checkout latest ofbiz-framework and ofbiz-plugins
> $ gradlew cleanAll build
> $ gradlew loadDefault...using derby
> console output...
> 2017-03-02 17:18:32,143 |main                 |EntityDataLoadContainer       |I| 00040 of 17229 from file:/ofbiz-framework/plugins/webpos/data/PosSyncSettings.xml
> 2017-03-02 17:18:32,143 |main                 |EntityDataLoadContainer       |I| The following errors occurred in the data load:
> 2017-03-02 17:18:32,143 |main                 |EntityDataLoadContainer       |I| [loadData]: Error loading XML Resource "file:/ofbiz-framework/plugins/ebay/data/DemoEbayData.xml"; Error was: A transaction error occurred reading data
> 2017-03-02 17:18:32,144 |main                 |EntityDataLoadContainer       |I| [loadData]: Error loading XML Resource "file:/ofbiz-framework/plugins/myportal/data/MyPortalDemoData.xml"; Error was: A transaction error occurred reading data
> 2017-03-02 17:18:32,144 |main                 |EntityDataLoadContainer       |I| =-=-=-=-=-=-= Finished the data load with 17229 rows changed.
> }}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)