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 69454 - [tests] cannot find path to Profiler libraries
Summary: [tests] cannot find path to Profiler libraries
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 15:12 UTC by ehucka
Modified: 2006-10-09 10:49 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-11-28 15:12:54 UTC
ProfilerServer started by automated tests ends with exception:

Exception in thread "main" java.lang.RuntimeException: Unable to initialize
ResourceBundle for ProfilerServer, cannot find path to Profiler libraries
com.sun.tools.profiler.server.ProfilerServer.getProfilerServerResourceBundle(ProfilerServer.java:1095)
com.sun.tools.profiler.server.ProfilerServer.initLocalizedResources(ProfilerServer.java:97)
com.sun.tools.profiler.server.ProfilerServer.main(ProfilerServer.java:191)

It affects Calibration too.
Comment 1 Jiri Sedlacek 2005-11-28 16:11:50 UTC
Fixed.
Comment 2 Jiri Sedlacek 2005-11-28 16:13:17 UTC
Fixed.
Comment 3 ehucka 2005-12-22 09:49:36 UTC
verified