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 93653 - AppServer is not installed on WIndows Vista
Summary: AppServer is not installed on WIndows Vista
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Tools bundle (show other bugs)
Version: 5.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
: 100195 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-31 10:12 UTC by Michal Mocnak
Modified: 2007-07-17 09:43 UTC (History)
2 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 Michal Mocnak 2007-01-31 10:12:35 UTC
Sun Java System Application Server 9.0 update 1 patch 1 is not installed. Only
directory was created.
Comment 1 Michal Mocnak 2007-01-31 10:13:19 UTC
Problem is on SJSAS side. AppServer doesn't support Windows Vista as a regular
platform.
Comment 2 Petr Blaha 2007-01-31 13:57:43 UTC
We should notify user that Windows Vista isn't supported OS for Application server.
Comment 3 mslama 2007-04-06 10:33:03 UTC
*** Issue 100195 has been marked as a duplicate of this issue. ***
Comment 4 mslama 2007-04-10 14:43:30 UTC
Added check for Windows Vista. If installer is run on Windows Vista Welcome
panel displays error message and installer wizard will not continue. (ie. to
install NetBeans IDE user must use standalone IDE installer)

Fixed in main trunk:
/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.55; previous revision: 1.54

/cvs/installer/asbundle/src/org/netbeans/installer/NbWelcomePanel.java
new revision: 1.7; previous revision: 1.6

/cvs/installer/libutil14/src/org/netbeans/installer/Util.java
new revision: 1.4; previous revision: 1.3

Fixed in branch 'release551':
/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.37.2.9.4.12.6.2; previous revision: 1.37.2.9.4.12.6.1

/cvs/installer/asbundle/src/org/netbeans/installer/NbWelcomePanel.java
new revision: 1.3.18.3.22.1; previous revision: 1.3.18.3

/cvs/installer/libutil14/src/org/netbeans/installer/Util.java
new revision: 1.1.6.2.26.1; previous revision: 1.1.6.2
Comment 5 Michal Mocnak 2007-07-17 09:43:02 UTC
Verified