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 76359 - NPE expanding Subversion project node
Summary: NPE expanding Subversion project node
Status: RESOLVED DUPLICATE of bug 73235
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 07:56 UTC by tboerkel
Modified: 2006-06-30 16:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (31.35 KB, text/plain)
2006-05-15 07:56 UTC, tboerkel
Details
More exceptions. (75.75 KB, text/plain)
2006-05-15 09:23 UTC, tboerkel
Details
Exceptions from checkout with NB itself. (35.62 KB, text/plain)
2006-05-16 07:09 UTC, tboerkel
Details
Warnings. (3.87 KB, text/plain)
2006-05-16 07:13 UTC, tboerkel
Details
Test case repository (15.57 KB, application/x-compressed)
2006-05-18 07:56 UTC, tboerkel
Details
Test case working copy (4.44 KB, application/x-compressed)
2006-05-18 07:57 UTC, tboerkel
Details
Test case exception (33.63 KB, text/plain)
2006-05-18 07:57 UTC, tboerkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2006-05-15 07:56:03 UTC
When I try to expand the main node of a Subversion project in the projects tab
or in the files tab, I get a NPE and the node does not expand. So, the project
is unusable.

Attaching messages.log

Using NB 5.5 Beta, JDK 1.5.0_06, Subversion 1.3.0.
Comment 1 tboerkel 2006-05-15 07:56:23 UTC
Created attachment 30390 [details]
messages.log
Comment 2 Peter Pis 2006-05-15 09:03:48 UTC
Can't reproduce. Could you please provide some reproducible steps? Btw, have you
checked your sources out with NB or svn command line client? If sources were
checked out with previous version of svn, it can cause problems.
Comment 3 tboerkel 2006-05-15 09:22:39 UTC
The sources were checked out with Tortoise, some versions ago. 

I tried now with another project, which I checked out more recently and got
different exceptions.

Attaching messages.log.
Comment 4 tboerkel 2006-05-15 09:23:09 UTC
Created attachment 30393 [details]
More exceptions.
Comment 5 Tomas Stupka 2006-05-15 22:14:12 UTC
can't reproduce,
does this happen with every project?
does this also happen with projects you checked out with the svn plugin?


is it possible that you would send us such a project so we can look whats wrong
there?
Comment 6 tboerkel 2006-05-16 07:05:29 UTC
Yes, it does happen with every project.

I just tried a new project and tried checking out with NB. I chose multiple
folders for the checkout and the project dir as destination. NB stopped after
the first folder with a NPE.

Attaching messages.log.

I can upload the project (where?), but it is 52 MB zipped (incl. class files).

Comment 7 tboerkel 2006-05-16 07:09:55 UTC
Created attachment 30407 [details]
Exceptions from checkout with NB itself.
Comment 8 tboerkel 2006-05-16 07:13:24 UTC
I also got some warnings from the svn plugin, that just appeared (I did nothing
with the IDE at that moment) in the log, maybe that's related, if not I'll open
a seperate issue.

Attaching messages.log.
Comment 9 tboerkel 2006-05-16 07:13:52 UTC
Created attachment 30408 [details]
Warnings.
Comment 10 tboerkel 2006-05-18 07:55:24 UTC
I have reproduced this issue in a very small case. I am uploading repository and
working copy.

I was using svnserve 1.3.0 for testing like this:
svnserve -d --listen-port 4711 -r D:\Temp\TestRepo

To reproduce, try New Project from existing sources and choose TestWC as the
project folder and src as the source folder. You get the NPE in the New Project
dialog.

I am also attaching messages.log.
Comment 11 tboerkel 2006-05-18 07:56:50 UTC
Created attachment 30469 [details]
Test case repository
Comment 12 tboerkel 2006-05-18 07:57:27 UTC
Created attachment 30470 [details]
Test case working copy
Comment 13 tboerkel 2006-05-18 07:57:51 UTC
Created attachment 30471 [details]
Test case exception
Comment 14 peterkutschera 2006-05-18 09:33:10 UTC
Hi!

Deinstalled older 5.5 version
Downloaded and installed 5.5 beta + svn-module + Jackpot
Installed svn-1.3.1-setup.exe

Got the same problem as described here (with an existing project already checked
out with Tourtouse). 
I restarted NB some times with no success. I did NOT reboot Windows.
After removing of svn-module all seems to work fine. But I downloaded the new NB
to get SVN support :-(

All with WinXP and Java1.5.0_06
Comment 15 Peter Pis 2006-05-18 09:45:45 UTC
Can you check out sources with the use of NetBeans? Btw, what version of
TortoiseSVN do you use?
Comment 16 tboerkel 2006-05-18 09:54:27 UTC
I use TortoiseSVN 1.3.3, but that has nothing to do with the bug here.

As I already mentioned in an earlier comment, I also tried checking out with NB
itself, which led to the same problem.
Comment 17 tboerkel 2006-05-18 10:01:42 UTC
OK, got it. It's the locale. When I change my Windows locale from german to
english, the NPE is gone. I think this could be also seen in the "Warnings"
attachment.

However, opening the main node of our sources takes ages and NB takes 100% CPU
during this.
Comment 18 Tomas Stupka 2006-06-30 16:04:21 UTC
the CPU consumption part should be fixed.

as for the locale problem - setting as duplicate of #73235

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