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 76524 - NullPointerException in CmdLineInfoPart.getFile
Summary: NullPointerException in CmdLineInfoPart.getFile
Status: RESOLVED DUPLICATE of bug 76241
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-05-18 00:03 UTC by lallafa
Modified: 2006-05-18 09:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (35.15 KB, text/plain)
2006-05-18 00:04 UTC, lallafa
Details
output of -J-DsvnLog=d:/svn.log (1.61 KB, text/plain)
2006-05-18 00:05 UTC, lallafa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lallafa 2006-05-18 00:03:38 UTC
After installing subversion von netbeans update beta the IDE does not start.
anymore but shows this exception:

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)
...

I'am running Netbeans on a germany  WinXp version. I have copied the
"Anwendungsdaten/subversion" folder to "Application Data/subversion". but that
does not help.

This is my svn version:

C:\>svn -?
Aufruf: svn UNTERBEFEHL [Optionen] [Parameter]
Subversion Befehlszeilenclient, Version 1.3.1.
Comment 1 lallafa 2006-05-18 00:04:51 UTC
Created attachment 30458 [details]
message.log
Comment 2 lallafa 2006-05-18 00:05:52 UTC
Created attachment 30459 [details]
output of -J-DsvnLog=d:/svn.log
Comment 3 Peter Pis 2006-05-18 08:53:22 UTC
It can be workarounded for now. See my comments in #76258.

*** This issue has been marked as a duplicate of 76258 ***
Comment 4 lallafa 2006-05-18 09:27:52 UTC
I *HAVE* copied the Subversion folder from "Anwendungsdaten" to "Application
Data" as explained in the comments in #76258.

I also get a different Stacktrace for den NullPointerException. So i guess it is
a diffenrent problem and not a dublicate of #76258.

When I start NB I get NB window with menu but without anything else (no project
window, editor, ...) but message dialogs with the NullPointerException.
Comment 5 Peter Pis 2006-05-18 09:32:21 UTC
Ok, reopen. 
Comment 6 Peter Pis 2006-05-18 09:38:40 UTC
Sorry :( , I meant other issue. - #76241.

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