Hi!

When I startup Tomcat it says the following log lines and doesn't deploy the
war file:

 

INFO: Processing Context configuration file URL
file:C:\tomcat5\conf\Catalina\localhost\est.xml

Mar 27, 2006 3:18:16 PM org.apache.commons.digester.Digester endElement

SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)

        at java.lang.reflect.Method.invoke(Method.java:585)

        at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)

        at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)

        at org.apache.commons.digester.Rule.end(Rule.java:276)

        at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)

        at
org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:7
6)

        at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(Unknown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at org.apache.commons.digester.Digester.parse(Digester.java:1567)

        at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:488)

        at
org.apache.catalina.core.StandardHost.install(StandardHost.java:863)

        at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:483
)

        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)

        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)

        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)

        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:119)

        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)

        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:789)

        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)

 

        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)

        at
org.apache.catalina.core.StandardService.start(StandardService.java:480)

        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)

        at org.apache.catalina.startup.Catalina.start(Catalina.java:556)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)

        at java.lang.reflect.Method.invoke(Method.java:585)

        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)

        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)

Caused by: java.lang.IllegalStateException: Context path  is already in use

        at
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDe

ployer.java:896)

        ... 38 more

Mar 27, 2006 3:18:16 PM org.apache.catalina.startup.HostConfig
deployDescriptors

 

SEVERE: Error deploying configuration descriptor est.xml
java.io.IOException: java.lang.IllegalStateException: Context path  is
already in use

        at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:494)

        at
org.apache.catalina.core.StandardHost.install(StandardHost.java:863)

        at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:483
)

        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)

        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)

        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)

        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:119)

        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)

 

        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:789)

        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)

 

        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)

        at
org.apache.catalina.core.StandardService.start(StandardService.java:480)

        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)

        at org.apache.catalina.startup.Catalina.start(Catalina.java:556)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)

        at java.lang.reflect.Method.invoke(Method.java:585)

        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)

        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)

 

 

Can anybody help me?

Tanx!

Marisol.

 

-----Mensaje original-----
De: Farrow, Marc [mailto:[EMAIL PROTECTED] 
Enviado el: 27 Maret 2006 14:57
Para: Tomcat Users List
Asunto: RE: Missing web.xml

 

Can you post the error message verbatim from the log?  Maybe the whole log

file or at least a few lines before and a few lines after the error message.

Just be sure not to break any confidentiality rules within your company.

 

-----Original Message-----

From: Marisol Opreni [mailto:[EMAIL PROTECTED]

Sent: Monday, March 27, 2006 12:56 PM

To: users@tomcat.apache.org

Subject: Missing web.xml

 

Hi!

When I startup Tomcat it says:

 

INFO: Missing application web.xml, using defaults only

StandardEngine[Catalina].StandardHost[localhost].StandardContext[/adss.licen

sing.core]

 

My web.xml is in WEB-INF folder.

What am I doing wrong??

 

Tanx!

Marisol.

 

-----Mensaje original-----

De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Enviado el: 27 Maret 2006 14:51

Para: [EMAIL PROTECTED]

Asunto: ezmlm response

 

Hi! This is the ezmlm program. I'm managing the

users@tomcat.apache.org mailing list.

 

I'm working for my owner, who can be reached

at [EMAIL PROTECTED]

 

Acknowledgment: The address

 

   [EMAIL PROTECTED]

 

was already on the users mailing list when I received

your request, and remains a subscriber.

 

 

--- Administrative commands for the users list ---

 

I can handle administrative requests automatically. Please

do not send them to the list address! Instead, send

your message to the correct command address:

 

To subscribe to the list, send a message to:

   <[EMAIL PROTECTED]>

 

To remove your address from the list, send a message to:

   <[EMAIL PROTECTED]>

 

Send mail to the following for info and FAQ for this list:

   <[EMAIL PROTECTED]>

   <[EMAIL PROTECTED]>

 

To get messages 123 through 145 (a maximum of 100 per request), mail:

   <[EMAIL PROTECTED]>

 

To get an index with subject and author for messages 123-456 , mail:

   <[EMAIL PROTECTED]>

 

They are always returned as sets of 100, max 2000 per request,

so you'll actually get 100-499.

 

To receive all messages with the same subject as message 12345,

send an empty message to:

   <[EMAIL PROTECTED]>

 

The messages do not really need to be empty, but I will ignore

their content. Only the ADDRESS you send to is important.

 

You can start a subscription for an alternate address,

for example "[EMAIL PROTECTED]", just add a hyphen and your

address (with '=' instead of '@') after the command word:

<[EMAIL PROTECTED]>

 

To stop subscription for this address, mail:

<[EMAIL PROTECTED]>

 

In both cases, I'll send a confirmation message to that address. When

you receive it, simply reply to it to complete your subscription.

 

If despite following these instructions, you do not get the

desired results, please contact my owner at

[EMAIL PROTECTED] Please be patient, my owner is a

lot slower than I am ;-)

 

--- Enclosed is a copy of the request I received.

 

Return-Path: <[EMAIL PROTECTED]>

Received: (qmail 43153 invoked by uid 99); 27 Mar 2006 17:50:47 -0000

Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49)

    by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 09:50:47 -0800

X-ASF-Spam-Status: No, hits=0.0 required=10.0

        tests=

X-Spam-Check-By: apache.org

Received-SPF: pass (asf.osuosl.org: local policy)

Received: from [200.123.171.155] (HELO webmail.patagonia-tech.com)

(200.123.171.155)

    by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 09:50:46 -0800

Received: from mopreni (mopreni.patagonia-tech.com.ar [10.0.0.79])

        by webmail.patagonia-tech.com (8.12.10/8.12.10/SuSE Linux 0.7) with

ESMTP id k2RHq5fs005090

        for

<users-sc.1143481689.fihhaicdndlalgdejdgf-marisol.opreni=patagonia-tech.com@

tomcat.apache.org>; Mon, 27 Mar 2006 14:52:08 -0300

Message-Id: <[EMAIL PROTECTED]>

From: "Marisol Opreni" <[EMAIL PROTECTED]>

To:

<users-sc.1143481689.fihhaicdndlalgdejdgf-marisol.opreni=patagonia-tech.com@

tomcat.apache.org>

Subject: RE: confirm subscribe to users@tomcat.apache.org

Date: Mon, 27 Mar 2006 14:50:21 -0300

MIME-Version: 1.0

Content-Type: text/plain;

        charset="US-ASCII"

Content-Transfer-Encoding: 7bit

X-Mailer: Microsoft Office Outlook, Build 11.0.5510

In-Reply-To: <[EMAIL PROTECTED]>

X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

Thread-Index: AcZRxtoIDcIckCa8SLGAstKqI5rNUwAABCHA

X-Virus-Checked: Checked by ClamAV on apache.org

 

 

 

-----Mensaje original-----

De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Enviado el: 27 Maret 2006 14:48

Para: [EMAIL PROTECTED]

Asunto: confirm subscribe to users@tomcat.apache.org

 

Hi! This is the ezmlm program. I'm managing the

users@tomcat.apache.org mailing list.

 

I'm working for my owner, who can be reached

at [EMAIL PROTECTED]

 

To confirm that you would like

 

   [EMAIL PROTECTED]

 

added to the users mailing list, please send

an empty reply to this address:

 

 

[EMAIL PROTECTED]

omcat.apache.org

 

Usually, this happens when you just hit the "reply" button.

If this does not work, simply copy the address and paste it into

the "To:" field of a new message.

 

or click here:

       

mailto:users-sc.1143481689.fihhaicdndlalgdejdgf-marisol.opreni=patagonia-tec

[EMAIL PROTECTED]

 

This confirmation serves two purposes. First, it verifies that I am able

to get mail through to you. Second, it protects you in case someone

forges a subscription request in your name.

 

Some mail programs are broken and cannot handle long addresses. If you

cannot reply to this request, instead send a message to

<[EMAIL PROTECTED]> and put the

entire address listed above into the "Subject:" line.

 

 

--- Administrative commands for the users list ---

 

I can handle administrative requests automatically. Please

do not send them to the list address! Instead, send

your message to the correct command address:

 

To subscribe to the list, send a message to:

   <[EMAIL PROTECTED]>

 

To remove your address from the list, send a message to:

   <[EMAIL PROTECTED]>

 

Send mail to the following for info and FAQ for this list:

   <[EMAIL PROTECTED]>

   <[EMAIL PROTECTED]>

 

To get messages 123 through 145 (a maximum of 100 per request), mail:

   <[EMAIL PROTECTED]>

 

To get an index with subject and author for messages 123-456 , mail:

   <[EMAIL PROTECTED]>

 

They are always returned as sets of 100, max 2000 per request,

so you'll actually get 100-499.

 

To receive all messages with the same subject as message 12345,

send an empty message to:

   <[EMAIL PROTECTED]>

 

The messages do not really need to be empty, but I will ignore

their content. Only the ADDRESS you send to is important.

 

You can start a subscription for an alternate address,

for example "[EMAIL PROTECTED]", just add a hyphen and your

address (with '=' instead of '@') after the command word:

<[EMAIL PROTECTED]>

 

To stop subscription for this address, mail:

<[EMAIL PROTECTED]>

 

In both cases, I'll send a confirmation message to that address. When

you receive it, simply reply to it to complete your subscription.

 

If despite following these instructions, you do not get the

desired results, please contact my owner at

[EMAIL PROTECTED] Please be patient, my owner is a

lot slower than I am ;-)

 

--- Enclosed is a copy of the request I received.

 

Return-Path: <[EMAIL PROTECTED]>

Received: (qmail 40344 invoked by uid 99); 27 Mar 2006 17:48:09 -0000

Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49)

    by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 09:48:09 -0800

X-ASF-Spam-Status: No, hits=3.5 required=10.0

        tests=EMPTY_MESSAGE,HTML_MESSAGE,MIME_HTML_MOSTLY,MISSING_SUBJECT

X-Spam-Check-By: apache.org

Received-SPF: pass (asf.osuosl.org: local policy)

Received: from [200.123.171.155] (HELO webmail.patagonia-tech.com)

(200.123.171.155)

    by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 09:48:08 -0800

Received: from mopreni (mopreni.patagonia-tech.com.ar [10.0.0.79])

        by webmail.patagonia-tech.com (8.12.10/8.12.10/SuSE Linux 0.7) with

ESMTP id k2RHnQfs005008

        for <[EMAIL PROTECTED]>; Mon, 27 Mar 2006 14:49:29

-0300

Message-Id: <[EMAIL PROTECTED]>

From: "Marisol Opreni" <[EMAIL PROTECTED]>

To: <[EMAIL PROTECTED]>

Subject:

Date: Mon, 27 Mar 2006 14:47:43 -0300

MIME-Version: 1.0

Content-Type: multipart/alternative;

        boundary="----=_NextPart_000_00AE_01C651AD.6796B580"

X-Mailer: Microsoft Office Outlook, Build 11.0.5510

X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

Thread-Index: AcZRxoxvaRj/J2fBQH+nI67cWnm63Q==

X-Virus-Checked: Checked by ClamAV on apache.org

 

This is a multi-part message in MIME format.

 

------=_NextPart_000_00AE_01C651AD.6796B580

Content-Type: text/plain;

        charset="US-ASCII"

Content-Transfer-Encoding: 7bit

 

 

 

 

------=_NextPart_000_00AE_01C651AD.6796B580

Content-Type: text/html;

        charset="US-ASCII"

Content-Transfer-Encoding: quoted-printable

 

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =

xmlns:w=3D"urn:schemas-microsoft-com:office:word" =

xmlns=3D"http://www.w3.org/TR/REC-html40";>

 

<head>

<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =

charset=3Dus-ascii">

<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">

<style>

<!--

 /* Style Definitions */

 p.MsoNormal, li.MsoNormal, div.MsoNormal

        {margin:0in;

        margin-bottom:.0001pt;

        font-size:12.0pt;

        font-family:"Times New Roman";}

a:link, span.MsoHyperlink

        {color:blue;

        text-decoration:underline;}

a:visited, span.MsoHyperlinkFollowed

        {color:purple;

        text-decoration:underline;}

span.EstiloCorreo17

        {mso-style-type:personal-compose;

        font-family:Arial;

        color:windowtext;}

@page Section1

        {size:8.5in 11.0in;

        margin:1.0in 1.25in 1.0in 1.25in;}

div.Section1

        {page:Section1;}

-->

</style>

 

</head>

 

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

 

<div class=3DSection1>

 

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =

style=3D'font-size:10.0pt;

font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

 

</div>

 

</body>

 

</html>

 

------=_NextPart_000_00AE_01C651AD.6796B580--

 

 

 

 

 

 

 

---------------------------------------------------------------------

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]

 

 

 

---------------------------------------------------------------------

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]

 

Reply via email to