Error while doing run-install

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

Error while doing run-install

Abhijeet Pandey
Hi,


i downloaded ofbiz from trunk.
and and did ant run-install , but it doesn't loaded with demo data.
trunk :  http://svn.apache.org/repos/asf/ofbiz/trunk

i got following error when i did run-install. I am attaching error.log

Please guide

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

Re: Error while doing run-install

Abhijeet Pandey
I am using Microsoft SQL Server 2005.

it is creating tables in the database.

What could be the reason?

Thanks,

Abhijeet Pandey

On Fri, Aug 7, 2009 at 1:14 PM, Abhijeet Pandey
<[hidden email]>wrote:

> Hi,
>
>
> i downloaded ofbiz from trunk.
> and and did ant run-install , but it doesn't loaded with demo data.
> <http://svn.ofbiz.org/svn/ofbiz/trunk>trunk :
> http://svn.apache.org/repos/asf/ofbiz/trunk
>
> i got following error when i did run-install. I am attaching error.log
>
> Please guide
>
> --
> Abhijeet Pandey
>



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

Re: Error while doing run-install

BJ Freeman
In reply to this post by Abhijeet Pandey
1) the entityengine.xml is not configured properly
2) you have not put the proper jdbc driver for the SQL server, per the
setup guides.
please review the Configuration guides.
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index#OFBizDocumentationIndex-ConfigurationDocuments

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

> I am using Microsoft SQL Server 2005.
>
> it is creating tables in the database.
>
> What could be the reason?
>
> Thanks,
>
> Abhijeet Pandey
>
> On Fri, Aug 7, 2009 at 1:14 PM, Abhijeet Pandey
> <[hidden email]>wrote:
>
>> Hi,
>>
>>
>> i downloaded ofbiz from trunk.
>> and and did ant run-install , but it doesn't loaded with demo data.
>> <http://svn.ofbiz.org/svn/ofbiz/trunk>trunk :
>> http://svn.apache.org/repos/asf/ofbiz/trunk
>>
>> i got following error when i did run-install. I am attaching error.log
>>
>> Please guide
>>
>> --
>> 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: Error while doing run-install

BJ Freeman
In reply to this post by Abhijeet Pandey
you have to include the error log in the body. no attachments get passed
through the mail server.

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

> Hi,
>
>
> i downloaded ofbiz from trunk.
> and and did ant run-install , but it doesn't loaded with demo data.
> <http://svn.ofbiz.org/svn/ofbiz/trunk>trunk :
> http://svn.apache.org/repos/asf/ofbiz/trunk
>
> i got following error when i did run-install. I am attaching error.log
>
> Please guide
>

--
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: Error while doing run-install

c.schinzer
In reply to this post by Abhijeet Pandey
Your attachment is being deleted (I can't see it on the mailing list).

Please go through the log carefully, it is very verbose about data load
issues. So there would definitely be an indication.

Check your logfile for the first occurrence of "ERROR" and what it sais. If
it is really an issue with the data load, there should be occurencies of
"GenericEntityException".

You say you are using MS SQL Server and that has tables created ... is it
specific to your SQL Server setup? Tablespace limited, other capacity
limitations? I am guessing this. The logfile should definitely give you good
hints of what to check. So please do that homework first.

Kind regards


Carsten