This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 139212 - While installing update center,information in the "Update center Installer" out put window misdirects the user
Summary: While installing update center,information in the "Update center Installer" o...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-08 07:26 UTC by dpkumar
Modified: 2012-11-27 12:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dpkumar 2008-07-08 07:26:28 UTC
NB Builds:NetBeans IDE Build 200807040005
JDK :jdk1.6.0_06

-Install NB
-Download GlassFish V3TP2
-Right click on the V3 server select "View Update Center".

Issue:
The software needed for this command (updatetool.bat) is not installed.
Press any key to install the necessary software, or Ctrl-C to quit.
After software installation is completed you may re-run this command.

Press any key to continue . . . 

-But from the above information it doesn't allow the user to Press any key to continue . . . or Ctrl-c to quit at any time.
Comment 1 _ pcw 2008-07-08 16:15:25 UTC
Actually, you should never have to press a key to get it to continue (if you do, file a bug on that, providing OS
version and JDK version)

The message is coming from the tool.  I can't easily screen for it (it could come in any language), so I just let it go.
 The update tool process input stream has already been given some input to read that should cause it to just keep going
after that message is printed.

It may be possible in NB 7.0 to run this in the terminal window that is being implemented.

Lowering to P5.
Comment 2 Vince Kraemer 2008-12-24 21:58:27 UTC
examine after 7.0
Comment 3 Vince Kraemer 2009-04-02 18:57:16 UTC
this could be resolved as part of implementing issue 161802
Comment 4 TomasKraus 2012-11-27 12:52:25 UTC
Verified in NetBeans 7.3 build, now the message seems to be different:

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://wikis.oracle.com/display/updatecenter/UsageMetricsUC2

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

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