Re: Setup issues

2020-10-26 Thread dimonic
Georg Potthast-2 wrote
> You can use Webtools to see the data related to each entity in the
> database.

Yes, thanks. I found the relevant entities - in the database. But the field
still want bring up the states/provinces, so I can't add addresses. Even the
demo data won't show the state (in the update screen), only in the display
screen.



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Re: Setup issues

2020-10-26 Thread Dominic Amann
This is default install, per the directions, demo data, current version
(17.12.04). It simply doesn't work.

On Mon, 26 Oct 2020 at 14:25, Dominic Amann  wrote:

> Here is the demo "Company" in display - note that it is in CA (california
> state).
>
> And here when I click Update, the State field is empty, and I cannot
> select a state.
>
>
>
> On Mon, 26 Oct 2020 at 14:21, Dominic Amann 
> wrote:
>
>> Thanks Georg. I am looking at a _huge_ table of entities, 900+ references
>> to "Geo". I need to narrow it down but I don't really know what I am
>> looking for.
>>
>> I found this:
>>
>>
>>
>> On Mon, 26 Oct 2020 at 13:57, Dominic Amann 
>> wrote:
>>
>>> I can confirm that values were loaded from the relevant xml file for my
>>> country.
>>>
>>>  Beginning import from URL:
>>> file:/var/www/apache-ofbiz-17.12.04/framework/common
>>> /data/GeoData_CA.xml
>>> 2020-10-26 17:27:43,384 |main |EntitySaxReader
>>> |I|
>>>  Transaction Timeout set to 2 hours (7200 seconds)
>>> 2020-10-26 17:27:43,424 |main |EntitySaxReader
>>> |I|
>>>  Finished 26 values from
>>> file:/var/www/apache-ofbiz-17.12.04/framework/common/da
>>> ta/GeoData_CA.xml
>>>
>>> On Mon, 26 Oct 2020 at 13:25, Dominic Amann 
>>> wrote:
>>>
 Yes, the data is there (in XML). I guess I need to go poking around in
 the database to find out if it got into there during setup? Or
 perhaps check the pages of output during the "./gradlew loadAll " step...
 I'll do the latter first.

 On Mon, 26 Oct 2020 at 13:11, Jason RJ  wrote:

> Hi Dominic,
>
> Province data and similar locality data is part of the seed data and
> loaded from the /framework/common/data/Geo*.xml files you should be
> able
> to spot that being loaded in your initial setup log output. It's been
> a
> while since I've spun up a clean instance, but the data is certainly
> there so it's just not being loaded for some reason.
>
> Hope that helps,
>
> Jason
>
>
> On 26/10/2020 16:55, Dominic Amann wrote:
> > I am attempting to setup OFBiz for my business.
> >
> > I am a Linux developer of many years experience.
> >
> > I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
> > already use that for other software, and I would avoid duplication
> with
> > another database. I stretched this further by wanting to have no
> demo data.
> >
> > I found it very difficult to accomplish all this. Much more
> difficult than
> > I might have expected for a major apache project. However, I
> persevered,
> > and after a whole weekend of work, I got it working to a first
> order. I
> > have documented each step I took.
> >
> > HOWEVER:
> >
> > I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed
> for
> > Canada. There are no states listed for the USA. I don't know other
> > countries intimately, so I can't speak for them. As a result of being
> > incomplete, I cannot add addresses at all.
> >
> > I initially thought this must be because I did not use the demo
> data. So, I
> > repeated my work, but left the demo data in place. SAME PROBLEM.
> >
> > Then I thought that perhaps I should do the migration (to Mysql)
> AFTER
> > setting up the initial data. That was BROKEN and wouldn't complete on
> > import, and the resulting website wouldn't display properly.
> >
> > Then I thought it might be the database - perhaps it doesn't work
> with
> > mysql. I would just do the straightforward install, and work with
> that.
> > SAME PROBLEM.
> >
> > So here we are: 3 full days and I can't enter my first employee,
> even with
> > the simplest install with default settings.  Of course there is one
> > fundamental lesson here: never just believe that something works just
> > because it is from a reputable project that has been out there for
> years. I
> > should have known better.
> >
>


 --


 Dominic Amann

 M 416-270-4587

>>>
>>>
>>> --
>>>
>>>
>>> Dominic Amann
>>>
>>> M 416-270-4587
>>>
>>
>>
>> --
>>
>>
>> Dominic Amann
>>
>> M 416-270-4587
>>
>
>
> --
>
>
> Dominic Amann
>
> M 416-270-4587
>


-- 


Dominic Amann

M 416-270-4587


Re: Setup issues

2020-10-26 Thread Dominic Amann
Here is the demo "Company" in display - note that it is in CA (california
state).

And here when I click Update, the State field is empty, and I cannot select
a state.



On Mon, 26 Oct 2020 at 14:21, Dominic Amann  wrote:

> Thanks Georg. I am looking at a _huge_ table of entities, 900+ references
> to "Geo". I need to narrow it down but I don't really know what I am
> looking for.
>
> I found this:
>
>
>
> On Mon, 26 Oct 2020 at 13:57, Dominic Amann 
> wrote:
>
>> I can confirm that values were loaded from the relevant xml file for my
>> country.
>>
>>  Beginning import from URL:
>> file:/var/www/apache-ofbiz-17.12.04/framework/common
>> /data/GeoData_CA.xml
>> 2020-10-26 17:27:43,384 |main |EntitySaxReader
>> |I|
>>  Transaction Timeout set to 2 hours (7200 seconds)
>> 2020-10-26 17:27:43,424 |main |EntitySaxReader
>> |I|
>>  Finished 26 values from
>> file:/var/www/apache-ofbiz-17.12.04/framework/common/da
>> ta/GeoData_CA.xml
>>
>> On Mon, 26 Oct 2020 at 13:25, Dominic Amann 
>> wrote:
>>
>>> Yes, the data is there (in XML). I guess I need to go poking around in
>>> the database to find out if it got into there during setup? Or
>>> perhaps check the pages of output during the "./gradlew loadAll " step...
>>> I'll do the latter first.
>>>
>>> On Mon, 26 Oct 2020 at 13:11, Jason RJ  wrote:
>>>
 Hi Dominic,

 Province data and similar locality data is part of the seed data and
 loaded from the /framework/common/data/Geo*.xml files you should be
 able
 to spot that being loaded in your initial setup log output. It's been a
 while since I've spun up a clean instance, but the data is certainly
 there so it's just not being loaded for some reason.

 Hope that helps,

 Jason


 On 26/10/2020 16:55, Dominic Amann wrote:
 > I am attempting to setup OFBiz for my business.
 >
 > I am a Linux developer of many years experience.
 >
 > I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
 > already use that for other software, and I would avoid duplication
 with
 > another database. I stretched this further by wanting to have no demo
 data.
 >
 > I found it very difficult to accomplish all this. Much more difficult
 than
 > I might have expected for a major apache project. However, I
 persevered,
 > and after a whole weekend of work, I got it working to a first order.
 I
 > have documented each step I took.
 >
 > HOWEVER:
 >
 > I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed
 for
 > Canada. There are no states listed for the USA. I don't know other
 > countries intimately, so I can't speak for them. As a result of being
 > incomplete, I cannot add addresses at all.
 >
 > I initially thought this must be because I did not use the demo data.
 So, I
 > repeated my work, but left the demo data in place. SAME PROBLEM.
 >
 > Then I thought that perhaps I should do the migration (to Mysql) AFTER
 > setting up the initial data. That was BROKEN and wouldn't complete on
 > import, and the resulting website wouldn't display properly.
 >
 > Then I thought it might be the database - perhaps it doesn't work with
 > mysql. I would just do the straightforward install, and work with
 that.
 > SAME PROBLEM.
 >
 > So here we are: 3 full days and I can't enter my first employee, even
 with
 > the simplest install with default settings.  Of course there is one
 > fundamental lesson here: never just believe that something works just
 > because it is from a reputable project that has been out there for
 years. I
 > should have known better.
 >

>>>
>>>
>>> --
>>>
>>>
>>> Dominic Amann
>>>
>>> M 416-270-4587
>>>
>>
>>
>> --
>>
>>
>> Dominic Amann
>>
>> M 416-270-4587
>>
>
>
> --
>
>
> Dominic Amann
>
> M 416-270-4587
>


-- 


Dominic Amann

M 416-270-4587


Re: Setup issues

2020-10-26 Thread Dominic Amann
Thanks Georg. I am looking at a _huge_ table of entities, 900+ references
to "Geo". I need to narrow it down but I don't really know what I am
looking for.

I found this:



On Mon, 26 Oct 2020 at 13:57, Dominic Amann  wrote:

> I can confirm that values were loaded from the relevant xml file for my
> country.
>
>  Beginning import from URL:
> file:/var/www/apache-ofbiz-17.12.04/framework/common
> /data/GeoData_CA.xml
> 2020-10-26 17:27:43,384 |main |EntitySaxReader
>   |I|
>  Transaction Timeout set to 2 hours (7200 seconds)
> 2020-10-26 17:27:43,424 |main |EntitySaxReader
>   |I|
>  Finished 26 values from
> file:/var/www/apache-ofbiz-17.12.04/framework/common/da
> ta/GeoData_CA.xml
>
> On Mon, 26 Oct 2020 at 13:25, Dominic Amann 
> wrote:
>
>> Yes, the data is there (in XML). I guess I need to go poking around in
>> the database to find out if it got into there during setup? Or
>> perhaps check the pages of output during the "./gradlew loadAll " step...
>> I'll do the latter first.
>>
>> On Mon, 26 Oct 2020 at 13:11, Jason RJ  wrote:
>>
>>> Hi Dominic,
>>>
>>> Province data and similar locality data is part of the seed data and
>>> loaded from the /framework/common/data/Geo*.xml files you should be able
>>> to spot that being loaded in your initial setup log output. It's been a
>>> while since I've spun up a clean instance, but the data is certainly
>>> there so it's just not being loaded for some reason.
>>>
>>> Hope that helps,
>>>
>>> Jason
>>>
>>>
>>> On 26/10/2020 16:55, Dominic Amann wrote:
>>> > I am attempting to setup OFBiz for my business.
>>> >
>>> > I am a Linux developer of many years experience.
>>> >
>>> > I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
>>> > already use that for other software, and I would avoid duplication with
>>> > another database. I stretched this further by wanting to have no demo
>>> data.
>>> >
>>> > I found it very difficult to accomplish all this. Much more difficult
>>> than
>>> > I might have expected for a major apache project. However, I
>>> persevered,
>>> > and after a whole weekend of work, I got it working to a first order. I
>>> > have documented each step I took.
>>> >
>>> > HOWEVER:
>>> >
>>> > I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed for
>>> > Canada. There are no states listed for the USA. I don't know other
>>> > countries intimately, so I can't speak for them. As a result of being
>>> > incomplete, I cannot add addresses at all.
>>> >
>>> > I initially thought this must be because I did not use the demo data.
>>> So, I
>>> > repeated my work, but left the demo data in place. SAME PROBLEM.
>>> >
>>> > Then I thought that perhaps I should do the migration (to Mysql) AFTER
>>> > setting up the initial data. That was BROKEN and wouldn't complete on
>>> > import, and the resulting website wouldn't display properly.
>>> >
>>> > Then I thought it might be the database - perhaps it doesn't work with
>>> > mysql. I would just do the straightforward install, and work with that.
>>> > SAME PROBLEM.
>>> >
>>> > So here we are: 3 full days and I can't enter my first employee, even
>>> with
>>> > the simplest install with default settings.  Of course there is one
>>> > fundamental lesson here: never just believe that something works just
>>> > because it is from a reputable project that has been out there for
>>> years. I
>>> > should have known better.
>>> >
>>>
>>
>>
>> --
>>
>>
>> Dominic Amann
>>
>> M 416-270-4587
>>
>
>
> --
>
>
> Dominic Amann
>
> M 416-270-4587
>


-- 


Dominic Amann

M 416-270-4587


Re: Setup issues

2020-10-26 Thread Dominic Amann
I can confirm that values were loaded from the relevant xml file for my
country.

 Beginning import from URL:
file:/var/www/apache-ofbiz-17.12.04/framework/common
/data/GeoData_CA.xml
2020-10-26 17:27:43,384 |main |EntitySaxReader
  |I|
 Transaction Timeout set to 2 hours (7200 seconds)
2020-10-26 17:27:43,424 |main |EntitySaxReader
  |I|
 Finished 26 values from
file:/var/www/apache-ofbiz-17.12.04/framework/common/da
ta/GeoData_CA.xml

On Mon, 26 Oct 2020 at 13:25, Dominic Amann  wrote:

> Yes, the data is there (in XML). I guess I need to go poking around in the
> database to find out if it got into there during setup? Or perhaps check
> the pages of output during the "./gradlew loadAll " step... I'll do the
> latter first.
>
> On Mon, 26 Oct 2020 at 13:11, Jason RJ  wrote:
>
>> Hi Dominic,
>>
>> Province data and similar locality data is part of the seed data and
>> loaded from the /framework/common/data/Geo*.xml files you should be able
>> to spot that being loaded in your initial setup log output. It's been a
>> while since I've spun up a clean instance, but the data is certainly
>> there so it's just not being loaded for some reason.
>>
>> Hope that helps,
>>
>> Jason
>>
>>
>> On 26/10/2020 16:55, Dominic Amann wrote:
>> > I am attempting to setup OFBiz for my business.
>> >
>> > I am a Linux developer of many years experience.
>> >
>> > I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
>> > already use that for other software, and I would avoid duplication with
>> > another database. I stretched this further by wanting to have no demo
>> data.
>> >
>> > I found it very difficult to accomplish all this. Much more difficult
>> than
>> > I might have expected for a major apache project. However, I persevered,
>> > and after a whole weekend of work, I got it working to a first order. I
>> > have documented each step I took.
>> >
>> > HOWEVER:
>> >
>> > I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed for
>> > Canada. There are no states listed for the USA. I don't know other
>> > countries intimately, so I can't speak for them. As a result of being
>> > incomplete, I cannot add addresses at all.
>> >
>> > I initially thought this must be because I did not use the demo data.
>> So, I
>> > repeated my work, but left the demo data in place. SAME PROBLEM.
>> >
>> > Then I thought that perhaps I should do the migration (to Mysql) AFTER
>> > setting up the initial data. That was BROKEN and wouldn't complete on
>> > import, and the resulting website wouldn't display properly.
>> >
>> > Then I thought it might be the database - perhaps it doesn't work with
>> > mysql. I would just do the straightforward install, and work with that.
>> > SAME PROBLEM.
>> >
>> > So here we are: 3 full days and I can't enter my first employee, even
>> with
>> > the simplest install with default settings.  Of course there is one
>> > fundamental lesson here: never just believe that something works just
>> > because it is from a reputable project that has been out there for
>> years. I
>> > should have known better.
>> >
>>
>
>
> --
>
>
> Dominic Amann
>
> M 416-270-4587
>


-- 


Dominic Amann

M 416-270-4587


Re: Setup issues

2020-10-26 Thread Georg Potthast

You can use Webtools to see the data related to each entity in the database.

-Ursprüngliche Nachricht- 
From: Dominic Amann

Sent: Monday, October 26, 2020 6:25 PM
To: user@ofbiz.apache.org
Subject: Re: Setup issues

Yes, the data is there (in XML). I guess I need to go poking around in the
database to find out if it got into there during setup? Or perhaps check
the pages of output during the "./gradlew loadAll " step... I'll do the
latter first.

On Mon, 26 Oct 2020 at 13:11, Jason RJ  wrote:


Hi Dominic,

Province data and similar locality data is part of the seed data and
loaded from the /framework/common/data/Geo*.xml files you should be able
to spot that being loaded in your initial setup log output. It's been a
while since I've spun up a clean instance, but the data is certainly
there so it's just not being loaded for some reason.

Hope that helps,

Jason


On 26/10/2020 16:55, Dominic Amann wrote:
> I am attempting to setup OFBiz for my business.
>
> I am a Linux developer of many years experience.
>
> I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
> already use that for other software, and I would avoid duplication with
> another database. I stretched this further by wanting to have no demo
data.
>
> I found it very difficult to accomplish all this. Much more difficult
than
> I might have expected for a major apache project. However, I persevered,
> and after a whole weekend of work, I got it working to a first order. I
> have documented each step I took.
>
> HOWEVER:
>
> I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed for
> Canada. There are no states listed for the USA. I don't know other
> countries intimately, so I can't speak for them. As a result of being
> incomplete, I cannot add addresses at all.
>
> I initially thought this must be because I did not use the demo data.
So, I
> repeated my work, but left the demo data in place. SAME PROBLEM.
>
> Then I thought that perhaps I should do the migration (to Mysql) AFTER
> setting up the initial data. That was BROKEN and wouldn't complete on
> import, and the resulting website wouldn't display properly.
>
> Then I thought it might be the database - perhaps it doesn't work with
> mysql. I would just do the straightforward install, and work with that.
> SAME PROBLEM.
>
> So here we are: 3 full days and I can't enter my first employee, even
with
> the simplest install with default settings.  Of course there is one
> fundamental lesson here: never just believe that something works just
> because it is from a reputable project that has been out there for
years. I
> should have known better.
>




--


Dominic Amann

M 416-270-4587 



Re: Setup issues

2020-10-26 Thread Dominic Amann
Yes, the data is there (in XML). I guess I need to go poking around in the
database to find out if it got into there during setup? Or perhaps check
the pages of output during the "./gradlew loadAll " step... I'll do the
latter first.

On Mon, 26 Oct 2020 at 13:11, Jason RJ  wrote:

> Hi Dominic,
>
> Province data and similar locality data is part of the seed data and
> loaded from the /framework/common/data/Geo*.xml files you should be able
> to spot that being loaded in your initial setup log output. It's been a
> while since I've spun up a clean instance, but the data is certainly
> there so it's just not being loaded for some reason.
>
> Hope that helps,
>
> Jason
>
>
> On 26/10/2020 16:55, Dominic Amann wrote:
> > I am attempting to setup OFBiz for my business.
> >
> > I am a Linux developer of many years experience.
> >
> > I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
> > already use that for other software, and I would avoid duplication with
> > another database. I stretched this further by wanting to have no demo
> data.
> >
> > I found it very difficult to accomplish all this. Much more difficult
> than
> > I might have expected for a major apache project. However, I persevered,
> > and after a whole weekend of work, I got it working to a first order. I
> > have documented each step I took.
> >
> > HOWEVER:
> >
> > I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed for
> > Canada. There are no states listed for the USA. I don't know other
> > countries intimately, so I can't speak for them. As a result of being
> > incomplete, I cannot add addresses at all.
> >
> > I initially thought this must be because I did not use the demo data.
> So, I
> > repeated my work, but left the demo data in place. SAME PROBLEM.
> >
> > Then I thought that perhaps I should do the migration (to Mysql) AFTER
> > setting up the initial data. That was BROKEN and wouldn't complete on
> > import, and the resulting website wouldn't display properly.
> >
> > Then I thought it might be the database - perhaps it doesn't work with
> > mysql. I would just do the straightforward install, and work with that.
> > SAME PROBLEM.
> >
> > So here we are: 3 full days and I can't enter my first employee, even
> with
> > the simplest install with default settings.  Of course there is one
> > fundamental lesson here: never just believe that something works just
> > because it is from a reputable project that has been out there for
> years. I
> > should have known better.
> >
>


-- 


Dominic Amann

M 416-270-4587


Re: Setup issues

2020-10-26 Thread Jason RJ

Hi Dominic,

Province data and similar locality data is part of the seed data and 
loaded from the /framework/common/data/Geo*.xml files you should be able 
to spot that being loaded in your initial setup log output. It's been a 
while since I've spun up a clean instance, but the data is certainly 
there so it's just not being loaded for some reason.


Hope that helps,

Jason


On 26/10/2020 16:55, Dominic Amann wrote:

I am attempting to setup OFBiz for my business.

I am a Linux developer of many years experience.

I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
already use that for other software, and I would avoid duplication with
another database. I stretched this further by wanting to have no demo data.

I found it very difficult to accomplish all this. Much more difficult than
I might have expected for a major apache project. However, I persevered,
and after a whole weekend of work, I got it working to a first order. I
have documented each step I took.

HOWEVER:

I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed for
Canada. There are no states listed for the USA. I don't know other
countries intimately, so I can't speak for them. As a result of being
incomplete, I cannot add addresses at all.

I initially thought this must be because I did not use the demo data. So, I
repeated my work, but left the demo data in place. SAME PROBLEM.

Then I thought that perhaps I should do the migration (to Mysql) AFTER
setting up the initial data. That was BROKEN and wouldn't complete on
import, and the resulting website wouldn't display properly.

Then I thought it might be the database - perhaps it doesn't work with
mysql. I would just do the straightforward install, and work with that.
SAME PROBLEM.

So here we are: 3 full days and I can't enter my first employee, even with
the simplest install with default settings.  Of course there is one
fundamental lesson here: never just believe that something works just
because it is from a reputable project that has been out there for years. I
should have known better.



Setup issues

2020-10-26 Thread Dominic Amann
I am attempting to setup OFBiz for my business.

I am a Linux developer of many years experience.

I wanted a secure (SSL) setup, and I thought I would use Mariadb as I
already use that for other software, and I would avoid duplication with
another database. I stretched this further by wanting to have no demo data.

I found it very difficult to accomplish all this. Much more difficult than
I might have expected for a major apache project. However, I persevered,
and after a whole weekend of work, I got it working to a first order. I
have documented each step I took.

HOWEVER:

I CANNOT ADD A PARTY MAILING ADDRESS. There are no provinces listed for
Canada. There are no states listed for the USA. I don't know other
countries intimately, so I can't speak for them. As a result of being
incomplete, I cannot add addresses at all.

I initially thought this must be because I did not use the demo data. So, I
repeated my work, but left the demo data in place. SAME PROBLEM.

Then I thought that perhaps I should do the migration (to Mysql) AFTER
setting up the initial data. That was BROKEN and wouldn't complete on
import, and the resulting website wouldn't display properly.

Then I thought it might be the database - perhaps it doesn't work with
mysql. I would just do the straightforward install, and work with that.
SAME PROBLEM.

So here we are: 3 full days and I can't enter my first employee, even with
the simplest install with default settings.  Of course there is one
fundamental lesson here: never just believe that something works just
because it is from a reputable project that has been out there for years. I
should have known better.

-- 


Dominic Amann

M 416-270-4587


Re: New setup issues

2018-01-31 Thread Michael Brohl
Besides the wrong port: did you install the eCommerce plugin? It‘s not part of 
the standard OFBiz framework release.

Regards,
Michael 

Re: New setup issues

2018-01-31 Thread Wai
It should be https://localhost:8443/ecommerce



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Re: New setup issues

2018-01-31 Thread Taher Alkhateeb
Hello and welcome aboard, I hope you enjoy your journey.

The port is wrong. It's 8443 not 8334.

Cheers

On Feb 1, 2018 12:21 AM, "bryce"  wrote:

Hello all,

I am setting up a new install of Apache OFBiz for myself.  I followed all
the instructions.. download JDK, download OFBiz... installed... ran commands
to build.  When I go to the browser and enter
https://localhost:8334/ecommerce  I get "cannot reach site.

Any recommendations for this newbie?

Thanks in advance

Bryceson



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


New setup issues

2018-01-31 Thread bryce
Hello all,

I am setting up a new install of Apache OFBiz for myself.  I followed all
the instructions.. download JDK, download OFBiz... installed... ran commands
to build.  When I go to the browser and enter
https://localhost:8334/ecommerce  I get "cannot reach site.

Any recommendations for this newbie?

Thanks in advance

Bryceson



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


setup issues without demo data - only seed data

2008-10-21 Thread Jeremy Taylor

Hi,

I have been struggling to get a working configuration of opentaps/ofbiz using
the 1.0.2 download when not loading demo data. If I run the ant
run-install-seed command to populate the database, features do not work out of
the box. The OFBiz Basic Production Setup guide discusses loading only seed
data, however it does not seem to include enough information to configure all
features to work. I have not found a configuration document describing this,
but it seems like it would be common to want to start this way. Am I missing
something? Is there a better path to have a clean database without demo data?

I have gotten the initial store setup and catalog/categories populated. I can
see products on the ecommerce store front. If I click to view a product, I am
taken out of the store and back to the general ofbiz portal links. If I try to
add the product to the cart, the same thing happens. If I search the catalog,
same thing.

Obviously, there is some configuration that has not occurred that it needs for
those features to work, but I see no errors through the interface or in the
ofbiz.log or console.log.

Can anyone point out the issue here or point me in the direction of a path that
reaches the goal of a working setup without demo data?

Thanks much,

Jeremy



Re: setup issues without demo data - only seed data

2008-10-21 Thread BJ Freeman
where your using opentaps, with ofbiz it is in the hot-deploy.
I suggest you ask you question here
http://sourceforge.net/forum/?group_id=145855
if you take out opentaps then we can help here.

Jeremy Taylor sent the following on 10/21/2008 12:22 PM:
 Hi,
 
 I have been struggling to get a working configuration of opentaps/ofbiz using
 the 1.0.2 download when not loading demo data. If I run the ant
 run-install-seed command to populate the database, features do not work out 
 of
 the box. The OFBiz Basic Production Setup guide discusses loading only seed
 data, however it does not seem to include enough information to configure all
 features to work. I have not found a configuration document describing this,
 but it seems like it would be common to want to start this way. Am I missing
 something? Is there a better path to have a clean database without demo data?
 
 I have gotten the initial store setup and catalog/categories populated. I can
 see products on the ecommerce store front. If I click to view a product, I am
 taken out of the store and back to the general ofbiz portal links. If I try to
 add the product to the cart, the same thing happens. If I search the catalog,
 same thing.
 
 Obviously, there is some configuration that has not occurred that it needs for
 those features to work, but I see no errors through the interface or in the
 ofbiz.log or console.log.
 
 Can anyone point out the issue here or point me in the direction of a path 
 that
 reaches the goal of a working setup without demo data?
 
 Thanks much,
 
 Jeremy
 
 
 


Re: setup issues without demo data - only seed data

2008-10-21 Thread Ray
As BJ said you will need to approach the opentaps forum for more
specific help.

In general OFBiz terms seed data is just the basics for types and such,
it will not provide a fully functional catalog/ecommerce/facility
management system etc. The best approach is to take all the demo xml
files and go through them one at a time and modify/duplicate them and
remove the contents to suit your needs. You'll learn a lot about the
data structures and relationships and it's quite easy to decide on
removing some data i.e. Product / is obviously a product you may
not want where as you will need to load some catalogue payment types to
get check out working.

If you export your existing database to individual entity named xml
files you can also quickly compare what you may not have set up when
looking through the demo xml files.

Ray


Jeremy Taylor wrote:
 Hi,
 
 I have been struggling to get a working configuration of opentaps/ofbiz using
 the 1.0.2 download when not loading demo data. If I run the ant
 run-install-seed command to populate the database, features do not work out 
 of
 the box. The OFBiz Basic Production Setup guide discusses loading only seed
 data, however it does not seem to include enough information to configure all
 features to work. I have not found a configuration document describing this,
 but it seems like it would be common to want to start this way. Am I missing
 something? Is there a better path to have a clean database without demo data?
 
 I have gotten the initial store setup and catalog/categories populated. I can
 see products on the ecommerce store front. If I click to view a product, I am
 taken out of the store and back to the general ofbiz portal links. If I try to
 add the product to the cart, the same thing happens. If I search the catalog,
 same thing.
 
 Obviously, there is some configuration that has not occurred that it needs for
 those features to work, but I see no errors through the interface or in the
 ofbiz.log or console.log.
 
 Can anyone point out the issue here or point me in the direction of a path 
 that
 reaches the goal of a working setup without demo data?
 
 Thanks much,
 
 Jeremy