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 161389 - Exception at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.updateResourceAttributes
Summary: Exception at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.updat...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 19:48 UTC by Exceptions Reporter
Modified: 2009-07-29 07:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 136766


Attachments
stacktrace (2.48 KB, text/plain)
2009-03-27 19:49 UTC, Exceptions Reporter
Details
stacktrace (2.58 KB, text/plain)
2009-04-17 15:48 UTC, pez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-03-27 19:48:51 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.Exception
        at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.updateResourceAttributes(ResourceUtils.java:319)
        at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.isResourceUpdated(ResourceUtils.java:264)
        at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.register(ResourceUtils.java:162)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.Utils.registerIndvResources(Utils.java:242)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.Utils.registerSunResources(Utils.java:221)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.Utils.registerResources(Utils.java:194)
Comment 1 Exceptions Reporter 2009-03-27 19:49:05 UTC
Created attachment 78996 [details]
stacktrace
Comment 2 Nitya Doraisamy 2009-04-15 04:58:23 UTC
Fixed. Check mbeaninfo is valid and not null
Comment 3 Quality Engineering 2009-04-15 19:32:28 UTC
Integrated into 'main-golden', will be available in build *200904151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/166e89f2d88a
User: nityad@netbeans.org
Log: #161389 : Check for valid mbeaninfo before continuing
Comment 4 pez 2009-04-17 15:48:47 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 


Stacktrace: 
java.lang.Exception
        at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.updateResourceAttributes(ResourceUtils.java:319)
        at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.isResourceUpdated(ResourceUtils.java:264)
        at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.register(ResourceUtils.java:162)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.Utils.registerIndvResources(Utils.java:242)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.Utils.registerSunResources(Utils.java:221)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.Utils.registerResources(Utils.java:194)
Comment 5 pez 2009-04-17 15:48:52 UTC
Created attachment 80370 [details]
stacktrace