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 141478 - crash at startup
Summary: crash at startup
Status: RESOLVED DUPLICATE of bug 140061
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 07:35 UTC by cy6ergn0m
Modified: 2008-08-08 12:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
here full terminal output (4.88 KB, text/plain)
2008-07-24 07:36 UTC, cy6ergn0m
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cy6ergn0m 2008-07-24 07:35:08 UTC
my netbeans shows splash screen for a two seconds and exits. It terinal i saw 

java.nio.BufferUnderflowException
        at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:221)
        at java.nio.ByteBuffer.get(ByteBuffer.java:675)
        at org.netbeans.core.startup.layers.BinaryFS.<init>(BinaryFS.java:137)
        at org.netbeans.core.startup.layers.BinaryCacheManager.load(BinaryCacheManager.java:74)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.loadCache(ModuleLayeredFileSystem.java:151)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:114)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:110)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:350)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:138)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:66)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:431)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:415)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.ExternalUtil.initialize(ExternalUtil.java:154)
        at org.openide.filesystems.ExternalUtil.getRepository(ExternalUtil.java:71)
        at org.openide.filesystems.Repository.getDefault(Repository.java:155)
        at org.netbeans.core.startup.Main.start(Main.java:313)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 cy6ergn0m 2008-07-24 07:36:10 UTC
Created attachment 65487 [details]
here full terminal output
Comment 2 Peter Pis 2008-07-30 07:51:48 UTC
Could you please start NB with empty user directory?

http://wiki.netbeans.org/FaqWhatIsUserdir
Comment 3 Jana Maleckova 2008-08-08 12:47:37 UTC
this issue has to be already fixed.. please download newer build of netbeans ... thank you for report

*** This issue has been marked as a duplicate of 140061 ***