Re: OFBiz setup process can't be completed

2016-10-11 Thread Scott Gray
> I hope the committer who introduced this feature will take care of the
rest. Else maybe we should remove it...

Jacques I think you've been around long enough to know that a committer's
responsibility to a contribution doesn't extend to years of support.  If I
found a bug in your tarpit/ProtectedView code I wouldn't suddenly expect
you to fix it nor would I threaten to remove it.

Regards
Scott

On 7 October 2016 at 08:07, Jacques Le Roux 
wrote:

> Good, then I have no ideas and you should create a Jira and attach your
> stack trace
>
> If you don't know how it works you might read
> https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+
> Contributors+Best+Practices
>
> I hope the committer who introduced this feature will take care of the
> rest. Else maybe we should remove it...
>
> Thanks
>
> Jacques
>
>
>
> Le 06/10/2016 à 13:04, Tom Truks a écrit :
>
>> Hi Jacques,
>>
>> OFBiz is alreadyrunningwithoutdemo data. I started it with:
>>
>> "ant load-extseed && ant create-admin-user-login -DuserLoginId=admin &&
>> ant start"
>>
>> Best regards,
>>
>> Tom
>>
>>
>>
>> Am 06.10.2016 um 11:22 schrieb Jacques Le Roux:
>>
>>> Hi Tom,
>>>
>>> First thing to be sure about you *must* not load the demo data, only the
>>> seed and seed-initial. Run "ant -p" at OFBiz root if you don't know how to
>>> do that.
>>>
>>> That's why it can't work on demos: we load, err, demo data there ;)
>>>
>>> Thanks for your interest in OFBiz, don't give up
>>>
>>> Jacques
>>>
>>>
>>> Le 06/10/2016 à 08:14, Tom Truks a écrit :
>>>
 Hi everybody,
 I'm working with OFBiz for over 2 months, read many books and I have a
 problem with the setup process, which can't be completed. (ends with stack
 trace)
 I find the same error in the official Apache virtual machine. (by
 pressing the button "SET TO COMPLETE")
 Under the following link: https://ofbiz-vm2.apache.org:8
 443/ofbizsetup/control/OrganizationToComplete

 Can anyone help me to fix this? I work with version 13.07. Which
 version do you recommend?

 Best regards,
 Tom Truks


>>>
>>
>>
>


Re: Blank DB

2016-10-11 Thread Scott Gray
Another possible option (which I've never tried), is to use the multi
tenancy functionality to allow two different sets of data without needing
to restart OFBiz or run multiple instances.

Regards
Scott

On 12 October 2016 at 07:40, Craig Parker  wrote:

> I was initially thinking of having two xml files (test.xml and clean.xml)
> with appropriate settings in each, and just running cat test.xml >
> entityengine.xml (or cat clean.xml --whicever one I'm going to run) but
> will this mean I have to sit for a few minutes after each switch while
> OFBiz loads? Not sure if this is a better or worse idea than two instances
> of OFBiz running. Six of one, a half-dozen of the other?
>
>
>
> On 10/10/2016 11:35 PM, Taher Alkhateeb wrote:
>
>> Hi Craig,
>>
>> Take a look at the data loading tasks in README.md as it shows you
>> different data loading scenarios for different environments.
>>
>> You can switch between two databases, but not the way you might recognize
>> it in Ruby on Rails or so. If the two databases are both embedded (Derby)
>> then you have to switch their folders manually in between restarts. If
>> they
>> are standalone like postgres then you have to update entityengine.xml in
>> between restarts.
>>
>> I hope that helps, good luck OFBizzing.
>>
>> Taher Alkhateeb
>>
>> On Oct 11, 2016 6:21 AM, "Craig Parker"  wrote:
>>
>> Is there a doc somewhere on starting with a fresh DB? I'm still tooling
>>> with the data that comes with a default install, but I'm going to want
>>> another "squeaky clean" DB to be playing with also.
>>>
>>> There's nothing saying I can't have two instances of ofbiz running on the
>>> same server is there, or is there a better way to swap back and forth
>>> between the "test" DB that I'm currently running and what will eventually
>>> be my live DB in a hurry?
>>>
>>>
>>>
>


Re: Blank DB

2016-10-11 Thread Craig Parker
I was initially thinking of having two xml files (test.xml and 
clean.xml) with appropriate settings in each, and just running cat 
test.xml > entityengine.xml (or cat clean.xml --whicever one I'm going 
to run) but will this mean I have to sit for a few minutes after each 
switch while OFBiz loads? Not sure if this is a better or worse idea 
than two instances of OFBiz running. Six of one, a half-dozen of the other?



On 10/10/2016 11:35 PM, Taher Alkhateeb wrote:

Hi Craig,

Take a look at the data loading tasks in README.md as it shows you
different data loading scenarios for different environments.

You can switch between two databases, but not the way you might recognize
it in Ruby on Rails or so. If the two databases are both embedded (Derby)
then you have to switch their folders manually in between restarts. If they
are standalone like postgres then you have to update entityengine.xml in
between restarts.

I hope that helps, good luck OFBizzing.

Taher Alkhateeb

On Oct 11, 2016 6:21 AM, "Craig Parker"  wrote:


Is there a doc somewhere on starting with a fresh DB? I'm still tooling
with the data that comes with a default install, but I'm going to want
another "squeaky clean" DB to be playing with also.

There's nothing saying I can't have two instances of ofbiz running on the
same server is there, or is there a better way to swap back and forth
between the "test" DB that I'm currently running and what will eventually
be my live DB in a hurry?






Re: Hey, Why don't you remove me from mailing list. Please Remove me from mailing list.

2016-10-11 Thread Jacques Le Roux

Depends on what you emailed did you follow 
http://ofbiz.apache.org/mailing-lists.html ?

Jacques


Le 11/10/2016 à 09:32, Eric Valencia a écrit :

I have already Emailed but with no result





<http://www.incredimail.com/app/?tag=IM2_Default_Stamp_EN=509=9=10500=2672,201106231034,1125,1,2102001585645483639=161909076_test_id=0=20161011> 



--
Avast logo 
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=emailclient>
  

This email has been checked for viruses by Avast antivirus software.
www.avast.com 
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=emailclient>






Hey, Why don't you remove me from mailing list. Please Remove me from mailing list.

2016-10-11 Thread Eric Valencia
I have already Emailed but with no result

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Re: OFBiz setup process can't be completed

2016-10-11 Thread Pierre Smits
I confirm that the issue exists also on 15.12.

Best regards,

Pierre Smits

ORRTIZ.COM 
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Thu, Oct 6, 2016 at 9:07 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Good, then I have no ideas and you should create a Jira and attach your
> stack trace
>
> If you don't know how it works you might read
> https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+
> Contributors+Best+Practices
>
> I hope the committer who introduced this feature will take care of the
> rest. Else maybe we should remove it...
>
> Thanks
>
> Jacques
>
>
>
> Le 06/10/2016 à 13:04, Tom Truks a écrit :
>
>> Hi Jacques,
>>
>> OFBiz is alreadyrunningwithoutdemo data. I started it with:
>>
>> "ant load-extseed && ant create-admin-user-login -DuserLoginId=admin &&
>> ant start"
>>
>> Best regards,
>>
>> Tom
>>
>>
>>
>> Am 06.10.2016 um 11:22 schrieb Jacques Le Roux:
>>
>>> Hi Tom,
>>>
>>> First thing to be sure about you *must* not load the demo data, only the
>>> seed and seed-initial. Run "ant -p" at OFBiz root if you don't know how to
>>> do that.
>>>
>>> That's why it can't work on demos: we load, err, demo data there ;)
>>>
>>> Thanks for your interest in OFBiz, don't give up
>>>
>>> Jacques
>>>
>>>
>>> Le 06/10/2016 à 08:14, Tom Truks a écrit :
>>>
 Hi everybody,
 I'm working with OFBiz for over 2 months, read many books and I have a
 problem with the setup process, which can't be completed. (ends with stack
 trace)
 I find the same error in the official Apache virtual machine. (by
 pressing the button "SET TO COMPLETE")
 Under the following link: https://ofbiz-vm2.apache.org:8
 443/ofbizsetup/control/OrganizationToComplete

 Can anyone help me to fix this? I work with version 13.07. Which
 version do you recommend?

 Best regards,
 Tom Truks


>>>
>>
>>
>