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 233470 - Remove debug message "installRoot is"
Summary: Remove debug message "installRoot is"
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 08:56 UTC by Jiri Skrivanek
Modified: 2013-08-01 09:26 UTC (History)
0 users

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 2013-07-26 08:56:31 UTC
Please, remove debug message printed to IDE log:

"installRoot is null"

It comes from enterprise/modules/org-netbeans-modules-glassfish-eecommon.jar and appears when registering GlassFish server.
Comment 1 TomasKraus 2013-07-26 13:10:15 UTC
Ook. :) Will push on Monday.
Comment 2 TomasKraus 2013-07-30 13:18:56 UTC
Well, this is not debug info from NetBeans but from GlassFish so it will be a bit tricky.

It's coming from com.sun.appserv.server.util.Version#getVersionProp():

        String installRoot = System.getProperty(INSTALL_ROOT_PROP_NAME);
        if (installRoot != null) {
            ...
        } else {
            System.out.println("installRoot is null");
        }
Comment 3 Jiri Skrivanek 2013-07-30 13:23:38 UTC
We can live with that if it is too complicated to remove it.
Comment 4 TomasKraus 2013-07-30 13:47:29 UTC
I have working solution, will push it with other bugs.
Comment 5 TomasKraus 2013-07-30 14:01:42 UTC
Checked into GF Tooling Library:
--------------------------------
hangeset:   630:144a860197a7
summary:     #Bug 233470 - Remove debug message installRoot is null
Comment 6 TomasKraus 2013-07-30 16:48:00 UTC
Checked into web-main:
----------------------
changeset:   259748:d4ad1ecbea95
summary:     #233470 - Removed message: installRoot is null
Comment 7 Quality Engineering 2013-08-01 02:35:56 UTC
Integrated into 'main-silver', will be available in build *201307312300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d4ad1ecbea95
User: Tomas Kraus <TomasKraus@netbeans.org>
Log: #233470 - Removed message: installRoot is null