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 168784 - NullPointerException when trying to add server under Tools -> Server Manager
Summary: NullPointerException when trying to add server under Tools -> Server Manager
Status: RESOLVED DUPLICATE of bug 157948
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-19 20:40 UTC by rembrand
Modified: 2009-08-28 15:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (6.44 KB, text/plain)
2009-07-19 20:43 UTC, rembrand
Details
messages.log (129.63 KB, text/plain)
2009-07-27 16:35 UTC, rembrand
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rembrand 2009-07-19 20:40:21 UTC
I'm doing the Java Web Component Developer course.

The intructions coming along say :

Install the Sun Java System Application Server 9.0 Update 1
Install the NetBeans IDE 5.5, 
and add the Application Server to the NetBeans IDE

Now here is where the issue occurs :

When pressing the Add Server button in the dialog that appears after choosing Tools -> Server Manager
I get a nullPointerException 

Javaversion is 1.6.0_14
Comment 1 rembrand 2009-07-19 20:43:52 UTC
Created attachment 84911 [details]
stacktrace
Comment 2 Milan Kubec 2009-07-20 08:04:00 UTC
Please evaluate. Thanks
Comment 3 rembrand 2009-07-27 16:35:01 UTC
Created attachment 85260 [details]
messages.log
Comment 4 Petr Jiricka 2009-08-28 15:47:49 UTC
This is a duplicate of issue 157948 - known problem with JDK 1.6 update 13 and later. The workaround is to either switch
to NetBeans 6.5.1 or later, or use an older JDK 6 update release (6 update 12 or older).

*** This issue has been marked as a duplicate of 157948 ***