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 167422 - NullPointerException at org.netbeans.modules.subversion.Subversion.getClient
Summary: NullPointerException at org.netbeans.modules.subversion.Subversion.getClient
Status: RESOLVED DUPLICATE of bug 168094
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-21 14:14 UTC by aregan
Modified: 2009-09-03 15:36 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152259


Attachments
stacktrace (983 bytes, text/plain)
2009-06-21 14:14 UTC, aregan
Details
stacktrace (983 bytes, text/plain)
2009-06-21 14:17 UTC, aregan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aregan 2009-06-21 14:14:30 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905282243)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.7, x86_64

User Comments:
GUEST: Committing change to subversion



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:220)
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:270)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.getClient(CommitAction.java:1002)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:541)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.access$100(CommitAction.java:89)
        at org.netbeans.modules.subversion.ui.commit.CommitAction$3.perform(CommitAction.java:368)
Comment 1 aregan 2009-06-21 14:14:36 UTC
Created attachment 83851 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-06-21 14:14:50 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152259
Comment 3 aregan 2009-06-21 14:16:58 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905282243)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.7, x86_64

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:220)
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:270)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.getClient(CommitAction.java:1002)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:541)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.access$100(CommitAction.java:89)
        at org.netbeans.modules.subversion.ui.commit.CommitAction$3.perform(CommitAction.java:368)
Comment 4 aregan 2009-06-21 14:17:08 UTC
Created attachment 83852 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-06-21 14:17:41 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152259
Comment 6 Ondrej Vrabec 2009-06-30 13:50:49 UTC
Is anyone able to reproduce? Does anyone remember how you invoked the commit (popup menu, main menu, subversion view -
after show changes)? Did the file, you tried to commit, exist?
Comment 7 Exceptions Reporter 2009-07-13 13:23:35 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152259
Comment 8 Exceptions Reporter 2009-07-27 20:44:00 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152259
Comment 9 Peter Pis 2009-09-03 15:36:09 UTC

*** This issue has been marked as a duplicate of 168094 ***