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 146740 - [65cat] IllegalArgumentException: fileObject == null
Summary: [65cat] IllegalArgumentException: fileObject == null
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-10 07:58 UTC by rajivderas
Modified: 2012-04-13 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 109140


Attachments
stacktrace (2.79 KB, text/plain)
2008-09-10 07:58 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-09-10 07:58:01 UTC
Build: NetBeans IDE Dev (Build 200809091401)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b21
OS: Windows XP, 5.1, x86

User Comments: 
in ejb3 module project created secure token service file and refactored delete that file but it was not removed from Web Services folder then I Right clicked the STS file in  Web Services folder and selected configure handler which triggered this error

Stacktrace: 
java.lang.IllegalArgumentException: fileObject == null
        at org.netbeans.api.java.source.JavaSource.forFileObject(JavaSource.java:407)
        at org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsNode.configureHandler(JaxWsNode.java:739)
        at org.netbeans.modules.websvc.core.ConfigureHandlerAction.performAction(ConfigureHandlerAction.java:88)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
Comment 1 rajivderas 2008-09-10 07:58:10 UTC
Created attachment 69498 [details]
stacktrace
Comment 2 Jaroslav Pospisil 2008-09-23 13:39:23 UTC
I have tried to reproduce the issue and in my case no web service under Web Services node remained,however the node
itself wasn't removed.
Comment 3 Milan Kuchtiak 2008-11-28 08:53:08 UTC
Reassigning to mkuchtiak.
Comment 4 Denis Anisimov 2012-04-11 10:59:06 UTC
I don't see the exception but the problem still presents:
WS STS node is not deleted.
It is a common problem with WS represented by WebServiceProvider class.
Comment 5 Denis Anisimov 2012-04-11 12:11:47 UTC
web-main#38a4a100fe99
Comment 6 Quality Engineering 2012-04-13 09:48:27 UTC
Integrated into 'main-golden', will be available in build *201204130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/38a4a100fe99
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#146740 - [65cat] IllegalArgumentException: fileObject == null