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 60480 - Wrong path in an instruction for remote attach to solaris
Summary: Wrong path in an instruction for remote attach to solaris
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 09:41 UTC by ehucka
Modified: 2006-03-24 12:56 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 2005-06-24 09:41:51 UTC
In Review Integration Steps of Attach Wizard is:

-agentpath:<remote>/profiler-ea-libs/deployed/jdk15/solsparc/libprofilerinterface.so=<remote>/profiler-ea-libs,5140
-agentpath:<remote>/profiler-ea-libs/deployed/jdk15/solx86/libprofilerinterface.so=<remote>/profiler-ea-libs,5140

but should be:

-agentpath:<remote>/profiler-ea-libs/deployed/jdk15/solaris-sparc/libprofilerinterface.so=<remote>/profiler-ea-libs,5140
-agentpath:<remote>/profiler-ea-libs/deployed/jdk15/solaris-i386/libprofilerinterface.so=<remote>/profiler-ea-libs,5140
Comment 1 Jiri Sedlacek 2005-06-24 09:58:02 UTC
Fixed post M7 RC2.
Comment 2 ehucka 2005-07-11 10:11:02 UTC
verified in 050711