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 38886 - NPE in webmodule creation when there is no installed server
Summary: NPE in webmodule creation when there is no installed server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 11:08 UTC by _ pkuzel
Modified: 2004-09-20 16:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exceptions (9.33 KB, text/plain)
2004-01-16 11:09 UTC, _ pkuzel
Details
an exception when creating web app project (2.53 KB, text/plain)
2004-07-23 23:20 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2004-01-16 11:08:26 UTC
I tried to create a web module and got two
attached exceptions. I have not enabled all
modules so there could be some missing dependency.
Comment 1 _ pkuzel 2004-01-16 11:09:05 UTC
Created attachment 12930 [details]
Exceptions
Comment 2 Ana.von Klopp 2004-01-16 17:22:54 UTC
Pavel, this looks like a problem with the server integration. 
Comment 3 Pavel Buzek 2004-01-16 22:13:43 UTC
The problem is in j2eeserver code; if you disable tomcat5 plugin the
code does not work. The code should be fixed so that creation of web
module works even if it is not possible to deploy it at the moment.
Server specific data will be created when server plugin is installed.

btw: it should also set the default server to <none> instead of
leaving the existing one
Comment 4 Pavel Buzek 2004-01-30 03:55:54 UTC
Update: creation of web module works, but still an exceception is
thrown when clicked on context path property of WEB-INF node and when
you hit execute action.
Comment 5 Pavel Buzek 2004-07-23 23:20:31 UTC
Created attachment 16424 [details]
an exception when creating web app project
Comment 6 Pavel Buzek 2004-07-23 23:21:27 UTC
In addition to the original problem there is an exception when
creating a new web app project.
Comment 7 Pavel Buzek 2004-09-20 16:33:23 UTC
this is already fixed