problem Running with MS-SQL

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

problem Running with MS-SQL

Abhijeet Pandey
>
> Hi,
> I am still stuck at this point.
> What i explained in my earlier mail that i am able to load demo data with
> default database.
> but when i am trying with mssql , DB is created but demo data is not loaded
> because of error which i sent in log.
> I created fresh DB even though it is giving same problem.
> Below i have explained what changes i made for switching to MSSQL from
> derby.

The server gets started and i see
> http://127.0.0.1:8080/ecommerce/control/main

with No Product Store and No promotion category.

But the database is created. What is the issue.

>
>
> For running through MSSQL, i did following --->
> >
> > 1) i changed following entries in entityengine.xml
> >
> > At line no 53
> >     <delegator name="default" entity-model-reader="main"
> > entity-group-reader="main" entity-eca-reader="main"
> > distributed-cache-clear-enabled="false">
> >         <group-map group-name="org.ofbiz" datasource-name="localmssql"/>
> >
> > 2) I defined datasource at line 520.
> >
> > <datasource name="localmssql"
> >             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
> >             schema-name="dbo"
> >             field-type-name="mssql"
> >             check-on-start="true"
> >             add-missing-on-start="true"
> >             join-style="ansi"
> >             alias-view-columns="false"
> >             use-fk-initially-deferred="false">
> >         <read-data reader-name="seed"/>
> >         <read-data reader-name="seed-initial"/>
> >         <read-data reader-name="demo"/>
> >         <read-data reader-name="ext"/>
> >         <inline-jdbc
> >
> jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
> >
> >
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=ofbiz;SelectMethod=cursor;"
> >                 jdbc-username="ofbiz"
> >                 jdbc-password="ofbiz"
> >                 isolation-level="ReadCommitted"
> >                 pool-minsize="2"
> >                 pool-maxsize="250"/>
> >         <!-- <jndi-jdbc jndi-server-name="default"
> > jndi-name="comp/env/jdbc/xa/localmssql" isolation-level="ReadCommitted"/>
> > --> <!-- Orion Style JNDI name -->
> >     </datasource>
> >
> >
> > 3) i put sqljdbc.jar at E:\workspace\ofbiz4.0\framework\entity\lib\jdbc .
> >
> > *when i am running ant run-install , the database is created , so there
> is
> > no issue with connection.
> >
> > what could be the reason.
> > *
> >
> >
> > Thanks,
> >
> > Abhijeet Pandey
> >
>
>
>
>
> On Fri, Aug 7, 2009 at 2:57 PM, BJ Freeman <[hidden email]> wrote:
>
>> are you sure you not seeing the OLap DB creating table in the Derby.
>> check the lines between 60-70
>> in the log you will see the DB called out as to version.
>>
>>
>> Abhijeet Pandey sent the following on 8/7/2009 1:57 AM:
>> > HI,
>> >
>> > Well, i did that and using default database demo data of ofbiz
>> installation
>> > was successful.
>> >
>> > when running from MSSQL it is not able to load demo data as explained in
>> my
>> > previous mail.
>> >
>> >
>> >
>> > For running through MSSQL, i did following --->
>> >
>> > 1) i changed following entries in entityengine.xml
>> >
>> > At line no 53
>> >     <delegator name="default" entity-model-reader="main"
>> > entity-group-reader="main" entity-eca-reader="main"
>> > distributed-cache-clear-enabled="false">
>> >         <group-map group-name="org.ofbiz" datasource-name="localmssql"/>
>> >
>> > 2) I defined datasource at line 520.
>> >
>> > <datasource name="localmssql"
>> >             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>> >             schema-name="dbo"
>> >             field-type-name="mssql"
>> >             check-on-start="true"
>> >             add-missing-on-start="true"
>> >             join-style="ansi"
>> >             alias-view-columns="false"
>> >             use-fk-initially-deferred="false">
>> >         <read-data reader-name="seed"/>
>> >         <read-data reader-name="seed-initial"/>
>> >         <read-data reader-name="demo"/>
>> >         <read-data reader-name="ext"/>
>> >         <inline-jdbc
>> >
>> jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>> >
>> >
>> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=ofbiz;SelectMethod=cursor;"
>> >                 jdbc-username="ofbiz"
>> >                 jdbc-password="ofbiz"
>> >                 isolation-level="ReadCommitted"
>> >                 pool-minsize="2"
>> >                 pool-maxsize="250"/>
>> >         <!-- <jndi-jdbc jndi-server-name="default"
>> > jndi-name="comp/env/jdbc/xa/localmssql"
>> isolation-level="ReadCommitted"/>
>> > --> <!-- Orion Style JNDI name -->
>> >     </datasource>
>> >
>> >
>> > 3) i put sqljdbc.jar at E:\workspace\ofbiz4.0\framework\entity\lib\jdbc
>> .
>> >
>> > *when i am running ant run-install , the database is created , so there
>> is
>> > no issue with connection.
>> >
>> > what could be the reason.
>> > *
>> >
>> >
>> > Thanks,
>> >
>> > Abhijeet Pandey
>> >
>> >
>> >
>> > On Fri, Aug 7, 2009 at 1:41 PM, BJ Freeman <[hidden email]> wrote:
>> >
>> >> my guess is you don't have the entityengine.xml configured properly.
>> >> I suggest first you do a OOTB run-install with the default DB (derby)
>> >> this way you can verify that everything else is working properly.
>> >> Then do mods step by step and validate.
>> >> following the setup guides.
>> >>
>> >> also read through this
>> >>
>> http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo
>> >>
>> >> Abhijeet Pandey sent the following on 8/6/2009 11:31 PM:
>> >>> Hi,
>> >>>
>> >>> yes i found following error from runtime\logs\ofbiz.html  What could
>> be
>> >> the
>> >>> reason?
>> >>>
>> >>> Also please let me know what is the best way to view log. it is from
>> file
>> >> or
>> >>> in the console of eclipse.
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:394:INFO
>> ]
>> >>> 00000 of 10134 from
>> >>> file:/E:/workspace/ofbiz4.0/specialpurpose/webpos/data/DemoPosData.xml
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:399:INFO
>> ]
>> >> The
>> >>> following errors occured in the data load:
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoProduct.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTopic.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTree.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoFactoids.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,457 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoMarketing.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>> "file:/E:/workspace/ofbiz4.0/specialpurpose/pos/data/DemoRetail.xml";
>> >> Error
>> >>> was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/googlecheckout/data/DemoGoogleCheckoutData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> >>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:401:INFO
>> ]
>> >>> [install.loadData]: Error loading XML Resource
>> >>>
>> "file:/E:/workspace/ofbiz4.0/specialpurpose/webpos/data/DemoPosData.xml";
>> >>> Error was: A transaction error occurred reading data
>> >>> 2009-08-07 11:55:12,473 (main) [EntityDataLoadContainer.java:405:INFO
>> ]
>> >>> =-=-=-=-=-=-= Finished the data load with 10134 rows changed.
>> >>> 2009-08-07 11:55:12,473 (main) [ ContainerLoader.java:114:INFO ]
>> Shutting
>> >>> down containers
>> >>>
>> >>>
>> >>>
>> >>> Thanks,
>> >>>
>> >>> Abhijeet pandey
>> >>>
>> >>>
>> >>>
>> >>> On Thu, Aug 6, 2009 at 11:58 PM, BJ Freeman <[hidden email]>
>> wrote:
>> >>>
>> >>>> do you have any compile errors
>> >>>> are there any errors in the log files
>> >>>>
>> >>>>
>> >>
>> http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+%28Hello+World...%29
>> >>>> Abhijeet Pandey sent the following on 8/6/2009 6:35 AM:
>> >>>>> Hi BJ,
>> >>>>>
>> >>>>> Thanks.
>> >>>>>
>> >>>>> i downloaded ofbiz from trunk.
>> >>>>> and and did ant run-install , but it doesn't loaded with demo data
>> >> unlike
>> >>>>> when i downloaded ofbiz from
>> >>>>> http://svn.ofbiz.org/svn/ofbiz/trunk .
>> >>>>>
>> >>>>> how to load demo data.
>> >>>>>
>> >>>>> also you have mentioned that trunk works well with tutorial. which
>> >>>> tutorial
>> >>>>> and you send me the link for the same.
>> >>>>>
>> >>>>> On Wed, Aug 5, 2009 at 3:17 PM, BJ Freeman <[hidden email]>
>> >> wrote:
>> >>>>>> trunk :  http://svn.apache.org/repos/asf/ofbiz/trunk
>> >>>>>> release9.04
>> >> http://svn.apache.org/repos/asf/ofbiz/branches/release09.04
>> >>>>>> release4.0
>> http://svn.apache.org/repos/asf/ofbiz/branches/release4.0
>> >>>>>> as to which it depends one what you are after.
>> >>>>>> if you just starting use the Trunk since it is the most up to date
>> and
>> >>>>>> works with the tutorial.
>> >>>>>>
>> >>>>>>
>> >>>>>> Abhijeet Pandey sent the following on 8/5/2009 2:41 AM:
>> >>>>>>> so which one should i used to get the code?
>> >>>>>>>
>> >>>>>>> i checked out from
>> >>>>>>>
>> >>>>>>> http://svn.ofbiz.org/svn/ofbiz/trunk
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> is that fine? i didn't get the "themes" folder as told by you.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> which one to use --> 4.0 or 9.04 ? Also can you please tell me the
>> >> SVN
>> >>>>>>> location for downloading these two.
>> >>>>>>>
>> >>>>>>> Thanks,
>> >>>>>>>
>> >>>>>>> Abhijeet Pandey
>> >>>>>>>
>> >>>>>>> On Wed, Aug 5, 2009 at 3:00 PM, BJ Freeman <[hidden email]>
>> >>>> wrote:
>> >>>>>>>> *http://svn.ofbiz.org/svn/ofbiz/trunk
>> >>>>>>>> was before ofbiz became part of apache.
>> >>>>>>>> the rev is 7941
>> >>>>>>>> since then we have done two releases 4.0 and 9.04
>> >>>>>>>> current rev is  801085
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> Abhijeet Pandey sent the following on 8/5/2009 2:26 AM:
>> >>>>>>>>> Hi,
>> >>>>>>>>>
>> >>>>>>>>> Thanks for this .
>> >>>>>>>>>
>> >>>>>>>>> should i do the checkout again ?
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> just wanted to know what is the difference between doing
>> checkout
>> >>>> from
>> >>>>>> i
>> >>>>>>>>> checked out ofbiz from using SVN.
>> >>>>>>>>>
>> >>>>>>>>> *http://svn.ofbiz.org/svn/ofbiz/trunk and
>> >>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/ .*
>> >>>>>>>>>
>> >>>>>>>>> as i did a checkout from
>> >>>>>>>>> *http://svn.ofbiz.org/svn/ofbiz/trunk . what is the difference
>> >>>> between
>> >>>>>>>>> the two locations ?
>> >>>>>>>>>
>> >>>>>>>>> little confuse about this .*Please help.
>> >>>>>>>>>
>> >>>>>>>>> Thanks,
>> >>>>>>>>>
>> >>>>>>>>> Abhijeet Pandey
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> On Wed, Aug 5, 2009 at 2:36 PM, BJ Freeman <[hidden email]
>> >
>> >>>>>> wrote:
>> >>>>>>>>>> match you image to
>> >>>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/
>> >>>>>>>>>> you will notice the last folder is theme
>> >>>>>>>>>> if yours does not match this then do an update
>> >>>>>>>>>>
>> >>
>> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Source+Repository+and+Access
>> >>>>>>>>>> Abhijeet Pandey sent the following on 8/4/2009 10:22 PM:
>> >>>>>>>>>>> Hi,
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> how can i know which ofbiz version i am using.
>> >>>>>>>>>>>
>> >>>>>>>>>>> i checked out ofbiz from using SVN.
>> >>>>>>>>>>>
>> >>>>>>>>>>> http://svn.ofbiz.org/svn/ofbiz/trunk
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> Plz let me know if i have done something wrong.
>> >>>>>>>>>>>
>> >>>>>>>>>>> THanks,
>> >>>>>>>>>>>
>> >>>>>>>>>>> Abhijeet Pandey
>> >>>>>>>>>>>
>> >>>>>>>>>>> On Tue, Aug 4, 2009 at 8:56 PM, BJ Freeman <
>> [hidden email]>
>> >>>>>>>> wrote:
>> >>>>>>>>>>>> What Version of ofbiz are you using.
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> Abhijeet Pandey sent the following on 8/3/2009 11:14 PM:
>> >>>>>>>>>>>>> Hi,
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> couldn't find the folder themes in ofbiz home.
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> These are the folder which are under ofbiz -->
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> applications
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> framework
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> hot-deploy
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> runtime
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> specialpurpose
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> and few batch files and ant files.
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> is it that i have missed something.
>> >>>>>>>>>>>>> Plz let me know.
>> >>>>>>>>>>>>>
>> >>>>>>>>>>>>> Thanks,
>> >>>>>>>>>>>>> Abhijeet Pandey
>> >>>>>>>>>>>>> On Tue, Aug 4, 2009 at 4:31 AM, BJ Freeman <
>> >> [hidden email]>
>> >>>>>>>>>> wrote:
>> >>>>>>>>>>>>>> {ofbizhome}/themes/mutilex
>> >>>>>>>>>>>>>> had the layout of the default Ecommerce.
>> >>>>>>>>>>>>>> the CSS file position things.
>> >>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>
>> >>>>>>>>>>>>>> Abhijeet Pandey sent the following on 8/2/2009 10:32 PM:
>> >>>>>>>>>>>>>>> Hello Everyone,
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>> I am new to Ofbiz and i have installed it on my system.
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>> i have few queries, it will be nice if i can get some help
>> /
>> >>>>>> guide.
>> >>>>>>>>>>>>>>> i want to change the look and feel of the site. like say i
>> >>>> don't
>> >>>>>>>> want
>> >>>>>>>>>>>> to
>> >>>>>>>>>>>>>> put
>> >>>>>>>>>>>>>>> logo and want to put Advertisement in header or i would
>> like
>> >> to
>> >>>>>> put
>> >>>>>>>>>>>>>> search
>> >>>>>>>>>>>>>>> box in header.
>> >>>>>>>>>>>>>>> Like i don't want to show promotional stuff on top at home
>> >>>> page.
>> >>>>>> i
>> >>>>>>>>>> want
>> >>>>>>>>>>>>>> to
>> >>>>>>>>>>>>>>> put them in middle and i would like to put some thing else
>> >> over
>> >>>>>>>>>> there.
>> >>>>>>>>>>>>>>> also how i can decide what all will come in left and
>> right?
>> >> how
>> >>>> i
>> >>>>>>>> can
>> >>>>>>>>>>>>>> change
>> >>>>>>>>>>>>>>> the footer? how i can attach static pages ? how i can put
>> >> those
>> >>>>>>>> links
>> >>>>>>>>>>>> in
>> >>>>>>>>>>>>>>> header / footer?
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>> Idea is how to do all this, how i can know which ftl file
>> is
>> >>>> for
>> >>>>>>>>>> which
>> >>>>>>>>>>>>>> page,
>> >>>>>>>>>>>>>>> which tables are there for which purpose.
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>> Plz guide me what is the best way to go about it.
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>> Thanks in advance.
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>>
>> >>>>>>>>>>>>>> --
>> >>>>>>>>>>>>>> BJ Freeman
>> >>>>>>>>>>>>>> http://www.businessesnetwork.com/automation
>> >>>>>>>>>>>>>> http://bjfreeman.elance.com
>> >>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >>>>>>>>>>>>>> Systems Integrator.
>> >>>>>>>>>>>>>>
>> >>>>>>>>>>>>>>
>> >>>>>>>>>>>> --
>> >>>>>>>>>>>> BJ Freeman
>> >>>>>>>>>>>> http://www.businessesnetwork.com/automation
>> >>>>>>>>>>>> http://bjfreeman.elance.com
>> >>>>>>>>>>>>
>> >>>>>>>>>>>>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >>>>>>>>>>>> Systems Integrator.
>> >>>>>>>>>>>>
>> >>>>>>>>>>>>
>> >>>>>>>>>> --
>> >>>>>>>>>> BJ Freeman
>> >>>>>>>>>> http://www.businessesnetwork.com/automation
>> >>>>>>>>>> http://bjfreeman.elance.com
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >>>>>>>>>> Systems Integrator.
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>> --
>> >>>>>>>> BJ Freeman
>> >>>>>>>> http://www.businessesnetwork.com/automation
>> >>>>>>>> http://bjfreeman.elance.com
>> >>>>>>>>
>> >>>>>>>>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >>>>>>>> Systems Integrator.
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>> --
>> >>>>>> BJ Freeman
>> >>>>>> http://www.businessesnetwork.com/automation
>> >>>>>> http://bjfreeman.elance.com
>> >>>>>>
>> >>>>>>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >>>>>> Systems Integrator.
>> >>>>>>
>> >>>>>>
>> >>>> --
>> >>>> BJ Freeman
>> >>>> http://www.businessesnetwork.com/automation
>> >>>> http://bjfreeman.elance.com
>> >>>>
>> >>>>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >>>> Systems Integrator.
>> >>>>
>> >>>>
>> >>>
>> >> --
>> >> BJ Freeman
>> >> http://www.businessesnetwork.com/automation
>> >> http://bjfreeman.elance.com
>> >>
>> >>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >> Systems Integrator.
>> >>
>> >>
>> >
>> >
>>
>> --
>> BJ Freeman
>> http://www.businessesnetwork.com/automation
>> http://bjfreeman.elance.com
>>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> Systems Integrator.
>>
>>
>
>
> --
> Abhijeet Pandey
>



--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

c.schinzer
Hey Abhijeet,


Can you please check your logfile? There should be some indication in there
...
Regards


Carsten



2009/8/10 Abhijeet Pandey <[hidden email]>

> >
> > Hi,
> > I am still stuck at this point.
> > What i explained in my earlier mail that i am able to load demo data with
> > default database.
> > but when i am trying with mssql , DB is created but demo data is not
> loaded
> > because of error which i sent in log.
> > I created fresh DB even though it is giving same problem.
> > Below i have explained what changes i made for switching to MSSQL from
> > derby.
>
> The server gets started and i see
> > http://127.0.0.1:8080/ecommerce/control/main
>
> with No Product Store and No promotion category.
>
> But the database is created. What is the issue.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Abhijeet Pandey
Hi,

Here is what my log indicates , but how come it is giving this error as i
have recreated DB.

2009-08-07 13:04:25,971 (main) [       DatabaseUtil.java:2299:ERROR] SQL
Exception while executing the following:
ALTER TABLE dbo.WORK_EFFORT_SURVEY_APPL ADD CONSTRAINT SURVEY FOREIGN KEY
(SURVEY_ID) REFERENCES dbo.SURVEY (SURVEY_ID)
Error was: com.microsoft.sqlserver.jdbc.SQLServerException: There is already
an object named 'SURVEY' in the database.
2009-08-07 13:05:54,079 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [InventoryItem]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.INVENTORY_ITEM (INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID,
PARTY_ID, OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED,
DATETIME_MANUFACTURED, EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID,
UOM_ID, BIN_NUMBER, LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: Cannot insert duplicate key row in object 'dbo.INVENTORY_ITEM' with
unique index 'INVITEM_SOFID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert duplicate key
row in object 'dbo.INVENTORY_ITEM' with unique index 'INVITEM_SOFID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:54,079 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting: [GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.INVENTORY_ITEM (INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID,
PARTY_ID, OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED,
DATETIME_MANUFACTURED, EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID,
UOM_ID, BIN_NUMBER, LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: Cannot insert duplicate key row in object 'dbo.INVENTORY_ITEM' with
unique index 'INVITEM_SOFID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert duplicate key
row in object 'dbo.INVENTORY_ITEM' with unique index 'INVITEM_SOFID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:54,079 (main) [    EntitySaxReader.java:432:ERROR]
---- exception report
----------------------------------------------------------
Error storing value
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.INVENTORY_ITEM (INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID,
PARTY_ID, OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED,
DATETIME_MANUFACTURED, EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID,
UOM_ID, BIN_NUMBER, LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: Cannot insert duplicate key row in object 'dbo.INVENTORY_ITEM' with
unique index 'INVITEM_SOFID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert duplicate key
row in object 'dbo.INVENTORY_ITEM' with unique index 'INVITEM_SOFID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:54,095 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.xml.sax.SAXException
Message: Error storing value
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.))
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:433)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:54,095 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:54,547 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoProduct.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:InventoryItem][createdStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][facilityId,WebStoreWarehouse(java.lang.String)][inventoryItemId,9001(java.lang.String)][inventoryItemTypeId,NON_SERIAL_INV_ITEM(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:54.017(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:41.073(java.sql.Timestamp)][locationSeqId,TLTLTLLL01(java.lang.String)][ownerPartyId,Company(java.lang.String)][productId,GZ-2644(java.lang.String)][unitCost,2.5(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO dbo.INVENTORY_ITEM
(INVENTORY_ITEM_ID, INVENTORY_ITEM_TYPE_ID, PRODUCT_ID, PARTY_ID,
OWNER_PARTY_ID, STATUS_ID, DATETIME_RECEIVED, DATETIME_MANUFACTURED,
EXPIRE_DATE, FACILITY_ID, CONTAINER_ID, LOT_ID, UOM_ID, BIN_NUMBER,
LOCATION_SEQ_ID, COMMENTS, QUANTITY_ON_HAND_TOTAL,
AVAILABLE_TO_PROMISE_TOTAL, QUANTITY_ON_HAND, AVAILABLE_TO_PROMISE,
SERIAL_NUMBER, SOFT_IDENTIFIER, ACTIVATION_NUMBER, ACTIVATION_VALID_THRU,
UNIT_COST, CURRENCY_UOM_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert
duplicate key row in object 'dbo.INVENTORY_ITEM' with unique index
'INVITEM_SOFID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,046 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [WebSiteContent]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSiteContent][contentId,WebStoreCONTENT(java.lang.String)][createdStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][fromDate,2001-01-01
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][webSiteContentTypeId,PUBLISH_POINT(java.lang.String)][webSiteId,WebStore(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:WebSiteContent][contentId,WebStoreCONTENT(java.lang.String)][createdStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][fromDate,2001-01-01
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][webSiteContentTypeId,PUBLISH_POINT(java.lang.String)][webSiteId,WebStore(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "WSCTNT_WEBSITE". The conflict
occurred in database "ofbiz", table "dbo.WEB_SITE", column 'WEB_SITE_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,046 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:WebSiteContent][contentId,WebStoreCONTENT(java.lang.String)][createdStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][fromDate,2001-01-01
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][webSiteContentTypeId,PUBLISH_POINT(java.lang.String)][webSiteId,WebStore(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:WebSiteContent][contentId,WebStoreCONTENT(java.lang.String)][createdStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][fromDate,2001-01-01
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][webSiteContentTypeId,PUBLISH_POINT(java.lang.String)][webSiteId,WebStore(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "WSCTNT_WEBSITE". The conflict
occurred in database "ofbiz", table "dbo.WEB_SITE", column 'WEB_SITE_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,046 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:WebSiteContent][contentId,WebStoreCONTENT(java.lang.String)][createdStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][fromDate,2001-01-01
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][webSiteContentTypeId,PUBLISH_POINT(java.lang.String)][webSiteId,WebStore(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "WSCTNT_WEBSITE". The conflict
occurred in database "ofbiz", table "dbo.WEB_SITE", column 'WEB_SITE_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,046 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,046 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSiteContent][contentId,WebStoreCONTENT(java.lang.String)][createdStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][fromDate,2001-01-01
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:56.983(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:56.968(java.sql.Timestamp)][webSiteContentTypeId,PUBLISH_POINT(java.lang.String)][webSiteId,WebStore(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE_CONTENT (WEB_SITE_ID, CONTENT_ID, WEB_SITE_CONTENT_TYPE_ID,
FROM_DATE, THRU_DATE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"WSCTNT_WEBSITE". The conflict occurred in database "ofbiz", table
"dbo.WEB_SITE", column 'WEB_SITE_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,717 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ContentAssoc]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_FROM". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,733 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_FROM". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,733 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (false)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_FROM". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,733 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,733 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,733 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTopic.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,CNTWIDGETS(java.lang.String)][contentIdTo,ECMT9401(java.lang.String)][createdStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.718(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.561(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,748 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ContentAssoc]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_FROM". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,748 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_FROM". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,748 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (false)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_FROM". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_FROM". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,748 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:211)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:359)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,748 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,764 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTree.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,PUBLISH_LINK(java.lang.String)][contentId,ECMT9401(java.lang.String)][contentIdTo,ECMC180000(java.lang.String)][createdStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)][fromDate,2009-08-07
13:05:57.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.748(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.733(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_FROM". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,779 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [Content]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:Content][contentId,FACT_1(java.lang.String)][contentName,Widget
Users Live
Longer(java.lang.String)][contentTypeId,DOCUMENT(java.lang.String)][createdByUserLogin,admin(java.lang.String)][createdDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][createdStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][dataResourceId,FACT_1(java.lang.String)][description,Studies
show that users of Widgets live
longer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][ownerContentId,WebStoreFACTOID(java.lang.String)][privilegeEnumId,CNT_PRV_BRONZE(java.lang.String)][statusId,CTNT_PUBLISHED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:Content][contentId,FACT_1(java.lang.String)][contentName,Widget
Users Live
Longer(java.lang.String)][contentTypeId,DOCUMENT(java.lang.String)][createdByUserLogin,admin(java.lang.String)][createdDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][createdStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][dataResourceId,FACT_1(java.lang.String)][description,Studies
show that users of Widgets live
longer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][ownerContentId,WebStoreFACTOID(java.lang.String)][privilegeEnumId,CNT_PRV_BRONZE(java.lang.String)][statusId,CTNT_PUBLISHED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY SAME TABLE
constraint "CONTENT_PCNTNT". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY SAME TABLE constraint "CONTENT_PCNTNT". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,779 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:Content][contentId,FACT_1(java.lang.String)][contentName,Widget
Users Live
Longer(java.lang.String)][contentTypeId,DOCUMENT(java.lang.String)][createdByUserLogin,admin(java.lang.String)][createdDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][createdStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][dataResourceId,FACT_1(java.lang.String)][description,Studies
show that users of Widgets live
longer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][ownerContentId,WebStoreFACTOID(java.lang.String)][privilegeEnumId,CNT_PRV_BRONZE(java.lang.String)][statusId,CTNT_PUBLISHED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:Content][contentId,FACT_1(java.lang.String)][contentName,Widget
Users Live
Longer(java.lang.String)][contentTypeId,DOCUMENT(java.lang.String)][createdByUserLogin,admin(java.lang.String)][createdDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][createdStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][dataResourceId,FACT_1(java.lang.String)][description,Studies
show that users of Widgets live
longer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][ownerContentId,WebStoreFACTOID(java.lang.String)][privilegeEnumId,CNT_PRV_BRONZE(java.lang.String)][statusId,CTNT_PUBLISHED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY SAME TABLE
constraint "CONTENT_PCNTNT". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY SAME TABLE constraint "CONTENT_PCNTNT". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,779 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:Content][contentId,FACT_1(java.lang.String)][contentName,Widget
Users Live
Longer(java.lang.String)][contentTypeId,DOCUMENT(java.lang.String)][createdByUserLogin,admin(java.lang.String)][createdDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][createdStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][dataResourceId,FACT_1(java.lang.String)][description,Studies
show that users of Widgets live
longer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][ownerContentId,WebStoreFACTOID(java.lang.String)][privilegeEnumId,CNT_PRV_BRONZE(java.lang.String)][statusId,CTNT_PUBLISHED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY SAME TABLE
constraint "CONTENT_PCNTNT". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY SAME TABLE constraint "CONTENT_PCNTNT". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,779 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:57,779 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoFactoids.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:Content][contentId,FACT_1(java.lang.String)][contentName,Widget
Users Live
Longer(java.lang.String)][contentTypeId,DOCUMENT(java.lang.String)][createdByUserLogin,admin(java.lang.String)][createdDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][createdStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][dataResourceId,FACT_1(java.lang.String)][description,Studies
show that users of Widgets live
longer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2004-03-30
07:57:39.671(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:57.779(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.764(java.sql.Timestamp)][ownerContentId,WebStoreFACTOID(java.lang.String)][privilegeEnumId,CNT_PRV_BRONZE(java.lang.String)][statusId,CTNT_PUBLISHED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CONTENT
(CONTENT_ID, CONTENT_TYPE_ID, OWNER_CONTENT_ID, DECORATOR_CONTENT_ID,
INSTANCE_OF_CONTENT_ID, DATA_RESOURCE_ID, TEMPLATE_DATA_RESOURCE_ID,
DATA_SOURCE_ID, STATUS_ID, PRIVILEGE_ENUM_ID, SERVICE_NAME, CONTENT_NAME,
DESCRIPTION, LOCALE_STRING, MIME_TYPE_ID, CHARACTER_SET_ID,
CHILD_LEAF_COUNT, CHILD_BRANCH_COUNT, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint
"CONTENT_PCNTNT". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:58,982 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ProductCategoryRollup]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)).
Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_CRLP_PARENT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:58,982 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)).
Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_CRLP_PARENT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:58,982 (main) [    EntitySaxReader.java:432:ERROR]
---- exception report
----------------------------------------------------------
Error storing value
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_CRLP_PARENT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:58,982 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.xml.sax.SAXException
Message: Error storing value
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:433)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:58,982 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,075 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoConfigurator.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryRollup][createdStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:58.982(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:57.842(java.sql.Timestamp)][parentProductCategoryId,CATALOG1(java.lang.String)][productCategoryId,PC-100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_ROLLUP (PRODUCT_CATEGORY_ID,
PARENT_PRODUCT_CATEGORY_ID, FROM_DATE, THRU_DATE, SEQUENCE_NUM,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the
FOREIGN KEY constraint "PROD_CRLP_PARENT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,138 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ProductStore]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductStore][allowPassword,Y(java.lang.String)][authDeclinedMessage,There
has been a problem with your method of payment. Please try a different
method or call customer service.(java.lang.String)][authErrorMessage,Problem
connecting to payment processor; we will continue to retry and notify you by
email.(java.lang.String)][authFraudMessage,Your order has been rejected and
your account has been disabled due to
fraud.(java.lang.String)][autoApproveInvoice,Y(java.lang.String)][autoApproveOrder,Y(java.lang.String)][checkInventory,N(java.lang.String)][companyName,Ant
Websystems Ltd(java.lang.String)][createdStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][daysToCancelNonPay,30(java.lang.Long)][defaultCurrencyUomId,EUR(java.lang.String)][defaultLocaleString,en_US(java.lang.String)][digitalItemApprovedStatus,ITEM_APPROVED(java.lang.String)][explodeOrderItems,N(java.lang.String)][headerApprovedStatus,ORDER_APPROVED(java.lang.String)][headerCancelStatus,ORDER_CANCELLED(java.lang.String)][headerDeclinedStatus,ORDER_REJECTED(java.lang.String)][inventoryFacilityId,WebStoreWarehouse(java.lang.String)][isImmediatelyFulfilled,Y(java.lang.String)][itemApprovedStatus,ITEM_APPROVED(java.lang.String)][itemCancelStatus,ITEM_CANCELLED(java.lang.String)][itemDeclinedStatus,ITEM_REJECTED(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][oneInventoryFacility,N(java.lang.String)][orderNumberPrefix,WS(java.lang.String)][payToPartyId,Company(java.lang.String)][productStoreId,RentalStore(java.lang.String)][prorateShipping,Y(java.lang.String)][prorateTaxes,Y(java.lang.String)][requireInventory,N(java.lang.String)][reserveInventory,N(java.lang.String)][reserveOrderEnumId,INVRO_FIFO_REC(java.lang.String)][retryFailedAuths,Y(java.lang.String)][shipIfCaptureFails,Y(java.lang.String)][storeName,Open
Travel system Demo Site(java.lang.String)][subtitle,Part of the Open For
Business Family of Open Source Software(java.lang.String)][title,Ready for
your
reservation(java.lang.String)][visualThemeId,EC_DEFAULT(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.PRODUCT_STORE
(PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME, COMPANY_NAME, TITLE,
SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY, MANUAL_AUTH_IS_CAPTURE,
PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD, AUTO_SAVE_CART,
AUTO_APPROVE_REVIEWS, IS_DEMO_STORE, IS_IMMEDIATELY_FULFILLED,
INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY, CHECK_INVENTORY,
RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID, REQUIRE_INVENTORY,
BALANCE_RES_ON_ORDER_CREATION, REQUIREMENT_METHOD_ENUM_ID,
ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING, DEFAULT_CURRENCY_UOM_ID,
DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD, DEFAULT_PASSWORD,
EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductStore][allowPassword,Y(java.lang.String)][authDeclinedMessage,There
has been a problem with your method of payment. Please try a different
method or call customer service.(java.lang.String)][authErrorMessage,Problem
connecting to payment processor; we will continue to retry and notify you by
email.(java.lang.String)][authFraudMessage,Your order has been rejected and
your account has been disabled due to
fraud.(java.lang.String)][autoApproveInvoice,Y(java.lang.String)][autoApproveOrder,Y(java.lang.String)][checkInventory,N(java.lang.String)][companyName,Ant
Websystems Ltd(java.lang.String)][createdStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][daysToCancelNonPay,30(java.lang.Long)][defaultCurrencyUomId,EUR(java.lang.String)][defaultLocaleString,en_US(java.lang.String)][digitalItemApprovedStatus,ITEM_APPROVED(java.lang.String)][explodeOrderItems,N(java.lang.String)][headerApprovedStatus,ORDER_APPROVED(java.lang.String)][headerCancelStatus,ORDER_CANCELLED(java.lang.String)][headerDeclinedStatus,ORDER_REJECTED(java.lang.String)][inventoryFacilityId,WebStoreWarehouse(java.lang.String)][isImmediatelyFulfilled,Y(java.lang.String)][itemApprovedStatus,ITEM_APPROVED(java.lang.String)][itemCancelStatus,ITEM_CANCELLED(java.lang.String)][itemDeclinedStatus,ITEM_REJECTED(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][oneInventoryFacility,N(java.lang.String)][orderNumberPrefix,WS(java.lang.String)][payToPartyId,Company(java.lang.String)][productStoreId,RentalStore(java.lang.String)][prorateShipping,Y(java.lang.String)][prorateTaxes,Y(java.lang.String)][requireInventory,N(java.lang.String)][reserveInventory,N(java.lang.String)][reserveOrderEnumId,INVRO_FIFO_REC(java.lang.String)][retryFailedAuths,Y(java.lang.String)][shipIfCaptureFails,Y(java.lang.String)][storeName,Open
Travel system Demo Site(java.lang.String)][subtitle,Part of the Open For
Business Family of Open Source Software(java.lang.String)][title,Ready for
your
reservation(java.lang.String)][visualThemeId,EC_DEFAULT(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.PRODUCT_STORE
(PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME, COMPANY_NAME, TITLE,
SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY, MANUAL_AUTH_IS_CAPTURE,
PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD, AUTO_SAVE_CART,
AUTO_APPROVE_REVIEWS, IS_DEMO_STORE, IS_IMMEDIATELY_FULFILLED,
INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY, CHECK_INVENTORY,
RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID, REQUIRE_INVENTORY,
BALANCE_RES_ON_ORDER_CREATION, REQUIREMENT_METHOD_ENUM_ID,
ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING, DEFAULT_CURRENCY_UOM_ID,
DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD, DEFAULT_PASSWORD,
EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_STORE (PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME,
COMPANY_NAME, TITLE, SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY,
MANUAL_AUTH_IS_CAPTURE, PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD,
AUTO_SAVE_CART, AUTO_APPROVE_REVIEWS, IS_DEMO_STORE,
IS_IMMEDIATELY_FULFILLED, INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY,
CHECK_INVENTORY, RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID,
REQUIRE_INVENTORY, BALANCE_RES_ON_ORDER_CREATION,
REQUIREMENT_METHOD_ENUM_ID, ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING,
DEFAULT_CURRENCY_UOM_ID, DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD,
DEFAULT_PASSWORD, EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_STR_FACILITY". The conflict
occurred in database "ofbiz", table "dbo.FACILITY", column 'FACILITY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,138 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ProductStore][allowPassword,Y(java.lang.String)][authDeclinedMessage,There
has been a problem with your method of payment. Please try a different
method or call customer service.(java.lang.String)][authErrorMessage,Problem
connecting to payment processor; we will continue to retry and notify you by
email.(java.lang.String)][authFraudMessage,Your order has been rejected and
your account has been disabled due to
fraud.(java.lang.String)][autoApproveInvoice,Y(java.lang.String)][autoApproveOrder,Y(java.lang.String)][checkInventory,N(java.lang.String)][companyName,Ant
Websystems Ltd(java.lang.String)][createdStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][daysToCancelNonPay,30(java.lang.Long)][defaultCurrencyUomId,EUR(java.lang.String)][defaultLocaleString,en_US(java.lang.String)][digitalItemApprovedStatus,ITEM_APPROVED(java.lang.String)][explodeOrderItems,N(java.lang.String)][headerApprovedStatus,ORDER_APPROVED(java.lang.String)][headerCancelStatus,ORDER_CANCELLED(java.lang.String)][headerDeclinedStatus,ORDER_REJECTED(java.lang.String)][inventoryFacilityId,WebStoreWarehouse(java.lang.String)][isImmediatelyFulfilled,Y(java.lang.String)][itemApprovedStatus,ITEM_APPROVED(java.lang.String)][itemCancelStatus,ITEM_CANCELLED(java.lang.String)][itemDeclinedStatus,ITEM_REJECTED(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][oneInventoryFacility,N(java.lang.String)][orderNumberPrefix,WS(java.lang.String)][payToPartyId,Company(java.lang.String)][productStoreId,RentalStore(java.lang.String)][prorateShipping,Y(java.lang.String)][prorateTaxes,Y(java.lang.String)][requireInventory,N(java.lang.String)][reserveInventory,N(java.lang.String)][reserveOrderEnumId,INVRO_FIFO_REC(java.lang.String)][retryFailedAuths,Y(java.lang.String)][shipIfCaptureFails,Y(java.lang.String)][storeName,Open
Travel system Demo Site(java.lang.String)][subtitle,Part of the Open For
Business Family of Open Source Software(java.lang.String)][title,Ready for
your
reservation(java.lang.String)][visualThemeId,EC_DEFAULT(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.PRODUCT_STORE
(PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME, COMPANY_NAME, TITLE,
SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY, MANUAL_AUTH_IS_CAPTURE,
PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD, AUTO_SAVE_CART,
AUTO_APPROVE_REVIEWS, IS_DEMO_STORE, IS_IMMEDIATELY_FULFILLED,
INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY, CHECK_INVENTORY,
RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID, REQUIRE_INVENTORY,
BALANCE_RES_ON_ORDER_CREATION, REQUIREMENT_METHOD_ENUM_ID,
ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING, DEFAULT_CURRENCY_UOM_ID,
DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD, DEFAULT_PASSWORD,
EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductStore][allowPassword,Y(java.lang.String)][authDeclinedMessage,There
has been a problem with your method of payment. Please try a different
method or call customer service.(java.lang.String)][authErrorMessage,Problem
connecting to payment processor; we will continue to retry and notify you by
email.(java.lang.String)][authFraudMessage,Your order has been rejected and
your account has been disabled due to
fraud.(java.lang.String)][autoApproveInvoice,Y(java.lang.String)][autoApproveOrder,Y(java.lang.String)][checkInventory,N(java.lang.String)][companyName,Ant
Websystems Ltd(java.lang.String)][createdStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][daysToCancelNonPay,30(java.lang.Long)][defaultCurrencyUomId,EUR(java.lang.String)][defaultLocaleString,en_US(java.lang.String)][digitalItemApprovedStatus,ITEM_APPROVED(java.lang.String)][explodeOrderItems,N(java.lang.String)][headerApprovedStatus,ORDER_APPROVED(java.lang.String)][headerCancelStatus,ORDER_CANCELLED(java.lang.String)][headerDeclinedStatus,ORDER_REJECTED(java.lang.String)][inventoryFacilityId,WebStoreWarehouse(java.lang.String)][isImmediatelyFulfilled,Y(java.lang.String)][itemApprovedStatus,ITEM_APPROVED(java.lang.String)][itemCancelStatus,ITEM_CANCELLED(java.lang.String)][itemDeclinedStatus,ITEM_REJECTED(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][oneInventoryFacility,N(java.lang.String)][orderNumberPrefix,WS(java.lang.String)][payToPartyId,Company(java.lang.String)][productStoreId,RentalStore(java.lang.String)][prorateShipping,Y(java.lang.String)][prorateTaxes,Y(java.lang.String)][requireInventory,N(java.lang.String)][reserveInventory,N(java.lang.String)][reserveOrderEnumId,INVRO_FIFO_REC(java.lang.String)][retryFailedAuths,Y(java.lang.String)][shipIfCaptureFails,Y(java.lang.String)][storeName,Open
Travel system Demo Site(java.lang.String)][subtitle,Part of the Open For
Business Family of Open Source Software(java.lang.String)][title,Ready for
your
reservation(java.lang.String)][visualThemeId,EC_DEFAULT(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.PRODUCT_STORE
(PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME, COMPANY_NAME, TITLE,
SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY, MANUAL_AUTH_IS_CAPTURE,
PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD, AUTO_SAVE_CART,
AUTO_APPROVE_REVIEWS, IS_DEMO_STORE, IS_IMMEDIATELY_FULFILLED,
INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY, CHECK_INVENTORY,
RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID, REQUIRE_INVENTORY,
BALANCE_RES_ON_ORDER_CREATION, REQUIREMENT_METHOD_ENUM_ID,
ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING, DEFAULT_CURRENCY_UOM_ID,
DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD, DEFAULT_PASSWORD,
EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_STORE (PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME,
COMPANY_NAME, TITLE, SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY,
MANUAL_AUTH_IS_CAPTURE, PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD,
AUTO_SAVE_CART, AUTO_APPROVE_REVIEWS, IS_DEMO_STORE,
IS_IMMEDIATELY_FULFILLED, INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY,
CHECK_INVENTORY, RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID,
REQUIRE_INVENTORY, BALANCE_RES_ON_ORDER_CREATION,
REQUIREMENT_METHOD_ENUM_ID, ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING,
DEFAULT_CURRENCY_UOM_ID, DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD,
DEFAULT_PASSWORD, EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_STR_FACILITY". The conflict
occurred in database "ofbiz", table "dbo.FACILITY", column 'FACILITY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,138 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductStore][allowPassword,Y(java.lang.String)][authDeclinedMessage,There
has been a problem with your method of payment. Please try a different
method or call customer service.(java.lang.String)][authErrorMessage,Problem
connecting to payment processor; we will continue to retry and notify you by
email.(java.lang.String)][authFraudMessage,Your order has been rejected and
your account has been disabled due to
fraud.(java.lang.String)][autoApproveInvoice,Y(java.lang.String)][autoApproveOrder,Y(java.lang.String)][checkInventory,N(java.lang.String)][companyName,Ant
Websystems Ltd(java.lang.String)][createdStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][daysToCancelNonPay,30(java.lang.Long)][defaultCurrencyUomId,EUR(java.lang.String)][defaultLocaleString,en_US(java.lang.String)][digitalItemApprovedStatus,ITEM_APPROVED(java.lang.String)][explodeOrderItems,N(java.lang.String)][headerApprovedStatus,ORDER_APPROVED(java.lang.String)][headerCancelStatus,ORDER_CANCELLED(java.lang.String)][headerDeclinedStatus,ORDER_REJECTED(java.lang.String)][inventoryFacilityId,WebStoreWarehouse(java.lang.String)][isImmediatelyFulfilled,Y(java.lang.String)][itemApprovedStatus,ITEM_APPROVED(java.lang.String)][itemCancelStatus,ITEM_CANCELLED(java.lang.String)][itemDeclinedStatus,ITEM_REJECTED(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][oneInventoryFacility,N(java.lang.String)][orderNumberPrefix,WS(java.lang.String)][payToPartyId,Company(java.lang.String)][productStoreId,RentalStore(java.lang.String)][prorateShipping,Y(java.lang.String)][prorateTaxes,Y(java.lang.String)][requireInventory,N(java.lang.String)][reserveInventory,N(java.lang.String)][reserveOrderEnumId,INVRO_FIFO_REC(java.lang.String)][retryFailedAuths,Y(java.lang.String)][shipIfCaptureFails,Y(java.lang.String)][storeName,Open
Travel system Demo Site(java.lang.String)][subtitle,Part of the Open For
Business Family of Open Source Software(java.lang.String)][title,Ready for
your
reservation(java.lang.String)][visualThemeId,EC_DEFAULT(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.PRODUCT_STORE
(PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME, COMPANY_NAME, TITLE,
SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY, MANUAL_AUTH_IS_CAPTURE,
PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD, AUTO_SAVE_CART,
AUTO_APPROVE_REVIEWS, IS_DEMO_STORE, IS_IMMEDIATELY_FULFILLED,
INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY, CHECK_INVENTORY,
RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID, REQUIRE_INVENTORY,
BALANCE_RES_ON_ORDER_CREATION, REQUIREMENT_METHOD_ENUM_ID,
ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING, DEFAULT_CURRENCY_UOM_ID,
DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD, DEFAULT_PASSWORD,
EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_STORE (PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME,
COMPANY_NAME, TITLE, SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY,
MANUAL_AUTH_IS_CAPTURE, PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD,
AUTO_SAVE_CART, AUTO_APPROVE_REVIEWS, IS_DEMO_STORE,
IS_IMMEDIATELY_FULFILLED, INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY,
CHECK_INVENTORY, RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID,
REQUIRE_INVENTORY, BALANCE_RES_ON_ORDER_CREATION,
REQUIREMENT_METHOD_ENUM_ID, ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING,
DEFAULT_CURRENCY_UOM_ID, DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD,
DEFAULT_PASSWORD, EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_STR_FACILITY". The conflict
occurred in database "ofbiz", table "dbo.FACILITY", column 'FACILITY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,138 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,138 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductStore][allowPassword,Y(java.lang.String)][authDeclinedMessage,There
has been a problem with your method of payment. Please try a different
method or call customer service.(java.lang.String)][authErrorMessage,Problem
connecting to payment processor; we will continue to retry and notify you by
email.(java.lang.String)][authFraudMessage,Your order has been rejected and
your account has been disabled due to
fraud.(java.lang.String)][autoApproveInvoice,Y(java.lang.String)][autoApproveOrder,Y(java.lang.String)][checkInventory,N(java.lang.String)][companyName,Ant
Websystems Ltd(java.lang.String)][createdStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][daysToCancelNonPay,30(java.lang.Long)][defaultCurrencyUomId,EUR(java.lang.String)][defaultLocaleString,en_US(java.lang.String)][digitalItemApprovedStatus,ITEM_APPROVED(java.lang.String)][explodeOrderItems,N(java.lang.String)][headerApprovedStatus,ORDER_APPROVED(java.lang.String)][headerCancelStatus,ORDER_CANCELLED(java.lang.String)][headerDeclinedStatus,ORDER_REJECTED(java.lang.String)][inventoryFacilityId,WebStoreWarehouse(java.lang.String)][isImmediatelyFulfilled,Y(java.lang.String)][itemApprovedStatus,ITEM_APPROVED(java.lang.String)][itemCancelStatus,ITEM_CANCELLED(java.lang.String)][itemDeclinedStatus,ITEM_REJECTED(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.122(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.075(java.sql.Timestamp)][oneInventoryFacility,N(java.lang.String)][orderNumberPrefix,WS(java.lang.String)][payToPartyId,Company(java.lang.String)][productStoreId,RentalStore(java.lang.String)][prorateShipping,Y(java.lang.String)][prorateTaxes,Y(java.lang.String)][requireInventory,N(java.lang.String)][reserveInventory,N(java.lang.String)][reserveOrderEnumId,INVRO_FIFO_REC(java.lang.String)][retryFailedAuths,Y(java.lang.String)][shipIfCaptureFails,Y(java.lang.String)][storeName,Open
Travel system Demo Site(java.lang.String)][subtitle,Part of the Open For
Business Family of Open Source Software(java.lang.String)][title,Ready for
your
reservation(java.lang.String)][visualThemeId,EC_DEFAULT(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.PRODUCT_STORE
(PRODUCT_STORE_ID, PRIMARY_STORE_GROUP_ID, STORE_NAME, COMPANY_NAME, TITLE,
SUBTITLE, PAY_TO_PARTY_ID, DAYS_TO_CANCEL_NON_PAY, MANUAL_AUTH_IS_CAPTURE,
PRORATE_SHIPPING, PRORATE_TAXES, VIEW_CART_ON_ADD, AUTO_SAVE_CART,
AUTO_APPROVE_REVIEWS, IS_DEMO_STORE, IS_IMMEDIATELY_FULFILLED,
INVENTORY_FACILITY_ID, ONE_INVENTORY_FACILITY, CHECK_INVENTORY,
RESERVE_INVENTORY, RESERVE_ORDER_ENUM_ID, REQUIRE_INVENTORY,
BALANCE_RES_ON_ORDER_CREATION, REQUIREMENT_METHOD_ENUM_ID,
ORDER_NUMBER_PREFIX, DEFAULT_LOCALE_STRING, DEFAULT_CURRENCY_UOM_ID,
DEFAULT_SALES_CHANNEL_ENUM_ID, ALLOW_PASSWORD, DEFAULT_PASSWORD,
EXPLODE_ORDER_ITEMS, CHECK_GC_BALANCE, RETRY_FAILED_AUTHS,
HEADER_APPROVED_STATUS, ITEM_APPROVED_STATUS, DIGITAL_ITEM_APPROVED_STATUS,
HEADER_DECLINED_STATUS, ITEM_DECLINED_STATUS, HEADER_CANCEL_STATUS,
ITEM_CANCEL_STATUS, AUTH_DECLINED_MESSAGE, AUTH_FRAUD_MESSAGE,
AUTH_ERROR_MESSAGE, VISUAL_THEME_ID, STORE_CREDIT_ACCOUNT_ENUM_ID,
USE_PRIMARY_EMAIL_USERNAME, REQUIRE_CUSTOMER_ROLE,
AUTO_INVOICE_DIGITAL_ITEMS, REQ_SHIP_ADDR_FOR_DIG_ITEMS,
SHOW_CHECKOUT_GIFT_OPTIONS, SELECT_PAYMENT_TYPE_PER_ITEM,
SHOW_PRICES_WITH_VAT_TAX, SHOW_TAX_IS_EXEMPT, VAT_TAX_AUTH_GEO_ID,
VAT_TAX_AUTH_PARTY_ID, ENABLE_AUTO_SUGGESTION_LIST, ENABLE_DIG_PROD_UPLOAD,
PROD_SEARCH_EXCLUDE_VARIANTS, DIG_PROD_UPLOAD_CATEGORY_ID,
AUTO_ORDER_CC_TRY_EXP, AUTO_ORDER_CC_TRY_OTHER_CARDS,
AUTO_ORDER_CC_TRY_LATER_NSF, AUTO_ORDER_CC_TRY_LATER_MAX,
STORE_CREDIT_VALID_DAYS, AUTO_APPROVE_INVOICE, AUTO_APPROVE_ORDER,
SHIP_IF_CAPTURE_FAILS, SET_OWNER_UPON_ISSUANCE,
REQ_RETURN_INVENTORY_RECEIVE, ADD_TO_CART_REMOVE_INCOMPAT,
ADD_TO_CART_REPLACE_UPSELL, SPLIT_PAY_PREF_PER_SHP_GRP,
SHOW_OUT_OF_STOCK_PRODUCTS, STYLE_SHEET, HEADER_LOGO,
HEADER_MIDDLE_BACKGROUND, HEADER_RIGHT_BACKGROUND, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_STR_FACILITY". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,310 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [TaxAuthorityCategory]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:TaxAuthorityCategory][createdStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][productCategoryId,20111(java.lang.String)][taxAuthGeoId,_NA_(java.lang.String)][taxAuthPartyId,_NA_(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:TaxAuthorityCategory][createdStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][productCategoryId,20111(java.lang.String)][taxAuthGeoId,_NA_(java.lang.String)][taxAuthPartyId,_NA_(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"TAXAUTHCAT_CAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,310 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:TaxAuthorityCategory][createdStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][productCategoryId,20111(java.lang.String)][taxAuthGeoId,_NA_(java.lang.String)][taxAuthPartyId,_NA_(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:TaxAuthorityCategory][createdStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][productCategoryId,20111(java.lang.String)][taxAuthGeoId,_NA_(java.lang.String)][taxAuthPartyId,_NA_(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"TAXAUTHCAT_CAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,310 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:TaxAuthorityCategory][createdStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][productCategoryId,20111(java.lang.String)][taxAuthGeoId,_NA_(java.lang.String)][taxAuthPartyId,_NA_(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"TAXAUTHCAT_CAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,310 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,310 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:TaxAuthorityCategory][createdStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:05:59.294(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.138(java.sql.Timestamp)][productCategoryId,20111(java.lang.String)][taxAuthGeoId,_NA_(java.lang.String)][taxAuthPartyId,_NA_(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.TAX_AUTHORITY_CATEGORY (TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
PRODUCT_CATEGORY_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "TAXAUTHCAT_CAT". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,731 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [PartyTaxAuthInfo]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PARTY_TXAI_TXA". The conflict occurred in database "ofbiz", table
"dbo.TAX_AUTHORITY".
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PARTY_TXAI_TXA". The conflict
occurred in database "ofbiz", table "dbo.TAX_AUTHORITY".
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,731 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PARTY_TXAI_TXA". The conflict occurred in database "ofbiz", table
"dbo.TAX_AUTHORITY".
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PARTY_TXAI_TXA". The conflict
occurred in database "ofbiz", table "dbo.TAX_AUTHORITY".
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,731 (main) [    EntitySaxReader.java:432:ERROR]
---- exception report
----------------------------------------------------------
Error storing value
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PARTY_TXAI_TXA". The conflict occurred in database "ofbiz", table
"dbo.TAX_AUTHORITY".
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PARTY_TXAI_TXA". The conflict
occurred in database "ofbiz", table "dbo.TAX_AUTHORITY".
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,731 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.xml.sax.SAXException
Message: Error storing value
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".))
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:433)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,731 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:05:59,747 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:PartyTaxAuthInfo][createdStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][isExempt,Y(java.lang.String)][lastUpdatedStamp,2009-08-07
13:05:59.716(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.31(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][partyTaxId,12-3456789(java.lang.String)][taxAuthGeoId,UT(java.lang.String)][taxAuthPartyId,UT_TAXMAN(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PARTY_TAX_AUTH_INFO (PARTY_ID, TAX_AUTH_GEO_ID, TAX_AUTH_PARTY_ID,
FROM_DATE, THRU_DATE, PARTY_TAX_ID, IS_EXEMPT, IS_NEXUS, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PARTY_TXAI_TXA". The conflict occurred in database "ofbiz",
table "dbo.TAX_AUTHORITY".))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:00,824 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [OrderItemPriceInfo]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:OrderItemPriceInfo][createdStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][description,[PRODUCT_CATEGORY_IDIsPROMOTIONS]
[list:48.0;avgCost:48.0;margin:0.0]
[type:PRICE_POL](java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][modifyAmount,-9.600000000000001(java.math.BigDecimal)][orderId,DEMO10090(java.lang.String)][orderItemPriceInfoId,9000(java.lang.String)][orderItemSeqId,00001(java.lang.String)][productPriceActionSeqId,01(java.lang.String)][productPriceRuleId,9000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:OrderItemPriceInfo][createdStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][description,[PRODUCT_CATEGORY_IDIsPROMOTIONS]
[list:48.0;avgCost:48.0;margin:0.0]
[type:PRICE_POL](java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][modifyAmount,-9.600000000000001(java.math.BigDecimal)][orderId,DEMO10090(java.lang.String)][orderItemPriceInfoId,9000(java.lang.String)][orderItemSeqId,00001(java.lang.String)][productPriceActionSeqId,01(java.lang.String)][productPriceRuleId,9000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_PRICE_ACTION".
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "ORDER_OIPI_PRAI". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_PRICE_ACTION".
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:00,824 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:OrderItemPriceInfo][createdStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][description,[PRODUCT_CATEGORY_IDIsPROMOTIONS]
[list:48.0;avgCost:48.0;margin:0.0]
[type:PRICE_POL](java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][modifyAmount,-9.600000000000001(java.math.BigDecimal)][orderId,DEMO10090(java.lang.String)][orderItemPriceInfoId,9000(java.lang.String)][orderItemSeqId,00001(java.lang.String)][productPriceActionSeqId,01(java.lang.String)][productPriceRuleId,9000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:OrderItemPriceInfo][createdStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][description,[PRODUCT_CATEGORY_IDIsPROMOTIONS]
[list:48.0;avgCost:48.0;margin:0.0]
[type:PRICE_POL](java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][modifyAmount,-9.600000000000001(java.math.BigDecimal)][orderId,DEMO10090(java.lang.String)][orderItemPriceInfoId,9000(java.lang.String)][orderItemSeqId,00001(java.lang.String)][productPriceActionSeqId,01(java.lang.String)][productPriceRuleId,9000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_PRICE_ACTION".
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "ORDER_OIPI_PRAI". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_PRICE_ACTION".
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:00,824 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:OrderItemPriceInfo][createdStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][description,[PRODUCT_CATEGORY_IDIsPROMOTIONS]
[list:48.0;avgCost:48.0;margin:0.0]
[type:PRICE_POL](java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][modifyAmount,-9.600000000000001(java.math.BigDecimal)][orderId,DEMO10090(java.lang.String)][orderItemPriceInfoId,9000(java.lang.String)][orderItemSeqId,00001(java.lang.String)][productPriceActionSeqId,01(java.lang.String)][productPriceRuleId,9000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_PRICE_ACTION".
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "ORDER_OIPI_PRAI". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_PRICE_ACTION".
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:00,824 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:01,464 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:OrderItemPriceInfo][createdStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][description,[PRODUCT_CATEGORY_IDIsPROMOTIONS]
[list:48.0;avgCost:48.0;margin:0.0]
[type:PRICE_POL](java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:00.465(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:05:59.747(java.sql.Timestamp)][modifyAmount,-9.600000000000001(java.math.BigDecimal)][orderId,DEMO10090(java.lang.String)][orderItemPriceInfoId,9000(java.lang.String)][orderItemSeqId,00001(java.lang.String)][productPriceActionSeqId,01(java.lang.String)][productPriceRuleId,9000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.ORDER_ITEM_PRICE_INFO (ORDER_ITEM_PRICE_INFO_ID, ORDER_ID,
ORDER_ITEM_SEQ_ID, PRODUCT_PRICE_RULE_ID, PRODUCT_PRICE_ACTION_SEQ_ID,
MODIFY_AMOUNT, DESCRIPTION, RATE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "ORDER_OIPI_PRAI". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_PRICE_ACTION".))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:01,605 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ContactListParty]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContactListParty][contactListId,9000(java.lang.String)][createdStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][preferredContactMechId,9021(java.lang.String)][statusId,CLPT_ACCEPTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.)). Rolling back
transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContactListParty][contactListId,9000(java.lang.String)][createdStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][preferredContactMechId,9021(java.lang.String)][statusId,CLPT_ACCEPTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz", table
"dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CNCT_LSTPTY_PCM". The conflict
occurred in database "ofbiz", table "dbo.CONTACT_MECH", column
'CONTACT_MECH_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:01,605 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ContactListParty][contactListId,9000(java.lang.String)][createdStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][preferredContactMechId,9021(java.lang.String)][statusId,CLPT_ACCEPTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.)). Rolling back
transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContactListParty][contactListId,9000(java.lang.String)][createdStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][preferredContactMechId,9021(java.lang.String)][statusId,CLPT_ACCEPTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz", table
"dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CNCT_LSTPTY_PCM". The conflict
occurred in database "ofbiz", table "dbo.CONTACT_MECH", column
'CONTACT_MECH_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:01,605 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContactListParty][contactListId,9000(java.lang.String)][createdStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][preferredContactMechId,9021(java.lang.String)][statusId,CLPT_ACCEPTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz", table
"dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CNCT_LSTPTY_PCM". The conflict
occurred in database "ofbiz", table "dbo.CONTACT_MECH", column
'CONTACT_MECH_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:01,605 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:01,652 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoMarketing.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContactListParty][contactListId,9000(java.lang.String)][createdStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][fromDate,2001-05-13
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:01.59(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.464(java.sql.Timestamp)][partyId,DemoCustCompany(java.lang.String)][preferredContactMechId,9021(java.lang.String)][statusId,CLPT_ACCEPTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.CONTACT_LIST_PARTY (CONTACT_LIST_ID, PARTY_ID, FROM_DATE, THRU_DATE,
STATUS_ID, PREFERRED_CONTACT_MECH_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CNCT_LSTPTY_PCM". The conflict occurred in database "ofbiz",
table "dbo.CONTACT_MECH", column 'CONTACT_MECH_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,182 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [SupplierProductFeature]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:SupplierProductFeature][createdStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][description,EURO-LGPL(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][partyId,EuroSupplier(java.lang.String)][productFeatureId,8000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:SupplierProductFeature][createdStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][description,EURO-LGPL(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][partyId,EuroSupplier(java.lang.String)][productFeatureId,8000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"SUPPL_FEAT_FEAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_FEATURE", column 'PRODUCT_FEATURE_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,182 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:SupplierProductFeature][createdStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][description,EURO-LGPL(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][partyId,EuroSupplier(java.lang.String)][productFeatureId,8000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:SupplierProductFeature][createdStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][description,EURO-LGPL(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][partyId,EuroSupplier(java.lang.String)][productFeatureId,8000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"SUPPL_FEAT_FEAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_FEATURE", column 'PRODUCT_FEATURE_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,182 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:SupplierProductFeature][createdStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][description,EURO-LGPL(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][partyId,EuroSupplier(java.lang.String)][productFeatureId,8000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"SUPPL_FEAT_FEAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_FEATURE", column 'PRODUCT_FEATURE_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,182 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,198 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoPurchasing.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:SupplierProductFeature][createdStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][description,EURO-LGPL(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:01.652(java.sql.Timestamp)][partyId,EuroSupplier(java.lang.String)][productFeatureId,8000(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.SUPPLIER_PRODUCT_FEATURE (PARTY_ID, PRODUCT_FEATURE_ID, DESCRIPTION,
UOM_ID, ID_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement
conflicted with the FOREIGN KEY constraint "SUPPL_FEAT_FEAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_FEATURE", column
'PRODUCT_FEATURE_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,448 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ProductFacility]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductFacility][createdStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][daysToShip,1(java.lang.Long)][facilityId,WebStoreWarehouse(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][minimumStock,0(java.math.BigDecimal)][productId,PROD_MANUF(java.lang.String)][reorderQuantity,1(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductFacility][createdStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][daysToShip,1(java.lang.Long)][facilityId,WebStoreWarehouse(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][minimumStock,0(java.math.BigDecimal)][productId,PROD_MANUF(java.lang.String)][reorderQuantity,1(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_FAC_FAC". The conflict
occurred in database "ofbiz", table "dbo.FACILITY", column 'FACILITY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,448 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ProductFacility][createdStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][daysToShip,1(java.lang.Long)][facilityId,WebStoreWarehouse(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][minimumStock,0(java.math.BigDecimal)][productId,PROD_MANUF(java.lang.String)][reorderQuantity,1(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductFacility][createdStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][daysToShip,1(java.lang.Long)][facilityId,WebStoreWarehouse(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][minimumStock,0(java.math.BigDecimal)][productId,PROD_MANUF(java.lang.String)][reorderQuantity,1(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_FAC_FAC". The conflict
occurred in database "ofbiz", table "dbo.FACILITY", column 'FACILITY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,448 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductFacility][createdStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][daysToShip,1(java.lang.Long)][facilityId,WebStoreWarehouse(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][minimumStock,0(java.math.BigDecimal)][productId,PROD_MANUF(java.lang.String)][reorderQuantity,1(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_FAC_FAC". The conflict
occurred in database "ofbiz", table "dbo.FACILITY", column 'FACILITY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,464 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,495 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductFacility][createdStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][daysToShip,1(java.lang.Long)][facilityId,WebStoreWarehouse(java.lang.String)][lastUpdatedStamp,2009-08-07
13:06:02.45(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.198(java.sql.Timestamp)][minimumStock,0(java.math.BigDecimal)][productId,PROD_MANUF(java.lang.String)][reorderQuantity,1(java.math.BigDecimal)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_FACILITY (PRODUCT_ID, FACILITY_ID, MINIMUM_STOCK,
REORDER_QUANTITY, DAYS_TO_SHIP, LAST_INVENTORY_COUNT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_FAC_FAC". The conflict occurred in database "ofbiz", table
"dbo.FACILITY", column 'FACILITY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,854 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ProductCategoryMember]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryMember][createdStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][productCategoryId,PROMOTIONS(java.lang.String)][productId,FA-001(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)). Rolling back
transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryMember][createdStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][productCategoryId,PROMOTIONS(java.lang.String)][productId,FA-001(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_CMBR_CATEGORY". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,854 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ProductCategoryMember][createdStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][productCategoryId,PROMOTIONS(java.lang.String)][productId,FA-001(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)). Rolling back
transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryMember][createdStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][productCategoryId,PROMOTIONS(java.lang.String)][productId,FA-001(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_CMBR_CATEGORY". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,854 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryMember][createdStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][productCategoryId,PROMOTIONS(java.lang.String)][productId,FA-001(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PROD_CMBR_CATEGORY". The
conflict occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,854 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:02,869 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoFinAccount.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryMember][createdStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][fromDate,2001-05-13
12:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:02.855(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:02.588(java.sql.Timestamp)][productCategoryId,PROMOTIONS(java.lang.String)][productId,FA-001(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_MEMBER (PRODUCT_CATEGORY_ID, PRODUCT_ID, FROM_DATE,
THRU_DATE, COMMENTS, SEQUENCE_NUM, QUANTITY, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "PROD_CMBR_CATEGORY". The conflict occurred in database "ofbiz",
table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,197 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ProductCategoryContent]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)).
Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PRDCAT_CNT_PRDCAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PRDCAT_CNT_PRDCAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,197 (main) [   GenericDelegator.java:1487:ERROR]
---- exception report
----------------------------------------------------------
Failure in storeAll operation: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)).
Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PRDCAT_CNT_PRDCAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PRDCAT_CNT_PRDCAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,197 (main) [    EntitySaxReader.java:432:ERROR]
---- exception report
----------------------------------------------------------
Error storing value
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"PRDCAT_CNT_PRDCAT". The conflict occurred in database "ofbiz", table
"dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "PRDCAT_CNT_PRDCAT". The conflict
occurred in database "ofbiz", table "dbo.PRODUCT_CATEGORY", column
'PRODUCT_CATEGORY_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:421)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,197 (main) [    EntitySaxReader.java:269:ERROR]
---- exception report
----------------------------------------------------------
An error occurred saving the data, rolling back transaction (true)
Exception: org.xml.sax.SAXException
Message: Error storing value
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:433)
javolution.xml.sax.XMLReaderImpl.parseAll(Unknown Source)
javolution.xml.sax.XMLReaderImpl.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:260)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,197 (main) [    TransactionUtil.java:286:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:285)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:267)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,197 (main) [   EntityDataLoader.java:220:ERROR]
---- exception report
----------------------------------------------------------
[install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz4.0/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
Error was: A transaction error occurred reading data
Exception: org.xml.sax.SAXException
Message: A transaction error occurred reading data
---- stack trace
---------------------------------------------------------------
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ProductCategoryContent][contentId,C100DESCEN(java.lang.String)][createdStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][fromDate,2006-09-22
00:00:00.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.182(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.119(java.sql.Timestamp)][prodCatContentTypeId,CATEGORY_NAME(java.lang.String)][productCategoryId,100(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
dbo.PRODUCT_CATEGORY_CONTENT (PRODUCT_CATEGORY_ID, CONTENT_ID,
PROD_CAT_CONTENT_TYPE_ID, FROM_DATE, THRU_DATE, PURCHASE_FROM_DATE,
PURCHASE_THRU_DATE, USE_COUNT_LIMIT, USE_DAYS_LIMIT, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN
KEY constraint "PRDCAT_CNT_PRDCAT". The conflict occurred in database
"ofbiz", table "dbo.PRODUCT_CATEGORY", column 'PRODUCT_CATEGORY_ID'.))
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------

2009-08-07 13:06:03,244 (main) [   GenericDelegator.java:843:ERROR]
---- exception report
----------------------------------------------------------
Failure in create operation for entity [ContentAssoc]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,PICTURE(java.lang.String)][contentIdTo,GZ-DIG(java.lang.String)][createdStamp,2009-08-07
13:06:03.245(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.197(java.sql.Timestamp)][fromDate,2006-01-12
01:01:01.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.245(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.197(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_TO". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.)). Rolling back transaction.
Exception: org.ofbiz.entity.GenericEntityException
Message: Error while inserting:
[GenericEntity:ContentAssoc][contentAssocTypeId,SUB_CONTENT(java.lang.String)][contentId,PICTURE(java.lang.String)][contentIdTo,GZ-DIG(java.lang.String)][createdStamp,2009-08-07
13:06:03.245(java.sql.Timestamp)][createdTxStamp,2009-08-07
13:06:03.197(java.sql.Timestamp)][fromDate,2006-01-12
01:01:01.0(java.sql.Timestamp)][lastUpdatedStamp,2009-08-07
13:06:03.245(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-07
13:06:03.197(java.sql.Timestamp)] (SQL Exception while executing the
following:INSERT INTO dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO,
CONTENT_ASSOC_TYPE_ID, FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID,
DATA_SOURCE_ID, SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE,
CREATED_DATE, CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
constraint "CONTENTASSC_TO". The conflict occurred in database "ofbiz",
table "dbo.CONTENT", column 'CONTENT_ID'.))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericDataSourceException
Message: SQL Exception while executing the following:INSERT INTO
dbo.CONTENT_ASSOC (CONTENT_ID, CONTENT_ID_TO, CONTENT_ASSOC_TYPE_ID,
FROM_DATE, THRU_DATE, CONTENT_ASSOC_PREDICATE_ID, DATA_SOURCE_ID,
SEQUENCE_NUM, MAP_KEY, UPPER_COORDINATE, LEFT_COORDINATE, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The INSERT
statement conflicted with the FOREIGN KEY constraint "CONTENTASSC_TO". The
conflict occurred in database "ofbiz", table "dbo.CONTENT", column
'CONTENT_ID'.)
---- cause
---------------------------------------------------------------------
Exception: com.microsoft.sqlserver.jdbc.SQLServerException
Message: The INSERT statement conflicted with the FOREIGN KEY constraint
"CONTENTASSC_TO". The conflict occurred in database "ofbiz", table
"dbo.CONTENT", column 'CONTENT_ID'.
---- stack trace
---------------------------------------------------------------
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement
conflicted with the FOREIGN KEY constraint "CONTENTASSC_TO". The conflict
occurred in database "ofbiz", table "dbo.CONTENT", column 'CONTENT_ID'.
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:821)
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1453)
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:380)
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
org.ofbiz.base.start.Start.startServer(Start.java:322)
org.ofbiz.base.start.Start.start(Start.java:326)
org.ofbiz.base.start.Start.main(Start.java:409)
--------------------------------------------------------------------------------



On Mon, Aug 10, 2009 at 6:25 PM, Carsten Schinzer <[hidden email]
> wrote:

> Hey Abhijeet,
>
>
> Can you please check your logfile? There should be some indication in there
> ...
> Regards
>
>
> Carsten
>
>
>
> 2009/8/10 Abhijeet Pandey <[hidden email]>
>
> > >
> > > Hi,
> > > I am still stuck at this point.
> > > What i explained in my earlier mail that i am able to load demo data
> with
> > > default database.
> > > but when i am trying with mssql , DB is created but demo data is not
> > loaded
> > > because of error which i sent in log.
> > > I created fresh DB even though it is giving same problem.
> > > Below i have explained what changes i made for switching to MSSQL from
> > > derby.
> >
> > The server gets started and i see
> > > http://127.0.0.1:8080/ecommerce/control/main
> >
> > with No Product Store and No promotion category.
> >
> > But the database is created. What is the issue.
> >
> >
>



--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

c.schinzer
I am surprised to see INSERT statements when all you claim doing is to
connect to

   - http://localhost:8080/ecommerce

Just for clarity: You wrote

> The server gets started and i see
> > http://127.0.0.1:8080/ecommerce/control/main
>
> with No Product Store and No promotion category.

> But the database is created. What is the issue.

So I expected the part of the logfile where:

   - your server is started up
   - your attempt to call the above URL is a couple of seconds ago

In order to see where the database queries to get all the store entities
tree are failing.

Can you re-check or simply redo the http request and then take the last
lines from the logfile?
Regards


Carsten
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Abhijeet Pandey
HI Carsten,

Actually this log is taken when i am doing ant run-install.

I have created fresh db ofbiz2 and done run-install , then this is what i
see in log --->

why it is not able to put demo data ? it should ideally do it because it is
doing so when i am connecting to derby with same code base.

Plz help me out.

     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,428 (main) [
GenericDelegator.java:1484:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] Failure in storeAll operation:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
Request
Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
you please advise us how to use the customer request facility within
ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
(CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
"dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction.
     [java] Exception: org.ofbiz.entity.GenericEntityException
     [java] Message: Error while inserting:
[GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
Request
Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
you please advise us how to use the customer request facility within
ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
(CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
"dbo.PARTY", column 'PARTY_ID'.))
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: org.ofbiz.entity.GenericDataSourceException
     [java] Message: SQL Exception while executing the following:INSERT INTO
dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY,
CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION,
MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID,
FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
"dbo.PARTY", column 'PARTY_ID'.)
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
     [java] Message: The INSERT statement conflicted with the FOREIGN KEY
constraint "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
table "dbo.PARTY", column 'PARTY_ID'.
     [java] ---- stack trace
---------------------------------------------------------------
     [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
statement conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The
conflict occurred in database "ofbiz2", table "dbo.PARTY", column
'PARTY_ID'.
     [java]
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
     [java]
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
     [java]
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
     [java]
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
     [java]
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
     [java]
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
     [java]
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,428 (main) [
TransactionUtil.java:325:INFO ] [TransactionUtil.setRollbackOnly]
transaction rollback only not set, rollback only is already set.
     [java] 2009-08-10 19:07:26,428 (main) [
EntitySaxReader.java:269:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] An error occurred saving the data, rolling back transaction
(true)
     [java] Exception: org.ofbiz.entity.GenericEntityException
     [java] Message: Error while inserting:
[GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
Request
Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
you please advise us how to use the customer request facility within
ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
(CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
"dbo.PARTY", column 'PARTY_ID'.))
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: org.ofbiz.entity.GenericDataSourceException
     [java] Message: SQL Exception while executing the following:INSERT INTO
dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY,
CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION,
MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID,
FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN,
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
INSERT statement conflicted with the FOREIGN KEY constraint
"CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
"dbo.PARTY", column 'PARTY_ID'.)
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
     [java] Message: The INSERT statement conflicted with the FOREIGN KEY
constraint "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
table "dbo.PARTY", column 'PARTY_ID'.
     [java] ---- stack trace
---------------------------------------------------------------
     [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
statement conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The
conflict occurred in database "ofbiz2", table "dbo.PARTY", column
'PARTY_ID'.
     [java]
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
     [java]
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
     [java]
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
     [java]
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
     [java]
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
     [java]
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
     [java]
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,428 (main) [
TransactionUtil.java:285:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] [TransactionUtil.rollback]
     [java] Exception: java.lang.Exception
     [java] Message: Stack Trace
     [java] ---- stack trace
---------------------------------------------------------------
     [java] java.lang.Exception: Stack Trace
     [java]
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
     [java]
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,428 (main) [
TransactionUtil.java:295:INFO ] [TransactionUtil.rollback] transaction
rolled back
     [java] 2009-08-10 19:07:26,428 (main) [
EntityDataLoader.java:220:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] [install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
Error was: A transaction error occurred reading data
     [java] Exception: org.xml.sax.SAXException
     [java] Message: A transaction error occurred reading data
     [java] ---- stack trace
---------------------------------------------------------------
     [java] org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
Request
Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
you please advise us how to use the customer request facility within
ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
(CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
"dbo.PARTY", column 'PARTY_ID'.))
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,428 (main) [
EntitySaxReader.java:219:INFO ] Beginning import from URL:
file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
     [java] 2009-08-10 19:07:26,444 (main) [
EntitySaxReader.java:257:INFO ] Transaction Timeout set to 2 hours (7200
seconds)
     [java] 2009-08-10 19:07:26,475 (main) [
GenericDelegator.java:840:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] Failure in create operation for entity [WebSite]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
     [java] Exception: org.ofbiz.entity.GenericEntityException
     [java] Message: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: org.ofbiz.entity.GenericDataSourceException
     [java] Message: SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST,
HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
     [java] Message: The INSERT statement conflicted with the FOREIGN KEY
constraint "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2",
table "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.
     [java] ---- stack trace
---------------------------------------------------------------
     [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
statement conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The
conflict occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column
'PRODUCT_STORE_ID'.
     [java]
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
     [java]
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
     [java]
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
     [java]
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
     [java]
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
     [java]
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
     [java]
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,475 (main) [
TransactionUtil.java:321:WARN ]
     [java] ---- exception report
----------------------------------------------------------
     [java] [TransactionUtil.setRollbackOnly] Calling transaction
setRollbackOnly; this stack trace shows where this is happening:
     [java] Exception: java.lang.Exception
     [java] Message: Failure in create operation for entity [WebSite]:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
     [java] ---- stack trace
---------------------------------------------------------------
     [java] java.lang.Exception: Failure in create operation for entity
[WebSite]: org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
     [java]
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
     [java]
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
     [java]
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843)
     [java]
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
     [java]
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,475 (main) [
GenericDelegator.java:1484:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] Failure in storeAll operation:
org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
     [java] Exception: org.ofbiz.entity.GenericEntityException
     [java] Message: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: org.ofbiz.entity.GenericDataSourceException
     [java] Message: SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST,
HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
     [java] Message: The INSERT statement conflicted with the FOREIGN KEY
constraint "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2",
table "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.
     [java] ---- stack trace
---------------------------------------------------------------
     [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
statement conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The
conflict occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column
'PRODUCT_STORE_ID'.
     [java]
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
     [java]
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
     [java]
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
     [java]
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
     [java]
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
     [java]
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
     [java]
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,475 (main) [
TransactionUtil.java:325:INFO ] [TransactionUtil.setRollbackOnly]
transaction rollback only not set, rollback only is already set.
     [java] 2009-08-10 19:07:26,475 (main) [
EntitySaxReader.java:269:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] An error occurred saving the data, rolling back transaction
(true)
     [java] Exception: org.ofbiz.entity.GenericEntityException
     [java] Message: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: org.ofbiz.entity.GenericDataSourceException
     [java] Message: SQL Exception while executing the following:INSERT INTO
dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST,
HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)
     [java] ---- cause
---------------------------------------------------------------------
     [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
     [java] Message: The INSERT statement conflicted with the FOREIGN KEY
constraint "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2",
table "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.
     [java] ---- stack trace
---------------------------------------------------------------
     [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
statement conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The
conflict occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column
'PRODUCT_STORE_ID'.
     [java]
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
Source)
     [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
Source)
     [java]
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
Source)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
     [java]
org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
     [java]
org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
     [java]
org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
     [java]
org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
     [java]
org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
     [java]
org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
     [java]
org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,475 (main) [
TransactionUtil.java:285:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] [TransactionUtil.rollback]
     [java] Exception: java.lang.Exception
     [java] Message: Stack Trace
     [java] ---- stack trace
---------------------------------------------------------------
     [java] java.lang.Exception: Stack Trace
     [java]
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
     [java]
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,491 (main) [
TransactionUtil.java:295:INFO ] [TransactionUtil.rollback] transaction
rolled back
     [java] 2009-08-10 19:07:26,491 (main) [
EntityDataLoader.java:220:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] [install.loadData]: Error loading XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
Error was: A transaction error occurred reading data
     [java] Exception: org.xml.sax.SAXException
     [java] Message: A transaction error occurred reading data
     [java] ---- stack trace
---------------------------------------------------------------
     [java] org.ofbiz.entity.GenericEntityException: Error while inserting:
[GenericEntity:WebSite][createdStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
Exception while executing the following:INSERT INTO dbo.WEB_SITE
(WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
"WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
"dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
     [java]
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
     [java]
org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
     [java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
     [java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
     [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
     [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
     [java] org.ofbiz.base.start.Start.start(Start.java:316)
     [java] org.ofbiz.base.start.Start.main(Start.java:399)
     [java]
--------------------------------------------------------------------------------
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
the data load:
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from
file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from
file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from
file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from
file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from
file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00279 of 01312 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00016 of 01328 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00056 of 01384 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00053 of 01437 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00066 of 01503 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00013 of 01516 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00138 of 01654 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00428 of 02082 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00220 of 02302 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00070 of 02372 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00064 of 02436 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00026 of 02462 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00172 of 02634 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00240 of 02874 from
file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00433 of 03307 from
file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00234 of 03541 from
file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00007 of 03548 from
file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00004 of 03552 from
file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from
file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from
file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from
file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from
file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from
file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from
file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from
file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from
file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from
file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from
file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from
file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from
file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from
file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from
file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from
file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from
file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from
file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from
file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from
file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from
file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from
file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from
file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from
file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from
file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from
file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from
file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from
file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from
file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from
file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00165 of 05077 from
file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from
file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from
file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from
file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from
file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from
file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from
file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from
file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from
file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from
file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from
file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from
file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from
file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from
file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from
file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from
file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from
file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from
file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from
file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from
file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from
file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from
file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from
file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from
file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from
file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from
file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from
file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from
file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from
file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from
file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from
file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from
file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from
file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from
file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from
file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from
file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from
file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from
file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from
file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from
file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from
file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from
file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from
file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from
file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from
file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from
file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from
file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from
file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from
file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from
file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from
file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from
file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml
     [java] 2009-08-10 19:07:26,491 (main)
[EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from
file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
     [java] 2009-08-10 19:07:26,506 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from
file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from
file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00040 of 09153 from
file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from
file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from
file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
data load:
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
XML Resource
"file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
Error was: A transaction error occurred reading data
     [java] 2009-08-10 19:07:26,522 (main)
[EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-= Finished the data
load with 9237 rows changed.
     [java] 2009-08-10 19:07:26,522 (main) [
ContainerLoader.java:114:INFO ] Shutting down containers
BUILD SUCCESSFUL
Total time: 3 minutes 25 seconds





On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer <[hidden email]
> wrote:

> I am surprised to see INSERT statements when all you claim doing is to
> connect to
>
>   - http://localhost:8080/ecommerce
>
> Just for clarity: You wrote
>
> > The server gets started and i see
> > > http://127.0.0.1:8080/ecommerce/control/main
> >
> > with No Product Store and No promotion category.
>
> > But the database is created. What is the issue.
>
> So I expected the part of the logfile where:
>
>   - your server is started up
>   - your attempt to call the above URL is a couple of seconds ago
>
> In order to see where the database queries to get all the store entities
> tree are failing.
>
> Can you re-check or simply redo the http request and then take the last
> lines from the logfile?
> Regards
>
>
> Carsten
>



--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Eduard Neuwirt
Hi,

did you mentioned the new database name (ofbiz2) in the
entity/config/entityengine.xml for the corresponding data source ?

Best Wishes
Eduard
Abhijeet Pandey schrieb:

> HI Carsten,
>
> Actually this log is taken when i am doing ant run-install.
>
> I have created fresh db ofbiz2 and done run-install , then this is what i
> see in log --->
>
> why it is not able to put demo data ? it should ideally do it because it is
> doing so when i am connecting to derby with same code base.
>
> Plz help me out.
>
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,428 (main) [
> GenericDelegator.java:1484:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] Failure in storeAll operation:
> org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> Request
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> you please advise us how to use the customer request facility within
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
> FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
> CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
> SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
> OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
> "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction.
>      [java] Exception: org.ofbiz.entity.GenericEntityException
>      [java] Message: Error while inserting:
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> Request
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> you please advise us how to use the customer request facility within
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
> FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
> CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
> SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
> OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
> "dbo.PARTY", column 'PARTY_ID'.))
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: org.ofbiz.entity.GenericDataSourceException
>      [java] Message: SQL Exception while executing the following:INSERT INTO
> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY,
> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION,
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID,
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN,
> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
> INSERT statement conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
> "dbo.PARTY", column 'PARTY_ID'.)
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
>      [java] Message: The INSERT statement conflicted with the FOREIGN KEY
> constraint "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
> table "dbo.PARTY", column 'PARTY_ID'.
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
> statement conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The
> conflict occurred in database "ofbiz2", table "dbo.PARTY", column
> 'PARTY_ID'.
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> Source)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>      [java]
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>      [java]
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
>      [java]
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,428 (main) [
> TransactionUtil.java:325:INFO ] [TransactionUtil.setRollbackOnly]
> transaction rollback only not set, rollback only is already set.
>      [java] 2009-08-10 19:07:26,428 (main) [
> EntitySaxReader.java:269:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] An error occurred saving the data, rolling back transaction
> (true)
>      [java] Exception: org.ofbiz.entity.GenericEntityException
>      [java] Message: Error while inserting:
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> Request
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> you please advise us how to use the customer request facility within
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
> FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
> CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
> SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
> OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
> "dbo.PARTY", column 'PARTY_ID'.))
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: org.ofbiz.entity.GenericDataSourceException
>      [java] Message: SQL Exception while executing the following:INSERT INTO
> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY,
> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION,
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID,
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN,
> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
> INSERT statement conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
> "dbo.PARTY", column 'PARTY_ID'.)
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
>      [java] Message: The INSERT statement conflicted with the FOREIGN KEY
> constraint "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
> table "dbo.PARTY", column 'PARTY_ID'.
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
> statement conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The
> conflict occurred in database "ofbiz2", table "dbo.PARTY", column
> 'PARTY_ID'.
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> Source)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>      [java]
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>      [java]
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
>      [java]
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,428 (main) [
> TransactionUtil.java:285:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] [TransactionUtil.rollback]
>      [java] Exception: java.lang.Exception
>      [java] Message: Stack Trace
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] java.lang.Exception: Stack Trace
>      [java]
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>      [java]
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,428 (main) [
> TransactionUtil.java:295:INFO ] [TransactionUtil.rollback] transaction
> rolled back
>      [java] 2009-08-10 19:07:26,428 (main) [
> EntityDataLoader.java:220:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] [install.loadData]: Error loading XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> Error was: A transaction error occurred reading data
>      [java] Exception: org.xml.sax.SAXException
>      [java] Message: A transaction error occurred reading data
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> Request
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> you please advise us how to use the customer request facility within
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID, STATUS_ID,
> FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE,
> CUST_REQUEST_NAME, DESCRIPTION, MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
> SALES_CHANNEL_ENUM_ID, FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
> OPEN_DATE_TIME, CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE,
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN,
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table
> "dbo.PARTY", column 'PARTY_ID'.))
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,428 (main) [
> EntitySaxReader.java:219:INFO ] Beginning import from URL:
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
>      [java] 2009-08-10 19:07:26,444 (main) [
> EntitySaxReader.java:257:INFO ] Transaction Timeout set to 2 hours (7200
> seconds)
>      [java] 2009-08-10 19:07:26,475 (main) [
> GenericDelegator.java:840:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] Failure in create operation for entity [WebSite]:
> org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>      [java] Exception: org.ofbiz.entity.GenericEntityException
>      [java] Message: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: org.ofbiz.entity.GenericDataSourceException
>      [java] Message: SQL Exception while executing the following:INSERT INTO
> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST,
> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
>      [java] Message: The INSERT statement conflicted with the FOREIGN KEY
> constraint "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2",
> table "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
> statement conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The
> conflict occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column
> 'PRODUCT_STORE_ID'.
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> Source)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>      [java]
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>      [java]
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
>      [java]
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,475 (main) [
> TransactionUtil.java:321:WARN ]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction
> setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Failure in create operation for entity [WebSite]:
> org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] java.lang.Exception: Failure in create operation for entity
> [WebSite]: org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>      [java]
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>      [java]
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>      [java]
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843)
>      [java]
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,475 (main) [
> GenericDelegator.java:1484:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] Failure in storeAll operation:
> org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>      [java] Exception: org.ofbiz.entity.GenericEntityException
>      [java] Message: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: org.ofbiz.entity.GenericDataSourceException
>      [java] Message: SQL Exception while executing the following:INSERT INTO
> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST,
> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
>      [java] Message: The INSERT statement conflicted with the FOREIGN KEY
> constraint "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2",
> table "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
> statement conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The
> conflict occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column
> 'PRODUCT_STORE_ID'.
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> Source)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>      [java]
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>      [java]
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
>      [java]
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,475 (main) [
> TransactionUtil.java:325:INFO ] [TransactionUtil.setRollbackOnly]
> transaction rollback only not set, rollback only is already set.
>      [java] 2009-08-10 19:07:26,475 (main) [
> EntitySaxReader.java:269:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] An error occurred saving the data, rolling back transaction
> (true)
>      [java] Exception: org.ofbiz.entity.GenericEntityException
>      [java] Message: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: org.ofbiz.entity.GenericDataSourceException
>      [java] Message: SQL Exception while executing the following:INSERT INTO
> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST,
> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)
>      [java] ---- cause
> ---------------------------------------------------------------------
>      [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException
>      [java] Message: The INSERT statement conflicted with the FOREIGN KEY
> constraint "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2",
> table "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT
> statement conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The
> conflict occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column
> 'PRODUCT_STORE_ID'.
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> Source)
>      [java] com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> Source)
>      [java]
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> Source)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>      [java]
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>      [java]
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>      [java]
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>      [java]
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818)
>      [java]
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,475 (main) [
> TransactionUtil.java:285:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] [TransactionUtil.rollback]
>      [java] Exception: java.lang.Exception
>      [java] Message: Stack Trace
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] java.lang.Exception: Stack Trace
>      [java]
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>      [java]
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,491 (main) [
> TransactionUtil.java:295:INFO ] [TransactionUtil.rollback] transaction
> rolled back
>      [java] 2009-08-10 19:07:26,491 (main) [
> EntityDataLoader.java:220:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] [install.loadData]: Error loading XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> Error was: A transaction error occurred reading data
>      [java] Exception: org.xml.sax.SAXException
>      [java] Message: A transaction error occurred reading data
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] org.ofbiz.entity.GenericEntityException: Error while inserting:
> [GenericEntity:WebSite][createdStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> Exception while executing the following:INSERT INTO dbo.WEB_SITE
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID,
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.))
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
>      [java]
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>      [java]
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>      [java]
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>      [java]
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>      [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>      [java] org.ofbiz.base.start.Start.startServer(Start.java:312)
>      [java] org.ofbiz.base.start.Start.start(Start.java:316)
>      [java] org.ofbiz.base.start.Start.main(Start.java:399)
>      [java]
> --------------------------------------------------------------------------------
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
> the data load:
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from
> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00279 of 01312 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00016 of 01328 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00056 of 01384 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00053 of 01437 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00066 of 01503 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00013 of 01516 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00138 of 01654 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00428 of 02082 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00220 of 02302 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00070 of 02372 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00064 of 02436 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 02462 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00172 of 02634 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00240 of 02874 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00433 of 03307 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00234 of 03541 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03548 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03552 from
> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from
> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from
> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from
> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from
> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from
> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from
> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from
> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from
> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00165 of 05077 from
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from
> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from
> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml
>      [java] 2009-08-10 19:07:26,491 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>      [java] 2009-08-10 19:07:26,506 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00040 of 09153 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
> data load:
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
> was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading
> XML Resource
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> Error was: A transaction error occurred reading data
>      [java] 2009-08-10 19:07:26,522 (main)
> [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-= Finished the data
> load with 9237 rows changed.
>      [java] 2009-08-10 19:07:26,522 (main) [
> ContainerLoader.java:114:INFO ] Shutting down containers
> BUILD SUCCESSFUL
> Total time: 3 minutes 25 seconds
>
>
>
>
>
> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer <[hidden email]
>  
>> wrote:
>>    
>
>  
>> I am surprised to see INSERT statements when all you claim doing is to
>> connect to
>>
>>   - http://localhost:8080/ecommerce
>>
>> Just for clarity: You wrote
>>
>>    
>>> The server gets started and i see
>>>      
>>>> http://127.0.0.1:8080/ecommerce/control/main
>>>>        
>>> with No Product Store and No promotion category.
>>>      
>>> But the database is created. What is the issue.
>>>      
>> So I expected the part of the logfile where:
>>
>>   - your server is started up
>>   - your attempt to call the above URL is a couple of seconds ago
>>
>> In order to see where the database queries to get all the store entities
>> tree are failing.
>>
>> Can you re-check or simply redo the http request and then take the last
>> lines from the logfile?
>> Regards
>>
>>
>> Carsten
>>
>>    
>
>
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Abhijeet Pandey
YES. i did that. even the tables are created in DB.

i am not getting the reason for this. It is loading all the data for default
DB. and when i am trying with MSSQL it is doing rest thing but is not able
to load data.
Any idea where i am going wrong?

All that i can see is this type of error "

EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
---------------------------------------------------------- > [java]
[install.loadData]: Error loading XML Resource >
"file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> Error was: A transaction error occurred reading data > [java] Exception:
org.xml.sax.SAXException > [java] Message: A transaction error occurred
reading data > [java] ---- stack trace >
--------------------------------------------------------------- > [java]
org.ofbiz.entity.GenericEntityException: Error while inserting: >

"


Any one who have face similar issue or any idea about this , Plz help me.

Thanks,

Abhijeet Pandey





On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
[hidden email]> wrote:

> Hi, did you mentioned the new database name (ofbiz2) in the
> entity/config/entityengine.xml for the corresponding data source ? Best
> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this log
> is taken when i am doing ant run-install. > > I have created fresh db ofbiz2
> and done run-install , then this is what i > see in log ---> > > why it is
> not able to put demo data ? it should ideally do it because it is > doing so
> when i am connecting to derby with same code base. > > Plz help me out. > >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,428 (main) [ >
> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java] Failure
> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
> while inserting: >
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> > Request >
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> > you please advise us how to use the customer request facility within >
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
> Error while inserting: >
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> > Request >
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> > you please advise us how to use the customer request facility within >
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> Message: SQL Exception while executing the following:INSERT INTO >
> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
> > INSERT statement conflicted with the FOREIGN KEY constraint >
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
> Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> > Source) > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
> [java] >
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> > [java] >
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> > [java] >
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:325:INFO ]
> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main) [ >
> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java] An error
> occurred saving the data, rolling back transaction > (true) > [java]
> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
> while inserting: >
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> > Request >
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> > you please advise us how to use the customer request facility within >
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> Message: SQL Exception while executing the following:INSERT INTO >
> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
> > INSERT statement conflicted with the FOREIGN KEY constraint >
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
> Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> > Source) > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
> [java] >
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> > [java] >
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> > [java] >
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:285:ERROR]
> > [java] ---- exception report >
> ---------------------------------------------------------- > [java]
> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
> Message: Stack Trace > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> java.lang.Exception: Stack Trace > [java] >
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> > [java] >
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:295:INFO ]
> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
> exception report >
> ---------------------------------------------------------- > [java]
> [install.loadData]: Error loading XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> > Error was: A transaction error occurred reading data > [java] Exception:
> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> reading data > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> > Request >
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> > you please advise us how to use the customer request facility within >
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,428 (main) [ > EntitySaxReader.java:219:INFO ]
> Beginning import from URL: >
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
> [java] 2009-08-10 19:07:26,444 (main) [ > EntitySaxReader.java:257:INFO ]
> Transaction Timeout set to 2 hours (7200 > seconds) > [java] 2009-08-10
> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
> exception report >
> ---------------------------------------------------------- > [java] Failure
> in create operation for entity [WebSite]: >
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> Message: Error while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> Message: SQL Exception while executing the following:INSERT INTO >
> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> 'PRODUCT_STORE_ID'. > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
> Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> > Source) > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
> [java] >
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> > [java] >
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> > [java] >
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:321:WARN ]
> > [java] ---- exception report >
> ---------------------------------------------------------- > [java]
> [TransactionUtil.setRollbackOnly] Calling transaction > setRollbackOnly;
> this stack trace shows where this is happening: > [java] Exception:
> java.lang.Exception > [java] Message: Failure in create operation for entity
> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while inserting:
> > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
> > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> java.lang.Exception: Failure in create operation for entity > [WebSite]:
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
> > [java] >
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
> > [java] >
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
> > [java] >
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) > [java]
> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,475 (main) [ >
> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java] Failure
> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> Message: Error while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> Message: SQL Exception while executing the following:INSERT INTO >
> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> 'PRODUCT_STORE_ID'. > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
> Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> > Source) > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
> [java] >
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> > [java] >
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> > [java] >
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:325:INFO ]
> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main) [ >
> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java] An error
> occurred saving the data, rolling back transaction > (true) > [java]
> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> Message: SQL Exception while executing the following:INSERT INTO >
> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> --------------------------------------------------------------------- >
> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> 'PRODUCT_STORE_ID'. > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> > Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> > Source) > [java]
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
> [java] >
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
> Source) > [java] >
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> > Source) > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> > [java] >
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
> [java] >
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> > [java] >
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> > [java] >
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:285:ERROR]
> > [java] ---- exception report >
> ---------------------------------------------------------- > [java]
> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
> Message: Stack Trace > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> java.lang.Exception: Stack Trace > [java] >
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> > [java] >
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,491 (main) [ > TransactionUtil.java:295:INFO ]
> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
> exception report >
> ---------------------------------------------------------- > [java]
> [install.loadData]: Error loading XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
> Error was: A transaction error occurred reading data > [java] Exception:
> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> reading data > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
> [java] >
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
> [java] >
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
> [java] >
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> > [java] >
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> --------------------------------------------------------------------------------
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
> > the data load: > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00279 of 01312 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00016 of 01328 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00056 of 01384 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00053 of 01437 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00066 of 01503 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00013 of 01516 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00138 of 01654 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00428 of 02082 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00220 of 02302 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00070 of 02372 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00064 of 02436 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00026 of 02462 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00172 of 02634 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00240 of 02874 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00433 of 03307 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00234 of 03541 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00007 of 03548 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00004 of 03552 from >
> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml > [java]
> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00165 of 05077 from >
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
> > [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >
> [java] 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >
> [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml >
> [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >
> [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml >
> [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >
> [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >
> [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
> > [java] 2009-08-10 19:07:26,506 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml > [java]
> 2009-08-10 19:07:26,522 (main) > [EntityDataLoadContainer.java:275:INFO ]
> 00040 of 09153 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >
> [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
> > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
> [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading >
> XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml"; >
> Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
> > was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> > Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> [install.loadData]: Error loading > XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
> Error was: A transaction error occurred reading data > [java] 2009-08-10
> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-=
> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > > > > >
> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >> I am
> surprised to see INSERT statements when all you claim doing is to >> connect
> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity: You
> wrote >> >> >>> The server gets started and i see >>> >>>>
> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
> Store and No promotion category. >>> >>> But the database is created. What
> is the issue. >>> >> So I expected the part of the logfile where: >> >> -
> your server is started up >> - your attempt to call the above URL is a
> couple of seconds ago >> >> In order to see where the database queries to
> get all the store entities >> tree are failing. >> >> Can you re-check or
> simply redo the http request and then take the last >> lines from the
> logfile? >> Regards >> >> >> Carsten >> >> > > > >




--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Abhijeet Pandey
Hi,

Does anyone has clue , what i should do ?
Or where i can post this, Does anyone has done this before , ie, running
ofbiz on MSSQL ?

Plz guide me.

Thanks,

Abhijeet Pandey



On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
<[hidden email]>wrote:

> YES. i did that. even the tables are created in DB.
>
> i am not getting the reason for this. It is loading all the data for
> default DB. and when i am trying with MSSQL it is doing rest thing but is
> not able to load data.
> Any idea where i am going wrong?
>
> All that i can see is this type of error "
>
> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java]
> [install.loadData]: Error loading XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> > Error was: A transaction error occurred reading data > [java] Exception:
> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> reading data > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>
> "
>
>
> Any one who have face similar issue or any idea about this , Plz help me.
>
> Thanks,
>
> Abhijeet Pandey
>
>
>
>
>
> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
> [hidden email]> wrote:
>
>> Hi, did you mentioned the new database name (ofbiz2) in the
>> entity/config/entityengine.xml for the corresponding data source ? Best
>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this log
>> is taken when i am doing ant run-install. > > I have created fresh db ofbiz2
>> and done run-install , then this is what i > see in log ---> > > why it is
>> not able to put demo data ? it should ideally do it because it is > doing so
>> when i am connecting to derby with same code base. > > Plz help me out. > >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ >
>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>> while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>> Error while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>> > INSERT statement conflicted with the FOREIGN KEY constraint >
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:325:INFO ]
>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main) [ >
>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] An error
>> occurred saving the data, rolling back transaction > (true) > [java]
>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>> while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>> > INSERT statement conflicted with the FOREIGN KEY constraint >
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:285:ERROR]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>> Message: Stack Trace > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Stack Trace > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:295:INFO ]
>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > EntitySaxReader.java:219:INFO ]
>> Beginning import from URL: >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>> [java] 2009-08-10 19:07:26,444 (main) [ > EntitySaxReader.java:257:INFO ]
>> Transaction Timeout set to 2 hours (7200 > seconds) > [java] 2009-08-10
>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in create operation for entity [WebSite]: >
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>> Message: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:321:WARN ]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.setRollbackOnly] Calling transaction > setRollbackOnly;
>> this stack trace shows where this is happening: > [java] Exception:
>> java.lang.Exception > [java] Message: Failure in create operation for entity
>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while inserting:
>> > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Failure in create operation for entity > [WebSite]:
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ >
>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>> Message: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:325:INFO ]
>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main) [ >
>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] An error
>> occurred saving the data, rolling back transaction > (true) > [java]
>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:285:ERROR]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>> Message: Stack Trace > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Stack Trace > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,491 (main) [ > TransactionUtil.java:295:INFO ]
>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>> Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
>> > the data load: > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00279 of 01312 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00016 of 01328 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00056 of 01384 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00053 of 01437 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00066 of 01503 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00013 of 01516 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00138 of 01654 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00428 of 02082 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00220 of 02302 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00070 of 02372 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00064 of 02436 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00026 of 02462 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00172 of 02634 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00240 of 02874 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00433 of 03307 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00234 of 03541 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00007 of 03548 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00004 of 03552 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
>> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
>> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
>> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
>> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
>> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
>> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
>> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
>> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00165 of 05077 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml > [java]
>> 2009-08-10 19:07:26,522 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00040 of 09153 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >
>> [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>> [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
>> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading >
>> XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml"; >
>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
>> > was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-=
>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > > > > >
>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >> I am
>> surprised to see INSERT statements when all you claim doing is to >> connect
>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity: You
>> wrote >> >> >>> The server gets started and i see >>> >>>>
>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
>> Store and No promotion category. >>> >>> But the database is created. What
>> is the issue. >>> >> So I expected the part of the logfile where: >> >> -
>> your server is started up >> - your attempt to call the above URL is a
>> couple of seconds ago >> >> In order to see where the database queries to
>> get all the store entities >> tree are failing. >> >> Can you re-check or
>> simply redo the http request and then take the last >> lines from the
>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
>
>
>
>
> --
> Abhijeet Pandey
>



--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

BJ Freeman
In reply to this post by Abhijeet Pandey
I believe you are missing something at your end.
You would require someone to access your system and view it, who i
knowledgeable with ofbiz.
I am sure you have overlooked something.


Abhijeet Pandey sent the following on 8/10/2009 10:12 PM:

> Hi,
>
> Does anyone has clue , what i should do ?
> Or where i can post this, Does anyone has done this before , ie, running
> ofbiz on MSSQL ?
>
> Plz guide me.
>
> Thanks,
>
> Abhijeet Pandey
>
>
>
> On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
> <[hidden email]>wrote:
>
>> YES. i did that. even the tables are created in DB.
>>
>> i am not getting the reason for this. It is loading all the data for
>> default DB. and when i am trying with MSSQL it is doing rest thing but is
>> not able to load data.
>> Any idea where i am going wrong?
>>
>> All that i can see is this type of error "
>>
>> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>> Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>
>> "
>>
>>
>> Any one who have face similar issue or any idea about this , Plz help me.
>>
>> Thanks,
>>
>> Abhijeet Pandey
>>
>>
>>
>>
>>
>> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
>> [hidden email]> wrote:
>>
>>> Hi, did you mentioned the new database name (ofbiz2) in the
>>> entity/config/entityengine.xml for the corresponding data source ? Best
>>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this log
>>> is taken when i am doing ant run-install. > > I have created fresh db ofbiz2
>>> and done run-install , then this is what i > see in log ---> > > why it is
>>> not able to put demo data ? it should ideally do it because it is > doing so
>>> when i am connecting to derby with same code base. > > Plz help me out. > >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] Failure
>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>>> while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>>> Error while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>>>> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>>>> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>>>> INSERT statement conflicted with the FOREIGN KEY constraint >
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:325:INFO ]
>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main) [ >
>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] An error
>>> occurred saving the data, rolling back transaction > (true) > [java]
>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>>> while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>>>> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>>>> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>>>> INSERT statement conflicted with the FOREIGN KEY constraint >
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:285:ERROR]
>>>> [java] ---- exception report >
>>> ---------------------------------------------------------- > [java]
>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>>> Message: Stack Trace > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> java.lang.Exception: Stack Trace > [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:295:INFO ]
>>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>>> exception report >
>>> ---------------------------------------------------------- > [java]
>>> [install.loadData]: Error loading XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>> Error was: A transaction error occurred reading data > [java] Exception:
>>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>>> reading data > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > EntitySaxReader.java:219:INFO ]
>>> Beginning import from URL: >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>>> [java] 2009-08-10 19:07:26,444 (main) [ > EntitySaxReader.java:257:INFO ]
>>> Transaction Timeout set to 2 hours (7200 > seconds) > [java] 2009-08-10
>>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
>>> exception report >
>>> ---------------------------------------------------------- > [java] Failure
>>> in create operation for entity [WebSite]: >
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>> Message: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>> 'PRODUCT_STORE_ID'. > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:321:WARN ]
>>>> [java] ---- exception report >
>>> ---------------------------------------------------------- > [java]
>>> [TransactionUtil.setRollbackOnly] Calling transaction > setRollbackOnly;
>>> this stack trace shows where this is happening: > [java] Exception:
>>> java.lang.Exception > [java] Message: Failure in create operation for entity
>>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while inserting:
>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> java.lang.Exception: Failure in create operation for entity > [WebSite]:
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ >
>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] Failure
>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>> Message: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>> 'PRODUCT_STORE_ID'. > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:325:INFO ]
>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main) [ >
>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] An error
>>> occurred saving the data, rolling back transaction > (true) > [java]
>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>> 'PRODUCT_STORE_ID'. > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:285:ERROR]
>>>> [java] ---- exception report >
>>> ---------------------------------------------------------- > [java]
>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>>> Message: Stack Trace > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> java.lang.Exception: Stack Trace > [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,491 (main) [ > TransactionUtil.java:295:INFO ]
>>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>>> exception report >
>>> ---------------------------------------------------------- > [java]
>>> [install.loadData]: Error loading XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>>> Error was: A transaction error occurred reading data > [java] Exception:
>>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>>> reading data > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
>>>> the data load: > [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
>>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00279 of 01312 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00016 of 01328 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00056 of 01384 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00053 of 01437 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00066 of 01503 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00013 of 01516 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00138 of 01654 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00428 of 02082 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00220 of 02302 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00070 of 02372 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00064 of 02436 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00026 of 02462 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00172 of 02634 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00240 of 02874 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00433 of 03307 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00234 of 03541 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00007 of 03548 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00004 of 03552 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
>>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
>>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
>>> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
>>> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
>>> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
>>> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
>>> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
>>> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
>>> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
>>> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00165 of 05077 from >
>>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
>>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
>>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
>>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
>>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
>>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
>>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
>>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
>>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
>>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
>>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
>>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
>>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
>>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
>>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml > [java]
>>> 2009-08-10 19:07:26,522 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00040 of 09153 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >
>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
>>>> data load: > [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading >
>>> XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml"; >
>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
>>>> was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-=
>>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
>>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
>>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > > > > >
>>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >> I am
>>> surprised to see INSERT statements when all you claim doing is to >> connect
>>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity: You
>>> wrote >> >> >>> The server gets started and i see >>> >>>>
>>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
>>> Store and No promotion category. >>> >>> But the database is created. What
>>> is the issue. >>> >> So I expected the part of the logfile where: >> >> -
>>> your server is started up >> - your attempt to call the above URL is a
>>> couple of seconds ago >> >> In order to see where the database queries to
>>> get all the store entities >> tree are failing. >> >> Can you re-check or
>>> simply redo the http request and then take the last >> lines from the
>>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
>>
>>
>>
>> --
>> Abhijeet Pandey
>>
>
>
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

chris snow
In reply to this post by Abhijeet Pandey
Hi Abhijeet,

I have dev, test and production servers running on MS SQL 2005 with ofbiz r4.0.

They are all setup with two datasources, two keep the OFBIZ.* schema objects separate from the legacy schema we are integrating ofbiz with.

I am using the MS-SQL jdbc driver (I can't remember the version), and I had to do a fair bit of playing around with the database to get xa transactions working.

When I get a chance I'll send you more details of the setup.

Cheers,

Chris

Abhijeet Pandey wrote
Hi,

Does anyone has clue , what i should do ?
Or where i can post this, Does anyone has done this before , ie, running
ofbiz on MSSQL ?

Plz guide me.

Thanks,

Abhijeet Pandey



On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
<abhijeet.pandey@gmail.com>wrote:

> YES. i did that. even the tables are created in DB.
>
> i am not getting the reason for this. It is loading all the data for
> default DB. and when i am trying with MSSQL it is doing rest thing but is
> not able to load data.
> Any idea where i am going wrong?
>
> All that i can see is this type of error "
>
> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java]
> [install.loadData]: Error loading XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> > Error was: A transaction error occurred reading data > [java] Exception:
> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> reading data > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>
> "
>
>
> Any one who have face similar issue or any idea about this , Plz help me.
>
> Thanks,
>
> Abhijeet Pandey
>
>
>
>
>
> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
> eduard.neuwirt@googlemail.com> wrote:
>
>> Hi, did you mentioned the new database name (ofbiz2) in the
>> entity/config/entityengine.xml for the corresponding data source ? Best
>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this log
>> is taken when i am doing ant run-install. > > I have created fresh db ofbiz2
>> and done run-install , then this is what i > see in log ---> > > why it is
>> not able to put demo data ? it should ideally do it because it is > doing so
>> when i am connecting to derby with same code base. > > Plz help me out. > >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ >
>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>> while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>> Error while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>> > INSERT statement conflicted with the FOREIGN KEY constraint >
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:325:INFO ]
>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main) [ >
>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] An error
>> occurred saving the data, rolling back transaction > (true) > [java]
>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>> while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>> > INSERT statement conflicted with the FOREIGN KEY constraint >
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:285:ERROR]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>> Message: Stack Trace > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Stack Trace > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:295:INFO ]
>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > EntitySaxReader.java:219:INFO ]
>> Beginning import from URL: >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>> [java] 2009-08-10 19:07:26,444 (main) [ > EntitySaxReader.java:257:INFO ]
>> Transaction Timeout set to 2 hours (7200 > seconds) > [java] 2009-08-10
>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in create operation for entity [WebSite]: >
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>> Message: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:321:WARN ]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.setRollbackOnly] Calling transaction > setRollbackOnly;
>> this stack trace shows where this is happening: > [java] Exception:
>> java.lang.Exception > [java] Message: Failure in create operation for entity
>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while inserting:
>> > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Failure in create operation for entity > [WebSite]:
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ >
>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>> Message: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:325:INFO ]
>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main) [ >
>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] An error
>> occurred saving the data, rolling back transaction > (true) > [java]
>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:285:ERROR]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>> Message: Stack Trace > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Stack Trace > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,491 (main) [ > TransactionUtil.java:295:INFO ]
>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>> Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
>> > the data load: > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00279 of 01312 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00016 of 01328 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00056 of 01384 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00053 of 01437 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00066 of 01503 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00013 of 01516 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00138 of 01654 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00428 of 02082 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00220 of 02302 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00070 of 02372 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00064 of 02436 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00026 of 02462 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00172 of 02634 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00240 of 02874 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00433 of 03307 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00234 of 03541 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00007 of 03548 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00004 of 03552 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
>> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
>> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
>> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
>> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
>> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
>> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
>> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
>> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00165 of 05077 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml > [java]
>> 2009-08-10 19:07:26,522 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00040 of 09153 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >
>> [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>> [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
>> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading >
>> XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml"; >
>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
>> > was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-=
>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > > > > >
>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >> I am
>> surprised to see INSERT statements when all you claim doing is to >> connect
>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity: You
>> wrote >> >> >>> The server gets started and i see >>> >>>>
>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
>> Store and No promotion category. >>> >>> But the database is created. What
>> is the issue. >>> >> So I expected the part of the logfile where: >> >> -
>> your server is started up >> - your attempt to call the above URL is a
>> couple of seconds ago >> >> In order to see where the database queries to
>> get all the store entities >> tree are failing. >> >> Can you re-check or
>> simply redo the http request and then take the last >> lines from the
>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
>
>
>
>
> --
> Abhijeet Pandey
>



--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

RE: problem Running with MS-SQL

Charles Tjandra
In reply to this post by Abhijeet Pandey

Hi Abhijeet Pandey,

If you are using the default (derby) datasource,
the demo data is OK...it means your OFBiz is OK.

Now, you are moving to change into mssql, then
the loading data fails. There must be something
here....

I have not tried using MSSQL in OFbiz, yet; but
what I am going to do is to check if the loaded JDBC driver
is suitable for my MSSQL version which is being used.

Maybe, this can help

- Charles TJ

==============


-----Original Message-----
From: Abhijeet Pandey [mailto:[hidden email]]
Sent: 11 Agustus 2009 12:12
To: [hidden email]
Subject: Re: problem Running with MS-SQL


Hi,

Does anyone has clue , what i should do ?
Or where i can post this, Does anyone has done this before , ie, running
ofbiz on MSSQL ?

Plz guide me.

Thanks,

Abhijeet Pandey



Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

chris snow
In reply to this post by chris snow
I am running using "Microsoft SQL Server JDBC Driver 2.0" driver on MS SQL 2005 with XA installed.

My r4.0 dev server config:

<?xml version="1.0" encoding="UTF-8" ?>
<entity-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/entity-config.xsd">
    <resource-loader name="fieldfile" class="org.ofbiz.base.config.FileLoader"
            prepend-env="ofbiz.home" prefix="/framework/entity/fieldtype/"/>

    <transaction-factory class="org.ofbiz.geronimo.GeronimoTransactionFactory"/>

    <delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false">
        <group-map group-name="org.ofbiz" datasource-name="ofbizmssql"/>
        <group-map group-name="uk.co.dhales" datasource-name="dhalesmssql"/>
    </delegator>

    <entity-model-reader name="main"/>
    <entity-group-reader name="main"/>
    <entity-eca-reader name="main"/>

    <entity-data-reader name="seed"/>
    <entity-data-reader name="demo"/>
    <entity-data-reader name="ext"/>

    <field-type name="mssql" loader="fieldfile" location="fieldtypemssql.xml"/>

    <datasource name="ofbizmssql"
            helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
            schema-name="ofbiz"
            field-type-name="mssql"
            check-on-start="true"
            check-pks-on-start="false"
            add-missing-on-start="true"
            join-style="ansi"
            alias-view-columns="false"
            use-fk-initially-deferred="false">
        <read-data reader-name="seed"/>
        <read-data reader-name="demo"/>
        <read-data reader-name="ext"/>
        <inline-jdbc
                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
                jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
                jdbc-username="ofbiz"
                jdbc-password="ofbiz"
                isolation-level="ReadCommitted"
                pool-minsize="2"
                pool-maxsize="20"/>
    </datasource>
   
        <datasource name="dhalesmssql"
            helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
            schema-name="dbo"
            field-type-name="mssql"
            check-on-start="true"
            check-pks-on-start="false"
            add-missing-on-start="true"
            join-style="ansi"
            alias-view-columns="false"
            use-fk-initially-deferred="false">
        <read-data reader-name="seed"/>
        <read-data reader-name="demo"/>
        <read-data reader-name="ext"/>
        <inline-jdbc
                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
                jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
                jdbc-username="ofbiz"
                jdbc-password="ofbiz"
                isolation-level="ReadCommitted"
                pool-minsize="2"
                pool-maxsize="20"/>
    </datasource>
   
</entity-config>



snowc wrote
Hi Abhijeet,

I have dev, test and production servers running on MS SQL 2005 with ofbiz r4.0.

They are all setup with two datasources, two keep the OFBIZ.* schema objects separate from the legacy schema we are integrating ofbiz with.

I am using the MS-SQL jdbc driver (I can't remember the version), and I had to do a fair bit of playing around with the database to get xa transactions working.

When I get a chance I'll send you more details of the setup.

Cheers,

Chris

Abhijeet Pandey wrote
Hi,

Does anyone has clue , what i should do ?
Or where i can post this, Does anyone has done this before , ie, running
ofbiz on MSSQL ?

Plz guide me.

Thanks,

Abhijeet Pandey



On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
<abhijeet.pandey@gmail.com>wrote:

> YES. i did that. even the tables are created in DB.
>
> i am not getting the reason for this. It is loading all the data for
> default DB. and when i am trying with MSSQL it is doing rest thing but is
> not able to load data.
> Any idea where i am going wrong?
>
> All that i can see is this type of error "
>
> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
> ---------------------------------------------------------- > [java]
> [install.loadData]: Error loading XML Resource >
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> > Error was: A transaction error occurred reading data > [java] Exception:
> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> reading data > [java] ---- stack trace >
> --------------------------------------------------------------- > [java]
> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>
> "
>
>
> Any one who have face similar issue or any idea about this , Plz help me.
>
> Thanks,
>
> Abhijeet Pandey
>
>
>
>
>
> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
> eduard.neuwirt@googlemail.com> wrote:
>
>> Hi, did you mentioned the new database name (ofbiz2) in the
>> entity/config/entityengine.xml for the corresponding data source ? Best
>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this log
>> is taken when i am doing ant run-install. > > I have created fresh db ofbiz2
>> and done run-install , then this is what i > see in log ---> > > why it is
>> not able to put demo data ? it should ideally do it because it is > doing so
>> when i am connecting to derby with same code base. > > Plz help me out. > >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ >
>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>> while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>> Error while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>> > INSERT statement conflicted with the FOREIGN KEY constraint >
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:325:INFO ]
>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main) [ >
>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] An error
>> occurred saving the data, rolling back transaction > (true) > [java]
>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>> while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>> > INSERT statement conflicted with the FOREIGN KEY constraint >
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:285:ERROR]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>> Message: Stack Trace > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Stack Trace > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:295:INFO ]
>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>> > Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>> > you please advise us how to use the customer request facility within >
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>> > (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,428 (main) [ > EntitySaxReader.java:219:INFO ]
>> Beginning import from URL: >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>> [java] 2009-08-10 19:07:26,444 (main) [ > EntitySaxReader.java:257:INFO ]
>> Transaction Timeout set to 2 hours (7200 > seconds) > [java] 2009-08-10
>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in create operation for entity [WebSite]: >
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>> Message: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:321:WARN ]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.setRollbackOnly] Calling transaction > setRollbackOnly;
>> this stack trace shows where this is happening: > [java] Exception:
>> java.lang.Exception > [java] Message: Failure in create operation for entity
>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while inserting:
>> > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Failure in create operation for entity > [WebSite]:
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ >
>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] Failure
>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>> Message: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:325:INFO ]
>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main) [ >
>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java] An error
>> occurred saving the data, rolling back transaction > (true) > [java]
>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>> Message: SQL Exception while executing the following:INSERT INTO >
>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>> --------------------------------------------------------------------- >
>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>> 'PRODUCT_STORE_ID'. > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>> > Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>> > Source) > [java]
>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>> [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>> > Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>> > [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>> [java] >
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>> > [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>> > [java] >
>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>> > org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:285:ERROR]
>> > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>> Message: Stack Trace > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> java.lang.Exception: Stack Trace > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>> > [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>> > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,491 (main) [ > TransactionUtil.java:295:INFO ]
>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>> exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>> Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>> [java] >
>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>> [java] >
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>> [java] >
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>> > [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>> --------------------------------------------------------------------------------
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
>> > the data load: > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00279 of 01312 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00016 of 01328 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00056 of 01384 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00053 of 01437 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00066 of 01503 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00013 of 01516 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00138 of 01654 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00428 of 02082 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00220 of 02302 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00070 of 02372 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00064 of 02436 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00026 of 02462 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00172 of 02634 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00240 of 02874 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00433 of 03307 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00234 of 03541 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00007 of 03548 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00004 of 03552 from >
>> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
>> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
>> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
>> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
>> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
>> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
>> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
>> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
>> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml > [java]
>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00165 of 05077 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>> > [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >
>> [java] 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >
>> [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>> > [java] 2009-08-10 19:07:26,506 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml > [java]
>> 2009-08-10 19:07:26,522 (main) > [EntityDataLoadContainer.java:275:INFO ]
>> 00040 of 09153 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >
>> [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>> > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>> [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
>> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading >
>> XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml"; >
>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
>> > was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>> > Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>> [install.loadData]: Error loading > XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-=
>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > > > > >
>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >> I am
>> surprised to see INSERT statements when all you claim doing is to >> connect
>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity: You
>> wrote >> >> >>> The server gets started and i see >>> >>>>
>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
>> Store and No promotion category. >>> >>> But the database is created. What
>> is the issue. >>> >> So I expected the part of the logfile where: >> >> -
>> your server is started up >> - your attempt to call the above URL is a
>> couple of seconds ago >> >> In order to see where the database queries to
>> get all the store entities >> tree are failing. >> >> Can you re-check or
>> simply redo the http request and then take the last >> lines from the
>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
>
>
>
>
> --
> Abhijeet Pandey
>



--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Abhijeet Pandey
Hi ,

i think this is not an issue with the jar as connection is made and DB is
being created, Correct me if i am wron.
For running through MSSQL, i did following --->

>
> 1) i changed following entries in entityengine.xml
>
> At line no 53
>     <delegator name="default" entity-model-reader="main"
> entity-group-reader="main" entity-eca-reader="main"
> distributed-cache-clear-enabled="false">
>         <group-map group-name="org.ofbiz" datasource-name="localmssql"/>
>
> 2) I defined datasource at line 520.
>
> <datasource name="localmssql"
>             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>             schema-name="dbo"
>             field-type-name="mssql"
>             check-on-start="true"
>             add-missing-on-start="true"
>             join-style="ansi"
>             alias-view-columns="false"
>             use-fk-initially-deferred="false">
>         <read-data reader-name="seed"/>
>         <read-data reader-name="seed-initial"/>
>         <read-data reader-name="demo"/>
>         <read-data reader-name="ext"/>
>         <inline-jdbc
>                 jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>
>
jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=ofbiz;SelectMethod=cursor;"

>                 jdbc-username="ofbiz"
>                 jdbc-password="ofbiz"
>                 isolation-level="ReadCommitted"
>                 pool-minsize="2"
>                 pool-maxsize="250"/>
>         <!-- <jndi-jdbc jndi-server-name="default"
> jndi-name="comp/env/jdbc/xa/localmssql" isolation-level="ReadCommitted"/>
> --> <!-- Orion Style JNDI name -->
>     </datasource>
>
>
> 3) i put sqljdbc.jar at E:\workspace\ofbiz4.0\framework\entity\lib\jdbc .


*Apart from this what needs to be done? Am i missing something?*

Plz help.

Thanks,

Abhijeet Pandey

On Tue, Aug 11, 2009 at 2:30 PM, snowc <[hidden email]> wrote:

>
> I am running using "Microsoft SQL Server JDBC Driver 2.0" driver on MS SQL
> 2005 with XA installed.
>
> My r4.0 dev server config:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <entity-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/entity-config.xsd
> ">
>    <resource-loader name="fieldfile"
> class="org.ofbiz.base.config.FileLoader"
>            prepend-env="ofbiz.home" prefix="/framework/entity/fieldtype/"/>
>
>    <transaction-factory
> class="org.ofbiz.geronimo.GeronimoTransactionFactory"/>
>
>    <delegator name="default" entity-model-reader="main"
> entity-group-reader="main" entity-eca-reader="main"
> distributed-cache-clear-enabled="false">
>         <group-map group-name="org.ofbiz" datasource-name="ofbizmssql"/>
>        <group-map group-name="uk.co.dhales" datasource-name="dhalesmssql"/>
>    </delegator>
>
>    <entity-model-reader name="main"/>
>    <entity-group-reader name="main"/>
>    <entity-eca-reader name="main"/>
>
>    <entity-data-reader name="seed"/>
>    <entity-data-reader name="demo"/>
>    <entity-data-reader name="ext"/>
>
>    <field-type name="mssql" loader="fieldfile"
> location="fieldtypemssql.xml"/>
>
>    <datasource name="ofbizmssql"
>            helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>            schema-name="ofbiz"
>             field-type-name="mssql"
>            check-on-start="true"
>             check-pks-on-start="false"
>             add-missing-on-start="true"
>            join-style="ansi"
>            alias-view-columns="false"
>            use-fk-initially-deferred="false">
>        <read-data reader-name="seed"/>
>         <read-data reader-name="demo"/>
>        <read-data reader-name="ext"/>
>        <inline-jdbc
>                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>
>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
>                 jdbc-username="ofbiz"
>                jdbc-password="ofbiz"
>                isolation-level="ReadCommitted"
>                pool-minsize="2"
>                 pool-maxsize="20"/>
>    </datasource>
>
>        <datasource name="dhalesmssql"
>             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>            schema-name="dbo"
>            field-type-name="mssql"
>            check-on-start="true"
>             check-pks-on-start="false"
>             add-missing-on-start="true"
>            join-style="ansi"
>            alias-view-columns="false"
>            use-fk-initially-deferred="false">
>        <read-data reader-name="seed"/>
>         <read-data reader-name="demo"/>
>        <read-data reader-name="ext"/>
>        <inline-jdbc
>                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>
>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
>                 jdbc-username="ofbiz"
>                jdbc-password="ofbiz"
>                isolation-level="ReadCommitted"
>                pool-minsize="2"
>                 pool-maxsize="20"/>
>    </datasource>
>
> </entity-config>
>
>
>
>
> snowc wrote:
> >
> > Hi Abhijeet,
> >
> > I have dev, test and production servers running on MS SQL 2005 with ofbiz
> > r4.0.
> >
> > They are all setup with two datasources, two keep the OFBIZ.* schema
> > objects separate from the legacy schema we are integrating ofbiz with.
> >
> > I am using the MS-SQL jdbc driver (I can't remember the version), and I
> > had to do a fair bit of playing around with the database to get xa
> > transactions working.
> >
> > When I get a chance I'll send you more details of the setup.
> >
> > Cheers,
> >
> > Chris
> >
> >
> > Abhijeet Pandey wrote:
> >>
> >> Hi,
> >>
> >> Does anyone has clue , what i should do ?
> >> Or where i can post this, Does anyone has done this before , ie, running
> >> ofbiz on MSSQL ?
> >>
> >> Plz guide me.
> >>
> >> Thanks,
> >>
> >> Abhijeet Pandey
> >>
> >>
> >>
> >> On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
> >> <[hidden email]>wrote:
> >>
> >>> YES. i did that. even the tables are created in DB.
> >>>
> >>> i am not getting the reason for this. It is loading all the data for
> >>> default DB. and when i am trying with MSSQL it is doing rest thing but
> >>> is
> >>> not able to load data.
> >>> Any idea where i am going wrong?
> >>>
> >>> All that i can see is this type of error "
> >>>
> >>> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
> >>> ---------------------------------------------------------- > [java]
> >>> [install.loadData]: Error loading XML Resource >
> >>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >>> > Error was: A transaction error occurred reading data > [java]
> >>> Exception:
> >>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> >>> reading data > [java] ---- stack trace >
> >>> --------------------------------------------------------------- >
> [java]
> >>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>
> >>> "
> >>>
> >>>
> >>> Any one who have face similar issue or any idea about this , Plz help
> >>> me.
> >>>
> >>> Thanks,
> >>>
> >>> Abhijeet Pandey
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
> >>> [hidden email]> wrote:
> >>>
> >>>> Hi, did you mentioned the new database name (ofbiz2) in the
> >>>> entity/config/entityengine.xml for the corresponding data source ?
> Best
> >>>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this
> >>>> log
> >>>> is taken when i am doing ant run-install. > > I have created fresh db
> >>>> ofbiz2
> >>>> and done run-install , then this is what i > see in log ---> > > why
> it
> >>>> is
> >>>> not able to put demo data ? it should ideally do it because it is >
> >>>> doing so
> >>>> when i am connecting to derby with same code base. > > Plz help me
> out.
> >>>> > >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> Failure
> >>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException:
> Error
> >>>> while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
> >>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> >>>> Message:
> >>>> Error while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
> >>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
> >>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME,
> >>>> DESCRIPTION, >
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME,
> >>>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
> >>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?,
> >>>> ?, ?,
> >>>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
> >>>> (The
> >>>> > INSERT statement conflicted with the FOREIGN KEY constraint >
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'.
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> TransactionUtil.java:325:INFO ]
> >>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
> >>>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main)
> [
> >>>> >
> >>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java] An
> >>>> error
> >>>> occurred saving the data, rolling back transaction > (true) > [java]
> >>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
> >>>> Error
> >>>> while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
> >>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
> >>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME,
> >>>> DESCRIPTION, >
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME,
> >>>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
> >>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?,
> >>>> ?, ?,
> >>>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
> >>>> (The
> >>>> > INSERT statement conflicted with the FOREIGN KEY constraint >
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'.
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> TransactionUtil.java:285:ERROR]
> >>>> > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception >
> >>>> [java]
> >>>> Message: Stack Trace > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> java.lang.Exception: Stack Trace > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> TransactionUtil.java:295:INFO ]
> >>>> [TransactionUtil.rollback] transaction > rolled back > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
> >>>> exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [install.loadData]: Error loading XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> Exception:
> >>>> org.xml.sax.SAXException > [java] Message: A transaction error
> occurred
> >>>> reading data > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> EntitySaxReader.java:219:INFO ]
> >>>> Beginning import from URL: >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,444 (main) [ >
> EntitySaxReader.java:257:INFO
> >>>> ]
> >>>> Transaction Timeout set to 2 hours (7200 > seconds) > [java]
> 2009-08-10
> >>>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
> >>>> exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> Failure
> >>>> in create operation for entity [WebSite]: >
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> >>>> Message: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
> >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST,
> >>>> >
> >>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
> >>>> SECURE_CONTENT_PREFIX, >
> >>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
> >>>> PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
> >>>> trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> >>>> 'PRODUCT_STORE_ID'. > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> TransactionUtil.java:321:WARN ]
> >>>> > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [TransactionUtil.setRollbackOnly] Calling transaction >
> >>>> setRollbackOnly;
> >>>> this stack trace shows where this is happening: > [java] Exception:
> >>>> java.lang.Exception > [java] Message: Failure in create operation for
> >>>> entity
> >>>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while
> >>>> inserting:
> >>>> > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> java.lang.Exception: Failure in create operation for entity >
> >>>> [WebSite]:
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> Failure
> >>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException:
> Error
> >>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> >>>> Message: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
> >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST,
> >>>> >
> >>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
> >>>> SECURE_CONTENT_PREFIX, >
> >>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
> >>>> PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
> >>>> trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> >>>> 'PRODUCT_STORE_ID'. > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> TransactionUtil.java:325:INFO ]
> >>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
> >>>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main)
> [
> >>>> >
> >>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java] An
> >>>> error
> >>>> occurred saving the data, rolling back transaction > (true) > [java]
> >>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
> >>>> Error
> >>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
> >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST,
> >>>> >
> >>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
> >>>> SECURE_CONTENT_PREFIX, >
> >>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
> >>>> PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
> >>>> trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> >>>> 'PRODUCT_STORE_ID'. > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> TransactionUtil.java:285:ERROR]
> >>>> > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception >
> >>>> [java]
> >>>> Message: Stack Trace > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> java.lang.Exception: Stack Trace > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,491 (main) [ >
> >>>> TransactionUtil.java:295:INFO ]
> >>>> [TransactionUtil.rollback] transaction > rolled back > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
> >>>> exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [install.loadData]: Error loading XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> >>>> >
> >>>> Error was: A transaction error occurred reading data > [java]
> >>>> Exception:
> >>>> org.xml.sax.SAXException > [java] Message: A transaction error
> occurred
> >>>> reading data > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a
> >>>> summary of
> >>>> > the data load: > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml
> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml
> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00279 of 01312 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml >
> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00016 of 01328 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00056 of 01384 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00053 of 01437 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00066 of 01503 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00013 of 01516 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00138 of 01654 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00428 of 02082 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00220 of 02302 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00070 of 02372 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00064 of 02436 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00026 of 02462 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00172 of 02634 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00240 of 02874 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00433 of 03307 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00234 of 03541 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00007 of 03548 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00004 of 03552 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00165 of 05077 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
> >>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> >>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00040 of 09153 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured
> >>>> in the
> >>>> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error
> >>>> loading >
> >>>> XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml";
> >>>> >
> >>>> Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml";
> >>>> Error
> >>>> > was: A transaction error occurred reading data > [java] 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> >>>> >
> >>>> Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ]
> >>>> =-=-=-=-=-=-=
> >>>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
> >>>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
> >>>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > >
> >>>> > > >
> >>>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >>
> I
> >>>> am
> >>>> surprised to see INSERT statements when all you claim doing is to >>
> >>>> connect
> >>>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity:
> You
> >>>> wrote >> >> >>> The server gets started and i see >>> >>>>
> >>>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
> >>>> Store and No promotion category. >>> >>> But the database is created.
> >>>> What
> >>>> is the issue. >>> >> So I expected the part of the logfile where: >>
> >>
> >>>> -
> >>>> your server is started up >> - your attempt to call the above URL is a
> >>>> couple of seconds ago >> >> In order to see where the database queries
> >>>> to
> >>>> get all the store entities >> tree are failing. >> >> Can you re-check
> >>>> or
> >>>> simply redo the http request and then take the last >> lines from the
> >>>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Abhijeet Pandey
> >>>
> >>
> >>
> >>
> >> --
> >> Abhijeet Pandey
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/problem-Running-with-MS-SQL-tp24895969p24914080.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

chris snow
There are many different MS SQL drivers and versions.  Each have different features.  For example, using my driver ofbiz cannot detect column level changes to entities.

It may be that your driver has a problem with the long transaction time required for loading demo data?

Have you run sql profiler to see what statements are getting sent to the database?

Abhijeet Pandey wrote
Hi ,

i think this is not an issue with the jar as connection is made and DB is
being created, Correct me if i am wron.
For running through MSSQL, i did following --->
>
> 1) i changed following entries in entityengine.xml
>
> At line no 53
>     <delegator name="default" entity-model-reader="main"
> entity-group-reader="main" entity-eca-reader="main"
> distributed-cache-clear-enabled="false">
>         <group-map group-name="org.ofbiz" datasource-name="localmssql"/>
>
> 2) I defined datasource at line 520.
>
> <datasource name="localmssql"
>             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>             schema-name="dbo"
>             field-type-name="mssql"
>             check-on-start="true"
>             add-missing-on-start="true"
>             join-style="ansi"
>             alias-view-columns="false"
>             use-fk-initially-deferred="false">
>         <read-data reader-name="seed"/>
>         <read-data reader-name="seed-initial"/>
>         <read-data reader-name="demo"/>
>         <read-data reader-name="ext"/>
>         <inline-jdbc
>                 jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>
>
jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=ofbiz;SelectMethod=cursor;"
>                 jdbc-username="ofbiz"
>                 jdbc-password="ofbiz"
>                 isolation-level="ReadCommitted"
>                 pool-minsize="2"
>                 pool-maxsize="250"/>
>          
>     </datasource>
>
>
> 3) i put sqljdbc.jar at E:\workspace\ofbiz4.0\framework\entity\lib\jdbc .


*Apart from this what needs to be done? Am i missing something?*

Plz help.

Thanks,

Abhijeet Pandey

On Tue, Aug 11, 2009 at 2:30 PM, snowc <chsnow123@gmail.com> wrote:

>
> I am running using "Microsoft SQL Server JDBC Driver 2.0" driver on MS SQL
> 2005 with XA installed.
>
> My r4.0 dev server config:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <entity-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/entity-config.xsd
> ">
>    <resource-loader name="fieldfile"
> class="org.ofbiz.base.config.FileLoader"
>            prepend-env="ofbiz.home" prefix="/framework/entity/fieldtype/"/>
>
>    <transaction-factory
> class="org.ofbiz.geronimo.GeronimoTransactionFactory"/>
>
>    <delegator name="default" entity-model-reader="main"
> entity-group-reader="main" entity-eca-reader="main"
> distributed-cache-clear-enabled="false">
>         <group-map group-name="org.ofbiz" datasource-name="ofbizmssql"/>
>        <group-map group-name="uk.co.dhales" datasource-name="dhalesmssql"/>
>    </delegator>
>
>    <entity-model-reader name="main"/>
>    <entity-group-reader name="main"/>
>    <entity-eca-reader name="main"/>
>
>    <entity-data-reader name="seed"/>
>    <entity-data-reader name="demo"/>
>    <entity-data-reader name="ext"/>
>
>    <field-type name="mssql" loader="fieldfile"
> location="fieldtypemssql.xml"/>
>
>    <datasource name="ofbizmssql"
>            helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>            schema-name="ofbiz"
>             field-type-name="mssql"
>            check-on-start="true"
>             check-pks-on-start="false"
>             add-missing-on-start="true"
>            join-style="ansi"
>            alias-view-columns="false"
>            use-fk-initially-deferred="false">
>        <read-data reader-name="seed"/>
>         <read-data reader-name="demo"/>
>        <read-data reader-name="ext"/>
>        <inline-jdbc
>                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>
>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
>                 jdbc-username="ofbiz"
>                jdbc-password="ofbiz"
>                isolation-level="ReadCommitted"
>                pool-minsize="2"
>                 pool-maxsize="20"/>
>    </datasource>
>
>        <datasource name="dhalesmssql"
>             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>            schema-name="dbo"
>            field-type-name="mssql"
>            check-on-start="true"
>             check-pks-on-start="false"
>             add-missing-on-start="true"
>            join-style="ansi"
>            alias-view-columns="false"
>            use-fk-initially-deferred="false">
>        <read-data reader-name="seed"/>
>         <read-data reader-name="demo"/>
>        <read-data reader-name="ext"/>
>        <inline-jdbc
>                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>
>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
>                 jdbc-username="ofbiz"
>                jdbc-password="ofbiz"
>                isolation-level="ReadCommitted"
>                pool-minsize="2"
>                 pool-maxsize="20"/>
>    </datasource>
>
> </entity-config>
>
>
>
>
> snowc wrote:
> >
> > Hi Abhijeet,
> >
> > I have dev, test and production servers running on MS SQL 2005 with ofbiz
> > r4.0.
> >
> > They are all setup with two datasources, two keep the OFBIZ.* schema
> > objects separate from the legacy schema we are integrating ofbiz with.
> >
> > I am using the MS-SQL jdbc driver (I can't remember the version), and I
> > had to do a fair bit of playing around with the database to get xa
> > transactions working.
> >
> > When I get a chance I'll send you more details of the setup.
> >
> > Cheers,
> >
> > Chris
> >
> >
> > Abhijeet Pandey wrote:
> >>
> >> Hi,
> >>
> >> Does anyone has clue , what i should do ?
> >> Or where i can post this, Does anyone has done this before , ie, running
> >> ofbiz on MSSQL ?
> >>
> >> Plz guide me.
> >>
> >> Thanks,
> >>
> >> Abhijeet Pandey
> >>
> >>
> >>
> >> On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
> >> <abhijeet.pandey@gmail.com>wrote:
> >>
> >>> YES. i did that. even the tables are created in DB.
> >>>
> >>> i am not getting the reason for this. It is loading all the data for
> >>> default DB. and when i am trying with MSSQL it is doing rest thing but
> >>> is
> >>> not able to load data.
> >>> Any idea where i am going wrong?
> >>>
> >>> All that i can see is this type of error "
> >>>
> >>> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
> >>> ---------------------------------------------------------- > [java]
> >>> [install.loadData]: Error loading XML Resource >
> >>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >>> > Error was: A transaction error occurred reading data > [java]
> >>> Exception:
> >>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
> >>> reading data > [java] ---- stack trace >
> >>> --------------------------------------------------------------- >
> [java]
> >>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>
> >>> "
> >>>
> >>>
> >>> Any one who have face similar issue or any idea about this , Plz help
> >>> me.
> >>>
> >>> Thanks,
> >>>
> >>> Abhijeet Pandey
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
> >>> eduard.neuwirt@googlemail.com> wrote:
> >>>
> >>>> Hi, did you mentioned the new database name (ofbiz2) in the
> >>>> entity/config/entityengine.xml for the corresponding data source ?
> Best
> >>>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this
> >>>> log
> >>>> is taken when i am doing ant run-install. > > I have created fresh db
> >>>> ofbiz2
> >>>> and done run-install , then this is what i > see in log ---> > > why
> it
> >>>> is
> >>>> not able to put demo data ? it should ideally do it because it is >
> >>>> doing so
> >>>> when i am connecting to derby with same code base. > > Plz help me
> out.
> >>>> > >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> Failure
> >>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException:
> Error
> >>>> while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
> >>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> >>>> Message:
> >>>> Error while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
> >>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
> >>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME,
> >>>> DESCRIPTION, >
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME,
> >>>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
> >>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?,
> >>>> ?, ?,
> >>>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
> >>>> (The
> >>>> > INSERT statement conflicted with the FOREIGN KEY constraint >
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'.
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> TransactionUtil.java:325:INFO ]
> >>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
> >>>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main)
> [
> >>>> >
> >>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java] An
> >>>> error
> >>>> occurred saving the data, rolling back transaction > (true) > [java]
> >>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
> >>>> Error
> >>>> while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
> >>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
> >>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME,
> >>>> DESCRIPTION, >
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME,
> >>>> > INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
> >>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?,
> >>>> ?, ?,
> >>>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
> >>>> (The
> >>>> > INSERT statement conflicted with the FOREIGN KEY constraint >
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'.
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> TransactionUtil.java:285:ERROR]
> >>>> > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception >
> >>>> [java]
> >>>> Message: Stack Trace > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> java.lang.Exception: Stack Trace > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> TransactionUtil.java:295:INFO ]
> >>>> [TransactionUtil.rollback] transaction > rolled back > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
> >>>> exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [install.loadData]: Error loading XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> Exception:
> >>>> org.xml.sax.SAXException > [java] Message: A transaction error
> occurred
> >>>> reading data > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
> >>>>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >>>> > Request >
> >>>>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >>>> > you please advise us how to use the customer request facility within
> >>>> >
> >>>>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >>>> > (SQL Exception while executing the following:INSERT INTO
> >>>> dbo.CUST_REQUEST
> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN,
> >>>> >
> >>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
> >>>> CREATED_TX_STAMP)
> >>>> > VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> >>>> ?, ?,
> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
> >>>> "ofbiz2",
> >>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ >
> >>>> EntitySaxReader.java:219:INFO ]
> >>>> Beginning import from URL: >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,444 (main) [ >
> EntitySaxReader.java:257:INFO
> >>>> ]
> >>>> Transaction Timeout set to 2 hours (7200 > seconds) > [java]
> 2009-08-10
> >>>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
> >>>> exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> Failure
> >>>> in create operation for entity [WebSite]: >
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> >>>> Message: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
> >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST,
> >>>> >
> >>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
> >>>> SECURE_CONTENT_PREFIX, >
> >>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
> >>>> PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
> >>>> trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> >>>> 'PRODUCT_STORE_ID'. > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> TransactionUtil.java:321:WARN ]
> >>>> > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [TransactionUtil.setRollbackOnly] Calling transaction >
> >>>> setRollbackOnly;
> >>>> this stack trace shows where this is happening: > [java] Exception:
> >>>> java.lang.Exception > [java] Message: Failure in create operation for
> >>>> entity
> >>>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while
> >>>> inserting:
> >>>> > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> java.lang.Exception: Failure in create operation for entity >
> >>>> [WebSite]:
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> Failure
> >>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException:
> Error
> >>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
> >>>> transaction.
> >>>> > [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
> >>>> Message: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
> >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST,
> >>>> >
> >>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
> >>>> SECURE_CONTENT_PREFIX, >
> >>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
> >>>> PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
> >>>> trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> >>>> 'PRODUCT_STORE_ID'. > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> TransactionUtil.java:325:INFO ]
> >>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
> >>>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main)
> [
> >>>> >
> >>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java] An
> >>>> error
> >>>> occurred saving the data, rolling back transaction > (true) > [java]
> >>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
> >>>> Error
> >>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
> >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
> >>>> Message: SQL Exception while executing the following:INSERT INTO >
> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST,
> >>>> >
> >>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
> >>>> SECURE_CONTENT_PREFIX, >
> >>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
> >>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
> >>>> PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
> >>>> ---------------------------------------------------------------------
> >
> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >>>> [java]
> >>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
> >>>> constraint
> >>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
> >>>> trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> statement
> >>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
> >>>> conflict
> >>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
> >>>> 'PRODUCT_STORE_ID'. > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
> >>>> >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >>>> > Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >>>> > Source) > [java]
> >>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
> >>>> Source) >
> >>>> [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
> >>>> >
> >>>> Source) > [java] >
> >>>>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >>>> > Source) > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
> >>>> >
> >>>> [java] >
> >>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >>>> > [java] >
> >>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
> >>>> [java]
> >>>> >
> >>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ >
> >>>> TransactionUtil.java:285:ERROR]
> >>>> > [java] ---- exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception >
> >>>> [java]
> >>>> Message: Stack Trace > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> java.lang.Exception: Stack Trace > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> >>>> > [java] >
> >>>>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> >>>> > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,491 (main) [ >
> >>>> TransactionUtil.java:295:INFO ]
> >>>> [TransactionUtil.rollback] transaction > rolled back > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
> >>>> exception report >
> >>>> ---------------------------------------------------------- > [java]
> >>>> [install.loadData]: Error loading XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> >>>> >
> >>>> Error was: A transaction error occurred reading data > [java]
> >>>> Exception:
> >>>> org.xml.sax.SAXException > [java] Message: A transaction error
> occurred
> >>>> reading data > [java] ---- stack trace >
> >>>> --------------------------------------------------------------- >
> >>>> [java]
> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
> >>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
> >>>>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >>>> > POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
> >>>> (SQL
> >>>> > Exception while executing the following:INSERT INTO dbo.WEB_SITE >
> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
> >>>> >
> >>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
> >>>> COOKIE_DOMAIN,
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?,
> >>>> ?, >
> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
> >>>> constraint
> >>>> > "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
> >
> >>>> [java] >
> >>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
> >
> >>>> [java] >
> >>>>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >>>> >
> >>>> [java] >
> >>>>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >>>> > [java] >
> >>>>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> >>>> >
> >>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
> >>>> [java]
> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
> >>>>
> --------------------------------------------------------------------------------
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a
> >>>> summary of
> >>>> > the data load: > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml
> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml
> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00279 of 01312 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml >
> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00016 of 01328 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00056 of 01384 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00053 of 01437 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00066 of 01503 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00013 of 01516 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00138 of 01654 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00428 of 02082 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00220 of 02302 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00070 of 02372 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00064 of 02436 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00026 of 02462 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00172 of 02634 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00240 of 02874 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00433 of 03307 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00234 of 03541 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00007 of 03548 from >
> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00004 of 03552 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,491 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00165 of 05077 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
> >>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
> >>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,491 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
> >>>> > [java] 2009-08-10 19:07:26,506 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
> >>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml >
> >>>> [java]
> >>>> 2009-08-10 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:275:INFO
> >>>> ]
> >>>> 00040 of 09153 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
> >>>> > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
> >>>> >
> >>>> [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured
> >>>> in the
> >>>> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
> >>>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error
> >>>> loading >
> >>>> XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml";
> >>>> >
> >>>> Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml";
> >>>> Error
> >>>> > was: A transaction error occurred reading data > [java] 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >>>> > Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
> >>>> [install.loadData]: Error loading > XML Resource >
> >>>>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> >>>> >
> >>>> Error was: A transaction error occurred reading data > [java]
> >>>> 2009-08-10
> >>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ]
> >>>> =-=-=-=-=-=-=
> >>>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
> >>>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
> >>>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > >
> >>>> > > >
> >>>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >>
> I
> >>>> am
> >>>> surprised to see INSERT statements when all you claim doing is to >>
> >>>> connect
> >>>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity:
> You
> >>>> wrote >> >> >>> The server gets started and i see >>> >>>>
> >>>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
> >>>> Store and No promotion category. >>> >>> But the database is created.
> >>>> What
> >>>> is the issue. >>> >> So I expected the part of the logfile where: >>
> >>
> >>>> -
> >>>> your server is started up >> - your attempt to call the above URL is a
> >>>> couple of seconds ago >> >> In order to see where the database queries
> >>>> to
> >>>> get all the store entities >> tree are failing. >> >> Can you re-check
> >>>> or
> >>>> simply redo the http request and then take the last >> lines from the
> >>>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Abhijeet Pandey
> >>>
> >>
> >>
> >>
> >> --
> >> Abhijeet Pandey
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/problem-Running-with-MS-SQL-tp24895969p24914080.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Abhijeet Pandey
Hi,

i don't have much idea about it.
Can you guide me abt this ?

i am using SQL Server 2005.
which driver i should use and from where i can download it.

Thanks,

On Wed, Aug 12, 2009 at 2:11 PM, snowc <[hidden email]> wrote:

> There are many different MS SQL drivers and versions. Each have different
> features. For example, using my driver ofbiz cannot detect column level
> changes to entities. It may be that your driver has a problem with the long
> transaction time required for loading demo data? Have you run sql profiler
> to see what statements are getting sent to the database? Abhijeet Pandey
> wrote: > > Hi , > > i think this is not an issue with the jar as connection
> is made and DB is > being created, Correct me if i am wron. > For running
> through MSSQL, i did following ---> >> >> 1) i changed following entries in
> entityengine.xml >> >> At line no 53 >> > entity-group-reader="main"
> entity-eca-reader="main" >> distributed-cache-clear-enabled="false"> >> >>
> >> 2) I defined datasource at line 520. >> >> >
> helper-class="org.ofbiz.entity.datasource.GenericHelperDAO" >>
> schema-name="dbo" >> field-type-name="mssql" >> check-on-start="true" >>
> add-missing-on-start="true" >> join-style="ansi" >>
> alias-view-columns="false" >> use-fk-initially-deferred="false"> >> >> >> >>
> >> > >> jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" >> >> >
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=ofbiz;SelectMethod=cursor;"
> >> jdbc-username="ofbiz" >> jdbc-password="ofbiz" >>
> isolation-level="ReadCommitted" >> pool-minsize="2" >> pool-maxsize="250"/>
> >> >> >> >> >> 3) i put sqljdbc.jar at
> E:\workspace\ofbiz4.0\framework\entity\lib\jdbc . > > > *Apart from this
> what needs to be done? Am i missing something?* > > Plz help. > > Thanks, >
> > Abhijeet Pandey > > On Tue, Aug 11, 2009 at 2:30 PM, snowc wrote: > >> >>
> I am running using "Microsoft SQL Server JDBC Driver 2.0" driver on MS >>
> SQL >> 2005 with XA installed. >> >> My r4.0 dev server config: >> >> >> >
> >> xsi:noNamespaceSchemaLocation="
> http://www.ofbiz.org/dtds/entity-config.xsd >> "> >> >
> class="org.ofbiz.base.config.FileLoader" >> prepend-env="ofbiz.home" >>
> prefix="/framework/entity/fieldtype/"/> >> >> >
> class="org.ofbiz.geronimo.GeronimoTransactionFactory"/> >> >> >
> entity-group-reader="main" entity-eca-reader="main" >>
> distributed-cache-clear-enabled="false"> >> >> >
> datasource-name="dhalesmssql"/> >> >> >> >> >> >> >> >> >> >> >> >
> location="fieldtypemssql.xml"/> >> >> >
> helper-class="org.ofbiz.entity.datasource.GenericHelperDAO" >>
> schema-name="ofbiz" >> field-type-name="mssql" >> check-on-start="true" >>
> check-pks-on-start="false" >> add-missing-on-start="true" >>
> join-style="ansi" >> alias-view-columns="false" >>
> use-fk-initially-deferred="false"> >> >> >> >> >
> jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" >> >> >>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
> >> jdbc-username="ofbiz" >> jdbc-password="ofbiz" >>
> isolation-level="ReadCommitted" >> pool-minsize="2" >> pool-maxsize="20"/>
> >> >> >> > helper-class="org.ofbiz.entity.datasource.GenericHelperDAO" >>
> schema-name="dbo" >> field-type-name="mssql" >> check-on-start="true" >>
> check-pks-on-start="false" >> add-missing-on-start="true" >>
> join-style="ansi" >> alias-view-columns="false" >>
> use-fk-initially-deferred="false"> >> >> >> >> >
> jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" >> >> >>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
> >> jdbc-username="ofbiz" >> jdbc-password="ofbiz" >>
> isolation-level="ReadCommitted" >> pool-minsize="2" >> pool-maxsize="20"/>
> >> >> >> >> >> >> >> >> snowc wrote: >> > >> > Hi Abhijeet, >> > >> > I have
> dev, test and production servers running on MS SQL 2005 with >> ofbiz >> >
> r4.0. >> > >> > They are all setup with two datasources, two keep the
> OFBIZ.* schema >> > objects separate from the legacy schema we are
> integrating ofbiz with. >> > >> > I am using the MS-SQL jdbc driver (I can't
> remember the version), and I >> > had to do a fair bit of playing around
> with the database to get xa >> > transactions working. >> > >> > When I get
> a chance I'll send you more details of the setup. >> > >> > Cheers, >> > >>
> > Chris >> > >> > >> > Abhijeet Pandey wrote: >> >> >> >> Hi, >> >> >> >>
> Does anyone has clue , what i should do ? >> >> Or where i can post this,
> Does anyone has done this before , ie, >> running >> >> ofbiz on MSSQL ? >>
> >> >> >> Plz guide me. >> >> >> >> Thanks, >> >> >> >> Abhijeet Pandey >> >>
> >> >> >> >> >> >> On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey >> >>
> wrote: >> >> >> >>> YES. i did that. even the tables are created in DB. >>
> >>> >> >>> i am not getting the reason for this. It is loading all the data
> for >> >>> default DB. and when i am trying with MSSQL it is doing rest
> thing >> but >> >>> is >> >>> not able to load data. >> >>> Any idea where i
> am going wrong? >> >>> >> >>> All that i can see is this type of error " >>
> >>> >> >>> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
> >> >>> ---------------------------------------------------------- > [java]
> >> >>> [install.loadData]: Error loading XML Resource > >> >>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >> >>> > Error was: A transaction error occurred reading data > [java] >>
> >>> Exception: >> >>> org.xml.sax.SAXException > [java] Message: A
> transaction error >> occurred >> >>> reading data > [java] ---- stack trace
> > >> >>> --------------------------------------------------------------- >
> >> [java] >> >>> org.ofbiz.entity.GenericEntityException: Error while
> inserting: > >> >>> >> >>> " >> >>> >> >>> >> >>> Any one who have face
> similar issue or any idea about this , Plz help >> >>> me. >> >>> >> >>>
> Thanks, >> >>> >> >>> Abhijeet Pandey >> >>> >> >>> >> >>> >> >>> >> >>> >>
> >>> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt < >> >>>
> [hidden email]> wrote: >> >>> >> >>>> Hi, did you mentioned
> the new database name (ofbiz2) in the >> >>>> entity/config/entityengine.xml
> for the corresponding data source ? >> Best >> >>>> Wishes Eduard Abhijeet
> Pandey schrieb: > HI Carsten, > > Actually >> this >> >>>> log >> >>>> is
> taken when i am doing ant run-install. > > I have created fresh >> db >>
> >>>> ofbiz2 >> >>>> and done run-install , then this is what i > see in log
> ---> > > why >> it >> >>>> is >> >>>> not able to put demo data ? it should
> ideally do it because it is > >> >>>> doing so >> >>>> when i am connecting
> to derby with same code base. > > Plz help me >> out. >> >>>> > > >> >>>>
> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ > >> >>>>
> GenericDelegator.java:1484:ERROR] > [java] ---- exception report > >> >>>>
> ---------------------------------------------------------- > [java] >> >>>>
> Failure >> >>>> in storeAll operation: >
> org.ofbiz.entity.GenericEntityException: >> Error >> >>>> while inserting: >
> >> >>>> >>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 > >> >>>> >>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >> >>>> > Request > >> >>>> >>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >> >>>> > you please advise us how to use the customer request facility >>
> within >> >>>> > >> >>>> >>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >>
> >>>> >>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >> >>>> > (SQL Exception while executing the following:INSERT INTO >> >>>>
> dbo.CUST_REQUEST >> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
> CUST_REQUEST_CATEGORY_ID, >> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY,
> CUST_REQUEST_DATE, >> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME,
> DESCRIPTION, >> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, >
> SALES_CHANNEL_ENUM_ID, >> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, >
> OPEN_DATE_TIME, >> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON,
> CREATED_DATE, > >> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, >>
> LAST_MODIFIED_BY_USER_LOGIN, >> >>>> > >> >>>> LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, >> >>>> CREATED_TX_STAMP) >> >>>> >
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?, >>
> >>>> ?, ?, >> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with
> the FOREIGN >> KEY >> >>>> constraint > "CUST_REQ_FRMPTY". The conflict
> occurred in database >> >>>> "ofbiz2", >> >>>> table > "dbo.PARTY", column
> 'PARTY_ID'.)). Rolling back transaction. >> > >> >>>> [java] Exception:
> org.ofbiz.entity.GenericEntityException > [java] >> >>>> Message: >> >>>>
> Error while inserting: > >> >>>> >>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 > >> >>>> >>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >> >>>> > Request > >> >>>> >>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >> >>>> > you please advise us how to use the customer request facility >>
> within >> >>>> > >> >>>> >>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >>
> >>>> >>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >> >>>> > (SQL Exception while executing the following:INSERT INTO >> >>>>
> dbo.CUST_REQUEST >> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
> CUST_REQUEST_CATEGORY_ID, >> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY,
> CUST_REQUEST_DATE, >> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME,
> DESCRIPTION, >> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, >
> SALES_CHANNEL_ENUM_ID, >> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, >
> OPEN_DATE_TIME, >> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON,
> CREATED_DATE, > >> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, >>
> LAST_MODIFIED_BY_USER_LOGIN, >> >>>> > >> >>>> LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, >> >>>> CREATED_TX_STAMP) >> >>>> >
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?, >>
> >>>> ?, ?, >> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with
> the FOREIGN >> KEY >> >>>> constraint > "CUST_REQ_FRMPTY". The conflict
> occurred in database >> >>>> "ofbiz2", >> >>>> table > "dbo.PARTY", column
> 'PARTY_ID'.)) > [java] ---- cause > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > >>
> [java] >> >>>> Message: SQL Exception while executing the following:INSERT
> INTO > >> >>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, > >>
> >>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, > >> >>>>
> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, >> >>>>
> DESCRIPTION, > >> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
> SALES_CHANNEL_ENUM_ID, > >> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
> OPEN_DATE_TIME, >> >>>> CLOSED_DATE_TIME, >> >>>> > INTERNAL_COMMENT,
> REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, > >> >>>> LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >> > >> >>>>
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, >> ?, >>
> >>>> ?, ?, >> >>>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?, >> ?) >> >>>> (The >> >>>> > INSERT statement conflicted with
> the FOREIGN KEY constraint > >> >>>> "CUST_REQ_FRMPTY". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PARTY", column
> 'PARTY_ID'.) > [java] ---- cause > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >> >>>> [java] >> >>>> Message: The INSERT statement conflicted with the
> FOREIGN KEY > >> >>>> constraint >> >>>> "CUST_REQ_FRMPTY". The conflict
> occurred in database "ofbiz2", > >> table >> >>>> "dbo.PARTY", column
> 'PARTY_ID'. > [java] ---- stack trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> >> statement >> >>>> conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The > >> >>>> conflict >> >>>> occurred in database
> "ofbiz2", table "dbo.PARTY", column > >> 'PARTY_ID'. >> >>>> > >> >>>>
> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > >> Source) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > >> >>>>
> Source) > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >>
> >>>> > >> >>>> Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >>
> >>>> > >> >>>> [java] > >> >>>>
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111) >> >>>> >
> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >> >>>> > [java] > >> >>>>
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >> > >>
> >>>> [java] >> >>>> > >> >>>> >>
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ > >> >>>>
> TransactionUtil.java:325:INFO ] >> >>>> [TransactionUtil.setRollbackOnly] >
> transaction rollback only not >> set, >> >>>> rollback only is already set.
> > [java] 2009-08-10 19:07:26,428 >> (main) >> [ >> >>>> > >> >>>>
> EntitySaxReader.java:269:ERROR] > [java] ---- exception report > >> >>>>
> ---------------------------------------------------------- > [java] >> An >>
> >>>> error >> >>>> occurred saving the data, rolling back transaction >
> (true) > [java] >> >>>> Exception: org.ofbiz.entity.GenericEntityException >
> [java] Message: >> >>>> Error >> >>>> while inserting: > >> >>>> >>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 > >> >>>> >>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >> >>>> > Request > >> >>>> >>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >> >>>> > you please advise us how to use the customer request facility >>
> within >> >>>> > >> >>>> >>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >>
> >>>> >>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >> >>>> > (SQL Exception while executing the following:INSERT INTO >> >>>>
> dbo.CUST_REQUEST >> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
> CUST_REQUEST_CATEGORY_ID, >> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY,
> CUST_REQUEST_DATE, >> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME,
> DESCRIPTION, >> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, >
> SALES_CHANNEL_ENUM_ID, >> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, >
> OPEN_DATE_TIME, >> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON,
> CREATED_DATE, > >> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, >>
> LAST_MODIFIED_BY_USER_LOGIN, >> >>>> > >> >>>> LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, >> >>>> CREATED_TX_STAMP) >> >>>> >
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?, >>
> >>>> ?, ?, >> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with
> the FOREIGN >> KEY >> >>>> constraint > "CUST_REQ_FRMPTY". The conflict
> occurred in database >> >>>> "ofbiz2", >> >>>> table > "dbo.PARTY", column
> 'PARTY_ID'.)) > [java] ---- cause > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > >>
> [java] >> >>>> Message: SQL Exception while executing the following:INSERT
> INTO > >> >>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, > >>
> >>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, > >> >>>>
> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, >> >>>>
> DESCRIPTION, > >> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID,
> SALES_CHANNEL_ENUM_ID, > >> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID,
> OPEN_DATE_TIME, >> >>>> CLOSED_DATE_TIME, >> >>>> > INTERNAL_COMMENT,
> REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, > >> >>>> LAST_MODIFIED_DATE,
> LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >> > >> >>>>
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, >> ?, >>
> >>>> ?, ?, >> >>>> > ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?, >> ?) >> >>>> (The >> >>>> > INSERT statement conflicted with
> the FOREIGN KEY constraint > >> >>>> "CUST_REQ_FRMPTY". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PARTY", column
> 'PARTY_ID'.) > [java] ---- cause > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >> >>>> [java] >> >>>> Message: The INSERT statement conflicted with the
> FOREIGN KEY > >> >>>> constraint >> >>>> "CUST_REQ_FRMPTY". The conflict
> occurred in database "ofbiz2", > >> table >> >>>> "dbo.PARTY", column
> 'PARTY_ID'. > [java] ---- stack trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> >> statement >> >>>> conflicted with the FOREIGN KEY constraint
> "CUST_REQ_FRMPTY". The > >> >>>> conflict >> >>>> occurred in database
> "ofbiz2", table "dbo.PARTY", column > >> 'PARTY_ID'. >> >>>> > >> >>>>
> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > >> Source) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > >> >>>>
> Source) > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >>
> >>>> > >> >>>> Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >>
> >>>> > >> >>>> [java] > >> >>>>
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111) >> >>>> >
> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >> >>>> > [java] > >> >>>>
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >> > >>
> >>>> [java] >> >>>> > >> >>>> >>
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ > >> >>>>
> TransactionUtil.java:285:ERROR] >> >>>> > [java] ---- exception report > >>
> >>>> ---------------------------------------------------------- > [java] >>
> >>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > >>
> >>>> [java] >> >>>> Message: Stack Trace > [java] ---- stack trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> java.lang.Exception: Stack Trace > [java] > >> >>>> >>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ > >> >>>>
> TransactionUtil.java:295:INFO ] >> >>>> [TransactionUtil.rollback]
> transaction > rolled back > [java] >> >>>> 2009-08-10 >> >>>> 19:07:26,428
> (main) [ > EntityDataLoader.java:220:ERROR] > [java] >> ---- >> >>>>
> exception report > >> >>>>
> ---------------------------------------------------------- > [java] >> >>>>
> [install.loadData]: Error loading XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> Exception: >> >>>> org.xml.sax.SAXException > [java] Message: A
> transaction error >> occurred >> >>>> reading data > [java] ---- stack trace
> > >> >>>> --------------------------------------------------------------- >
> >> >>>> [java] >> >>>> org.ofbiz.entity.GenericEntityException: Error while
> inserting: > >> >>>> >>
> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 > >> >>>> >>
> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
> >> >>>> > Request > >> >>>> >>
> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
> >> >>>> > you please advise us how to use the customer request facility >>
> within >> >>>> > >> >>>> >>
> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
> >> >>>> > 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >>
> >>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >>
> >>>> >>
> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
> >> >>>> > (SQL Exception while executing the following:INSERT INTO >> >>>>
> dbo.CUST_REQUEST >> >>>> > (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID,
> CUST_REQUEST_CATEGORY_ID, >> >>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY,
> CUST_REQUEST_DATE, >> >>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME,
> DESCRIPTION, >> >>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, >
> SALES_CHANNEL_ENUM_ID, >> >>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, >
> OPEN_DATE_TIME, >> >>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON,
> CREATED_DATE, > >> >>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, >>
> LAST_MODIFIED_BY_USER_LOGIN, >> >>>> > >> >>>> LAST_UPDATED_STAMP,
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, >> >>>> CREATED_TX_STAMP) >> >>>> >
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?, >>
> >>>> ?, ?, >> >>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with
> the FOREIGN >> KEY >> >>>> constraint > "CUST_REQ_FRMPTY". The conflict
> occurred in database >> >>>> "ofbiz2", >> >>>> table > "dbo.PARTY", column
> 'PARTY_ID'.)) > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,428 (main) [ > >> >>>>
> EntitySaxReader.java:219:INFO ] >> >>>> Beginning import from URL: > >> >>>>
> >> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,444 (main) [ > >>
> EntitySaxReader.java:257:INFO >> >>>> ] >> >>>> Transaction Timeout set to 2
> hours (7200 > seconds) > [java] >> 2009-08-10 >> >>>> 19:07:26,475 (main) [
> > GenericDelegator.java:840:ERROR] > [java] >> ---- >> >>>> exception report
> > >> >>>> ---------------------------------------------------------- >
> [java] >> >>>> Failure >> >>>> in create operation for entity [WebSite]: >
> >> >>>> org.ofbiz.entity.GenericEntityException: Error while inserting: > >>
> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)). Rolling back >> >>>> transaction. >> >>>> >
> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] >> >>>>
> Message: Error while inserting: > >> >>>>
> [GenericEntity:WebSite][createdStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)) > [java] ---- >> cause >> > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > >>
> [java] >> >>>> Message: SQL Exception while executing the following:INSERT
> INTO > >> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> >> HTTPS_HOST, >> >>>> > >> >>>> HTTPS_PORT, ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, >> >>>> SECURE_CONTENT_PREFIX, > >> >>>>
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, > >> >>>>
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, >> >>>>
> PRODUCT_STORE_ID, > >> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, >> ?, >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT
> statement conflicted with the FOREIGN KEY >> >>>> constraint >> >>>> >
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >> > >>
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >>
> > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >> >>>> [java] >> >>>> Message: The INSERT statement conflicted with the
> FOREIGN KEY > >> >>>> constraint >> >>>> "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", > table >> >>>> "dbo.PRODUCT_STORE", column
> 'PRODUCT_STORE_ID'. > [java] ---- stack >> >>>> trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> >> statement >> >>>> conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The > >> >>>> conflict >> >>>> occurred in database
> "ofbiz2", table "dbo.PRODUCT_STORE", column > >> >>>> 'PRODUCT_STORE_ID'. >
> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > >> Source) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > >> >>>>
> Source) > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >>
> >>>> > >> >>>> Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >>
> >>>> > >> >>>> [java] > >> >>>>
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111) >> >>>> >
> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >> >>>> > [java] > >> >>>>
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >> > >>
> >>>> [java] >> >>>> > >> >>>> >>
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ > >> >>>>
> TransactionUtil.java:321:WARN ] >> >>>> > [java] ---- exception report > >>
> >>>> ---------------------------------------------------------- > [java] >>
> >>>> [TransactionUtil.setRollbackOnly] Calling transaction > >> >>>>
> setRollbackOnly; >> >>>> this stack trace shows where this is happening: >
> [java] Exception: >> >>>> java.lang.Exception > [java] Message: Failure in
> create operation >> for >> >>>> entity >> >>>> [WebSite]: >
> org.ofbiz.entity.GenericEntityException: Error while >> >>>> inserting: >>
> >>>> > [GenericEntity:WebSite][createdStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)). Rolling back >> >>>> transaction. >> >>>> >
> [java] ---- stack trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> java.lang.Exception: Failure in create operation for entity >
> >> >>>> [WebSite]: >> >>>> org.ofbiz.entity.GenericEntityException: Error
> while inserting: > >> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
> >> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >>
> >>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)). Rolling back >> >>>> transaction. >> >>>> >
> [java] > >> >>>> >>
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
> >> >>>> > [java] > >> >>>>
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) >> > >>
> >>>> [java] >> >>>> > >> >>>> >>
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ > >> >>>>
> GenericDelegator.java:1484:ERROR] > [java] ---- exception report > >> >>>>
> ---------------------------------------------------------- > [java] >> >>>>
> Failure >> >>>> in storeAll operation: >
> org.ofbiz.entity.GenericEntityException: >> Error >> >>>> while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)). Rolling back >> >>>> transaction. >> >>>> >
> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] >> >>>>
> Message: Error while inserting: > >> >>>>
> [GenericEntity:WebSite][createdStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)) > [java] ---- >> cause >> > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > >>
> [java] >> >>>> Message: SQL Exception while executing the following:INSERT
> INTO > >> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> >> HTTPS_HOST, >> >>>> > >> >>>> HTTPS_PORT, ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, >> >>>> SECURE_CONTENT_PREFIX, > >> >>>>
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, > >> >>>>
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, >> >>>>
> PRODUCT_STORE_ID, > >> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, >> ?, >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT
> statement conflicted with the FOREIGN KEY >> >>>> constraint >> >>>> >
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >> > >>
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >>
> > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >> >>>> [java] >> >>>> Message: The INSERT statement conflicted with the
> FOREIGN KEY > >> >>>> constraint >> >>>> "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", > table >> >>>> "dbo.PRODUCT_STORE", column
> 'PRODUCT_STORE_ID'. > [java] ---- stack >> >>>> trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> >> statement >> >>>> conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The > >> >>>> conflict >> >>>> occurred in database
> "ofbiz2", table "dbo.PRODUCT_STORE", column > >> >>>> 'PRODUCT_STORE_ID'. >
> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > >> Source) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > >> >>>>
> Source) > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >>
> >>>> > >> >>>> Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >>
> >>>> > >> >>>> [java] > >> >>>>
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111) >> >>>> >
> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >> >>>> > [java] > >> >>>>
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >> > >>
> >>>> [java] >> >>>> > >> >>>> >>
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ > >> >>>>
> TransactionUtil.java:325:INFO ] >> >>>> [TransactionUtil.setRollbackOnly] >
> transaction rollback only not >> set, >> >>>> rollback only is already set.
> > [java] 2009-08-10 19:07:26,475 >> (main) >> [ >> >>>> > >> >>>>
> EntitySaxReader.java:269:ERROR] > [java] ---- exception report > >> >>>>
> ---------------------------------------------------------- > [java] >> An >>
> >>>> error >> >>>> occurred saving the data, rolling back transaction >
> (true) > [java] >> >>>> Exception: org.ofbiz.entity.GenericEntityException >
> [java] Message: >> >>>> Error >> >>>> while inserting: >
> [GenericEntity:WebSite][createdStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)) > [java] ---- >> cause >> > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > >>
> [java] >> >>>> Message: SQL Exception while executing the following:INSERT
> INTO > >> >>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> >> HTTPS_HOST, >> >>>> > >> >>>> HTTPS_PORT, ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, >> >>>> SECURE_CONTENT_PREFIX, > >> >>>>
> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, > >> >>>>
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, >> >>>>
> PRODUCT_STORE_ID, > >> >>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, >> ?, >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT
> statement conflicted with the FOREIGN KEY >> >>>> constraint >> >>>> >
> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >> > >>
> >>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >>
> > >> >>>> >>
> --------------------------------------------------------------------- >> >
> >> >>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
> >> >>>> [java] >> >>>> Message: The INSERT statement conflicted with the
> FOREIGN KEY > >> >>>> constraint >> >>>> "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", > table >> >>>> "dbo.PRODUCT_STORE", column
> 'PRODUCT_STORE_ID'. > [java] ---- stack >> >>>> trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
> >> statement >> >>>> conflicted with the FOREIGN KEY constraint
> "WEB_SITE_PRDS". The > >> >>>> conflict >> >>>> occurred in database
> "ofbiz2", table "dbo.PRODUCT_STORE", column > >> >>>> 'PRODUCT_STORE_ID'. >
> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > >> Source) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
> >> >>>> > Source) > [java] >> >>>>
> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > >> >>>>
> Source) > >> >>>> [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >>
> >>>> > >> >>>> Source) > [java] > >> >>>> >>
> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
> >> >>>> > Source) > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >>
> >>>> > >> >>>> [java] > >> >>>>
> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111) >> >>>> >
> [java] > >> >>>> >>
> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
> >> >>>> > [java] > >> >>>>
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >> > >>
> >>>> [java] >> >>>> > >> >>>> >>
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >>
> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,475 (main) [ > >> >>>>
> TransactionUtil.java:285:ERROR] >> >>>> > [java] ---- exception report > >>
> >>>> ---------------------------------------------------------- > [java] >>
> >>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > >>
> >>>> [java] >> >>>> Message: Stack Trace > [java] ---- stack trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> java.lang.Exception: Stack Trace > [java] > >> >>>> >>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) [ > >> >>>>
> TransactionUtil.java:295:INFO ] >> >>>> [TransactionUtil.rollback]
> transaction > rolled back > [java] >> >>>> 2009-08-10 >> >>>> 19:07:26,491
> (main) [ > EntityDataLoader.java:220:ERROR] > [java] >> ---- >> >>>>
> exception report > >> >>>>
> ---------------------------------------------------------- > [java] >> >>>>
> [install.loadData]: Error loading XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> >> >>>> > >> >>>> Error was: A transaction error occurred reading data >
> [java] >> >>>> Exception: >> >>>> org.xml.sax.SAXException > [java] Message:
> A transaction error >> occurred >> >>>> reading data > [java] ---- stack
> trace > >> >>>>
> --------------------------------------------------------------- > >> >>>>
> [java] >> >>>> org.ofbiz.entity.GenericEntityException: Error while
> inserting: > >> >>>> [GenericEntity:WebSite][createdStamp,2009-08-10 > >>
> >>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 > >> >>>>
> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 > >> >>>>
> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 > >> >>>> >>
> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
> >> >>>> > POS >>
> Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] >> >>>>
> (SQL >> >>>> > Exception while executing the following:INSERT INTO
> dbo.WEB_SITE > >> >>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
> HTTPS_HOST, >> HTTPS_PORT, >> >>>> > >> >>>> ENABLE_HTTPS,
> STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >> >>>> COOKIE_DOMAIN, >>
> >>>> > VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, > >>
> >>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, > >> >>>>
> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >> ?,
> >> >>>> ?, > >> >>>> ?, ?, ?, ?) (The INSERT statement conflicted with the
> FOREIGN KEY >> >>>> constraint >> >>>> > "WEB_SITE_PRDS". The conflict
> occurred in database "ofbiz2", table >> > >> >>>> "dbo.PRODUCT_STORE",
> column 'PRODUCT_STORE_ID'.)) > [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >> >
> >> >>>> [java] > >> >>>> >>
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> >> >>>> > >> >>>> [java] > >> >>>> >>
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> >> >>>> > [java] > >> >>>> >>
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >>
> >>>> > >> >>>> [java]
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >> > >> >>>>
> [java] >> >>>> org.ofbiz.base.start.Start.startServer(Start.java:312) >
> [java] >> >>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java] >>
> >>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] > >> >>>> >>
> --------------------------------------------------------------------------------
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a >> >>>>
> summary of >> >>>> > the data load: > [java] 2009-08-10 19:07:26,491 (main)
> > >> >>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from > >>
> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >> >
> >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >> >
> >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from > >> >>>>
> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml >> > >>
> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00279 of 01312 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml >
> >> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00016 of 01328 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00056 of 01384 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00053 of 01437 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00066 of 01503 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00013 of 01516 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00138 of 01654 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00428 of 02082 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00220 of 02302 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00070 of 02372 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00064 of 02436 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00026 of 02462 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00172 of 02634 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00240 of 02874 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00433 of 03307 from
> > >> >>>>
> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml >> > >>
> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00234 of 03541 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml >
> >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00007 of 03548 from
> > >> >>>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml
> > >> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00004 of 03552 from
> > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from > >> >>>>
> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml >> > >>
> >>>> [java] >> >>>> 2009-08-10 19:07:26,491 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00165 of 05077 from
> > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from > >> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >> > >>
> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,491 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml
> >> >>>> > >> >>>> [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
> >> >>>> > [java] 2009-08-10 19:07:26,506 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from > >> >>>>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml >> > >>
> >>>> [java] >> >>>> 2009-08-10 19:07:26,522 (main) > >>
> [EntityDataLoadContainer.java:275:INFO >> >>>> ] >> >>>> 00040 of 09153 from
> > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
> >> >>>> > [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from > >> >>>> >>
> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >>
> >>>> > >> >>>> [java] 2009-08-10 19:07:26,522 (main) > >> >>>>
> [EntityDataLoadContainer.java:280:INFO ] The following errors >> occured >>
> >>>> in the >> >>>> > data load: > [java] 2009-08-10 19:07:26,522 (main) >
> >> >>>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error
> >> >>>> loading > >> >>>> XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml";
> >> >>>> > >> >>>> Error was: A transaction error occurred reading data >
> [java] >> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; >>
> >>>> Error >> >>>> > was: A transaction error occurred reading data > [java]
> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
> >> >>>> > Error was: A transaction error occurred reading data > [java] >>
> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:282:INFO ] >> >>>> [install.loadData]: Error
> loading > XML Resource > >> >>>> >>
> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
> >> >>>> > >> >>>> Error was: A transaction error occurred reading data >
> [java] >> >>>> 2009-08-10 >> >>>> 19:07:26,522 (main) >
> [EntityDataLoadContainer.java:286:INFO ] >> >>>> =-=-=-=-=-=-= >> >>>>
> Finished the data > load with 9237 rows changed. > [java] 2009-08-10 >> >>>>
> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting >> down >>
> >>>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > >>
> > >> >>>> > > > >> >>>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >>
> wrote: >> > > >> >> >> I >> >>>> am >> >>>> surprised to see INSERT
> statements when all you claim doing is to >> >> >>>> connect >> >>>> to >>
> >> - http://localhost:8080/ecommerce >> >> Just for clarity: >> You >>
> >>>> wrote >> >> >>> The server gets started and i see >>> >>>> >> >>>>
> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No >> Product
> >> >>>> Store and No promotion category. >>> >>> But the database is >>
> created. >> >>>> What >> >>>> is the issue. >>> >> So I expected the part of
> the logfile where: >> >> >> >> >>>> - >> >>>> your server is started up >> -
> your attempt to call the above URL is >> a >> >>>> couple of seconds ago >>
> >> In order to see where the database >> queries >> >>>> to >> >>>> get all
> the store entities >> tree are failing. >> >> Can you >> re-check >> >>>> or
> >> >>>> simply redo the http request and then take the last >> lines from >>
> the >> >>>> logfile? >> Regards >> >> >> Carsten >> >> > > > > >> >>> >> >>>
> >> >>> >> >>> >> >>> -- >> >>> Abhijeet Pandey >> >>> >> >> >> >> >> >> >>
> >> -- >> >> Abhijeet Pandey >> >> >> >> >> > >> > >> >> -- >> View this
> message in context: >>
> http://www.nabble.com/problem-Running-with-MS-SQL-tp24895969p24914080.html>> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> > >
> > -- > Abhijeet Pandey > > -- View this message in context:
> http://www.nabble.com/problem-Running-with-MS-SQL-tp24895969p24931868.htmlSent from the OFBiz - User mailing list archive at Nabble.com.




--
Abhijeet Pandey
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

BJ Freeman
In reply to this post by chris snow
with the errors you getting you are connected to the mssql server
and it has been populated.
the question is, are you seeing the same DB as the one in you
entityengine.xml?
I say this because you said you deleted and re-created the DB
yet it still shows you have data in it.
So use a mssql tool to look at the server and see if you have more than
one DB.

Abhijeet Pandey sent the following on 8/12/2009 12:48 AM:

> Hi ,
>
> i think this is not an issue with the jar as connection is made and DB is
> being created, Correct me if i am wron.
> For running through MSSQL, i did following --->
>> 1) i changed following entries in entityengine.xml
>>
>> At line no 53
>>     <delegator name="default" entity-model-reader="main"
>> entity-group-reader="main" entity-eca-reader="main"
>> distributed-cache-clear-enabled="false">
>>         <group-map group-name="org.ofbiz" datasource-name="localmssql"/>
>>
>> 2) I defined datasource at line 520.
>>
>> <datasource name="localmssql"
>>             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>>             schema-name="dbo"
>>             field-type-name="mssql"
>>             check-on-start="true"
>>             add-missing-on-start="true"
>>             join-style="ansi"
>>             alias-view-columns="false"
>>             use-fk-initially-deferred="false">
>>         <read-data reader-name="seed"/>
>>         <read-data reader-name="seed-initial"/>
>>         <read-data reader-name="demo"/>
>>         <read-data reader-name="ext"/>
>>         <inline-jdbc
>>                 jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>
>>
> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=ofbiz;SelectMethod=cursor;"
>>                 jdbc-username="ofbiz"
>>                 jdbc-password="ofbiz"
>>                 isolation-level="ReadCommitted"
>>                 pool-minsize="2"
>>                 pool-maxsize="250"/>
>>         <!-- <jndi-jdbc jndi-server-name="default"
>> jndi-name="comp/env/jdbc/xa/localmssql" isolation-level="ReadCommitted"/>
>> --> <!-- Orion Style JNDI name -->
>>     </datasource>
>>
>>
>> 3) i put sqljdbc.jar at E:\workspace\ofbiz4.0\framework\entity\lib\jdbc .
>
>
> *Apart from this what needs to be done? Am i missing something?*
>
> Plz help.
>
> Thanks,
>
> Abhijeet Pandey
>
> On Tue, Aug 11, 2009 at 2:30 PM, snowc <[hidden email]> wrote:
>
>> I am running using "Microsoft SQL Server JDBC Driver 2.0" driver on MS SQL
>> 2005 with XA installed.
>>
>> My r4.0 dev server config:
>>
>> <?xml version="1.0" encoding="UTF-8" ?>
>> <entity-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>>
>> xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/entity-config.xsd
>> ">
>>    <resource-loader name="fieldfile"
>> class="org.ofbiz.base.config.FileLoader"
>>            prepend-env="ofbiz.home" prefix="/framework/entity/fieldtype/"/>
>>
>>    <transaction-factory
>> class="org.ofbiz.geronimo.GeronimoTransactionFactory"/>
>>
>>    <delegator name="default" entity-model-reader="main"
>> entity-group-reader="main" entity-eca-reader="main"
>> distributed-cache-clear-enabled="false">
>>         <group-map group-name="org.ofbiz" datasource-name="ofbizmssql"/>
>>        <group-map group-name="uk.co.dhales" datasource-name="dhalesmssql"/>
>>    </delegator>
>>
>>    <entity-model-reader name="main"/>
>>    <entity-group-reader name="main"/>
>>    <entity-eca-reader name="main"/>
>>
>>    <entity-data-reader name="seed"/>
>>    <entity-data-reader name="demo"/>
>>    <entity-data-reader name="ext"/>
>>
>>    <field-type name="mssql" loader="fieldfile"
>> location="fieldtypemssql.xml"/>
>>
>>    <datasource name="ofbizmssql"
>>            helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>>            schema-name="ofbiz"
>>             field-type-name="mssql"
>>            check-on-start="true"
>>             check-pks-on-start="false"
>>             add-missing-on-start="true"
>>            join-style="ansi"
>>            alias-view-columns="false"
>>            use-fk-initially-deferred="false">
>>        <read-data reader-name="seed"/>
>>         <read-data reader-name="demo"/>
>>        <read-data reader-name="ext"/>
>>        <inline-jdbc
>>                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>
>>
>> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
>>                 jdbc-username="ofbiz"
>>                jdbc-password="ofbiz"
>>                isolation-level="ReadCommitted"
>>                pool-minsize="2"
>>                 pool-maxsize="20"/>
>>    </datasource>
>>
>>        <datasource name="dhalesmssql"
>>             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>>            schema-name="dbo"
>>            field-type-name="mssql"
>>            check-on-start="true"
>>             check-pks-on-start="false"
>>             add-missing-on-start="true"
>>            join-style="ansi"
>>            alias-view-columns="false"
>>            use-fk-initially-deferred="false">
>>        <read-data reader-name="seed"/>
>>         <read-data reader-name="demo"/>
>>        <read-data reader-name="ext"/>
>>        <inline-jdbc
>>                jdbc-driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>
>>
>> jdbc-uri="jdbc:sqlserver://localhost:1433;databaseName=HalesSQL;SelectMethod=cursor;"
>>                 jdbc-username="ofbiz"
>>                jdbc-password="ofbiz"
>>                isolation-level="ReadCommitted"
>>                pool-minsize="2"
>>                 pool-maxsize="20"/>
>>    </datasource>
>>
>> </entity-config>
>>
>>
>>
>>
>> snowc wrote:
>>> Hi Abhijeet,
>>>
>>> I have dev, test and production servers running on MS SQL 2005 with ofbiz
>>> r4.0.
>>>
>>> They are all setup with two datasources, two keep the OFBIZ.* schema
>>> objects separate from the legacy schema we are integrating ofbiz with.
>>>
>>> I am using the MS-SQL jdbc driver (I can't remember the version), and I
>>> had to do a fair bit of playing around with the database to get xa
>>> transactions working.
>>>
>>> When I get a chance I'll send you more details of the setup.
>>>
>>> Cheers,
>>>
>>> Chris
>>>
>>>
>>> Abhijeet Pandey wrote:
>>>> Hi,
>>>>
>>>> Does anyone has clue , what i should do ?
>>>> Or where i can post this, Does anyone has done this before , ie, running
>>>> ofbiz on MSSQL ?
>>>>
>>>> Plz guide me.
>>>>
>>>> Thanks,
>>>>
>>>> Abhijeet Pandey
>>>>
>>>>
>>>>
>>>> On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
>>>> <[hidden email]>wrote:
>>>>
>>>>> YES. i did that. even the tables are created in DB.
>>>>>
>>>>> i am not getting the reason for this. It is loading all the data for
>>>>> default DB. and when i am trying with MSSQL it is doing rest thing but
>>>>> is
>>>>> not able to load data.
>>>>> Any idea where i am going wrong?
>>>>>
>>>>> All that i can see is this type of error "
>>>>>
>>>>> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
>>>>> ---------------------------------------------------------- > [java]
>>>>> [install.loadData]: Error loading XML Resource >
>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>> Exception:
>>>>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>>>>> reading data > [java] ---- stack trace >
>>>>> --------------------------------------------------------------- >
>> [java]
>>>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>>>>
>>>>> "
>>>>>
>>>>>
>>>>> Any one who have face similar issue or any idea about this , Plz help
>>>>> me.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Abhijeet Pandey
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>> Hi, did you mentioned the new database name (ofbiz2) in the
>>>>>> entity/config/entityengine.xml for the corresponding data source ?
>> Best
>>>>>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this
>>>>>> log
>>>>>> is taken when i am doing ant run-install. > > I have created fresh db
>>>>>> ofbiz2
>>>>>> and done run-install , then this is what i > see in log ---> > > why
>> it
>>>>>> is
>>>>>> not able to put demo data ? it should ideally do it because it is >
>>>>>> doing so
>>>>>> when i am connecting to derby with same code base. > > Plz help me
>> out.
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>>>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> Failure
>>>>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException:
>> Error
>>>>>> while inserting: >
>>>>>>
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>>>>>
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>>>>> Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>>>>> you please advise us how to use the customer request facility within
>>>>>>>
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>>>>> (SQL Exception while executing the following:INSERT INTO
>>>>>> dbo.CUST_REQUEST
>>>>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>>>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>>>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>>>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>>>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>>>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>>>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
>> LAST_MODIFIED_BY_USER_LOGIN,
>>>>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
>>>>>> CREATED_TX_STAMP)
>>>>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>>>>> ?, ?,
>>>>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
>>>>>> "ofbiz2",
>>>>>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
>>>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>>>>> Message:
>>>>>> Error while inserting: >
>>>>>>
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>>>>>
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>>>>> Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>>>>> you please advise us how to use the customer request facility within
>>>>>>>
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>>>>> (SQL Exception while executing the following:INSERT INTO
>>>>>> dbo.CUST_REQUEST
>>>>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>>>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>>>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>>>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>>>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>>>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>>>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
>> LAST_MODIFIED_BY_USER_LOGIN,
>>>>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
>>>>>> CREATED_TX_STAMP)
>>>>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>>>>> ?, ?,
>>>>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
>>>>>> "ofbiz2",
>>>>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>>>>> Message: SQL Exception while executing the following:INSERT INTO >
>>>>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>>>>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>>>>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME,
>>>>>> DESCRIPTION, >
>>>>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>>>>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME,
>>>>>> CLOSED_DATE_TIME,
>>>>>>> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>>>>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>>>>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?,
>>>>>> ?, ?,
>>>>>>> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
>>>>>> (The
>>>>>>> INSERT statement conflicted with the FOREIGN KEY constraint >
>>>>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
>>>>>> [java]
>>>>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
>>>>>> constraint
>>>>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>>>>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
>> statement
>>>>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The >
>>>>>> conflict
>>>>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'.
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
>>>>>> Source) >
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
>>>>>> Source) > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>>>>> Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>>>>> [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>>>>> TransactionUtil.java:325:INFO ]
>>>>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>>>>>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main)
>> [
>>>>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java] An
>>>>>> error
>>>>>> occurred saving the data, rolling back transaction > (true) > [java]
>>>>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>>>>>> Error
>>>>>> while inserting: >
>>>>>>
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>>>>>
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>>>>> Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>>>>> you please advise us how to use the customer request facility within
>>>>>>>
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>>>>> (SQL Exception while executing the following:INSERT INTO
>>>>>> dbo.CUST_REQUEST
>>>>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>>>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>>>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>>>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>>>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>>>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>>>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
>> LAST_MODIFIED_BY_USER_LOGIN,
>>>>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
>>>>>> CREATED_TX_STAMP)
>>>>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>>>>> ?, ?,
>>>>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
>>>>>> "ofbiz2",
>>>>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>>>>> Message: SQL Exception while executing the following:INSERT INTO >
>>>>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>>>>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>>>>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME,
>>>>>> DESCRIPTION, >
>>>>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>>>>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME,
>>>>>> CLOSED_DATE_TIME,
>>>>>>> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>>>>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>>>>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?,
>>>>>> ?, ?,
>>>>>>> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
>>>>>> (The
>>>>>>> INSERT statement conflicted with the FOREIGN KEY constraint >
>>>>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
>>>>>> [java]
>>>>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
>>>>>> constraint
>>>>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>>>>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
>> statement
>>>>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The >
>>>>>> conflict
>>>>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'.
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
>>>>>> Source) >
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
>>>>>> Source) > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>>>>> Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>>>>> [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>>>>> TransactionUtil.java:285:ERROR]
>>>>>>> [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception >
>>>>>> [java]
>>>>>> Message: Stack Trace > [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> java.lang.Exception: Stack Trace > [java] >
>>>>>>
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>>>>>>> [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>>>>> TransactionUtil.java:295:INFO ]
>>>>>> [TransactionUtil.rollback] transaction > rolled back > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>>>>>> exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> [install.loadData]: Error loading XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> Exception:
>>>>>> org.xml.sax.SAXException > [java] Message: A transaction error
>> occurred
>>>>>> reading data > [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>>>>>
>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>>>>>
>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>>>>> Request >
>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>>>>> you please advise us how to use the customer request facility within
>>>>>>>
>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>>>>> (SQL Exception while executing the following:INSERT INTO
>>>>>> dbo.CUST_REQUEST
>>>>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>>>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>>>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>>>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>>>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>>>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>>>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE,
>> LAST_MODIFIED_BY_USER_LOGIN,
>>>>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
>>>>>> CREATED_TX_STAMP)
>>>>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>>>>> ?, ?,
>>>>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database
>>>>>> "ofbiz2",
>>>>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>>>>> EntitySaxReader.java:219:INFO ]
>>>>>> Beginning import from URL: >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
>>>>>> [java] 2009-08-10 19:07:26,444 (main) [ >
>> EntitySaxReader.java:257:INFO
>>>>>> ]
>>>>>> Transaction Timeout set to 2 hours (7200 > seconds) > [java]
>> 2009-08-10
>>>>>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
>>>>>> exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> Failure
>>>>>> in create operation for entity [WebSite]: >
>>>>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
>>>>>> transaction.
>>>>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>>>>> Message: Error while inserting: >
>>>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>>>>> Message: SQL Exception while executing the following:INSERT INTO >
>>>>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
>> HTTPS_HOST,
>>>>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
>>>>>> SECURE_CONTENT_PREFIX, >
>>>>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>>>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
>>>>>> PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
>>>>>> [java]
>>>>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
>>>>>> constraint
>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
>>>>>> trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
>> statement
>>>>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
>>>>>> conflict
>>>>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>>>>> 'PRODUCT_STORE_ID'. > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
>>>>>> Source) >
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
>>>>>> Source) > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>>>>> Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>>>>> [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,475 (main) [ >
>>>>>> TransactionUtil.java:321:WARN ]
>>>>>>> [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> [TransactionUtil.setRollbackOnly] Calling transaction >
>>>>>> setRollbackOnly;
>>>>>> this stack trace shows where this is happening: > [java] Exception:
>>>>>> java.lang.Exception > [java] Message: Failure in create operation for
>>>>>> entity
>>>>>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while
>>>>>> inserting:
>>>>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
>>>>>> transaction.
>>>>>>> [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> java.lang.Exception: Failure in create operation for entity >
>>>>>> [WebSite]:
>>>>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
>>>>>> transaction.
>>>>>>> [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>>>>>>> [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,475 (main) [ >
>>>>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> Failure
>>>>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException:
>> Error
>>>>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back
>>>>>> transaction.
>>>>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>>>>> Message: Error while inserting: >
>>>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>>>>> Message: SQL Exception while executing the following:INSERT INTO >
>>>>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
>> HTTPS_HOST,
>>>>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
>>>>>> SECURE_CONTENT_PREFIX, >
>>>>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>>>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
>>>>>> PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
>>>>>> [java]
>>>>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
>>>>>> constraint
>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
>>>>>> trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
>> statement
>>>>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
>>>>>> conflict
>>>>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>>>>> 'PRODUCT_STORE_ID'. > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
>>>>>> Source) >
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
>>>>>> Source) > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>>>>> Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>>>>> [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,475 (main) [ >
>>>>>> TransactionUtil.java:325:INFO ]
>>>>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>>>>>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main)
>> [
>>>>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java] An
>>>>>> error
>>>>>> occurred saving the data, rolling back transaction > (true) > [java]
>>>>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>>>>>> Error
>>>>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>>>>> Message: SQL Exception while executing the following:INSERT INTO >
>>>>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT,
>> HTTPS_HOST,
>>>>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX,
>>>>>> SECURE_CONTENT_PREFIX, >
>>>>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>>>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP,
>>>>>> PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>>>>> ---------------------------------------------------------------------
>>>>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException >
>>>>>> [java]
>>>>>> Message: The INSERT statement conflicted with the FOREIGN KEY >
>>>>>> constraint
>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack
>>>>>> trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT >
>> statement
>>>>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The >
>>>>>> conflict
>>>>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>>>>> 'PRODUCT_STORE_ID'. > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source)
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>>>>> Source) > [java] >
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>>>>> Source) > [java]
>>>>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown >
>>>>>> Source) >
>>>>>> [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown
>>>>>> Source) > [java] >
>>>>>>
>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>>>>> Source) > [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>>>>> [java] >
>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>>>>> [java] >
>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,475 (main) [ >
>>>>>> TransactionUtil.java:285:ERROR]
>>>>>>> [java] ---- exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception >
>>>>>> [java]
>>>>>> Message: Stack Trace > [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> java.lang.Exception: Stack Trace > [java] >
>>>>>>
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>>>>>>> [java] >
>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) [ >
>>>>>> TransactionUtil.java:295:INFO ]
>>>>>> [TransactionUtil.rollback] transaction > rolled back > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>>>>>> exception report >
>>>>>> ---------------------------------------------------------- > [java]
>>>>>> [install.loadData]: Error loading XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> Exception:
>>>>>> org.xml.sax.SAXException > [java] Message: A transaction error
>> occurred
>>>>>> reading data > [java] ---- stack trace >
>>>>>> --------------------------------------------------------------- >
>>>>>> [java]
>>>>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>>>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>>>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>>>>>
>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)]
>>>>>> (SQL
>>>>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>>>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT,
>>>>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX,
>>>>>> COOKIE_DOMAIN,
>>>>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>>>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>>>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>> ?,
>>>>>> ?, >
>>>>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>>>>> constraint
>>>>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>>>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271)
>>>>>> [java] >
>>>>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
>>>>>> [java] >
>>>>>>
>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>>>>> [java] >
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) >
>>>>>> [java]
>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>>>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>>>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>>>>>
>> --------------------------------------------------------------------------------
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a
>>>>>> summary of
>>>>>>> the data load: > [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00279 of 01312 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml >
>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00016 of 01328 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00056 of 01384 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00053 of 01437 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00066 of 01503 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00013 of 01516 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00138 of 01654 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00428 of 02082 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00220 of 02302 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00070 of 02372 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00064 of 02436 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00026 of 02462 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00172 of 02634 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00240 of 02874 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00433 of 03307 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00234 of 03541 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00007 of 03548 from >
>>>>>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00004 of 03552 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,491 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00165 of 05077 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
>>>>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
>>>>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml
>>>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml
>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml
>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml
>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml
>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml
>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml
>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>>>>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>>>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml >
>>>>>> [java]
>>>>>> 2009-08-10 19:07:26,522 (main) >
>> [EntityDataLoadContainer.java:275:INFO
>>>>>> ]
>>>>>> 00040 of 09153 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml
>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>>>>>
>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml
>>>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured
>>>>>> in the
>>>>>>> data load: > [java] 2009-08-10 19:07:26,522 (main) >
>>>>>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error
>>>>>> loading >
>>>>>> XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml";
>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml";
>>>>>> Error
>>>>>>> was: A transaction error occurred reading data > [java] 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>>>>> [install.loadData]: Error loading > XML Resource >
>>>>>>
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml";
>>>>>> Error was: A transaction error occurred reading data > [java]
>>>>>> 2009-08-10
>>>>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ]
>>>>>> =-=-=-=-=-=-=
>>>>>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
>>>>>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
>>>>>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > >
>>>>>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >>
>> I
>>>>>> am
>>>>>> surprised to see INSERT statements when all you claim doing is to >>
>>>>>> connect
>>>>>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity:
>> You
>>>>>> wrote >> >> >>> The server gets started and i see >>> >>>>
>>>>>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
>>>>>> Store and No promotion category. >>> >>> But the database is created.
>>>>>> What
>>>>>> is the issue. >>> >> So I expected the part of the logfile where: >>
>>>>>> -
>>>>>> your server is started up >> - your attempt to call the above URL is a
>>>>>> couple of seconds ago >> >> In order to see where the database queries
>>>>>> to
>>>>>> get all the store entities >> tree are failing. >> >> Can you re-check
>>>>>> or
>>>>>> simply redo the http request and then take the last >> lines from the
>>>>>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Abhijeet Pandey
>>>>>
>>>>
>>>>
>>>> --
>>>> Abhijeet Pandey
>>>>
>>>>
>>>
>> --
>> View this message in context:
>> http://www.nabble.com/problem-Running-with-MS-SQL-tp24895969p24914080.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
>
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Weixue Zhang
This post was updated on .
In reply to this post by Abhijeet Pandey
I am using ms sql server 2005 and this problem had bothered me for long time. At last I found it was caused by a few unique indices of some tables (You can find them by searching with "unique="true"" in files entitymodel.xml). After I changed them into "unique=false", demo data works fine. Can anybody explain why this problem doesn't exist with other database servers, and why we need to set unique=true at some indices while most others are unique=false?
Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

Pal Infocom Technologies-2
In reply to this post by BJ Freeman
Hello Abhijeet,

Have you made changes in entity engine.xml file in framework -> entity -> config? If no, then you have to specify two things here in this file..

1. Made changes in "<group-map group-name="org.ofbiz" datasource-name="localderby"/>" replace localderby to localmysql. This specify which database you are referring.

2. Make changes in <datasource name="localmysql". Specify your IP there with database name, user name and password.

Once you are done with it, restart the server. Now you have changed your database from derby to mysql. Hope your problem will be solved with this..

That was just the overview to implement the task. If you need any further support on how to do this in detail, please feel free to email us at ofbiz@palinfocom.net

--
Best regards,

Ajay Sodhi

Software Engineer,
Pal InfoCom Technologies (P) Ltd.,
Mohali - India
Marketing office - Portland (USA)
Phone: +91-172-461-8033
Email: ajay@palinfocom.net
Skype: ajay.palinfocom
Website: http://www.PalInfoCom.net/

** Web, wireless & SMS enabled applications development & maintenance
** Ofbiz enterprise solution implementation
** Offshore project management  

<quote author="BJ Freeman">
I believe you are missing something at your end.
You would require someone to access your system and view it, who i
knowledgeable with ofbiz.
I am sure you have overlooked something.


Abhijeet Pandey sent the following on 8/10/2009 10:12 PM:
> Hi,
>
> Does anyone has clue , what i should do ?
> Or where i can post this, Does anyone has done this before , ie, running
> ofbiz on MSSQL ?
>
> Plz guide me.
>
> Thanks,
>
> Abhijeet Pandey
>
>
>
> On Mon, Aug 10, 2009 at 9:18 PM, Abhijeet Pandey
> <abhijeet.pandey@gmail.com>wrote:
>
>> YES. i did that. even the tables are created in DB.
>>
>> i am not getting the reason for this. It is loading all the data for
>> default DB. and when i am trying with MSSQL it is doing rest thing but is
>> not able to load data.
>> Any idea where i am going wrong?
>>
>> All that i can see is this type of error "
>>
>> EntityDataLoader.java:220:ERROR] > [java] ---- exception report >
>> ---------------------------------------------------------- > [java]
>> [install.loadData]: Error loading XML Resource >
>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>> Error was: A transaction error occurred reading data > [java] Exception:
>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>> reading data > [java] ---- stack trace >
>> --------------------------------------------------------------- > [java]
>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>
>> "
>>
>>
>> Any one who have face similar issue or any idea about this , Plz help me.
>>
>> Thanks,
>>
>> Abhijeet Pandey
>>
>>
>>
>>
>>
>> On Mon, Aug 10, 2009 at 7:27 PM, Eduard Neuwirt <
>> eduard.neuwirt@googlemail.com> wrote:
>>
>>> Hi, did you mentioned the new database name (ofbiz2) in the
>>> entity/config/entityengine.xml for the corresponding data source ? Best
>>> Wishes Eduard Abhijeet Pandey schrieb: > HI Carsten, > > Actually this log
>>> is taken when i am doing ant run-install. > > I have created fresh db ofbiz2
>>> and done run-install , then this is what i > see in log ---> > > why it is
>>> not able to put demo data ? it should ideally do it because it is > doing so
>>> when i am connecting to derby with same code base. > > Plz help me out. > >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ >
>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] Failure
>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>>> while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)). Rolling back transaction. >
>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java] Message:
>>> Error while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>>>> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>>>> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>>>> INSERT statement conflicted with the FOREIGN KEY constraint >
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:325:INFO ]
>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>>> rollback only is already set. > [java] 2009-08-10 19:07:26,428 (main) [ >
>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] An error
>>> occurred saving the data, rolling back transaction > (true) > [java]
>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>>> while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.CUST_REQUEST (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, >
>>> CUST_REQUEST_CATEGORY_ID, STATUS_ID, FROM_PARTY_ID, PRIORITY, >
>>> CUST_REQUEST_DATE, RESPONSE_REQUIRED_DATE, CUST_REQUEST_NAME, DESCRIPTION, >
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, SALES_CHANNEL_ENUM_ID, >
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, OPEN_DATE_TIME, CLOSED_DATE_TIME,
>>>> INTERNAL_COMMENT, REASON, CREATED_DATE, CREATED_BY_USER_LOGIN, >
>>> LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?,
>>>> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (The
>>>> INSERT statement conflicted with the FOREIGN KEY constraint >
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PARTY", column 'PARTY_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PARTY", column 'PARTY_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "CUST_REQ_FRMPTY". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PARTY", column > 'PARTY_ID'. >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:285:ERROR]
>>>> [java] ---- exception report >
>>> ---------------------------------------------------------- > [java]
>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>>> Message: Stack Trace > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> java.lang.Exception: Stack Trace > [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > TransactionUtil.java:295:INFO ]
>>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>>> 19:07:26,428 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>>> exception report >
>>> ---------------------------------------------------------- > [java]
>>> [install.loadData]: Error loading XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>> Error was: A transaction error occurred reading data > [java] Exception:
>>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>>> reading data > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:CustRequest][createdByUserLogin,admin(java.lang.String)][createdDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][createdStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][custRequestDate,2008-07-28 >
>>> 09:45:31.928(java.sql.Timestamp)][custRequestId,9000(java.lang.String)][custRequestName,Customer
>>>> Request >
>>> Usage(java.lang.String)][custRequestTypeId,RF_SUPPORT(java.lang.String)][description,Could
>>>> you please advise us how to use the customer request facility within >
>>> ofbiz?(java.lang.String)][fromPartyId,DemoCustomer(java.lang.String)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2008-07-28
>>>> 11:45:31.928(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.321(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.209(java.sql.Timestamp)][priority,9(java.lang.Long)][productStoreId,9000(java.lang.String)][statusId,CRQ_SUBMITTED(java.lang.String)]
>>>> (SQL Exception while executing the following:INSERT INTO dbo.CUST_REQUEST
>>>> (CUST_REQUEST_ID, CUST_REQUEST_TYPE_ID, CUST_REQUEST_CATEGORY_ID,
>>> STATUS_ID, > FROM_PARTY_ID, PRIORITY, CUST_REQUEST_DATE,
>>> RESPONSE_REQUIRED_DATE, > CUST_REQUEST_NAME, DESCRIPTION,
>>> MAXIMUM_AMOUNT_UOM_ID, PRODUCT_STORE_ID, > SALES_CHANNEL_ENUM_ID,
>>> FULFILL_CONTACT_MECH_ID, CURRENCY_UOM_ID, > OPEN_DATE_TIME,
>>> CLOSED_DATE_TIME, INTERNAL_COMMENT, REASON, CREATED_DATE, >
>>> CREATED_BY_USER_LOGIN, LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, >
>>> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP)
>>>> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
>>> ?, > ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY
>>> constraint > "CUST_REQ_FRMPTY". The conflict occurred in database "ofbiz2",
>>> table > "dbo.PARTY", column 'PARTY_ID'.)) > [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,428 (main) [ > EntitySaxReader.java:219:INFO ]
>>> Beginning import from URL: >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>>> [java] 2009-08-10 19:07:26,444 (main) [ > EntitySaxReader.java:257:INFO ]
>>> Transaction Timeout set to 2 hours (7200 > seconds) > [java] 2009-08-10
>>> 19:07:26,475 (main) [ > GenericDelegator.java:840:ERROR] > [java] ----
>>> exception report >
>>> ---------------------------------------------------------- > [java] Failure
>>> in create operation for entity [WebSite]: >
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>> Message: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>> 'PRODUCT_STORE_ID'. > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:321:WARN ]
>>>> [java] ---- exception report >
>>> ---------------------------------------------------------- > [java]
>>> [TransactionUtil.setRollbackOnly] Calling transaction > setRollbackOnly;
>>> this stack trace shows where this is happening: > [java] Exception:
>>> java.lang.Exception > [java] Message: Failure in create operation for entity
>>> [WebSite]: > org.ofbiz.entity.GenericEntityException: Error while inserting:
>>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> java.lang.Exception: Failure in create operation for entity > [WebSite]:
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:321)
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:268)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:843) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ >
>>> GenericDelegator.java:1484:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] Failure
>>> in storeAll operation: > org.ofbiz.entity.GenericEntityException: Error
>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)). Rolling back transaction.
>>>> [java] Exception: org.ofbiz.entity.GenericEntityException > [java]
>>> Message: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>> 'PRODUCT_STORE_ID'. > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:325:INFO ]
>>> [TransactionUtil.setRollbackOnly] > transaction rollback only not set,
>>> rollback only is already set. > [java] 2009-08-10 19:07:26,475 (main) [ >
>>> EntitySaxReader.java:269:ERROR] > [java] ---- exception report >
>>> ---------------------------------------------------------- > [java] An error
>>> occurred saving the data, rolling back transaction > (true) > [java]
>>> Exception: org.ofbiz.entity.GenericEntityException > [java] Message: Error
>>> while inserting: > [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: org.ofbiz.entity.GenericDataSourceException > [java]
>>> Message: SQL Exception while executing the following:INSERT INTO >
>>> dbo.WEB_SITE (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, >
>>> HTTPS_PORT, ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, >
>>> COOKIE_DOMAIN, VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, >
>>> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.) > [java] ---- cause >
>>> --------------------------------------------------------------------- >
>>> [java] Exception: com.microsoft.sqlserver.jdbc.SQLServerException > [java]
>>> Message: The INSERT statement conflicted with the FOREIGN KEY > constraint
>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", > table
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'. > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT > statement
>>> conflicted with the FOREIGN KEY constraint "WEB_SITE_PRDS". The > conflict
>>> occurred in database "ofbiz2", table "dbo.PRODUCT_STORE", column >
>>> 'PRODUCT_STORE_ID'. > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
>>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown
>>>> Source) > [java]
>>> com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown > Source) >
>>> [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown >
>>> Source) > [java] >
>>> com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown
>>>> Source) > [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
>>>> [java] >
>>> org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429) >
>>> [java] >
>>> org.ofbiz.entity.datasource.GenericDAO.singleInsert(GenericDAO.java:165) >
>>> [java] > org.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:111)
>>>> [java] >
>>> org.ofbiz.entity.datasource.GenericHelperDAO.create(GenericHelperDAO.java:65)
>>>> [java] >
>>> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:818) > [java]
>>>> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1450) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:284)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:263) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,475 (main) [ > TransactionUtil.java:285:ERROR]
>>>> [java] ---- exception report >
>>> ---------------------------------------------------------- > [java]
>>> [TransactionUtil.rollback] > [java] Exception: java.lang.Exception > [java]
>>> Message: Stack Trace > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> java.lang.Exception: Stack Trace > [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:284)
>>>> [java] >
>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:266)
>>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:270) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,491 (main) [ > TransactionUtil.java:295:INFO ]
>>> [TransactionUtil.rollback] transaction > rolled back > [java] 2009-08-10
>>> 19:07:26,491 (main) [ > EntityDataLoader.java:220:ERROR] > [java] ----
>>> exception report >
>>> ---------------------------------------------------------- > [java]
>>> [install.loadData]: Error loading XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>>> Error was: A transaction error occurred reading data > [java] Exception:
>>> org.xml.sax.SAXException > [java] Message: A transaction error occurred
>>> reading data > [java] ---- stack trace >
>>> --------------------------------------------------------------- > [java]
>>> org.ofbiz.entity.GenericEntityException: Error while inserting: >
>>> [GenericEntity:WebSite][createdStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][createdTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][lastUpdatedStamp,2009-08-10 >
>>> 19:07:26.475(java.sql.Timestamp)][lastUpdatedTxStamp,2009-08-10 >
>>> 19:07:26.444(java.sql.Timestamp)][productStoreId,9100(java.lang.String)][siteName,Web
>>>> POS Site(java.lang.String)][webSiteId,WebStorePos(java.lang.String)] (SQL
>>>> Exception while executing the following:INSERT INTO dbo.WEB_SITE >
>>> (WEB_SITE_ID, SITE_NAME, HTTP_HOST, HTTP_PORT, HTTPS_HOST, HTTPS_PORT, >
>>> ENABLE_HTTPS, STANDARD_CONTENT_PREFIX, SECURE_CONTENT_PREFIX, COOKIE_DOMAIN,
>>>> VISUAL_THEME_SET_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, >
>>> CREATED_STAMP, CREATED_TX_STAMP, PRODUCT_STORE_ID, >
>>> ALLOW_PRODUCT_STORE_CHANGE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, >
>>> ?, ?, ?, ?) (The INSERT statement conflicted with the FOREIGN KEY constraint
>>>> "WEB_SITE_PRDS". The conflict occurred in database "ofbiz2", table >
>>> "dbo.PRODUCT_STORE", column 'PRODUCT_STORE_ID'.)) > [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:271) >
>>> [java] >
>>> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:220) >
>>> [java] >
>>> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216) >
>>> [java] >
>>> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
>>>> [java] >
>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) >
>>> [java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263) > [java]
>>> org.ofbiz.base.start.Start.startServer(Start.java:312) > [java]
>>> org.ofbiz.base.start.Start.start(Start.java:316) > [java]
>>> org.ofbiz.base.start.Start.main(Start.java:399) > [java] >
>>> --------------------------------------------------------------------------------
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:273:INFO ] =-=-=-=-=-=-= Here is a summary of
>>>> the data load: > [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 00011 from >
>>> file:/E:/workspace/ofbiz9.04/framework/security/data/SecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 00034 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonSecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00089 of 00123 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CommonTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00724 of 00847 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CountryCodeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00186 of 01033 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/CurrencyData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00279 of 01312 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00016 of 01328 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_AU.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00056 of 01384 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BG.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00053 of 01437 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_BR.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00066 of 01503 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_CO.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00013 of 01516 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_DE.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00138 of 01654 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_ES.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00428 of 02082 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_FR.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00220 of 02302 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IT.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00070 of 02372 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IN.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00064 of 02436 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_IRL.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00026 of 02462 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_NL.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00172 of 02634 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_UK.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00240 of 02874 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/GeoData_US.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00433 of 03307 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/LanguageData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00234 of 03541 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/UnitData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00007 of 03548 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/PeriodData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00004 of 03552 from >
>>> file:/E:/workspace/ofbiz9.04/framework/common/data/DimensionTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 03560 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServiceData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03563 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03575 from >
>>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 03578 from >
>>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityExtSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00057 of 03635 from >
>>> file:/E:/workspace/ofbiz9.04/framework/webtools/data/WebtoolsSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 03639 from >
>>> file:/E:/workspace/ofbiz9.04/framework/webslinger/data/WebslingerSeedData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00030 of 03669 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 03681 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExampleSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 03688 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortletData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 03699 from >
>>> file:/E:/workspace/ofbiz9.04/framework/example/data/ExamplePortalSeedData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03709 from >
>>> file:/E:/workspace/ofbiz9.04/themes/bizznesstime/data/BizznessTimeThemeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03719 from >
>>> file:/E:/workspace/ofbiz9.04/themes/bluelight/data/BlueLightThemeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03729 from >
>>> file:/E:/workspace/ofbiz9.04/themes/flatgrey/data/FlatGreyThemeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03739 from >
>>> file:/E:/workspace/ofbiz9.04/themes/multiflex/data/MultiflexThemeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 03749 from >
>>> file:/E:/workspace/ofbiz9.04/themes/smoothfeather/data/SmoothFeatherThemeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00223 of 03972 from >
>>> file:/E:/workspace/ofbiz9.04/applications/commonext/data/EntityDiagramGroupData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00354 of 04326 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00065 of 04391 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartySecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 04394 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyGeoPointData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00028 of 04422 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/PartyPortletData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00180 of 04602 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00096 of 04698 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentOperationData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00108 of 04806 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 04815 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MimeTypeTemplate.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00017 of 04832 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DataCategoryData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 04833 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/SeedBlogData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 04884 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/TemplateData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 04908 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ContentSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 04912 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/MiscData.xml > [java]
>>> 2009-08-10 19:07:26,491 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00165 of 05077 from >
>>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05080 from >
>>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortPortletData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 05104 from >
>>> file:/E:/workspace/ofbiz9.04/applications/workeffort/data/WorkEffortSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00438 of 05542 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00078 of 05620 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ShipmentTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00061 of 05681 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 05684 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ApiSchemaDhl.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 05686 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/DimensionTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 05712 from >
>>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 05724 from >
>>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00706 of 06430 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00156 of 06586 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/UsTaxAccountGroups.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00073 of 06659 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00003 of 06662 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/AccountingPortletData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 06711 from >
>>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 06722 from >
>>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00274 of 06996 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07002 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderPortletData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00115 of 07117 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderSecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00048 of 07165 from >
>>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00014 of 07179 from >
>>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/MarketingSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 07189 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/EcommerceTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00019 of 07208 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 07216 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00011 of 07227 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07228 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintSeedData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 07272 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00023 of 07295 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07302 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00026 of 07328 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisTypeData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07333 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/oagis/data/OagisSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07334 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07339 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00005 of 07344 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ebay/data/EbaySecurityData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07379 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00103 of 07482 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalTypeData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07484 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ScheduledServices.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07491 from >
>>> file:/E:/workspace/ofbiz9.04/framework/entityext/data/EntityScheduledServices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 07493 from >
>>> file:/E:/workspace/ofbiz9.04/applications/party/data/ScheduledJobs.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07494 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductScheduledServices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07498 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/InvoiceScheduledServiceData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07504 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderScheduledServices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00111 of 07615 from >
>>> file:/E:/workspace/ofbiz9.04/framework/service/data/ServiceDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00049 of 07664 from >
>>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/UserDemoData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00006 of 07670 from >
>>> file:/E:/workspace/ofbiz9.04/applications/securityext/data/PasswordSecurityData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00004 of 07674 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogPubPtData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00051 of 07725 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogUsersData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00009 of 07734 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogMiscData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00058 of 07792 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/DemoBlogEntryData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00037 of 07829 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/UsersDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00007 of 07836 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/WebSitePublishPointData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00123 of 07959 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/CompDocData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00035 of 07994 from >
>>> file:/E:/workspace/ofbiz9.04/applications/content/data/ForumDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 07995 from >
>>> file:/E:/workspace/ofbiz9.04/applications/product/data/ProductUserDemoData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08015 from >
>>> file:/E:/workspace/ofbiz9.04/applications/manufacturing/data/ManufacturingExampleData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00461 of 08476 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGeneralChartOfAccounts.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08520 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoOrganizationData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00260 of 08780 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/DemoGlSetupData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00040 of 08820 from >
>>> file:/E:/workspace/ofbiz9.04/applications/accounting/data/PaymentsInvoices.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00012 of 08832 from >
>>> file:/E:/workspace/ofbiz9.04/applications/humanres/data/HumanResDemoData.xml
>>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00008 of 08840 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoUser.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00002 of 08842 from >
>>> file:/E:/workspace/ofbiz9.04/applications/order/data/OrderDemoData.xml >
>>> [java] 2009-08-10 19:07:26,491 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00044 of 08886 from >
>>> file:/E:/workspace/ofbiz9.04/applications/marketing/data/sfaDemoData.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08886 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00020 of 08906 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductImages.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 08906 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00038 of 08944 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalShipping.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00118 of 09062 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoShipping.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09062 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00001 of 09063 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTemplateData.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00010 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoContent.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml >
>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09073 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00016 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRelatedData.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml
>>>> [java] 2009-08-10 19:07:26,506 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09089 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00024 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductI18nData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09113 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml > [java]
>>> 2009-08-10 19:07:26,522 (main) > [EntityDataLoadContainer.java:275:INFO ]
>>> 00040 of 09153 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/PosSyncSettings.xml >
>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00029 of 09182 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/assetmaint/data/AssetMaintDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00055 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml
>>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:275:INFO ] 00000 of 09237 from >
>>> file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml >
>>> [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:280:INFO ] The following errors occured in the
>>>> data load: > [java] 2009-08-10 19:07:26,522 (main) >
>>> [EntityDataLoadContainer.java:282:INFO ] [install.loadData]: Error loading >
>>> XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProduct.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoSurvey.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoWebSitePublishPointData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTopic.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTree.xml"; >
>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFactoids.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoConfigurator.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoRentalProduct.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTaxAuthority.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoOrderTestData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoMarketing.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoPurchasing.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStandardCosting.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoStoreGiftCertificateSettings.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoFinAccount.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoProductCategoriesI18nData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/ecommerce/data/DemoTreeContent.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/pos/data/DemoRetail.xml"; Error
>>>> was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/myportal/data/MyPortalDemoData.xml";
>>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:282:INFO ]
>>> [install.loadData]: Error loading > XML Resource >
>>> "file:/E:/workspace/ofbiz9.04/specialpurpose/webpos/data/DemoPosData.xml"; >
>>> Error was: A transaction error occurred reading data > [java] 2009-08-10
>>> 19:07:26,522 (main) > [EntityDataLoadContainer.java:286:INFO ] =-=-=-=-=-=-=
>>> Finished the data > load with 9237 rows changed. > [java] 2009-08-10
>>> 19:07:26,522 (main) [ > ContainerLoader.java:114:INFO ] Shutting down
>>> containers > BUILD SUCCESSFUL > Total time: 3 minutes 25 seconds > > > > > >
>>> On Mon, Aug 10, 2009 at 6:49 PM, Carsten Schinzer >> wrote: >> > > >> I am
>>> surprised to see INSERT statements when all you claim doing is to >> connect
>>> to >> >> - http://localhost:8080/ecommerce >> >> Just for clarity: You
>>> wrote >> >> >>> The server gets started and i see >>> >>>>
>>> http://127.0.0.1:8080/ecommerce/control/main >>>> >>> with No Product
>>> Store and No promotion category. >>> >>> But the database is created. What
>>> is the issue. >>> >> So I expected the part of the logfile where: >> >> -
>>> your server is started up >> - your attempt to call the above URL is a
>>> couple of seconds ago >> >> In order to see where the database queries to
>>> get all the store entities >> tree are failing. >> >> Can you re-check or
>>> simply redo the http request and then take the last >> lines from the
>>> logfile? >> Regards >> >> >> Carsten >> >> > > > >
>>
>>
>>
>> --
>> Abhijeet Pandey
>>
>
>
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Reply | Threaded
Open this post in threaded view
|

Re: problem Running with MS-SQL

chris snow
In reply to this post by Weixue Zhang
Actually, I think I had a similar problem:

http://www.nabble.com/Violation-of-PRIMARY-KEY-constraint-%27PK_SERVER_HIT%27.-Cannot-insert-duplicate-key-in-object-%27ofbiz.SERVER_HIT%27-tp23479493p23479493.html

Weixue Zhang wrote
I am using ms sql server 2005 and this problem had bothered me for long time. At last I found it was caused by a few unique indices of some tables (You can find them by searching with "unique="true"" in files entitymodel.xml). After I changed them into "unique=false", demo data works fine. Can anybody explain why this problem doesn't exist with other database servers, and why we need to set unique=true at some indices while most others are unique=false?
Reply | Threaded
Open this post in threaded view
|

Database description

manish-25
Hi;

Can any one tell how I can find the description of the database.. I wan to know the role of each table.
 
With Regards,
Manish.K
www.cevalsoft.com          

 Go Green
  Print only when necessary.


12