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 91460 - NullPointerException at IDE startup while configuring Jboss
Summary: NullPointerException at IDE startup while configuring Jboss
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 87245 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-22 09:03 UTC by orhun
Modified: 2007-09-10 17:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans messages.log file (16.97 KB, text/plain)
2006-12-22 09:04 UTC, orhun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description orhun 2006-12-22 09:03:59 UTC
In addition to the default Tomcat, a JBoss server instance is also configured
(seemingly with success) through Tools/ServerManager. Since the addition of JBoss,  
(during IDE startup) a message appears indicating that a NullPointerException is
caught.
Comment 1 orhun 2006-12-22 09:04:59 UTC
Created attachment 36893 [details]
NetBeans messages.log file
Comment 2 Petr Hejl 2007-08-09 14:39:30 UTC
Already fixed (in revision 1.6 of the WarDeploymentConfiguration.java) by checking saveCookie for null value.
Comment 3 Petr Hejl 2007-09-10 17:45:49 UTC
*** Issue 87245 has been marked as a duplicate of this issue. ***