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 213977

Summary: NullPointerException at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen
Product: versioncontrol Reporter: stiffuser
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal CC: aws
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186272
Attachments: stacktrace

Description stiffuser 2012-06-11 13:31:06 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9268-on-20120503)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:427)
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:283)
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:276)
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:272)
   at org.tmatesoft.svn.core.internal.wc16.SVNStatusClient16.doStatus(SVNStatusClient16.java:370)
   at org.tmatesoft.svn.core.internal.wc2.old.SvnOldGetStatus.run(SvnOldGetStatus.java:22)
Comment 1 stiffuser 2012-06-11 13:31:12 UTC
Created attachment 120669 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-06-12 08:26:50 UTC

*** This bug has been marked as a duplicate of bug 212158 ***