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 245857 - java.io.IOException: Do not create DO for .svn metadata: /myProject/trunk/src/main/.svn
Summary: java.io.IOException: Do not create DO for .svn metadata: /myProject/trunk/src...
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 247224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-07-21 20:46 UTC by roti
Modified: 2014-09-17 15:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210816


Attachments
stacktrace (2.96 KB, text/plain)
2014-07-21 20:46 UTC, roti
Details
stacktrace (2.98 KB, text/plain)
2014-07-28 16:52 UTC, Michel Graciano
Details
stacktrace (2.98 KB, text/plain)
2014-07-30 16:34 UTC, Michel Graciano
Details
stacktrace (2.98 KB, text/plain)
2014-07-31 11:16 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description roti 2014-07-21 20:46:44 UTC
Build: NetBeans IDE Dev (Build 201407210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b17
OS: Linux

User Comments:
roti: Opened an existing maven project which is versioned by svn




Stacktrace: 
java.io.IOException: Do not create DO for .svn metadata: /home/hrotkog/work/wildom/svn/java/liferay/fotav/elo-form/trunk/src/main/.svn
   at org.netbeans.modules.subversion.SvnMetadataFolderLoader.handleFindDataObject(SvnMetadataFolderLoader.java:80)
   at org.openide.loaders.DataObjectPool.handleFindDataObject(DataObjectPool.java:161)
   at org.openide.loaders.DataLoader.findDataObject(DataLoader.java:407)
   at org.openide.loaders.DataLoader.findDataObject(DataLoader.java:380)
   at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:535)
   at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:493)
Comment 1 roti 2014-07-21 20:46:45 UTC
Created attachment 148187 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-07-26 12:50:54 UTC
org.netbeans.modules.maven.nodes.OthersRootNode.<init> should check for invisible folders or catch the exception.
Comment 3 Michel Graciano 2014-07-28 16:52:44 UTC
Created attachment 148362 [details]
stacktrace

Opening a project just after upgrade IDE
Comment 4 Michel Graciano 2014-07-30 16:34:44 UTC
Created attachment 148426 [details]
stacktrace

Opening the IDE with some SVN versioned project already opened
Comment 5 Michel Graciano 2014-07-30 17:00:25 UTC
I am not sure if it was coincidence or not, but I needed to 'Reset Window' to test some strange issues after rebuild the IDE but reusing an old user dir, and this action 'solved' this issue for me. The exception just stopped to show up.
As I said, I am not sure if these events are related or not, but I am now unable to reproduce it anymore.
Comment 6 Michel Graciano 2014-07-31 11:16:45 UTC
Created attachment 148440 [details]
stacktrace

Exception started again after some new files been created.
Comment 7 Tomas Stupka 2014-08-19 16:06:41 UTC
fixed in core-main #1a518fdfc84e
Comment 8 Quality Engineering 2014-08-21 02:29:49 UTC
Integrated into 'main-silver', will be available in build *201408210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1a518fdfc84e
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #245857 - java.io.IOException: Do not create DO for .svn metadata: /myProject/trunk/src/main/.svn
Comment 9 vkhashin 2014-09-11 07:50:22 UTC
In the netbeans 8.0.1 bug still exists.
Product Version: NetBeans IDE 8.0.1 (Build 201408251540)
Java: 1.7.0_21; Java HotSpot(TM) Client VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Linux version 2.6.32-37-generic-pae running on i386; UTF-8; ru_RU (nb)

Report id 736506
Comment 10 Tomas Stupka 2014-09-11 09:32:32 UTC
the fix did not make it into 8.0.1
Comment 11 Tomas Stupka 2014-09-12 12:05:39 UTC
anybody able to verify o the fix solved the problem?
Comment 12 roti 2014-09-15 08:02:03 UTC
Tested with imported/new profile.
4 different svn project/project group.
All works great.
Thanx!
Comment 13 Tomas Stupka 2014-09-15 12:38:15 UTC
integrated into release801 branch
releases #58145239da76
Comment 14 Quality Engineering 2014-09-17 12:12:11 UTC
Integrated into 'releases/release801', will be available in build *201409171118* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/58145239da76
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #245857 - java.io.IOException: Do not create DO for .svn metadata: /myProject/trunk/src/main/.svn
Comment 15 Tomas Stupka 2014-09-17 15:20:56 UTC
*** Bug 247224 has been marked as a duplicate of this bug. ***