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 132573 - ClearcaseUnavailableException after installing all plugins from plugin manager
Summary: ClearcaseUnavailableException after installing all plugins from plugin manager
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: ClearCase (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
: 132715 133898 134209 134211 134385 134678 135630 136130 136131 139093 139679 143860 144965 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-10 20:21 UTC by Petr Cyhelsky
Modified: 2008-09-02 10:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 45705


Attachments
messages.log (108.45 KB, text/plain)
2008-04-10 20:26 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-04-10 20:21:07 UTC
Build: NetBeans IDE 6.1 RC1 (Build 200804100130)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b21
OS: SunOS, 5.10, sparc
User comments: This exception appeared after installing all availaible plugins from update center into the basic NBSE  -
to test whether it is possible to update to the full version using the plugins.
the exception appears during the startup of NB IDE.
The same exception appeared when i was trying the aforementioned install and the install was only possible when all
plugins except clearcase were selected - the clearcase was installed after all the other plugins.

Steps to reproduce: download the NB SE > in plugin manger select all availaible plugins > install
STACKTRACE: (first 10 lines)
org.netbeans.modules.clearcase.ClearcaseUnavailableException: java.io.IOException: Cannot run program "cleartool":
error=2, No such file or directory
        at org.netbeans.modules.clearcase.client.ClearcaseClient.ensureCleartool(ClearcaseClient.java:373)
        at org.netbeans.modules.clearcase.client.ClearcaseClient.access$000(ClearcaseClient.java:73)
        at org.netbeans.modules.clearcase.client.ClearcaseClient$CommandRunnable.run(ClearcaseClient.java:196)
        at org.netbeans.modules.clearcase.client.ClearcaseClient.execImpl(ClearcaseClient.java:145)
        at org.netbeans.modules.clearcase.client.ClearcaseClient.exec(ClearcaseClient.java:125)
        at org.netbeans.modules.clearcase.client.ClearcaseClient.exec(ClearcaseClient.java:115)
        at org.netbeans.modules.clearcase.Clearcase.getTopmostManagedParent(Clearcase.java:257)
        at org.netbeans.modules.clearcase.ClearcaseVCS.getTopmostManagedAncestor(ClearcaseVCS.java:87)
        at org.netbeans.modules.versioning.VersioningManager.getOwner(VersioningManager.java:240)
        at org.netbeans.modules.versioning.FilesystemInterceptor.getInterceptor(FilesystemInterceptor.java:252)
Comment 1 Petr Cyhelsky 2008-04-10 20:26:05 UTC
Created attachment 60019 [details]
messages.log
Comment 2 Peter Pis 2008-04-14 09:58:02 UTC
*** Issue 132715 has been marked as a duplicate of this issue. ***
Comment 3 Karthikeyan Rajeswaran 2008-04-14 17:23:07 UTC
The error message 
   "java.io.IOException: Cannot run program "cleartool": error=2, No such file or directory"
indicates that either a) 'cleartool' is not in the path or b) clearcase has not yet been installed.

A similar issue has been reported against 'Hg' at issue 118330
Comment 4 Maros Sandor 2008-04-24 08:34:49 UTC
Now the user is notified only once, in the IDE log file.
67658d4e4c96
Comment 5 Petr Cyhelsky 2008-04-24 11:23:49 UTC
verified on
Product Version: NetBeans IDE Dev (Build 200804240003)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: SunOS version 5.10 running on sparc; ISO646-US; en (nb)
Comment 6 Quality Engineering 2008-04-24 15:52:05 UTC
Issue '132573' Integrated in NB_Trunk_Production #155 : http://hg.netbeans.org/main/rev/67658d4e4c96,
 with comment: #132573: User is notified only once, in the IDE log
Comment 7 Maros Sandor 2008-04-24 21:05:48 UTC
Integrated into release61.
d8c703f5e26b
Comment 8 Peter Pis 2008-04-25 08:17:30 UTC
*** Issue 133898 has been marked as a duplicate of this issue. ***
Comment 9 Lukas Hasik 2008-04-25 09:10:12 UTC
it seems that this issue has lot of duplicates in exception reporter however they are marked as duplicates of wrong reports 
http://statistics.netbeans.org/exceptions/detail.do?id=46000
http://statistics.netbeans.org/analytics/detail.do?id=5474

Peter, is it worth to include it in patch2 for 61?
Comment 10 Peter Pis 2008-04-30 06:58:38 UTC
*** Issue 134211 has been marked as a duplicate of this issue. ***
Comment 11 Maros Sandor 2008-04-30 09:49:22 UTC
*** Issue 134209 has been marked as a duplicate of this issue. ***
Comment 12 Peter Pis 2008-05-07 15:28:47 UTC
*** Issue 134678 has been marked as a duplicate of this issue. ***
Comment 13 Peter Pis 2008-05-07 15:29:31 UTC
*** Issue 134234 has been marked as a duplicate of this issue. ***
Comment 14 Peter Pis 2008-05-07 15:30:03 UTC
*** Issue 134385 has been marked as a duplicate of this issue. ***
Comment 15 Peter Pis 2008-05-07 15:31:21 UTC
*** Issue 134233 has been marked as a duplicate of this issue. ***
Comment 16 Peter Pis 2008-05-23 08:19:20 UTC
*** Issue 135630 has been marked as a duplicate of this issue. ***
Comment 17 Peter Pis 2008-05-30 08:52:22 UTC
*** Issue 136130 has been marked as a duplicate of this issue. ***
Comment 18 Peter Pis 2008-05-30 08:52:28 UTC
*** Issue 136131 has been marked as a duplicate of this issue. ***
Comment 19 Tomas Stupka 2008-06-09 16:56:06 UTC
*** Issue 136842 has been marked as a duplicate of this issue. ***
Comment 20 Peter Pis 2008-07-06 21:58:43 UTC
*** Issue 139093 has been marked as a duplicate of this issue. ***
Comment 21 Lukas Hasik 2008-07-11 10:18:38 UTC
*** Issue 139679 has been marked as a duplicate of this issue. ***
Comment 22 Lukas Hasik 2008-07-11 10:34:06 UTC
*** Issue 139679 has been marked as a duplicate of this issue. ***
Comment 23 sahib_rock 2008-07-29 16:20:41 UTC
whenever i open netbeans it is showing error..
and its interface has also changed
Comment 24 Tomas Stupka 2008-07-29 16:28:18 UTC
we would need more information from you:

what build do you use?
what is the error you get? it would be nice if you could attach your messages.log file to the issue

> and its interface has also changed
elaborate please
Comment 25 Exceptions Reporter 2008-07-30 09:59:26 UTC
This issue has already 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=45705
Comment 26 Peter Pis 2008-08-25 08:48:27 UTC
*** Issue 144965 has been marked as a duplicate of this issue. ***
Comment 27 Marian Mirilovic 2008-08-26 09:59:58 UTC
What is the status of this issue ? 
The number of duplicates is 777 + hundreds of duplicates joined to wrong report
http://statistics.netbeans.org/analytics/detail.do?id=5474
... the last build where the exception is reported against is 080702
Comment 28 Peter Pis 2008-08-26 10:02:50 UTC
Updated module is alive on UC now. Closing as fixed. #144998.
Comment 29 Petr Cyhelsky 2008-09-01 10:51:34 UTC
verified
Comment 30 Maros Sandor 2008-09-02 10:28:09 UTC
*** Issue 143860 has been marked as a duplicate of this issue. ***