You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ~ ~ <a1...@mail.ru> on 2011/11/29 10:19:39 UTC

Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Nuances:
- no errors are displayed in logs
- tomcat process can't be shutted down with shutdown.sh script
- http request on 80 port wait forever
- it's a multi host configuration
- the same setup works well on all previous build, including 7.0.22
- when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar files of
tomcat-7.0.23 - everything works just fine

thank you!

p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
but some developer markt <ma...@apache.org> keeps closing my bug report,
saying it's a support question, not a bug of tomcat-7.0.23

fill free to contact for details: a19596@mail.ru

Re: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by Pid <pi...@pidster.com>.
On 29/11/2011 09:19, ~ ~ wrote:
> Nuances:
> - no errors are displayed in logs
> - tomcat process can't be shutted down with shutdown.sh script
> - http request on 80 port wait forever
> - it's a multi host configuration
> - the same setup works well on all previous build, including 7.0.22
> - when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar files of
> tomcat-7.0.23 - everything works just fine
> 
> thank you!

Please don't cross post to both lists.

If you have modified your server.xml, please remove any passwords, ip
addresses & usernames and post it inline here.


p

> p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
> but some developer markt <ma...@apache.org> keeps closing my bug report,
> saying it's a support question, not a bug of tomcat-7.0.23
> 
> fill free to contact for details: a19596@mail.ru


-- 

[key:62590808]


Re: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by Francis Galiegue <fg...@gmail.com>.
On Tue, Nov 29, 2011 at 10:19, ~ ~ <a1...@mail.ru> wrote:
> Nuances:
> - no errors are displayed in logs
> - tomcat process can't be shutted down with shutdown.sh script
> - http request on 80 port wait forever
> - it's a multi host configuration
> - the same setup works well on all previous build, including 7.0.22
> - when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar files of
> tomcat-7.0.23 - everything works just fine
>

Try and add this option to the JVM:
-Djava.security.egd=file:/dev/./urandom (note: the extra dot is
NECESSARY).

-- 
Francis Galiegue, fgaliegue@gmail.com
"It seems obvious [...] that at least some 'business intelligence'
tools invest so much intelligence on the business side that they have
nothing left for generating SQL queries" (Stéphane Faroult, in "The
Art of SQL", ISBN 0-596-00894-5)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by ~ ~ <a1...@mail.ru>.
i''ve added inside Engine tag:

<Realm className="org.apache.catalina.realm.LockOutRealm" />

and now it works, but it worked without this tag prior to 7.0.23. what has changed?


29 ноября 2011, 13:38 от Felix Schumacher <fe...@internetallee.de>:
> Am 29.11.2011 10:19, schrieb ~ ~:
> > Nuances:
> > - no errors are displayed in logs
> > - tomcat process can't be shutted down with shutdown.sh script
> > - http request on 80 port wait forever
> > - it's a multi host configuration
> > - the same setup works well on all previous build, including 7.0.22
> > - when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar
> > files of
> > tomcat-7.0.23 - everything works just fine
> Have you configured a realm in server.xml or context.xml? If not,
> configure one and try again.
> 
> HTH
>   Felix
> >
> > thank you!
> >
> > p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
> > but some developer markt <ma...@apache.org> keeps closing my bug
> > report,
> > saying it's a support question, not a bug of tomcat-7.0.23
> >
> > fill free to contact for details: a19596@mail.ru
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 

Re: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 29.11.2011 10:19, schrieb ~ ~:
> Nuances:
> - no errors are displayed in logs
> - tomcat process can't be shutted down with shutdown.sh script
> - http request on 80 port wait forever
> - it's a multi host configuration
> - the same setup works well on all previous build, including 7.0.22
> - when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar 
> files of
> tomcat-7.0.23 - everything works just fine
Have you configured a realm in server.xml or context.xml? If not, 
configure one and try again.

HTH
  Felix
>
> thank you!
>
> p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
> but some developer markt <ma...@apache.org> keeps closing my bug 
> report,
> saying it's a support question, not a bug of tomcat-7.0.23
>
> fill free to contact for details: a19596@mail.ru


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by ~ ~ <a1...@mail.ru>.
so, regarding this: http://www.mail-archive.com/users@tomcat.apache.org/msg94585.html
i think it's obvious it's a bug. so i was right ;)
synchonization bug in 7.0.23 release.


29 ноября 2011, 14:47 от markt@apache.org:
> ~ ~ <a1...@mail.ru> wrote:
> 
> >Nuances:
> >- no errors are displayed in logs
> >- tomcat process can't be shutted down with shutdown.sh script
> >- http request on 80 port wait forever
> >- it's a mu
> 
> ti host configuration
> >- the same setup works well on all previous build, including 7.0.22
> >- when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar
> >files of
> >tomcat-7.0.23 - everything works just fine
> >
> >thank you!
> >
> >p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
> >but some developer markt <ma...@apache.org> keeps closing my bug
> >report,
> >saying it's a support question, not a bug of tomcat-7.0.23
> >
> >fill free to contact for details: a19596@mail.ru
> 
> 1. Please don't cross post to users and dev.
> 
> 2. There is not enough information here (or in your bug report) to demonstrate the existence of a Tomcat bug. Compare your report to Michael Zampani's which may be the same issue.
> 
> 3. What does a thread dump show?
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 

Re[4]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by ~ ~ <a1...@mail.ru>.
i''ve added inside Engine tag:

<Realm className="org.apache.catalina.realm.LockOutRealm" />

and now it works, but it worked without this tag prior to 7.0.23. what has changed?


29 ноября 2011, 15:42 от Felix Schumacher <fe...@internetallee.de>:
> Am 29.11.2011 12:34, schrieb ~ ~:
> > 2. where do i find Michael Zampani's report?
> http://www.mail-archive.com/users@tomcat.apache.org/msg94574.html
> 
> >
> >
> > 29 ноября 2011, 14:47 от markt@apache.org:
> >> ~ ~ <a1...@mail.ru> wrote:
> >>
> >> >Nuances:
> >> >- no errors are displayed in logs
> >> >- tomcat process can't be shutted down with shutdown.sh script
> >> >- http request on 80 port wait forever
> >> >- it's a mu
> >>
> >> ti host configuration
> >> >- the same setup works well on all previous build, including 7.0.22
> >> >- when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar
> >> >files of
> >> >tomcat-7.0.23 - everything works just fine
> >> >
> >> >thank you!
> >> >
> >> >p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
> >> >but some developer markt <ma...@apache.org> keeps closing my bug
> >> >report,
> >> >saying it's a support question, not a bug of tomcat-7.0.23
> >> >
> >> >fill free to contact for details: a19596@mail.ru
> >>
> >> 1. Please don't cross post to users and dev.
> >>
> >> 2. There is not enough information here (or in your bug report) to
> >> demonstrate the existence of a Tomcat bug. Compare your report to
> >> Michael Zampani's which may be the same issue.
> >>
> >> 3. What does a thread dump show?
> >>
> >> Mark
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >> For additional commands, e-mail: users-help@tomcat.apache.org
> >>
> >>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 

Re: Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 29.11.2011 12:34, schrieb ~ ~:
> 2. where do i find Michael Zampani's report?
http://www.mail-archive.com/users@tomcat.apache.org/msg94574.html


>
>
> 29 ноября 2011, 14:47 от markt@apache.org:
>> ~ ~ <a1...@mail.ru> wrote:
>>
>> >Nuances:
>> >- no errors are displayed in logs
>> >- tomcat process can't be shutted down with shutdown.sh script
>> >- http request on 80 port wait forever
>> >- it's a mu
>>
>> ti host configuration
>> >- the same setup works well on all previous build, including 7.0.22
>> >- when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar
>> >files of
>> >tomcat-7.0.23 - everything works just fine
>> >
>> >thank you!
>> >
>> >p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
>> >but some developer markt <ma...@apache.org> keeps closing my bug
>> >report,
>> >saying it's a support question, not a bug of tomcat-7.0.23
>> >
>> >fill free to contact for details: a19596@mail.ru
>>
>> 1. Please don't cross post to users and dev.
>>
>> 2. There is not enough information here (or in your bug report) to 
>> demonstrate the existence of a Tomcat bug. Compare your report to 
>> Michael Zampani's which may be the same issue.
>>
>> 3. What does a thread dump show?
>>
>> Mark
>>
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by ~ ~ <a1...@mail.ru>.
2. where do i find Michael Zampani's report?


29 ноября 2011, 14:47 от markt@apache.org:
> ~ ~ <a1...@mail.ru> wrote:
> 
> >Nuances:
> >- no errors are displayed in logs
> >- tomcat process can't be shutted down with shutdown.sh script
> >- http request on 80 port wait forever
> >- it's a mu
> 
> ti host configuration
> >- the same setup works well on all previous build, including 7.0.22
> >- when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar
> >files of
> >tomcat-7.0.23 - everything works just fine
> >
> >thank you!
> >
> >p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
> >but some developer markt <ma...@apache.org> keeps closing my bug
> >report,
> >saying it's a support question, not a bug of tomcat-7.0.23
> >
> >fill free to contact for details: a19596@mail.ru
> 
> 1. Please don't cross post to users and dev.
> 
> 2. There is not enough information here (or in your bug report) to demonstrate the existence of a Tomcat bug. Compare your report to Michael Zampani's which may be the same issue.
> 
> 3. What does a thread dump show?
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 

Re: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

Posted by ma...@apache.org.
~ ~ <a1...@mail.ru> wrote:

>Nuances:
>- no errors are displayed in logs
>- tomcat process can't be shutted down with shutdown.sh script
>- http request on 80 port wait forever
>- it's a mu

ti host configuration
>- the same setup works well on all previous build, including 7.0.22
>- when lib/*.jar files of tomcat-7.0.23 are replaced with lib/*.jar
>files of
>tomcat-7.0.23 - everything works just fine
>
>thank you!
>
>p.s. i think it's an issue of tomcat-7.0.23 not a bug of my app.
>but some developer markt <ma...@apache.org> keeps closing my bug
>report,
>saying it's a support question, not a bug of tomcat-7.0.23
>
>fill free to contact for details: a19596@mail.ru

1. Please don't cross post to users and dev.

2. There is not enough information here (or in your bug report) to demonstrate the existence of a Tomcat bug. Compare your report to Michael Zampani's which may be the same issue.

3. What does a thread dump show?

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org