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 126697 - Add to Source Control fails - timed out.
Summary: Add to Source Control fails - timed out.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: ClearCase (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 12:11 UTC by Peter Pis
Modified: 2008-02-15 08:25 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 Peter Pis 2008-02-05 12:11:08 UTC
Product Version: NetBeans IDE Dev (Build 080204)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Userdir: D:\nb-hg\main\nbbuild\user

Steps:
1. Open versioned controlled project.
2. Create new package "x.y" and new file ("A.java") in it.
3. Select the "A.java" and invoke "ClearCase | Add To Source Control..."  action. Push "Add" action.

java.io.IOException: Cleartool: Command org.netbeans.modules.clearcase.client.MkElemCommand@376393 timed out
	at org.netbeans.modules.clearcase.client.Cleartool.exec(Cleartool.java:248)
	at org.netbeans.modules.clearcase.client.ClearcaseClient$CommandRunnable.run(ClearcaseClient.java:180)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Maros Sandor 2008-02-05 13:06:02 UTC
It was throwing some other exception on my machine, which I fixed, please test if it also fixes yours.
dcff4475dd65
Comment 2 Peter Pis 2008-02-15 08:25:02 UTC
Verified.