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

Summary: AppServer is not installed on WIndows Vista
Product: installer Reporter: Michal Mocnak <mmocnak>
Component: Tools bundleAssignee: mslama <mslama>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic, rashid
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

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