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 156031 - [67cat] IllegalArgumentException: Unknown repository status: R
Summary: [67cat] IllegalArgumentException: Unknown repository status: R
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
: 166238 170998 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-24 03:02 UTC by nleck
Modified: 2017-09-13 06:17 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 5401


Attachments
stacktrace (1002 bytes, text/plain)
2008-12-24 03:03 UTC, nleck
Details
stacktrace (1002 bytes, text/plain)
2009-01-10 18:52 UTC, khooke
Details
stacktrace (1002 bytes, text/plain)
2009-01-21 18:17 UTC, khooke
Details
stacktrace (1003 bytes, text/plain)
2009-05-28 11:59 UTC, misterm
Details
stacktrace (1.08 KB, text/plain)
2017-09-13 06:17 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2008-12-24 03:02:49 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.18-1.2798.fc6, i386

User Comments:
nleck: cvs update.

tjhannon: Running CVS->Show Changes on the project

ajtreece: I reverted a deleted file

nleck: cvs update.



Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status: R
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createVersionedFileInformation(FileStatusCache.java:612)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:540)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 1 nleck 2008-12-24 03:03:03 UTC
Created attachment 75290 [details]
stacktrace
Comment 2 Maros Sandor 2009-01-05 10:00:28 UTC
Can be 'fixed' by not throwing the exception if we will be unable to find the real cause.
Comment 3 khooke 2009-01-10 18:52:18 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 
updating directory in CVS

Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status: R
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createVersionedFileInformation(FileStatusCache.java:612)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:540)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 4 khooke 2009-01-10 18:52:27 UTC
Created attachment 75658 [details]
stacktrace
Comment 5 khooke 2009-01-21 18:17:09 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 
updating a folder in a cvs project

Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status: R
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createVersionedFileInformation(FileStatusCache.java:612)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:540)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 6 khooke 2009-01-21 18:17:23 UTC
Created attachment 76109 [details]
stacktrace
Comment 7 misterm 2009-05-28 11:59:48 UTC
Build: NetBeans IDE Dev (Build 090527)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments: 
After doing revert modifications and update on a few files, this happened. Modified files weren't reverted.

Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status: R
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createVersionedFileInformation(FileStatusCache.java:612)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:540)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 8 misterm 2009-05-28 11:59:52 UTC
Created attachment 82902 [details]
stacktrace
Comment 9 Ondrej Vrabec 2009-05-29 09:49:08 UTC
*** Issue 166238 has been marked as a duplicate of this issue. ***
Comment 10 Peter Pis 2009-08-27 15:41:09 UTC
Steps:
1. Create and commit "JDBCConfigSaver" java file into versioned project.
2. Rename "JDBCConfigSaver" to "JdbcConfigSaver". Commit it.
3. Select project root and invoke "CVS | Show Changes" action. 

Exception is thrown.
Comment 11 Peter Pis 2009-08-27 15:44:41 UTC
*** Issue 170998 has been marked as a duplicate of this issue. ***
Comment 12 stefan79 2017-09-13 06:17:26 UTC
Created attachment 165123 [details]
stacktrace

Exception occured after CVS-Update.