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 79091 - NPE after checkout
Summary: NPE after checkout
Status: RESOLVED DUPLICATE of bug 73235
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 13:55 UTC by wulgar
Modified: 2006-06-26 15:50 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 wulgar 2006-06-26 13:55:43 UTC
After checkout project from repository NPE is thrown:

*********** Exception occurred ************ at 2:49 PM on Jun 26, 2006
java.lang.NullPointerException
	at java.io.File.<init>(File.java:222)
	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineInfoPart.getFile(CmdLineInfoPart.java:123)
	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineStatuses.getCorrespondingInfoPart(CmdLineStatuses.java:103)
	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineStatuses.buildStatuses(CmdLineStatuses.java:84)
	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineStatuses.<init>(CmdLineStatuses.java:65)
	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapter.getStatus(CmdLineClientAdapter.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:589)
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handleRemotely(SvnClientInvocationHandler.java:176)
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invokeMethod(SvnClientInvocationHandler.java:158)
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invoke(SvnClientInvocationHandler.java:116)
	at $Proxy13.getStatus(Unknown Source)
	at
org.netbeans.modules.subversion.FileStatusCache.scanFolder(FileStatusCache.java:503)
	at
org.netbeans.modules.subversion.FileStatusCache.getScannedFiles(FileStatusCache.java:471)
	at
org.netbeans.modules.subversion.FileStatusCache.refresh(FileStatusCache.java:256)
	at
org.netbeans.modules.subversion.FileStatusCache.onNotify(FileStatusCache.java:785)
	at
org.tigris.subversion.svnclientadapter.SVNNotificationHandler.notifyListenersOfChange(SVNNotificationHandler.java:210)
	at
org.tigris.subversion.svnclientadapter.commandline.SvnCommandLine$1.onNotify(SvnCommandLine.java:1011)
	at
org.tigris.subversion.svnclientadapter.commandline.parser.SvnOutputParser.notifyListeners(SvnOutputParser.java:148)
	at
org.tigris.subversion.svnclientadapter.commandline.parser.SvnOutputParser.parse(SvnOutputParser.java:117)
	at
org.tigris.subversion.svnclientadapter.commandline.SvnCommandLine.notifyFromSvnOutput(SvnCommandLine.java:1024)
	at
org.tigris.subversion.svnclientadapter.commandline.CommandLine.execString(CommandLine.java:169)
	at
org.tigris.subversion.svnclientadapter.commandline.SvnCommandLine.checkout(SvnCommandLine.java:229)
	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapter.checkout(CmdLineClientAdapter.java:571)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:589)
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handleRemotely(SvnClientInvocationHandler.java:176)
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invokeMethod(SvnClientInvocationHandler.java:158)
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invoke(SvnClientInvocationHandler.java:116)
	at $Proxy13.checkout(Unknown Source)
	at
org.netbeans.modules.subversion.ui.checkout.CheckoutAction.checkout(CheckoutAction.java:139)
	at
org.netbeans.modules.subversion.ui.checkout.CheckoutAction$1.perform(CheckoutAction.java:58)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:54)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:47)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 wulgar 2006-06-26 13:57:38 UTC
This may be by l10n. All output messages from SVN is in Polish:
Pobrano wersj© 44.
Comment 2 Peter Pis 2006-06-26 15:50:15 UTC

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