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 73883 - Profiler installer fails on Mac/Intel
Summary: Profiler installer fails on Mac/Intel
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 74012
  Show dependency tree
 
Reported: 2006-03-22 15:18 UTC by ehucka
Modified: 2006-10-23 16:40 UTC (History)
0 users

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 ehucka 2006-03-22 15:18:16 UTC
On the platform profiler instaler (.jar) always ends with:

ProductException: (error code = 601;  message = "JVM not found")
Comment 1 mslama 2006-03-23 07:57:33 UTC
Unfortunately it is some problem in InstallShield. We already reported this
problem to InstallShield. Please could you attach here full log for tracking?
Comment 2 mslama 2006-03-28 09:33:06 UTC
I found fix. Please let me know where (what branches) fix should go. 
Comment 3 ehucka 2006-03-28 10:26:13 UTC
Try trunk at first. We will test it and than it can be added to release55 branch
and maybe to current q-build's branche.
Comment 4 mslama 2006-03-28 13:06:24 UTC
Problem is that IS does not detect Mac OS X on Intel as Mac OS X. Workaround is
to add Generic UNIX platform support. Next step is to fix JVM resolution in
Generic UNIX - JVM resolution for Generic UNIX must be the same as for Mac OS X.
I tested installer/uninstaller on Mac/Power PC and Mac/Intel and it works on
both platforms.

Modified:
installer/profiler/build.xml
new revision: 1.11; previous revision: 1.10

installer/profiler/make-all-ml
new revision: 1.3; previous revision: 1.2

installer/profiler/profiler.uip
new revision: 1.11; previous revision: 1.10

installer/profiler/unix.xsl
new revision: 1.4; previous revision: 1.3
done

Added:
installer/profiler/profiler-macosx.uip
initial revision: 1.1
Comment 5 mslama 2006-03-29 12:52:44 UTC
Closing as FIXED
Comment 6 ehucka 2006-03-29 13:15:12 UTC
verified in trunk
Comment 7 mslama 2006-03-29 15:24:49 UTC
Fixed in branch 'release55':
installer/profiler/build.xml
new revision: 1.9.8.2; previous revision: 1.9.8.1

installer/profiler/make-all-ml
new revision: 1.2.24.1; previous revision: 1.2

installer/profiler/profiler-macosx.uip
new revision: 1.1.2.1; previous revision: 1.1

installer/profiler/profiler.uip
new revision: 1.8.2.1.4.2; previous revision: 1.8.2.1.4.1

installer/profiler/unix.xsl
new revision: 1.3.8.1; previous revision: 1.3

Fixed in q-build branch 'QBE200603270859':
installer/profiler/build.xml
new revision: 1.10.2.1; previous revision: 1.10

installer/profiler/make-all-ml
new revision: 1.2.26.1; previous revision: 1.2

installer/profiler/profiler-macosx.uip
new revision: 1.1.4.1; previous revision: 1.1

installer/profiler/profiler.uip
new revision: 1.10.2.1; previous revision: 1.10

installer/profiler/unix.xsl
new revision: 1.3.10.1; previous revision: 1.3
Comment 8 ehucka 2006-10-02 12:41:45 UTC
verified