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 92624 - stack trace when starting V2 from NetBeans
Summary: stack trace when starting V2 from NetBeans
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 15:45 UTC by Vince Kraemer
Modified: 2007-02-14 14:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2007-01-16 15:45:06 UTC
See these reports...

http://forums.java.net/jive/thread.jspa?threadID=21875&tstart=0

https://glassfish.dev.java.net/servlets/ReadMsg?list=dev&msgNo=3140

The issue appears to be more critical with JDK6.
Comment 1 Lukas Jungmann 2007-01-16 16:24:01 UTC
This issue seems to be already fixed in b31 and for the second one: isn't it
https://glassfish.dev.java.net/issues/show_bug.cgi?id=2048 ?
Comment 2 Vince Kraemer 2007-01-16 17:19:57 UTC
It may be... I logged this to make sure....
Comment 3 Vince Kraemer 2007-01-16 19:37:10 UTC
jdk 5_10
nb 6.0 recent pull
gf v2 b31

starting the server from inside netbeans produces stack traces as described ON
FIRST START UP... secondard
Comment 4 Vince Kraemer 2007-01-16 20:03:12 UTC
jdk6
nb 6
gf v2 b31

same issue
Comment 5 Vince Kraemer 2007-01-17 01:52:44 UTC
Looks like it related to creating the nodes for runtime explorer...

If ContainerChildFactory.getChildrenObject is only asked to return a
NodeTypes.DOMAIN the exception goes away. Once the getChildObject methods gets
called with NodeTypes.JDBC_RESOURCES.equals(type)... the exceptions are generated.

[Probably other NodeTypes will cause an issue. i am just using the
NodeTypes.JDBC_RESOURCES as an example]
Comment 6 Vince Kraemer 2007-02-09 07:15:25 UTC
actually an issue in PortDetector...

diff :
http://www.netbeans.org/source/browse/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java?r1=1.9&r2=1.10

Needs 8.2 (PE & EE), V2 (setup, setup-cluster) verification.
Comment 7 Nitya Doraisamy 2007-02-09 20:34:01 UTC
Verified fix againt 9.1 PE, EE and 8.2 PE, EE
Comment 8 Vince Kraemer 2007-02-12 18:42:10 UTC
Checking in PortDetector.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java,v
 <--  PortDetector.java
new revision: 1.1.16.2.2.2.26.2; previous revision: 1.1.16.2.2.2.26.1
done
Comment 9 alexismp 2007-02-14 14:04:58 UTC
verified with NB 5.5.1 from 13 Feb and GF b33.
thanks.