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 43602 - Deployment error: failed to lookup configuration for Tomcat5 in .
Summary: Deployment error: failed to lookup configuration for Tomcat5 in .
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: RANDOM
: 43335 43404 44729 45538 47218 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-20 10:45 UTC by aldobrucale
Modified: 2005-12-09 10:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log after trying to start the web-app once (49.28 KB, text/plain)
2004-05-20 10:47 UTC, aldobrucale
Details
Web.xml from our app. (1.06 KB, text/plain)
2004-07-23 20:09 UTC, rbiciste
Details
ide.log showing the error. (54.87 KB, text/plain)
2004-07-23 20:10 UTC, rbiciste
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2004-05-20 10:45:25 UTC
When I try to start a web app in netbeans I get a 
message in the Deployment Progress Monitor window 
saying "Deployment error: failed to lookup 
configuration for Tomcat5 in . See ide log for 
details". Tomcat starts regularly (I can use the 
Tomcat web application manager) but netbeans 
fails to deploy the app. The ide.log file shows 
that during startup the ide throws twice a 
sequence of 
javax.enterprise.deploy.spi.exceptions.Configurati
onException followed by a NullPointerException 
and a RuntimeException. The same sequence of 
exceptions happens again trying to start a web-
app. It looks like nb does'n know where to look 
for some kind of configuration.
Comment 1 aldobrucale 2004-05-20 10:47:55 UTC
Created attachment 15025 [details]
ide.log after trying to start the web-app once
Comment 2 Marek Fukala 2004-06-29 13:51:19 UTC
*** Issue 43404 has been marked as a duplicate of this issue. ***
Comment 3 Marek Fukala 2004-06-29 13:51:23 UTC
*** Issue 45538 has been marked as a duplicate of this issue. ***
Comment 4 Marek Fukala 2004-06-29 13:55:20 UTC
*** Issue 43335 has been marked as a duplicate of this issue. ***
Comment 5 Pavel Buzek 2004-07-20 20:47:52 UTC
*** Issue 44729 has been marked as a duplicate of this issue. ***
Comment 6 Pavel Buzek 2004-07-20 21:37:30 UTC
Any hints for reproducing this issue? Has it been reproduced in
promoD/trunk code base? Does it happen only with some type of
applications? Any additional info would be really appreciated. I
cannot reproduce it.
Comment 7 rbiciste 2004-07-23 20:06:46 UTC
I can only say that it is happening for me too. 
Steps to reproduce: 
1. mount my existing CVS checkout of our application. 
2. mount my existing CVS checkout of our application, but this the 
root is where the Java sources are. Other "Alt-Shift-O" find class 
does not work. It finds class but when you click on it says can find 
not on the filesystems. 
3. Open project tab and click on the mounted filesystem. 
4. hit F6 and watch the error message. 
I'm going to attach my .netbeans tarfile and web.xml that is our app 
WEB-INF . 
Radek 
Comment 8 rbiciste 2004-07-23 20:09:06 UTC
Created attachment 16420 [details]
Web.xml from our app.
Comment 9 rbiciste 2004-07-23 20:10:24 UTC
Created attachment 16421 [details]
ide.log showing the error.
Comment 10 rbiciste 2004-07-23 20:11:46 UTC
I'm sorry, but I can not upload promised .netbeans folder. It is 1.1 
MB. Please let me know, I can probably split. I have at least 
uploaded my ide.log file. 
Comment 11 Marian Mirilovic 2004-08-03 07:47:53 UTC
reevaluate please ...
Comment 12 Pavel Buzek 2004-08-05 23:01:16 UTC
Radek, is there a file context.xml in your module? Is there META-INF/
folder next to WEB-INF/ folder? Is the module folder R/O?
Also, in nb36 try to look at WEB-INF node. Does it show Context Path
property with an non-empty value?
Have you seen the same problem on other web modules? I think it is
likely to be connected with a web module not with usedir.
Thanks.
Comment 13 Pavel Buzek 2004-08-17 18:31:15 UTC
*** Issue 47218 has been marked as a duplicate of this issue. ***
Comment 14 Pavel Buzek 2004-09-14 17:06:42 UTC
Looking at this again I recollect that I was able to reproduce this
NPE shortly when there was an error in DDProvider (fixed the next day
after that). The NPE is caused by null standard DD bean. Since there
were changes in DDProvider and I have not seen any reports of this
exception lately (and I asked for info here) I am provisionally
closing this issue as fixed.

If seen again reopen it (preferably with some useful data :-).
Comment 15 Jaroslav Pospisil 2005-12-09 10:06:19 UTC
VERIFIED