DERBY_HOME and GERONIMO_HOME not found

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

DERBY_HOME and GERONIMO_HOME not found

Davide Ciofetti
Windows 7 Ultimate 64bit, jdk1.7_71

I noticed this messages during start ("ant start"):

     [java] Warning : Module classpath component '"C:\Program
Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be ignored...
     [java] Warning : Module classpath component 'C:\Windows\Sun\Java\bin'
is not valid and will be ignored...
     [java] Warning : Module classpath component '%DERBY_HOME%\bin' is not
valid and will be ignored...
     [java] Warning : Module classpath component '%GERONIMO_HOME%\bin' is
not valid and will be ignored...

what does it mean? I have to install a derby and geronimo servers?
I searched for any similar issue but I didn't find nothing
database seems not to work: no preloaded data and no possible operations in
the app:


   - language change works
   - menù navigation works
   - it doesn't work, for example, "Manufactoring -> jobshop -> create a
   production run -> address book icon": connection timeout appears

moreover https certification fails...i think I need to read the
documentation for this.

primarily I need to solve the first problem.

Thank you

Davide
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Jacques Le Roux
Administrator
Le 05/01/2015 17:45, Davide Ciofetti a écrit :

> Windows 7 Ultimate 64bit, jdk1.7_71
>
> I noticed this messages during start ("ant start"):
>
>       [java] Warning : Module classpath component '"C:\Program
> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be ignored...
>       [java] Warning : Module classpath component 'C:\Windows\Sun\Java\bin'
> is not valid and will be ignored...
>       [java] Warning : Module classpath component '%DERBY_HOME%\bin' is not
> valid and will be ignored...
>       [java] Warning : Module classpath component '%GERONIMO_HOME%\bin' is
> not valid and will be ignored...
>
> what does it mean? I have to install a derby and geronimo servers?

As you noticed those are only warnings, nothing harmful, more information for you to clean things

> I searched for any similar issue but I didn't find nothing
> database seems not to work: no preloaded data and no possible operations in
> the app:

If your DB had no data you could not do what you did below, OFBiz totally relies on its Entity Engine which itself needs a working DB

>     - language change works
>     - menù navigation works
>     - it doesn't work, for example, "Manufactoring -> jobshop -> create a
>     production run -> address book icon": connection timeout appears
>
> moreover https certification fails...i think I need to read the
> documentation for this.

I confirm you need to :D You can start here http://ofbiz.apache.org/documentation.html

Jacques

>
> primarily I need to solve the first problem.
>
> Thank you
>
> Davide
>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Davide Ciofetti
"If your DB had no data you could not do what you did below, OFBiz totally
relies on its Entity Engine which itself needs a working DB"

I executed an "ant load-demo" command before to start ofbiz using ant
start: isn't it the right command to fill up the data base with demo data?

then I would like to point out that when I click on an address book button
(for example), ofbiz alerts me about a connection timeout (alerted in less
than 2 seconds... this let me think about connection absence)

I would like in any case thank the developers community and you guys
replying here: you let me use a (hopefully) great and supported erp
software.
I often write here because I'm anxious to use it and because seeing the
download page seems that it needs 3 steps to let this software to run, when
in fact could happen issues that leave you locked for days if you don't
know where to put the hands (like me) and this make me too lost.

anyway I will read carefully the documentation you passed me as a link
On Jan 5, 2015 7:06 PM, "Jacques Le Roux" <[hidden email]>
wrote:

> Le 05/01/2015 17:45, Davide Ciofetti a écrit :
>
>> Windows 7 Ultimate 64bit, jdk1.7_71
>>
>> I noticed this messages during start ("ant start"):
>>
>>       [java] Warning : Module classpath component '"C:\Program
>> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
>> ignored...
>>       [java] Warning : Module classpath component
>> 'C:\Windows\Sun\Java\bin'
>> is not valid and will be ignored...
>>       [java] Warning : Module classpath component '%DERBY_HOME%\bin' is
>> not
>> valid and will be ignored...
>>       [java] Warning : Module classpath component '%GERONIMO_HOME%\bin' is
>> not valid and will be ignored...
>>
>> what does it mean? I have to install a derby and geronimo servers?
>>
>
> As you noticed those are only warnings, nothing harmful, more information
> for you to clean things
>
>  I searched for any similar issue but I didn't find nothing
>> database seems not to work: no preloaded data and no possible operations
>> in
>> the app:
>>
>
> If your DB had no data you could not do what you did below, OFBiz totally
> relies on its Entity Engine which itself needs a working DB
>
>      - language change works
>>     - menù navigation works
>>     - it doesn't work, for example, "Manufactoring -> jobshop -> create a
>>     production run -> address book icon": connection timeout appears
>>
>> moreover https certification fails...i think I need to read the
>> documentation for this.
>>
>
> I confirm you need to :D You can start here http://ofbiz.apache.org/
> documentation.html
>
> Jacques
>
>
>> primarily I need to solve the first problem.
>>
>> Thank you
>>
>> Davide
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Pierre Smits
Hi Davide,

No worries. This community and this mailing list exist to help you with any
questions regarding OFBiz.

Regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Wed, Jan 7, 2015 at 1:59 AM, Davide Ciofetti <[hidden email]>
wrote:

> "If your DB had no data you could not do what you did below, OFBiz totally
> relies on its Entity Engine which itself needs a working DB"
>
> I executed an "ant load-demo" command before to start ofbiz using ant
> start: isn't it the right command to fill up the data base with demo data?
>
> then I would like to point out that when I click on an address book button
> (for example), ofbiz alerts me about a connection timeout (alerted in less
> than 2 seconds... this let me think about connection absence)
>
> I would like in any case thank the developers community and you guys
> replying here: you let me use a (hopefully) great and supported erp
> software.
> I often write here because I'm anxious to use it and because seeing the
> download page seems that it needs 3 steps to let this software to run, when
> in fact could happen issues that leave you locked for days if you don't
> know where to put the hands (like me) and this make me too lost.
>
> anyway I will read carefully the documentation you passed me as a link
> On Jan 5, 2015 7:06 PM, "Jacques Le Roux" <[hidden email]>
> wrote:
>
> > Le 05/01/2015 17:45, Davide Ciofetti a écrit :
> >
> >> Windows 7 Ultimate 64bit, jdk1.7_71
> >>
> >> I noticed this messages during start ("ant start"):
> >>
> >>       [java] Warning : Module classpath component '"C:\Program
> >> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
> >> ignored...
> >>       [java] Warning : Module classpath component
> >> 'C:\Windows\Sun\Java\bin'
> >> is not valid and will be ignored...
> >>       [java] Warning : Module classpath component '%DERBY_HOME%\bin' is
> >> not
> >> valid and will be ignored...
> >>       [java] Warning : Module classpath component '%GERONIMO_HOME%\bin'
> is
> >> not valid and will be ignored...
> >>
> >> what does it mean? I have to install a derby and geronimo servers?
> >>
> >
> > As you noticed those are only warnings, nothing harmful, more information
> > for you to clean things
> >
> >  I searched for any similar issue but I didn't find nothing
> >> database seems not to work: no preloaded data and no possible operations
> >> in
> >> the app:
> >>
> >
> > If your DB had no data you could not do what you did below, OFBiz totally
> > relies on its Entity Engine which itself needs a working DB
> >
> >      - language change works
> >>     - menù navigation works
> >>     - it doesn't work, for example, "Manufactoring -> jobshop -> create
> a
> >>     production run -> address book icon": connection timeout appears
> >>
> >> moreover https certification fails...i think I need to read the
> >> documentation for this.
> >>
> >
> > I confirm you need to :D You can start here http://ofbiz.apache.org/
> > documentation.html
> >
> > Jacques
> >
> >
> >> primarily I need to solve the first problem.
> >>
> >> Thank you
> >>
> >> Davide
> >>
> >>
>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Jacques Le Roux
Administrator
In reply to this post by Davide Ciofetti

Le 07/01/2015 01:59, Davide Ciofetti a écrit :
> "If your DB had no data you could not do what you did below, OFBiz totally
> relies on its Entity Engine which itself needs a working DB"
>
> I executed an "ant load-demo" command before to start ofbiz using ant
> start: isn't it the right command to fill up the data base with demo data?

That's good
> then I would like to point out that when I click on an address book button
> (for example), ofbiz alerts me about a connection timeout (alerted in less
> than 2 seconds... this let me think about connection absence)

<<when I click on an address book button>> please clarify by clear steps in OFBiz UI

Jacques

> I would like in any case thank the developers community and you guys
> replying here: you let me use a (hopefully) great and supported erp
> software.
> I often write here because I'm anxious to use it and because seeing the
> download page seems that it needs 3 steps to let this software to run, when
> in fact could happen issues that leave you locked for days if you don't
> know where to put the hands (like me) and this make me too lost.
>
> anyway I will read carefully the documentation you passed me as a link
> On Jan 5, 2015 7:06 PM, "Jacques Le Roux" <[hidden email]>
> wrote:
>
>> Le 05/01/2015 17:45, Davide Ciofetti a écrit :
>>
>>> Windows 7 Ultimate 64bit, jdk1.7_71
>>>
>>> I noticed this messages during start ("ant start"):
>>>
>>>        [java] Warning : Module classpath component '"C:\Program
>>> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
>>> ignored...
>>>        [java] Warning : Module classpath component
>>> 'C:\Windows\Sun\Java\bin'
>>> is not valid and will be ignored...
>>>        [java] Warning : Module classpath component '%DERBY_HOME%\bin' is
>>> not
>>> valid and will be ignored...
>>>        [java] Warning : Module classpath component '%GERONIMO_HOME%\bin' is
>>> not valid and will be ignored...
>>>
>>> what does it mean? I have to install a derby and geronimo servers?
>>>
>> As you noticed those are only warnings, nothing harmful, more information
>> for you to clean things
>>
>>   I searched for any similar issue but I didn't find nothing
>>> database seems not to work: no preloaded data and no possible operations
>>> in
>>> the app:
>>>
>> If your DB had no data you could not do what you did below, OFBiz totally
>> relies on its Entity Engine which itself needs a working DB
>>
>>       - language change works
>>>      - menù navigation works
>>>      - it doesn't work, for example, "Manufactoring -> jobshop -> create a
>>>      production run -> address book icon": connection timeout appears
>>>
>>> moreover https certification fails...i think I need to read the
>>> documentation for this.
>>>
>> I confirm you need to :D You can start here http://ofbiz.apache.org/
>> documentation.html
>>
>> Jacques
>>
>>
>>> primarily I need to solve the first problem.
>>>
>>> Thank you
>>>
>>> Davide
>>>
>>>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Davide Ciofetti
as I wrote in my first email,


   - it doesn't work, for example, "Manufactoring -> jobshop -> create a
   production run -> address book icon": connection timeout appears



2015-01-07 15:58 GMT+01:00 Jacques Le Roux <[hidden email]>:

>
> Le 07/01/2015 01:59, Davide Ciofetti a écrit :
>
>> "If your DB had no data you could not do what you did below, OFBiz totally
>> relies on its Entity Engine which itself needs a working DB"
>>
>> I executed an "ant load-demo" command before to start ofbiz using ant
>> start: isn't it the right command to fill up the data base with demo data?
>>
>
> That's good
>
>> then I would like to point out that when I click on an address book button
>> (for example), ofbiz alerts me about a connection timeout (alerted in less
>> than 2 seconds... this let me think about connection absence)
>>
>
> <<when I click on an address book button>> please clarify by clear steps
> in OFBiz UI
>
> Jacques
>
>
>  I would like in any case thank the developers community and you guys
>> replying here: you let me use a (hopefully) great and supported erp
>> software.
>> I often write here because I'm anxious to use it and because seeing the
>> download page seems that it needs 3 steps to let this software to run,
>> when
>> in fact could happen issues that leave you locked for days if you don't
>> know where to put the hands (like me) and this make me too lost.
>>
>> anyway I will read carefully the documentation you passed me as a link
>> On Jan 5, 2015 7:06 PM, "Jacques Le Roux" <[hidden email]>
>> wrote:
>>
>>  Le 05/01/2015 17:45, Davide Ciofetti a écrit :
>>>
>>>  Windows 7 Ultimate 64bit, jdk1.7_71
>>>>
>>>> I noticed this messages during start ("ant start"):
>>>>
>>>>        [java] Warning : Module classpath component '"C:\Program
>>>> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
>>>> ignored...
>>>>        [java] Warning : Module classpath component
>>>> 'C:\Windows\Sun\Java\bin'
>>>> is not valid and will be ignored...
>>>>        [java] Warning : Module classpath component '%DERBY_HOME%\bin' is
>>>> not
>>>> valid and will be ignored...
>>>>        [java] Warning : Module classpath component
>>>> '%GERONIMO_HOME%\bin' is
>>>> not valid and will be ignored...
>>>>
>>>> what does it mean? I have to install a derby and geronimo servers?
>>>>
>>>>  As you noticed those are only warnings, nothing harmful, more
>>> information
>>> for you to clean things
>>>
>>>   I searched for any similar issue but I didn't find nothing
>>>
>>>> database seems not to work: no preloaded data and no possible operations
>>>> in
>>>> the app:
>>>>
>>>>  If your DB had no data you could not do what you did below, OFBiz
>>> totally
>>> relies on its Entity Engine which itself needs a working DB
>>>
>>>       - language change works
>>>
>>>>      - menù navigation works
>>>>      - it doesn't work, for example, "Manufactoring -> jobshop ->
>>>> create a
>>>>      production run -> address book icon": connection timeout appears
>>>>
>>>> moreover https certification fails...i think I need to read the
>>>> documentation for this.
>>>>
>>>>  I confirm you need to :D You can start here http://ofbiz.apache.org/
>>> documentation.html
>>>
>>> Jacques
>>>
>>>
>>>  primarily I need to solve the first problem.
>>>>
>>>> Thank you
>>>>
>>>> Davide
>>>>
>>>>
>>>>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Jacques Le Roux
Administrator

Le 07/01/2015 20:39, Davide Ciofetti a écrit :
> as I wrote in my first email,
>
>
>     - it doesn't work, for example, "Manufactoring -> jobshop -> create a
>     production run -> address book icon": connection timeout appears

Not sure about what you call "address book icon"


Could you reproduce at http://demo-stable-ofbiz.apache.org/manufacturing/control/createProductionRun which runs the R13.01 branch ? (cred: admin/ofbiz)

Jacques

>
>
>
> 2015-01-07 15:58 GMT+01:00 Jacques Le Roux <[hidden email]>:
>
>> Le 07/01/2015 01:59, Davide Ciofetti a écrit :
>>
>>> "If your DB had no data you could not do what you did below, OFBiz totally
>>> relies on its Entity Engine which itself needs a working DB"
>>>
>>> I executed an "ant load-demo" command before to start ofbiz using ant
>>> start: isn't it the right command to fill up the data base with demo data?
>>>
>> That's good
>>
>>> then I would like to point out that when I click on an address book button
>>> (for example), ofbiz alerts me about a connection timeout (alerted in less
>>> than 2 seconds... this let me think about connection absence)
>>>
>> <<when I click on an address book button>> please clarify by clear steps
>> in OFBiz UI
>>
>> Jacques
>>
>>
>>   I would like in any case thank the developers community and you guys
>>> replying here: you let me use a (hopefully) great and supported erp
>>> software.
>>> I often write here because I'm anxious to use it and because seeing the
>>> download page seems that it needs 3 steps to let this software to run,
>>> when
>>> in fact could happen issues that leave you locked for days if you don't
>>> know where to put the hands (like me) and this make me too lost.
>>>
>>> anyway I will read carefully the documentation you passed me as a link
>>> On Jan 5, 2015 7:06 PM, "Jacques Le Roux" <[hidden email]>
>>> wrote:
>>>
>>>   Le 05/01/2015 17:45, Davide Ciofetti a écrit :
>>>>   Windows 7 Ultimate 64bit, jdk1.7_71
>>>>> I noticed this messages during start ("ant start"):
>>>>>
>>>>>         [java] Warning : Module classpath component '"C:\Program
>>>>> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
>>>>> ignored...
>>>>>         [java] Warning : Module classpath component
>>>>> 'C:\Windows\Sun\Java\bin'
>>>>> is not valid and will be ignored...
>>>>>         [java] Warning : Module classpath component '%DERBY_HOME%\bin' is
>>>>> not
>>>>> valid and will be ignored...
>>>>>         [java] Warning : Module classpath component
>>>>> '%GERONIMO_HOME%\bin' is
>>>>> not valid and will be ignored...
>>>>>
>>>>> what does it mean? I have to install a derby and geronimo servers?
>>>>>
>>>>>   As you noticed those are only warnings, nothing harmful, more
>>>> information
>>>> for you to clean things
>>>>
>>>>    I searched for any similar issue but I didn't find nothing
>>>>
>>>>> database seems not to work: no preloaded data and no possible operations
>>>>> in
>>>>> the app:
>>>>>
>>>>>   If your DB had no data you could not do what you did below, OFBiz
>>>> totally
>>>> relies on its Entity Engine which itself needs a working DB
>>>>
>>>>        - language change works
>>>>
>>>>>       - menù navigation works
>>>>>       - it doesn't work, for example, "Manufactoring -> jobshop ->
>>>>> create a
>>>>>       production run -> address book icon": connection timeout appears
>>>>>
>>>>> moreover https certification fails...i think I need to read the
>>>>> documentation for this.
>>>>>
>>>>>   I confirm you need to :D You can start here http://ofbiz.apache.org/
>>>> documentation.html
>>>>
>>>> Jacques
>>>>
>>>>
>>>>   primarily I need to solve the first problem.
>>>>> Thank you
>>>>>
>>>>> Davide
>>>>>
>>>>>
>>>>>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Adrian Crum-3
He must be referring to the lookup icons.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 1/7/2015 1:01 PM, Jacques Le Roux wrote:

>
> Le 07/01/2015 20:39, Davide Ciofetti a écrit :
>> as I wrote in my first email,
>>
>>
>>     - it doesn't work, for example, "Manufactoring -> jobshop -> create a
>>     production run -> address book icon": connection timeout appears
>
> Not sure about what you call "address book icon"
>
>
> Could you reproduce at
> http://demo-stable-ofbiz.apache.org/manufacturing/control/createProductionRun
> which runs the R13.01 branch ? (cred: admin/ofbiz)
>
> Jacques
>
>>
>>
>>
>> 2015-01-07 15:58 GMT+01:00 Jacques Le Roux
>> <[hidden email]>:
>>
>>> Le 07/01/2015 01:59, Davide Ciofetti a écrit :
>>>
>>>> "If your DB had no data you could not do what you did below, OFBiz
>>>> totally
>>>> relies on its Entity Engine which itself needs a working DB"
>>>>
>>>> I executed an "ant load-demo" command before to start ofbiz using ant
>>>> start: isn't it the right command to fill up the data base with demo
>>>> data?
>>>>
>>> That's good
>>>
>>>> then I would like to point out that when I click on an address book
>>>> button
>>>> (for example), ofbiz alerts me about a connection timeout (alerted
>>>> in less
>>>> than 2 seconds... this let me think about connection absence)
>>>>
>>> <<when I click on an address book button>> please clarify by clear steps
>>> in OFBiz UI
>>>
>>> Jacques
>>>
>>>
>>>   I would like in any case thank the developers community and you guys
>>>> replying here: you let me use a (hopefully) great and supported erp
>>>> software.
>>>> I often write here because I'm anxious to use it and because seeing the
>>>> download page seems that it needs 3 steps to let this software to run,
>>>> when
>>>> in fact could happen issues that leave you locked for days if you don't
>>>> know where to put the hands (like me) and this make me too lost.
>>>>
>>>> anyway I will read carefully the documentation you passed me as a link
>>>> On Jan 5, 2015 7:06 PM, "Jacques Le Roux"
>>>> <[hidden email]>
>>>> wrote:
>>>>
>>>>   Le 05/01/2015 17:45, Davide Ciofetti a écrit :
>>>>>   Windows 7 Ultimate 64bit, jdk1.7_71
>>>>>> I noticed this messages during start ("ant start"):
>>>>>>
>>>>>>         [java] Warning : Module classpath component '"C:\Program
>>>>>> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
>>>>>> ignored...
>>>>>>         [java] Warning : Module classpath component
>>>>>> 'C:\Windows\Sun\Java\bin'
>>>>>> is not valid and will be ignored...
>>>>>>         [java] Warning : Module classpath component
>>>>>> '%DERBY_HOME%\bin' is
>>>>>> not
>>>>>> valid and will be ignored...
>>>>>>         [java] Warning : Module classpath component
>>>>>> '%GERONIMO_HOME%\bin' is
>>>>>> not valid and will be ignored...
>>>>>>
>>>>>> what does it mean? I have to install a derby and geronimo servers?
>>>>>>
>>>>>>   As you noticed those are only warnings, nothing harmful, more
>>>>> information
>>>>> for you to clean things
>>>>>
>>>>>    I searched for any similar issue but I didn't find nothing
>>>>>
>>>>>> database seems not to work: no preloaded data and no possible
>>>>>> operations
>>>>>> in
>>>>>> the app:
>>>>>>
>>>>>>   If your DB had no data you could not do what you did below, OFBiz
>>>>> totally
>>>>> relies on its Entity Engine which itself needs a working DB
>>>>>
>>>>>        - language change works
>>>>>
>>>>>>       - menù navigation works
>>>>>>       - it doesn't work, for example, "Manufactoring -> jobshop ->
>>>>>> create a
>>>>>>       production run -> address book icon": connection timeout
>>>>>> appears
>>>>>>
>>>>>> moreover https certification fails...i think I need to read the
>>>>>> documentation for this.
>>>>>>
>>>>>>   I confirm you need to :D You can start here
>>>>>> http://ofbiz.apache.org/
>>>>> documentation.html
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>   primarily I need to solve the first problem.
>>>>>> Thank you
>>>>>>
>>>>>> Davide
>>>>>>
>>>>>>
>>>>>>
Reply | Threaded
Open this post in threaded view
|

Re: DERBY_HOME and GERONIMO_HOME not found

Jacques Le Roux
Administrator
Yes I thought so, but got no issues with stable demo

Jacques


Le 07/01/2015 22:46, Adrian Crum a écrit :

> He must be referring to the lookup icons.
>
> Adrian Crum
> Sandglass Software
> www.sandglass-software.com
>
> On 1/7/2015 1:01 PM, Jacques Le Roux wrote:
>>
>> Le 07/01/2015 20:39, Davide Ciofetti a écrit :
>>> as I wrote in my first email,
>>>
>>>
>>>     - it doesn't work, for example, "Manufactoring -> jobshop -> create a
>>>     production run -> address book icon": connection timeout appears
>>
>> Not sure about what you call "address book icon"
>>
>>
>> Could you reproduce at
>> http://demo-stable-ofbiz.apache.org/manufacturing/control/createProductionRun
>> which runs the R13.01 branch ? (cred: admin/ofbiz)
>>
>> Jacques
>>
>>>
>>>
>>>
>>> 2015-01-07 15:58 GMT+01:00 Jacques Le Roux
>>> <[hidden email]>:
>>>
>>>> Le 07/01/2015 01:59, Davide Ciofetti a écrit :
>>>>
>>>>> "If your DB had no data you could not do what you did below, OFBiz
>>>>> totally
>>>>> relies on its Entity Engine which itself needs a working DB"
>>>>>
>>>>> I executed an "ant load-demo" command before to start ofbiz using ant
>>>>> start: isn't it the right command to fill up the data base with demo
>>>>> data?
>>>>>
>>>> That's good
>>>>
>>>>> then I would like to point out that when I click on an address book
>>>>> button
>>>>> (for example), ofbiz alerts me about a connection timeout (alerted
>>>>> in less
>>>>> than 2 seconds... this let me think about connection absence)
>>>>>
>>>> <<when I click on an address book button>> please clarify by clear steps
>>>> in OFBiz UI
>>>>
>>>> Jacques
>>>>
>>>>
>>>>   I would like in any case thank the developers community and you guys
>>>>> replying here: you let me use a (hopefully) great and supported erp
>>>>> software.
>>>>> I often write here because I'm anxious to use it and because seeing the
>>>>> download page seems that it needs 3 steps to let this software to run,
>>>>> when
>>>>> in fact could happen issues that leave you locked for days if you don't
>>>>> know where to put the hands (like me) and this make me too lost.
>>>>>
>>>>> anyway I will read carefully the documentation you passed me as a link
>>>>> On Jan 5, 2015 7:06 PM, "Jacques Le Roux"
>>>>> <[hidden email]>
>>>>> wrote:
>>>>>
>>>>>   Le 05/01/2015 17:45, Davide Ciofetti a écrit :
>>>>>>   Windows 7 Ultimate 64bit, jdk1.7_71
>>>>>>> I noticed this messages during start ("ant start"):
>>>>>>>
>>>>>>>         [java] Warning : Module classpath component '"C:\Program
>>>>>>> Files\Java\jdk1.7.0_71\lib\tools.jar"' is not valid and will be
>>>>>>> ignored...
>>>>>>>         [java] Warning : Module classpath component
>>>>>>> 'C:\Windows\Sun\Java\bin'
>>>>>>> is not valid and will be ignored...
>>>>>>>         [java] Warning : Module classpath component
>>>>>>> '%DERBY_HOME%\bin' is
>>>>>>> not
>>>>>>> valid and will be ignored...
>>>>>>>         [java] Warning : Module classpath component
>>>>>>> '%GERONIMO_HOME%\bin' is
>>>>>>> not valid and will be ignored...
>>>>>>>
>>>>>>> what does it mean? I have to install a derby and geronimo servers?
>>>>>>>
>>>>>>>   As you noticed those are only warnings, nothing harmful, more
>>>>>> information
>>>>>> for you to clean things
>>>>>>
>>>>>>    I searched for any similar issue but I didn't find nothing
>>>>>>
>>>>>>> database seems not to work: no preloaded data and no possible
>>>>>>> operations
>>>>>>> in
>>>>>>> the app:
>>>>>>>
>>>>>>>   If your DB had no data you could not do what you did below, OFBiz
>>>>>> totally
>>>>>> relies on its Entity Engine which itself needs a working DB
>>>>>>
>>>>>>        - language change works
>>>>>>
>>>>>>>       - menù navigation works
>>>>>>>       - it doesn't work, for example, "Manufactoring -> jobshop ->
>>>>>>> create a
>>>>>>>       production run -> address book icon": connection timeout
>>>>>>> appears
>>>>>>>
>>>>>>> moreover https certification fails...i think I need to read the
>>>>>>> documentation for this.
>>>>>>>
>>>>>>>   I confirm you need to :D You can start here
>>>>>>> http://ofbiz.apache.org/
>>>>>> documentation.html
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>>
>>>>>>   primarily I need to solve the first problem.
>>>>>>> Thank you
>>>>>>>
>>>>>>> Davide
>>>>>>>
>>>>>>>
>>>>>>>
>