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 74136 - Scanning project classpath causes exceptions
Summary: Scanning project classpath causes exceptions
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-29 11:36 UTC by skramer
Modified: 2007-09-26 09:14 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 skramer 2006-03-29 11:36:27 UTC
The scanning of project classpaths in the IDE causes multiple exception
essentially locking up the IDE.

Below is a summary of my log file:

[org.netbeans.javacore] *********** Exception occurred ************ at 6:27 AM
on Mar 29, 2006

java.lang.RuntimeException

	at org.netbeans.modules.javacore.JMManager.mountStorage(JMManager.java:344)

	at org.netbeans.modules.javacore.JMManager.rebootStorage(JMManager.java:356)

[catch] at org.netbeans.modules.javacore.JMManager.init(JMManager.java:272)

	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:903)

	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:815)

	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:769)

	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)

	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)

==>

org.netbeans.mdr.util.MountFailedException: Partition mount failed.

	at org.netbeans.mdr.NBMDRepositoryImpl.mountStorage(NBMDRepositoryImpl.java:529)

	at org.netbeans.modules.javacore.JMManager.mountStorage(JMManager.java:334)

	at org.netbeans.modules.javacore.JMManager.rebootStorage(JMManager.java:356)

[catch] at org.netbeans.modules.javacore.JMManager.init(JMManager.java:272)

	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:903)

	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:815)

	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:769)

	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)

	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Jiri Prox 2006-04-05 11:16:19 UTC
Can you attach whole messages.log?
Is it reproducible also with new userdir?
Comment 2 Jan Becicka 2006-10-26 16:26:18 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 10:56:37 UTC
Reorganization of java component