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 53758 - CVS: Invoking Global CVS check out fails with exception
Summary: CVS: Invoking Global CVS check out fails with exception
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 14:58 UTC by Peter Pis
Modified: 2006-03-24 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.21 KB, text/plain)
2005-01-20 14:59 UTC, Peter Pis
Details
All exceptions that were actually thrown. (4.59 KB, text/plain)
2005-01-21 09:46 UTC, Martin Entlicher
Details
exception 2 (1.21 KB, text/plain)
2005-01-21 10:00 UTC, Peter Pis
Details
exception 3 (1.63 KB, text/plain)
2005-01-21 10:01 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-01-20 14:58:29 UTC
>System Info:
  Product Version       = NetBeans IDE Dev (Build
200501191900)
  Operating System      = Windows XP version 5.1
running on x86
  Java; VM; Vendor      = 1.5.0_01; Java
HotSpot(TM) Client VM 1.5.0_01-b06; Sun
Microsystems Inc.
  Java Home             = C:\Program
Files\Java\jdk1.5.0_01\jre

Steps:
1. Invoke "Versioning | CVS | Global CVS Check
out" from main menu.

Exception is thrown.
Comment 1 Peter Pis 2005-01-20 14:59:18 UTC
Created attachment 19821 [details]
exception
Comment 2 Martin Entlicher 2005-01-20 16:22:38 UTC
It works for me on Solaris...
Comment 3 Martin Entlicher 2005-01-20 18:22:42 UTC
The exception is thrown when ROOTDIR variable is not defined. But
ROOTDIR variable *is* defined in the input descriptor.
Peter, are you sure that you do not have modified CVS profile cvs.xml
somehow? Is this reproducible with an empty user dir??
It works for me without problems...
Comment 4 Peter Pis 2005-01-21 07:24:42 UTC
Using same build and same steps leads to exception also for JDS
platform. (Empty user dir)
Comment 5 Martin Entlicher 2005-01-21 09:45:39 UTC
The bug is still in build #200501191900! However it seems to be fixed
in sources. Perhaps a bad build produced by the building machine??

Also, Peter, please attach *ALL* exceptions that are thrown! This
would help to identify the problem much sooner. Attaching all
exceptions...
Comment 6 Martin Entlicher 2005-01-21 09:46:24 UTC
Created attachment 19850 [details]
All exceptions that were actually thrown.
Comment 7 Martin Entlicher 2005-01-21 09:56:58 UTC
It's a fault of the build machine. The sources are outdated.
Comment 8 Peter Pis 2005-01-21 10:00:18 UTC
Created attachment 19852 [details]
exception 2
Comment 9 Peter Pis 2005-01-21 10:01:01 UTC
Created attachment 19853 [details]
exception 3
Comment 10 Martin Entlicher 2005-01-21 10:01:28 UTC

*** This issue has been marked as a duplicate of 53792 ***
Comment 11 Martin Entlicher 2005-01-21 12:34:07 UTC
There was actually no build yesterday, so the build that you tested is
from Wednesday evening.

The bug actually was there for a while (commit validation suit has
failed on it), but it was fixed very soon.
Comment 12 Martin Entlicher 2005-01-21 12:34:37 UTC
Already fixed in trunk.
Comment 13 Peter Pis 2005-02-03 15:37:47 UTC
Verified.