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 39405 - Tomcat5 won't start. Deployment Progress Monitor reports a Deployment Error, says to see ide.log
Summary: Tomcat5 won't start. Deployment Progress Monitor reports a Deployment Error, ...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-30 10:22 UTC by radezz
Modified: 2006-02-28 12:10 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 radezz 2004-01-30 10:22:14 UTC
Plain Web application, let's say one jsp, which I 
had on the system. (Don't know for a new ones, 
created within the 3.6 ide.) When I select Execute 
from the Project Explorer, the Java pop-up window 
that shows progress in deployment goes as expected 
for a while and then suddenly crashes saying 
"Deployment Error... see ide.log". 

In ide.log I can see:
	org.netbeans.modules.cvsclient/1 [2.0 
200401281900]
Failed to lookup configuration for Tomcat5 in  
Failed to lookup configuration for Tomcat5 in  
Initial slashes in Utilities.loadImage deprecated 
(cf. #20072): 
/org/netbeans/modules/jemmysupport/bundlelookup/Bu
ndleLookupAction.gif
Initial slashes in Utilities.loadImage deprecated 
(cf. #20072): 
/org/netbeans/modules/jemmysupport/generator/Gener
atorAction.gif
Failed to lookup configuration for Tomcat5 in  
Failed to lookup configuration for Tomcat5 in  
Failed to lookup configuration for Tomcat5 in  


but what puzzles me is that there is a word 
'informational' - which shouldn't be there for a 
reason that causes tomcat to crash, right?  :

INFORMATIONAL *********** Exception occurred 
************ at Fri Jan 30 11:11:42 CET 2004
java.lang.RuntimeException: Failed to lookup 
configuration for Tomcat5 in  
	at org.netbeans.modules.j2ee.deployment.impl.
projects.J2eeDeploymentLookup.
getStorage(J2eeDeploymentLookup.java:190)
	at org.netbeans.modules.j2ee.deployment.impl.
projects.DeploymentTargetImpl.
getDeploymentConfigurationProvider(DeploymentTarge
tImpl.java:200)
	at org.netbeans.modules.j2ee.deployment.impl.
TargetServer.deploy(TargetServer.java:361)
[catch] at org.netbeans.modules.j2ee.deployment.
execution.ServerExecutor.doDeploy(ServerExecutor.
java:127)
	at org.netbeans.modules.j2ee.deployment.
execution.ServerExecutor.
access$000(ServerExecutor.java:43)
	at org.netbeans.modules.j2ee.deployment.
execution.ServerExecutor$2.run(ServerExecutor.
java:83)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Task.
run(RequestProcessor.java:330)
	at org.openide.util.
RequestProcessor$Processor.run(RequestProcessor.
java:680)
Comment 1 Marek Fukala 2004-01-30 13:59:12 UTC
Haven't you imported your settings from nb3.5? There is a bug #39309
whic h seems to be the some (identical IDE log messages and exception
stacktrace). Can you check this? The #39309 should be fixed now.
Comment 2 radezz 2004-02-03 11:05:51 UTC
Instructions have been given to me - you have to change the order of 
the document types in the Tools/Options/IDE/System/Object Types/ and 
rise the Deployment Plan Objects up above Web Deployment Descriptors 
(maybe even lower but this one worked for me).

Thanks to everybody.
Comment 3 Jaroslav Pospisil 2006-02-28 12:10:27 UTC
VERIFIED