You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by farouk alhassan <os...@yahoo.com> on 2009/04/18 19:48:29 UTC

PortalData load errors on update

hi,
I have just updated my copy of OFBiz from SVN and run
ant clean and ant run-install. 
At the end of the installation I had the following messages on the console. How do I resolve these as they seem to be database errors with regard to the myportal application
 
[EntityDataLoadContainer.java:280:INFO ] The following errors occured in the data load:
 2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/home/projects/antonov/hector/applications/accounting/data/AccountingPortletData.xml"; Error was: A transaction error occurred reading data
 2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/home/projects/antonov/hector/applications/order/data/OrderPortletData.xml"; Error was: A transaction error occurred reading data
 2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/home/projects/antonov/hector/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml"; Error was: A transaction error occurred reading data
 2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/home/projects/antonov/hector/specialpurpose/myportal/data/MyPortalTypeData.xml"; Error was: A transaction error occurred reading data

Re: PortalData load errors on update

Posted by David E Jones <da...@hotwaxmedia.com>.
It looks like your data loading problem is further up than that. Keep  
in mind that if a file fails early on then other files that depend on  
it will fail too.

I just tried this with the latest trunk with a clean database and the  
data files are loading fine. The best thing to do is look up a little  
ways further in the log and see which is the first file to fail and  
why, and then fix that, and then try again and repeat as necessary.

-David


On Apr 18, 2009, at 11:48 AM, farouk alhassan wrote:

> hi,
> I have just updated my copy of OFBiz from SVN and run
> ant clean and ant run-install.
> At the end of the installation I had the following messages on the  
> console. How do I resolve these as they seem to be database errors  
> with regard to the myportal application
>
> [EntityDataLoadContainer.java:280:INFO ] The following errors  
> occured in the data load:
>  2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java: 
> 282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/ 
> home/projects/antonov/hector/applications/accounting/data/ 
> AccountingPortletData.xml"; Error was: A transaction error occurred  
> reading data
>  2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java: 
> 282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/ 
> home/projects/antonov/hector/applications/order/data/ 
> OrderPortletData.xml"; Error was: A transaction error occurred  
> reading data
>  2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java: 
> 282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/ 
> home/projects/antonov/hector/specialpurpose/projectmgr/data/ 
> ProjectMgrPortletData.xml"; Error was: A transaction error occurred  
> reading data
>  2009-04-18 19:42:39,984 (main) [EntityDataLoadContainer.java: 
> 282:INFO ] [install.loadData]: Error loading XML Resource "file:/C:/ 
> home/projects/antonov/hector/specialpurpose/myportal/data/ 
> MyPortalTypeData.xml"; Error was: A transaction error occurred  
> reading data