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 268666 - ClassNotFoundException: org.netbeans.modules.maven.indexer.api.RepositoryPreferences
Summary: ClassNotFoundException: org.netbeans.modules.maven.indexer.api.RepositoryPref...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 18:20 UTC by ytn01
Modified: 2016-12-05 20:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226924


Attachments
stacktrace (1.80 KB, text/plain)
2016-10-24 18:20 UTC, ytn01
Details
stacktrace (535 bytes, text/plain)
2016-12-05 20:45 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2016-10-24 18:20:51 UTC
Build: NetBeans IDE 8.2 (Build 201609271501)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
ytn01: Exception gets thrown right after IDE starts after launching.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.maven.indexer.api.RepositoryPreferences
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 ytn01 2016-10-24 18:20:53 UTC
Created attachment 162613 [details]
stacktrace
Comment 2 ytn01 2016-12-05 20:45:08 UTC
Created attachment 163158 [details]
stacktrace

Launched the IDE. It started scanning/openning projects.
Cliecked the open project button from the toolbar.
Immediately before the dialog appears,... maximized and restored the Netbeans IDE window.
Exception got thrown.