Release 4.0 ofbiz.jar missing

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

Release 4.0 ofbiz.jar missing

Jack McKinney-2
I just downloaded

ofbiz-rel4.0-2008-06-30-v672730.zip
<http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip>
(84 MB) to my Vista laptop to be able to test and evaluate warehouse and
accounting functions.

When I execute startofiz.bat it fails with the message "Unable to access
jarfile ofbiz.jar." When I check the downloaded ZIP, it does not contain
ofbiz.jar.  At last, a failure that was not caused by Vista.

I downloaded

ofbiz-rel4.0-2008-06-18-v669235.zip
<http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip>
(97 MB) and it contains ofbiz.jar.  Note that the file size changed with
the 06-19 update.

Is this an error or a change that is not yet covered in the documentation?

--
Jack D. McKinney
Walnut Glenn Systems
5001 Jennie Kate Lane
Lexington, KY 40510
Phone: 859.233.4299
Cell:    859.433.4299

Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Jacques Le Roux
Administrator
There has been a bug commited this night. It will ok tomorrow, anyway taking the previous day should be good enough.

Jacques

From: "Jack McKinney" <[hidden email]>

>I just downloaded
>
> ofbiz-rel4.0-2008-06-30-v672730.zip
> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip>
> (84 MB) to my Vista laptop to be able to test and evaluate warehouse and
> accounting functions.
>
> When I execute startofiz.bat it fails with the message "Unable to access
> jarfile ofbiz.jar." When I check the downloaded ZIP, it does not contain
> ofbiz.jar.  At last, a failure that was not caused by Vista.
>
> I downloaded
>
> ofbiz-rel4.0-2008-06-18-v669235.zip
> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip>
> (97 MB) and it contains ofbiz.jar.  Note that the file size changed with
> the 06-19 update.
>
> Is this an error or a change that is not yet covered in the documentation?
>
> --
> Jack D. McKinney
> Walnut Glenn Systems
> 5001 Jennie Kate Lane
> Lexington, KY 40510
> Phone: 859.233.4299
> Cell:    859.433.4299
>
Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

kapil singh-2
In reply to this post by Jack McKinney-2
hello,
As i know ofbiz.jar is not a pre exist  file. for creating these file
you have to install ant and run the command :

ant run-install

it will create ofbiz.jar file along with default derby database.
it is recommended to start ofbiz using command

java -jar ofbiz.jar

don't mind if it doesn't help you


Thanks and regards
Kapil Singh Kushwah
Linux System Administrator
HotWax Media Inc.


Jack McKinney wrote:

> I just downloaded
> ofbiz-rel4.0-2008-06-30-v672730.zip
> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip>
> (84 MB) to my Vista laptop to be able to test and evaluate warehouse
> and accounting functions.
>
> When I execute startofiz.bat it fails with the message "Unable to
> access jarfile ofbiz.jar." When I check the downloaded ZIP, it does
> not contain ofbiz.jar.  At last, a failure that was not caused by Vista.
>
> I downloaded
> ofbiz-rel4.0-2008-06-18-v669235.zip
> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip>
> (97 MB) and it contains ofbiz.jar.  Note that the file size changed
> with the 06-19 update.
>
> Is this an error or a change that is not yet covered in the
> documentation?
>

Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Tim Ruppert
Just for clarification, the things available on build.hotwaxmedia.com  
are after the run-install is complete and the data is loaded.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Jun 30, 2008, at 10:31 AM, Kapil singh wrote:

> hello,
> As i know ofbiz.jar is not a pre exist  file. for creating these  
> file you have to install ant and run the command :
>
> ant run-install
>
> it will create ofbiz.jar file along with default derby database.
> it is recommended to start ofbiz using command
>
> java -jar ofbiz.jar
>
> don't mind if it doesn't help you
>
>
> Thanks and regards
> Kapil Singh Kushwah
> Linux System Administrator
> HotWax Media Inc.
>
>
> Jack McKinney wrote:
>> I just downloaded
>> ofbiz-rel4.0-2008-06-30-v672730.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip 
>> > (84 MB) to my Vista laptop to be able to test and evaluate  
>> warehouse and accounting functions.
>>
>> When I execute startofiz.bat it fails with the message "Unable to  
>> access jarfile ofbiz.jar." When I check the downloaded ZIP, it does  
>> not contain ofbiz.jar.  At last, a failure that was not caused by  
>> Vista.
>>
>> I downloaded
>> ofbiz-rel4.0-2008-06-18-v669235.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip 
>> > (97 MB) and it contains ofbiz.jar.  Note that the file size  
>> changed with the 06-19 update.
>>
>> Is this an error or a change that is not yet covered in the  
>> documentation?
>>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Tim Ruppert
In reply to this post by Jacques Le Roux
If this has been fixed, I'd be happy to rerun this now so that we have  
a working copy.  Let me know Jacques.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Jun 30, 2008, at 10:29 AM, Jacques Le Roux wrote:

> There has been a bug commited this night. It will ok tomorrow,  
> anyway taking the previous day should be good enough.
>
> Jacques
>
> From: "Jack McKinney" <[hidden email]>
>> I just downloaded ofbiz-rel4.0-2008-06-30-v672730.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip 
>> > (84 MB) to my Vista laptop to be able to test and evaluate  
>> warehouse and accounting functions.
>> When I execute startofiz.bat it fails with the message "Unable to  
>> access jarfile ofbiz.jar." When I check the downloaded ZIP, it does  
>> not contain ofbiz.jar.  At last, a failure that was not caused by  
>> Vista.
>> I downloaded ofbiz-rel4.0-2008-06-18-v669235.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip 
>> > (97 MB) and it contains ofbiz.jar.  Note that the file size  
>> changed with the 06-19 update.
>> Is this an error or a change that is not yet covered in the  
>> documentation?
>> --
>> Jack D. McKinney
>> Walnut Glenn Systems
>> 5001 Jennie Kate Lane
>> Lexington, KY 40510
>> Phone: 859.233.4299 Cell:    859.433.4299
>>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Jacques Le Roux
Administrator
Hi Tim,

Yes, this have been fixed in r672686

Jacques

From: "Tim Ruppert" <[hidden email]>

> If this has been fixed, I'd be happy to rerun this now so that we have  a working copy.  Let me know Jacques.
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Jun 30, 2008, at 10:29 AM, Jacques Le Roux wrote:
>
>> There has been a bug commited this night. It will ok tomorrow,  anyway taking the previous day should be good enough.
>>
>> Jacques
>>
>> From: "Jack McKinney" <[hidden email]>
>>> I just downloaded ofbiz-rel4.0-2008-06-30-v672730.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip
>>> > (84 MB) to my Vista laptop to be able to test and evaluate
>>> warehouse and accounting functions.
>>> When I execute startofiz.bat it fails with the message "Unable to  access jarfile ofbiz.jar." When I check the downloaded ZIP,
>>> it does  not contain ofbiz.jar.  At last, a failure that was not caused by  Vista.
>>> I downloaded ofbiz-rel4.0-2008-06-18-v669235.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip
>>> > (97 MB) and it contains ofbiz.jar.  Note that the file size
>>> changed with the 06-19 update.
>>> Is this an error or a change that is not yet covered in the  documentation?
>>> --
>>> Jack D. McKinney
>>> Walnut Glenn Systems
>>> 5001 Jennie Kate Lane
>>> Lexington, KY 40510
>>> Phone: 859.233.4299 Cell:    859.433.4299
>>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Tim Ruppert
Ok - I'll get the one from last night updated ASAP.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Jun 30, 2008, at 12:19 PM, Jacques Le Roux wrote:

> Hi Tim,
>
> Yes, this have been fixed in r672686
>
> Jacques
>
> From: "Tim Ruppert" <[hidden email]>
>> If this has been fixed, I'd be happy to rerun this now so that we  
>> have  a working copy.  Let me know Jacques.
>>
>> Cheers,
>> Tim
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> o:801.649.6594
>> f:801.649.6595
>>
>>
>> On Jun 30, 2008, at 10:29 AM, Jacques Le Roux wrote:
>>
>>> There has been a bug commited this night. It will ok tomorrow,  
>>> anyway taking the previous day should be good enough.
>>>
>>> Jacques
>>>
>>> From: "Jack McKinney" <[hidden email]>
>>>> I just downloaded ofbiz-rel4.0-2008-06-30-v672730.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip
>>>> > (84 MB) to my Vista laptop to be able to test and evaluate
>>>> warehouse and accounting functions.
>>>> When I execute startofiz.bat it fails with the message "Unable  
>>>> to  access jarfile ofbiz.jar." When I check the downloaded ZIP,  
>>>> it does  not contain ofbiz.jar.  At last, a failure that was not  
>>>> caused by  Vista.
>>>> I downloaded ofbiz-rel4.0-2008-06-18-v669235.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip
>>>> > (97 MB) and it contains ofbiz.jar.  Note that the file size
>>>> changed with the 06-19 update.
>>>> Is this an error or a change that is not yet covered in the  
>>>> documentation?
>>>> --
>>>> Jack D. McKinney
>>>> Walnut Glenn Systems
>>>> 5001 Jennie Kate Lane
>>>> Lexington, KY 40510
>>>> Phone: 859.233.4299 Cell:    859.433.4299
>>>>
>>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Tim Ruppert
This is updated now all.  Jacques, the fix number you asked for was  
before the version number of the current one, but I just updated to  
HEAD to be sure.

Jack, please check this out and confirm that your problems have been  
resolved.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Jun 30, 2008, at 12:26 PM, Tim Ruppert wrote:

> Ok - I'll get the one from last night updated ASAP.
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Jun 30, 2008, at 12:19 PM, Jacques Le Roux wrote:
>
>> Hi Tim,
>>
>> Yes, this have been fixed in r672686
>>
>> Jacques
>>
>> From: "Tim Ruppert" <[hidden email]>
>>> If this has been fixed, I'd be happy to rerun this now so that we  
>>> have  a working copy.  Let me know Jacques.
>>>
>>> Cheers,
>>> Tim
>>> --
>>> Tim Ruppert
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>>
>>> o:801.649.6594
>>> f:801.649.6595
>>>
>>>
>>> On Jun 30, 2008, at 10:29 AM, Jacques Le Roux wrote:
>>>
>>>> There has been a bug commited this night. It will ok tomorrow,  
>>>> anyway taking the previous day should be good enough.
>>>>
>>>> Jacques
>>>>
>>>> From: "Jack McKinney" <[hidden email]>
>>>>> I just downloaded ofbiz-rel4.0-2008-06-30-v672730.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip
>>>>> > (84 MB) to my Vista laptop to be able to test and evaluate
>>>>> warehouse and accounting functions.
>>>>> When I execute startofiz.bat it fails with the message "Unable  
>>>>> to  access jarfile ofbiz.jar." When I check the downloaded ZIP,  
>>>>> it does  not contain ofbiz.jar.  At last, a failure that was not  
>>>>> caused by  Vista.
>>>>> I downloaded ofbiz-rel4.0-2008-06-18-v669235.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip
>>>>> > (97 MB) and it contains ofbiz.jar.  Note that the file size
>>>>> changed with the 06-19 update.
>>>>> Is this an error or a change that is not yet covered in the  
>>>>> documentation?
>>>>> --
>>>>> Jack D. McKinney
>>>>> Walnut Glenn Systems
>>>>> 5001 Jennie Kate Lane
>>>>> Lexington, KY 40510
>>>>> Phone: 859.233.4299 Cell:    859.433.4299
>>>>>
>>>
>>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Jacques Le Roux
Administrator
Thanks Tim,

Does your script run an "ant clear", before compiling ? Because it's needed in this case. This could be the reason of "the fix
number you asked for was  before the version number of the current one"

Cheers

Jacques

From: "Tim Ruppert" <[hidden email]>

> This is updated now all.  Jacques, the fix number you asked for was  before the version number of the current one, but I just
> updated to  HEAD to be sure.
>
> Jack, please check this out and confirm that your problems have been  resolved.
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Jun 30, 2008, at 12:26 PM, Tim Ruppert wrote:
>
>> Ok - I'll get the one from last night updated ASAP.
>>
>> Cheers,
>> Tim
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> o:801.649.6594
>> f:801.649.6595
>>
>>
>> On Jun 30, 2008, at 12:19 PM, Jacques Le Roux wrote:
>>
>>> Hi Tim,
>>>
>>> Yes, this have been fixed in r672686
>>>
>>> Jacques
>>>
>>> From: "Tim Ruppert" <[hidden email]>
>>>> If this has been fixed, I'd be happy to rerun this now so that we  have  a working copy.  Let me know Jacques.
>>>>
>>>> Cheers,
>>>> Tim
>>>> --
>>>> Tim Ruppert
>>>> HotWax Media
>>>> http://www.hotwaxmedia.com
>>>>
>>>> o:801.649.6594
>>>> f:801.649.6595
>>>>
>>>>
>>>> On Jun 30, 2008, at 10:29 AM, Jacques Le Roux wrote:
>>>>
>>>>> There has been a bug commited this night. It will ok tomorrow,   anyway taking the previous day should be good enough.
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jack McKinney" <[hidden email]>
>>>>>> I just downloaded ofbiz-rel4.0-2008-06-30-v672730.zip
>>>>>> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip
>>>>>> > (84 MB) to my Vista laptop to be able to test and evaluate
>>>>>> warehouse and accounting functions.
>>>>>> When I execute startofiz.bat it fails with the message "Unable  to  access jarfile ofbiz.jar." When I check the downloaded
>>>>>> ZIP,  it does  not contain ofbiz.jar.  At last, a failure that was not  caused by  Vista.
>>>>>> I downloaded ofbiz-rel4.0-2008-06-18-v669235.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip
>>>>>> > (97 MB) and it contains ofbiz.jar.  Note that the file size
>>>>>> changed with the 06-19 update.
>>>>>> Is this an error or a change that is not yet covered in the   documentation?
>>>>>> --
>>>>>> Jack D. McKinney
>>>>>> Walnut Glenn Systems
>>>>>> 5001 Jennie Kate Lane
>>>>>> Lexington, KY 40510
>>>>>> Phone: 859.233.4299 Cell:    859.433.4299
>>>>>>
>>>>
>>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Jack McKinney-2
In reply to this post by Tim Ruppert
Tim:

Thank you and everyone else that assisted for the quick response.  I
just downloaded the ofbiz-rel4.0-2008-06-30-v672865 version and my demo
is up and running.

BTW:  Does anyone have a "stopofbiz.bat" that will kill the server?

--
Jack D. McKinney
Walnut Glenn Systems
5001 Jennie Kate Lane
Lexington, KY 40510
Phone: 859.233.4299
Cell:    859.433.4299

Tim Ruppert wrote:

> This is updated now all.  Jacques, the fix number you asked for was
> before the version number of the current one, but I just updated to
> HEAD to be sure.
>
> Jack, please check this out and confirm that your problems have been
> resolved.
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Jun 30, 2008, at 12:26 PM, Tim Ruppert wrote:
>
>> Ok - I'll get the one from last night updated ASAP.
>>
>> Cheers,
>> Tim
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> o:801.649.6594
>> f:801.649.6595
>>
>>
>> On Jun 30, 2008, at 12:19 PM, Jacques Le Roux wrote:
>>
>>> Hi Tim,
>>>
>>> Yes, this have been fixed in r672686
>>>
>>> Jacques
>>>
>>> From: "Tim Ruppert" <[hidden email]>
>>>> If this has been fixed, I'd be happy to rerun this now so that we
>>>> have  a working copy.  Let me know Jacques.
>>>>
>>>> Cheers,
>>>> Tim
>>>> --
>>>> Tim Ruppert
>>>> HotWax Media
>>>> http://www.hotwaxmedia.com
>>>>
>>>> o:801.649.6594
>>>> f:801.649.6595
>>>>
>>>>
>>>> On Jun 30, 2008, at 10:29 AM, Jacques Le Roux wrote:
>>>>
>>>>> There has been a bug commited this night. It will ok tomorrow,  
>>>>> anyway taking the previous day should be good enough.
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jack McKinney" <[hidden email]>
>>>>>> I just downloaded ofbiz-rel4.0-2008-06-30-v672730.zip
>>>>>> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672730.zip 
>>>>>>
>>>>>> > (84 MB) to my Vista laptop to be able to test and evaluate
>>>>>> warehouse and accounting functions.
>>>>>> When I execute startofiz.bat it fails with the message "Unable
>>>>>> to  access jarfile ofbiz.jar." When I check the downloaded ZIP,
>>>>>> it does  not contain ofbiz.jar.  At last, a failure that was not
>>>>>> caused by  Vista.
>>>>>> I downloaded ofbiz-rel4.0-2008-06-18-v669235.zip
>>>>>> <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-18-v669235.zip 
>>>>>>
>>>>>> > (97 MB) and it contains ofbiz.jar.  Note that the file size
>>>>>> changed with the 06-19 update.
>>>>>> Is this an error or a change that is not yet covered in the  
>>>>>> documentation?
>>>>>> --
>>>>>> Jack D. McKinney
>>>>>> Walnut Glenn Systems
>>>>>> 5001 Jennie Kate Lane
>>>>>> Lexington, KY 40510
>>>>>> Phone: 859.233.4299 Cell:    859.433.4299
>>>>>>
>>>>
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Release 4.0 ofbiz.jar missing

Adrian Crum
Just close the command prompt window that OFBiz is running in.

-Adrian

Jack McKinney wrote:
> Tim:
>
> Thank you and everyone else that assisted for the quick response.  I
> just downloaded the ofbiz-rel4.0-2008-06-30-v672865 version and my demo
> is up and running.
>
> BTW:  Does anyone have a "stopofbiz.bat" that will kill the server?
>