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 49363 - Removing external tomcat server causes exception
Summary: Removing external tomcat server causes exception
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-21 14:51 UTC by Jaroslav Pospisil
Modified: 2006-03-24 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
org.openide.nodes.FilterNode (3.02 KB, text/plain)
2004-10-21 15:37 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2004-09-21 14:51:22 UTC
Build 200409210530 pre-beta2
1.Start IDE
2.Run default(bundled) tomcat server
3.Add new external tomcat server with correct
install directory,display name Tomcat,Username
administrator,Password ide and Enable HTTP monitor
unchecked.
4.Stop bundled tomcat server
5.Start and stop external server
6.Remove external tomcat server 

ERROR:

Server is normally removed,but also exception is
thrown.

Annotation: Exception occurred in Request Processor
java.lang.IllegalArgumentException: Node:class
org.openide.nodes.FilterNode[null ] of
original:class
org.netbeans.modules.j2ee.deployment.impl.ui.InstanceTargetXNode
gets null name!
	at
org.openide.nodes.NodeOp.createPath(NodeOp.java:189)
	at
org.openide.explorer.ExplorerManager$Listener.run(ExplorerManager.java:827)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Sherold Dev 2004-09-22 10:09:34 UTC
Setting TM to 4.0.
Comment 2 Jaroslav Pospisil 2004-10-21 15:34:58 UTC
I've met this issue twice again in nb20041021_1033_nojsr77.It's harder
to reproduce the test case and the different exception is thrown in
this build,so I'm attaching it here.I will try to find more specific
test case.
Comment 3 Jaroslav Pospisil 2004-10-21 15:37:00 UTC
Created attachment 18434 [details]
org.openide.nodes.FilterNode
Comment 4 Sherold Dev 2005-01-17 16:06:12 UTC
Fixed 
 
Commit log: 
Checking in InstanceTargetXNode.java; 
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/InstanceTargetXNode.java,v  
<--  InstanceTargetXNode.java 
new revision: 1.17; previous revision: 1.16 
done 
Comment 5 Jaroslav Pospisil 2005-01-19 16:52:04 UTC
Verified on build 200501180000