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 160888 - NullPointerException at org.netbeans.modules.glassfish.javaee.ide.MonitorProgressObject.fireHandleProgressEvent
Summary: NullPointerException at org.netbeans.modules.glassfish.javaee.ide.MonitorProg...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 15:42 UTC by spaquet
Modified: 2009-03-25 03:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146989


Attachments
stacktrace (729 bytes, text/plain)
2009-03-23 15:42 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description spaquet 2009-03-23 15:42:48 UTC
Build: NetBeans IDE Dev (Build 200903230201)
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:
spaquet: just launching a web application using visual JSF and database connexion

GUEST: trying to run databoundComponents on netbeans 6.7



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.glassfish.javaee.ide.MonitorProgressObject.fireHandleProgressEvent(MonitorProgressObject.java:180)
        at org.netbeans.modules.glassfish.javaee.JDBCDriverDeployerImpl$1.handleProgressEvent(JDBCDriverDeployerImpl.java:101)
        at org.netbeans.modules.glassfish.eecommon.api.ProgressEventSupport.fireHandleProgressEvent(ProgressEventSupport.java:132)
        at org.netbeans.modules.glassfish.eecommon.api.JDBCDriverDeployHelper$JDBCDriversProgressObject.run(JDBCDriverDeployHelper.java:199)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 spaquet 2009-03-23 15:42:52 UTC
Created attachment 78650 [details]
stacktrace
Comment 2 Vince Kraemer 2009-03-23 20:24:53 UTC
the fix is in web-main... will mark fixed after qa@netbeans.org posts the info about the integration into main-golden...
Comment 3 Quality Engineering 2009-03-24 23:31:38 UTC
Integrated into 'main-golden', will be available in build *200903241535* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/28b55cc06c8b
User: vince kraemer <vkraemer@netbeans.org>
Log: #160888: do not synchronize on a null object
Comment 4 Vince Kraemer 2009-03-25 03:50:58 UTC
the fix is in main-golden