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 202626 - [71cat] java.io.IOException at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl
Summary: [71cat] java.io.IOException at org.netbeans.api.java.source.JavaSource.runUse...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Wicket (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 12:50 UTC by medeag
Modified: 2016-07-07 08:56 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180693


Attachments
stacktrace (3.77 KB, text/plain)
2011-09-25 12:50 UTC, medeag
Details
stacktrace (3.77 KB, text/plain)
2011-09-29 10:46 UTC, medeag
Details
stacktrace (3.74 KB, text/plain)
2012-01-04 10:53 UTC, luca.adamo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medeag 2011-09-25 12:50:06 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
medeag: clicked on the subversion diff tab




Stacktrace: 
java.io.IOException
   at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:415)
   at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:403)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:186)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl.runInJavacContext(AnnotationModelHelper.java:450)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl.typesChanged(AnnotationModelHelper.java:408)
   at org.netbeans.api.java.source.ClassIndex$SPIListener$3.run(ClassIndex.java:707)
Comment 1 medeag 2011-09-25 12:50:12 UTC
Created attachment 111154 [details]
stacktrace
Comment 2 medeag 2011-09-29 10:46:34 UTC
Created attachment 111304 [details]
stacktrace

saving method changes
Comment 3 Petr Jiricka 2011-10-05 12:54:29 UTC
Hi, looks like you are using Wicket. Can someone please attach a simple project that reproduces this issue?

Also cc'ing Tomas Z - Tomas, any idea how this may happen?
Comment 4 Tomas Zezula 2011-10-05 15:03:07 UTC
The javac is not able to locate the class file for class org.apache.wicket.model.LoadableDetachableModel while completing the LoadableDetachableModel symbol.
Are you able to reproduce it?
If so can you share the project? Or create a smaller test case causing this problem?
Thanks
Comment 5 medeag 2011-10-07 15:10:37 UTC
Hello,

Have not encountered this  issue again so far ...

Thanks,
Medea
Comment 6 Exceptions Reporter 2011-11-25 13:25:03 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=180693
Comment 7 luca.adamo 2012-01-04 10:53:56 UTC
Created attachment 114616 [details]
stacktrace

This error occurs frequently, while switching among the Java classes currently opened in the editor. It always occurs when I open classes which inherited a specific class (defined by me).
Comment 8 Martin Balin 2016-07-07 08:56:26 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss