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 64022 - MDR exception
Summary: MDR exception
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 02:24 UTC by _ pcw
Modified: 2005-09-10 07:53 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 _ pcw 2005-09-10 02:24:39 UTC
I got this exception in the console window.  I have no idea where it came from
or what it means or what produced it.  But I would think that console exceptions
are bad, so here it is.

java.io.FileNotFoundException:
C:\tmp\nb42trunk\var\cache\mdrstorage\org-netbeans-java\0.68\f5b04402e34ec3ed844a32d4c014
6533c296201fbJBModule5srcjava14.cdx (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
[catch] at
org.netbeans.modules.javacore.ClassIndex$CISImpl.mount(ClassIndex.java:992)
        at org.netbeans.modules.javacore.ClassIndex.loadIndex(ClassIndex.java:173)
        at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:956)
        at
org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:814)
        at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:768)
        at org.openide.util.Task.run(Task.java:207)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Martin Matula 2005-09-10 07:53:59 UTC
This exception is just informational. It may happen e.g. if you restart the IDE
after killing it (i.e. not exiting properly) e.g. using Ctrl+C.