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 208644 - Missing valid warning message
Summary: Missing valid warning message
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 12:38 UTC by Jiri Skrivanek
Modified: 2012-11-22 12:23 UTC (History)
3 users (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 Jiri Skrivanek 2012-02-20 12:38:04 UTC
When NetBeans 7.1.1 is installed from Java EE installer and then all other clusters are installed, it happens that it is possible to add already registered GlassFish instance but at the end the new instance doesn't appear. Only a message 

WARNING [org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard]: Some localized warning

appears in IDE log. Please, provide valid warning message in server\src\org\netbeans\modules\server\ui\wizard\AddServerInstanceWizard.java. I can't reproduce described behaviour in NB7.1.1 installed from zip.
Comment 1 Petr Hejl 2012-04-04 12:14:49 UTC
I fixed the message in web-main 7e817127f7dc. Perhaps GF should evaluate the cause (I would guess it is returning set containing null value). Reporter, is the cause filed separately?
Comment 2 Jiri Skrivanek 2012-04-04 12:21:57 UTC
It happened just once, so I don't have exact steps how to reproduce. Next time it happens, I will file a bug with proper error message.
Comment 3 Quality Engineering 2012-04-05 09:42:01 UTC
Integrated into 'main-golden', will be available in build *201204050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7e817127f7dc
User: Petr Hejl <phejl@netbeans.org>
Log: #208644 Missing valid warning message
Comment 4 TomasKraus 2012-11-20 15:59:43 UTC
I'm closing this now. Petr already fixed missing message.
I added plan to fix automatic registration code to generate unique instance names based on real GlassFish version. Actual code can't do that properly.