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 214959 - Can't install NetBeans 7.2rc1 into /export on Solaris 11 (Solaris 10)
Summary: Can't install NetBeans 7.2rc1 into /export on Solaris 11 (Solaris 10)
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 7.2
Hardware: PC Solaris
: P1 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-06-29 07:57 UTC by soldatov
Modified: 2012-07-10 10:15 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (30.67 KB, image/png)
2012-06-29 07:57 UTC, soldatov
Details
log (52.74 KB, text/plain)
2012-06-29 07:58 UTC, soldatov
Details
NB7.1 works nicely. log (1.16 MB, text/plain)
2012-06-29 08:13 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-06-29 07:57:20 UTC
Created attachment 121533 [details]
screenshot

I can install netbeans into /home or /opt, but installer fails if /export is selected
Comment 1 soldatov 2012-06-29 07:58:43 UTC
Created attachment 121534 [details]
log
Comment 2 Jiri Rechtacek 2012-06-29 08:03:54 UTC
I can see in the log - 
executing command: df -k /export/files/netbeans-7.2rc1 /export/files/netbeans-7.2rc1 /home/vsoldato/.nbi, in directory: .
df: (/export/files/netbeans-7.2rc1) not a block device, directory or mounted resource

Looks as invalid filesystem where you tried to install IDE. Are you able to install any other IDE (e.g. 7.1.2) there?
Comment 3 soldatov 2012-06-29 08:13:10 UTC
Created attachment 121537 [details]
NB7.1 works nicely. log
Comment 4 Jiri Rechtacek 2012-06-29 08:33:18 UTC
The regression was caused by fix of issue 191954 reported by gorrus. As a workaround you can run installer with a option -J-Dno.space.check=true - does it work for you?
Could you invoke these command on your system and send output back?
$ df -k /export/files/netbeans-7.2rc1
$ df -k /export/files
$ df -k /export

Thanks
Comment 5 soldatov 2012-06-29 09:34:24 UTC
Yes. With -J-Dno.space.check=true I can install NetBeans 7.2rc1

/export/files/netbeans-7.2rc1 doesn't exist and I have:

bash-4.1$ df -k /export/files/netbeans-7.2rc1
df: (/export/files/netbeans-7.2rc1) not a block device, directory or mounted resource
bash-4.1$ df -k /export/files
Filesystem           1024-blocks        Used   Available Capacity  Mounted on
rpool/export           516096000   132889509   348941456    28%    /export
bash-4.1$ df -k /export
Filesystem           1024-blocks        Used   Available Capacity  Mounted on
rpool/export           516096000   132889509   348941452    28%    /export
Comment 6 soldatov 2012-06-29 09:36:24 UTC
if /export/files/netbeans-7.2rc1 exist then

bash-4.1$ df -k /export/files/netbeans-7.2rc1
Filesystem           1024-blocks        Used   Available Capacity  Mounted on
rpool/export           516096000   133208097   348622817    28%    /export
Comment 7 Jiri Rechtacek 2012-06-29 09:43:19 UTC
(In reply to comment #5)
> Yes. With -J-Dno.space.check=true I can install NetBeans 7.2rc1
> 
> /export/files/netbeans-7.2rc1 doesn't exist and I have:
> 
> bash-4.1$ df -k /export/files/netbeans-7.2rc1
> df: (/export/files/netbeans-7.2rc1) not a block device, directory or mounted
> resource
> bash-4.1$ df -k /export/files
> Filesystem           1024-blocks        Used   Available Capacity  Mounted on
> rpool/export           516096000   132889509   348941456    28%    /export
> bash-4.1$ df -k /export
> Filesystem           1024-blocks        Used   Available Capacity  Mounted on
> rpool/export           516096000   132889509   348941452    28%    /export

Thanks. It helped us in preparation a fix for this problem.
Comment 8 Libor Fischmeistr 2012-06-29 14:58:33 UTC
fixed in core-main/rev/089d4f74f142
Comment 9 Jiri Rechtacek 2012-06-30 12:58:21 UTC
(In reply to comment #8)
> fixed in core-main/rev/089d4f74f142

Valeriy, please verify the fix in the moment that fix will be included in Development build (a notification will come here). Thanks
Comment 10 soldatov 2012-07-02 08:43:13 UTC
ok
verified in NetBeans Build 201206302242 from trunk
Comment 11 Quality Engineering 2012-07-02 11:59:15 UTC
Integrated into 'main-golden', will be available in build *201207020907* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/089d4f74f142
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #214959: Can't install NetBeans 7.2rc1 into /export on Solaris 11
Comment 12 soldatov 2012-07-03 07:18:35 UTC
verified in NetBeans IDE Dev (Build 201207020907) too
Comment 13 Libor Fischmeistr 2012-07-03 13:43:37 UTC
Thank you for verification.

Integrated into releases/rev/44427a9e2ea1
Comment 14 Quality Engineering 2012-07-10 06:43:19 UTC
Integrated into 'releases', will be available in build *201207092359* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/44427a9e2ea1
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #214959: Can't install NetBeans 7.2rc1 into /export on Solaris 11
Comment 15 soldatov 2012-07-10 10:15:16 UTC
verified in NetBeans IDE 7.2 (Build 201207092359)