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 83885 - NPE after creating new domain
Summary: NPE after creating new domain
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 11:01 UTC by Lukas Jungmann
Modified: 2006-10-03 13:36 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 Lukas Jungmann 2006-08-31 11:01:01 UTC
[fresh build, new userdir, jdk 1.5.0_06]

-start IDE
-go to server manager
-add new server - glassfish, choose create new domain in $HOME/someexdir/newdir
and finish wizard

after domain creation, there's following in IDE log:

INFORMATIONAL *********** Exception occurred ************ at 11:48 AM on Aug 31,
2006
java.lang.NullPointerException
[catch] at
org.netbeans.modules.j2ee.sun.ide.j2ee.db.ExecSupport$1.run(ExecSupport.java:70)
Comment 1 Vince Kraemer 2006-08-31 17:59:56 UTC
looks like a typo: 01 != 0....
Comment 2 Vince Kraemer 2006-08-31 21:24:56 UTC
Checking in ExecSupport.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/db/ExecSupport.java,v
 <--  ExecSupport.java
new revision: 1.1.42.4; previous revision: 1.1.42.3
Comment 3 Lukas Jungmann 2006-10-03 13:36:54 UTC
v.