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 232375 - NB 7.4 doesn't register existing GF 4 server during installation
Summary: NB 7.4 doesn't register existing GF 4 server during installation
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 10:38 UTC by Stepan Zebra
Modified: 2013-07-10 11:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
installer log (4.26 MB, text/plain)
2013-07-08 10:38 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2013-07-08 10:38:33 UTC
Created attachment 136814 [details]
installer log

Product Version: NetBeans IDE Dev (Build 201307072319)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b13
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Existing Glassfish 4 server isn't registered into freshly installed NB 7.4 Dev. The server was previously installed with NB 7.3.1. During the installer configuration, the server was listed as "already installed".

Message log contains
cannot find jar required for GlassFish integration: C:\Program Files\NetBeans Dev 201307072319\enterprise\modules\org-netbeans-modules-glassfish-common.jar
Comment 1 Stepan Zebra 2013-07-08 10:49:51 UTC
> Message log contains
> cannot find jar required for GlassFish integration: C:\Program Files\NetBeans
> Dev 201307072319\enterprise\modules\org-netbeans-modules-glassfish-common.jar

might be related to module refactoring - issue 230820
Comment 2 Jiri Rechtacek 2013-07-08 10:54:39 UTC
I can confirm the bug. Caused by different order of extracting the files on disk - maybe caused by my fix: issue 231019. I'm going to fix it.
Comment 3 Jiri Rechtacek 2013-07-08 11:08:01 UTC
(In reply to comment #2)
> I can confirm the bug. Caused by different order of extracting the files on

Caused be change of cluster for glassfish.common - http://hg.netbeans.org/main-silver/rev/8f4c959358db

> disk - maybe caused by my fix: issue 231019. I'm going to fix it.
This fix doesn't caused anything.

The important thing for reproduce this bug is the GF4 is already installed. If the GF4 is installed together, it's not reproducible.
Comment 4 Jiri Rechtacek 2013-07-08 16:37:43 UTC
http://hg.netbeans.org/core-main/rev/28001e789378
Comment 5 Tomas Danek 2013-07-09 06:58:50 UTC
Jirko, I see that fix did not get into daily. Can you please build custom installers to verify the fix? Thanks.
(In reply to comment #4)
> http://hg.netbeans.org/core-main/rev/28001e789378
Comment 6 Jiri Rechtacek 2013-07-09 07:12:27 UTC
(In reply to comment #5)
> Jirko, I see that fix did not get into daily. Can you please build custom
> installers to verify the fix? Thanks.
> (In reply to comment #4)
> > http://hg.netbeans.org/core-main/rev/28001e789378

I'll send you the link in directly to you.
Comment 7 Stepan Zebra 2013-07-09 10:14:54 UTC
Verified in trunk, please integrate into release74_beta1 branch.
Comment 8 Jiri Rechtacek 2013-07-09 16:01:41 UTC
(In reply to comment #7)
> Verified in trunk, please integrate into release74_beta1 branch.

http://hg.netbeans.org/releases/rev/c443c8f18752
Comment 9 Quality Engineering 2013-07-10 02:43:41 UTC
Integrated into 'releases/release74_beta1', will be available in build *201307092200* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/c443c8f18752
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #232375 - NB 7.4 doesn't register existing GF 4 server during installation
(transplanted from 28001e7893789f74f62763334fa0f0fe1064e408)
Comment 10 Quality Engineering 2013-07-10 04:43:23 UTC
Integrated into 'main-silver', will be available in build *201307100049* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/28001e789378
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #232375 - NB 7.4 doesn't register existing GF 4 server during installation
Comment 11 Stepan Zebra 2013-07-10 11:40:22 UTC
(In reply to comment #9)
> Integrated into 'releases/release74_beta1', will be available in build
> *201307092200* or newer. Wait for official and publicly available build.
> 
> Changeset: http://hg.netbeans.org/releases/rev/c443c8f18752
> User: Jiri Rechtacek <jrechtacek@netbeans.org>
> Log: #232375 - NB 7.4 doesn't register existing GF 4 server during installation
> (transplanted from 28001e7893789f74f62763334fa0f0fe1064e408)

verified