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 102781

Summary: Errors during AppServer installation on MacOSX, JDK1.6
Product: installer Reporter: mariadavydova <mariadavydova>
Component: CodeAssignee: Kirill Sorokin <ksorokin>
Status: RESOLVED FIXED    
Severity: blocker CC: astashkova, ifilippova
Priority: P2    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 110487    
Attachments: log

Description mariadavydova 2007-04-27 14:46:48 UTC
Run NetBeans IDE 6.0 Preview (M9) Full Installer 
After Setup completed on the last panel shows 
"Errors were encountered during the installation"

used jdk version 1.6
Comment 1 mariadavydova 2007-04-27 14:48:48 UTC
Created attachment 41844 [details]
log
Comment 2 dlipin 2007-04-27 14:55:49 UTC
Maria,

Could you please verify whether standalone Application Server installation 
using its own installer works with JDK6 on macosx or not?
Comment 3 Mikhail Kondratyev 2007-04-27 19:30:58 UTC
This needs to be release noted
Comment 4 Kirill Sorokin 2007-05-02 16:01:31 UTC
Basically the fix for the issue from the installer's part would be in
restricting the choice of JDKs on Mac OS to 1.5.*. This would require the
implementation of the platform-specific properties concept, which is already
planned and hence will soon be done.
Comment 5 Kirill Sorokin 2007-05-10 21:30:25 UTC
*** Issue 103678 has been marked as a duplicate of this issue. ***
Comment 6 Kirill Sorokin 2007-06-14 15:40:35 UTC
I introduced the notion of "preferred jdk version" for the jdk selection panels. For GlassFish and SJSAS the preferred
version for Mac OS is 1.5.0_07, which will get selected if it is present. Also if it is not present and 1.5.* will take
precedence over 1.6.*. Once Apple ships 1.6.0, we'll correct the preferred one.