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 49056 - Exception message related to XMI after each IDE startup
Summary: Exception message related to XMI after each IDE startup
Status: RESOLVED DUPLICATE of bug 50722
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL: n/a
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 09:47 UTC by deckard
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message snapsot image. (159.79 KB, image/jpeg)
2004-09-15 09:49 UTC, deckard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deckard 2004-09-15 09:47:50 UTC
Although I read the bug reporting guidelines prior
to submitting this one and trying to stick with
them, forgive me for any irrelevance since this is
my first posting.

All that said, I am also new to Netbeans IDE and
have not deep experience in Java. 

I recently downloaded the 4.0 Beta 1 IDE, no
problems on installation. 

But, I encounter an exception message box with the
following text after every IDE startup.

The exception message is:

Annotation: Exception occurred in Request Processor
java.lang.IllegalStateException: Metamodel XMI
malformed.
	at
org.netbeans.lib.jmi.util.MetamodelManager.update(MetamodelManager.java:146)
	at
org.netbeans.lib.jmi.util.MetamodelManager.findRootPackage(MetamodelManager.java:51)
	at
org.netbeans.modules.javacore.JMManager.init(JMManager.java:140)
	at
org.netbeans.modules.javacore.JMManager.access$600(JMManager.java:72)
	at
org.netbeans.modules.javacore.JMManager$7.run(JMManager.java:1108)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
==>
java.lang.NullPointerException
	at
org.netbeans.mdr.NBMDRepositoryImpl.getMOFModelPackage(NBMDRepositoryImpl.java:700)
	at
org.netbeans.mdr.NBMDRepositoryImpl.createExtent(NBMDRepositoryImpl.java:439)
	at
org.netbeans.mdr.NBMDRepositoryImpl.createExtent(NBMDRepositoryImpl.java:292)
	at
org.netbeans.mdr.NBMDRepositoryImpl.createExtent(NBMDRepositoryImpl.java:280)
	at
org.netbeans.mdr.NBMDRepositoryImpl.createExtent(NBMDRepositoryImpl.java:269)
	at
org.netbeans.lib.jmi.util.MetamodelManager.update(MetamodelManager.java:131)
	at
org.netbeans.lib.jmi.util.MetamodelManager.findRootPackage(MetamodelManager.java:51)
	at
org.netbeans.modules.javacore.JMManager.init(JMManager.java:140)
	at
org.netbeans.modules.javacore.JMManager.access$600(JMManager.java:72)
	at
org.netbeans.modules.javacore.JMManager$7.run(JMManager.java:1108)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)

--- End exception message

Other than that, everything seems OK.... 

My operating environment is Windows XP (English)
with SP2. Localization (regional settings) is Turkish.

I saw some issues related to XMI but none of them
was similar.

Thanks.
Comment 1 deckard 2004-09-15 09:49:37 UTC
Created attachment 17640 [details]
Message snapsot image.
Comment 2 Martin Matula 2004-09-23 15:52:53 UTC
Seems like a problem with access rights. Are you sure you were not
running several instances of the IDE simultaneously? Could you please
attach the IDE log? (in $nbuserdir/var/log/messages.log)
Comment 3 Martin Matula 2004-10-29 09:12:41 UTC

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