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 237145 - NullPointerException at org.netbeans.modules.websvc.rest.spi.RestSupport.initListener
Summary: NullPointerException at org.netbeans.modules.websvc.rest.spi.RestSupport.init...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 237801 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-15 16:43 UTC by pns
Modified: 2014-01-15 02:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202606


Attachments
stacktrace (451 bytes, text/plain)
2013-10-15 16:43 UTC, pns
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pns 2013-10-15 16:43:31 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
pns: After choosing to rename a maven project (including the artifact name, folder name) I got this exception

GUEST: I renamed my Project.
It got the same name as a former one I deleted via commandline rm -r




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.spi.RestSupport.initListener(RestSupport.java:202)
   at org.netbeans.modules.websvc.rest.spi.RestSupport.access$000(RestSupport.java:101)
   at org.netbeans.modules.websvc.rest.spi.RestSupport$1.run(RestSupport.java:187)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 1 pns 2013-10-15 16:43:33 UTC
Created attachment 141103 [details]
stacktrace
Comment 2 Martin Janicek 2014-01-14 13:05:59 UTC
*** Bug 237801 has been marked as a duplicate of this bug. ***
Comment 3 Martin Janicek 2014-01-14 13:07:43 UTC
Fixed by change-set: web-main #f9dd608bd820
Comment 4 Quality Engineering 2014-01-15 02:40:06 UTC
Integrated into 'main-silver', will be available in build *201401150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f9dd608bd820
User: Martin Janicek <mjanicek@netbeans.org>
Log: #237145 - NullPointerException at org.netbeans.modules.websvc.rest.spi.RestSupport.initListener