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 76361 - Partition mount failed
Summary: Partition mount failed
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker with 1 vote (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 08:59 UTC by giorgio42
Modified: 2008-08-11 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log (261.23 KB, text/plain)
2006-05-15 09:01 UTC, giorgio42
Details
messages.log (222.71 KB, application/octet-stream)
2007-03-16 14:59 UTC, ejvyas
Details
messages.log (361.43 KB, application/octet-stream)
2007-04-09 14:07 UTC, ejvyas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description giorgio42 2006-05-15 08:59:17 UTC
Using NB55Beta with Mustang b83 (but probably not related to the JVM), I get the
following during startup:

java.lang.RuntimeException
	at org.netbeans.modules.javacore.JMManager.mountStorage(JMManager.java:390)
	at org.netbeans.modules.javacore.JMManager.rebootStorage(JMManager.java:402)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:1002)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:861)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:815)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] 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:380)
	at org.netbeans.modules.javacore.JMManager.rebootStorage(JMManager.java:402)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:1002)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:861)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:815)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 giorgio42 2006-05-15 09:01:11 UTC
Created attachment 30391 [details]
message log
Comment 2 ejvyas 2007-03-16 14:59:03 UTC
I face this very often. No bad shutdown. no hacks - just a bad day!!
Comment 3 ejvyas 2007-03-16 14:59:39 UTC
Created attachment 39588 [details]
messages.log
Comment 4 ejvyas 2007-04-09 14:07:17 UTC
Created attachment 40617 [details]
messages.log
Comment 5 ejvyas 2007-04-09 14:17:03 UTC
When will this be fixed?
Comment 6 ejvyas 2007-04-09 14:19:31 UTC
I deleted C:\Documents and
Settings\${user.dir}\.netbeans\5.5\var\cache\mdrstorage and the problem was solved. 
Comment 7 giorgio42 2008-08-09 21:10:41 UTC
This bug report is quite old. I have pulled the NB6.5 sources and searched for the class JMManager and it does not
exist any more. As far as I know mdr has been replaced with Retouche, therefore this is not a surprise.

The surprise is that this is a P2 and it has never even been re-evaluated for more than a year.

You can close the issue (not sure what the resolution would be, there is no NEVER_LOOKED_AT_IT_UNTIL_IT_BECAME_OBSOLETE).

Georg

Comment 8 Daniel Prusa 2008-08-11 10:00:21 UTC
NetBeans 5.5 is the last release with Java support based on mdr. This issue was obsolete already in the time the
priority was raised to P2.