quality@glassfish.java.net

Re: b26: updatetool broken?

From: Nouar Garcia-Mardambek <Nouar.Garcia_at_Sun.COM>
Date: Tue, 30 Sep 2008 16:33:28 +0200

On 09/30/08 03:55 PM, Kristian Rink wrote:
> Hi Chris, all;
>
> Christopher Kampmeier schrieb:
>
>> What are the language settings for your system?
>>
>
> kr_at_n428:~$ echo $LANG
> de_DE.UTF-8
>
> Should I try any other setting to see whether or not it changes things?
>
> Cheers & thanks in advance,
> Kristian
>
>
>
Hi Kristian,

on my ubuntu 8.04 , where it worked with success, I have the locale set
as en_US.UTF-8, can you try it ?

#locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

for issue 1 with the .zip file can you try again in a new location
different than /usr/local/opt/appsrv ? did you use this directory before
for b24 ?
how do you execute bin/updatetool in the first call, using sudo or using
root user ?

All the steps I've done with *root user* over a new directory
/usr/local/opt/appsrv-3 just created, you can see the expected output.

# cd /usr/local/opt
# mkdir appsrv-3
# unzip glassfish-v3-prelude-b26.zip
# glassfishv3-prelude/bin/updatetool

<<
The software needed for this command (updatetool) is not installed.

If you choose to install Update Tool, your system will be automatically
configured to periodically check for software updates. If you would like
to configure the tool to not check for updates, you can override the
default behavior via the tool's Preferences facility.

When this tool interacts with package repositories, some system information
such as your system's IP address and operating system type and version
is sent to the repository server. For more information please see:

http://wiki.updatecenter.java.net/Wiki.jsp?page=UsageMetricsUC2

Once installation is complete you may re-run this command.

Would you like to install Update Tool now (y/n): y

Software repository: http://pkg.glassfish.org/dev/linux/v3prelude/
Install image: /usr/local/opt/appsrv-3/glassfishv3-prelude/bin/..
pkg:/pkg_at_1.0.7,0-15.1183:20080912T012031Z: downloading manifest from server
pkg:/python2.4-minimal_at_2.4.4.0,0-15.1183:20080912T012043Z: downloading
manifest from server
Installing: [pkg:/pkg_at_1.0.7,0-15.1183:20080912T012031Z]
pkg:/pkg_at_1.0.7,0-15.1183:20080912T012031Z: downloading 208 files
pkg:/python2.4-minimal_at_2.4.4.0,0-15.1183:20080912T012043Z: downloading
284 files
Installing updatetool packages.
pkg:/updatetool_at_2.0.0,0-15.1183:20080912T012109Z: downloading manifest
from server
pkg:/wxpython2.8-minimal_at_2.8.8,0-15.1183:20080912T012125Z: downloading
manifest from server
Installing: [pkg:/updatetool_at_2.0.0,0-15.1183:20080912T012109Z]
pkg:/updatetool_at_2.0.0,0-15.1183:20080912T012109Z: downloading 302 files
pkg:/wxpython2.8-minimal_at_2.8.8,0-15.1183:20080912T012125Z: downloading
315 files
Registering notifier: Already registered. <=== because I've tried
3 times in different locations.
Initialization complete.
>>


thanks,
nouar.