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 47218 - Deployment error: Failed to lookup configuration for Tomcat5 in MasterFileObject@e15fbe[...]
Summary: Deployment error: Failed to lookup configuration for Tomcat5 in MasterFileObj...
Status: RESOLVED DUPLICATE of bug 43602
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 19:32 UTC by llturro
Modified: 2004-08-17 18:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB4.0 ide.log (388.76 KB, patch)
2004-08-13 19:33 UTC, llturro
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description llturro 2004-08-13 19:32:27 UTC
QBuild August, 12

I saw there is another issue, 43602, related to
3.6 version. It happened the second time I
executed the application. The full error message is:
 
C:\Documents and
Settings\lluis\projects\xmlportal\nbproject\build-impl.xml:246:
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment$DeploymentException:
Deployment error: Failed to lookup configuration
for Tomcat5 in
MasterFileObject@e15fbe[file:/C:/Documents%20and%20Settings/lluis/projects/xmlportal/web/]
.  See ide log for details.
Comment 1 llturro 2004-08-13 19:33:41 UTC
Created attachment 16814 [details]
NB4.0 ide.log
Comment 2 llturro 2004-08-16 12:03:02 UTC
Could it be related to issue 47221. Both things happened with this
QBuild. Previous, last one from July, was running fine.
Comment 3 llturro 2004-08-16 12:14:33 UTC
When clicking in the output error line I jumped to <nbdeploy> element:

When running:
    <target name="run-deploy"
depends="init,compile,compile-jsps,do-compile-single-jsp">
        <nbdeploy forceRedeploy="${forceRedeploy}"
clientUrlPart="${client.urlPart}" debugmode="false"/>
    ...

When debugging:
    <target name="debug" description="Debug project in IDE."
depends="init,compile,compile-jsps,do-compile-single-jsp"
if="netbeans.home">
        <nbdeploy clientUrlPart="${client.urlPart}" debugmode="true"/>
        ... 
Comment 4 llturro 2004-08-16 12:59:07 UTC
I needed to continue so I re-installed NB4.0 QBuild August, 12. But
this time I renamed my user dir, starting with an empty one. After
re-creating libraries in Library Manager I get the application
deployed. These are the differences I noticed:

In project -> Properties -> Run -> Running Project:

Context Path value now shows, before didn't.
Server points to Tomcat5(tomcat:home=jakarta-tomcat...), whereas
before pointed to Tomcat5(http://localhost:8084)

To me there is no issue anymore...
Comment 5 Pavel Buzek 2004-08-17 18:31:16 UTC
looks like a duplicate

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