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 114300 - Install failure of UML module
Summary: Install failure of UML module
Status: RESOLVED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-31 02:21 UTC by chompx
Modified: 2007-08-31 03:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log of installation error (40.38 KB, application/octet-stream)
2007-08-31 02:24 UTC, chompx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chompx 2007-08-31 02:21:55 UTC
I added the a uml module from the Tools/Update Center menu and got the following linkage error upon restarting the IDE.

A java.lang.LinkageError exception has occurred... [please report]

The error appears to derive from the dom4j.jar module.  

Log file attached.
Comment 1 chompx 2007-08-31 02:24:24 UTC
Created attachment 47850 [details]
Log of installation error
Comment 2 chompx 2007-08-31 02:59:00 UTC
I switched up to NB 6.0, which includes the UML install, and things seem to work.
Comment 3 chompx 2007-08-31 03:59:46 UTC
Solved:  Traced problem to differrent 'login' condition:
Normally, I install plug-ins as 'myself', but in some cases, I needed to install a module globally, and I only had
global write premissions as root.  When I started netbeans as root, it found a different set of modules than when I was
my normal user self, and the failure occurred