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 95321 - error on startup
Summary: error on startup
Status: RESOLVED DUPLICATE of bug 91306
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 21:52 UTC by creepymo
Modified: 2007-02-13 08:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (222.14 KB, application/octet-stream)
2007-02-12 21:53 UTC, creepymo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description creepymo 2007-02-12 21:52:05 UTC
I got an error message when I started netbeans which asked me to submit an
issue.  I will add my message.log file after the issue is created.  Here is the
details of the error
java.lang.IllegalStateException: java.lang.ClassNotFoundException:
org.netbeans.modules.websvc.core.customization.ui.WSDataObject
	at org.openide.loaders.DataLoader.getRepresentationClass(DataLoader.java:125)
	at org.openide.loaders.DataLoaderPool$1ProducerOf.process(DataLoaderPool.java:330)
	at org.openide.util.Enumerations$FilEn.hasMoreElements(Enumerations.java:529)
	at
com.nokia.phone.tools.designer.integration.netbeans.NetBeansIntegrationModuleInstall.addJDOActions(Unknown
Source)
	at
com.nokia.phone.tools.designer.integration.netbeans.NetBeansIntegrationModuleInstall.restored(Unknown
Source)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:366)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:282)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:904)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:383)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:317)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:250)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:212)
	at org.netbeans.core.startup.Main.start(Main.java:383)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:96)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 creepymo 2007-02-12 21:53:57 UTC
Created attachment 38396 [details]
messages.log file
Comment 2 Lukas Hasik 2007-02-13 08:50:11 UTC

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