You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/12/02 06:20:03 UTC

DO NOT REPLY [Bug 52276] New: tomcat deploy will be blocked without LockOutRealm

https://issues.apache.org/bugzilla/show_bug.cgi?id=52276

             Bug #: 52276
           Summary: tomcat deploy will be blocked without LockOutRealm
           Product: Tomcat 7
           Version: 7.0.23
          Platform: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: zhouyanming@gmail.com
    Classification: Unclassified


If I comment <Realm
className="org.apache.catalina.realm.LockOutRealm">..</Realm> under <Engine
name="Catalina" defaultHost="localhost"> ,tomcat deploy will be blocked when
start,7.0.22 works fine without LockOutRealm


2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
2011-12-2 13:11:20 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 866 ms
2011-12-2 13:11:20 org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
2011-12-2 13:11:20 org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
2011-12-2 13:11:20 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor
D:\apache-tomcat-7.0.23\conf\Catalina\localhost\ROOT.xml

blocking ...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 52276] tomcat deploy will be blocked without LockOutRealm

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52276

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
         OS/Version|                            |All

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2011-12-02 08:58:02 UTC ---
Most likely a duplicate of 52259. As a workaround onfiguring any Realm should
prevent the deadlock.

This is already fixed and will be released with 7.0.24.

*** This bug has been marked as a duplicate of bug 52259 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


Re: DO NOT REPLY [Bug 52276] New: tomcat deploy will be blocked without LockOutRealm

Posted by Pid <pi...@pidster.com>.
On 02/12/2011 09:23, jaiswal wrote:
> Hi,
> 
> Sorry ..i dont know whether this mail group is valid for this discussion or
> not but i am facing one issue:
> 
> after looking into hs_err_pid log file
> 
> th emain issue is in
> 
> *org.apache.jasper.compiler.TldLocationsCache.tldScanJar*
> 
> method
> 
> Can you tell me what should i do ?

Please join the Tomcat Users List <us...@tomcat.apache.org> & ask your
question there.


p


> regards
> kailash
> 
> # java.lang.OutOfMemoryError: requested 134217736 bytes for Chunk::new. Out
> of swap space?)
> 
> 
> 
> 
> On Fri, Dec 2, 2011 at 10:50 AM, <bu...@apache.org> wrote:
> 
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=52276
>>
>>             Bug #: 52276
>>           Summary: tomcat deploy will be blocked without LockOutRealm
>>           Product: Tomcat 7
>>           Version: 7.0.23
>>          Platform: PC
>>            Status: NEW
>>          Severity: blocker
>>          Priority: P2
>>         Component: Catalina
>>        AssignedTo: dev@tomcat.apache.org
>>        ReportedBy: zhouyanming@gmail.com
>>    Classification: Unclassified
>>
>>
>> If I comment <Realm
>> className="org.apache.catalina.realm.LockOutRealm">..</Realm> under <Engine
>> name="Catalina" defaultHost="localhost"> ,tomcat deploy will be blocked
>> when
>> start,7.0.22 works fine without LockOutRealm
>>
>>
>> 2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
>> INFO: Initializing ProtocolHandler ["http-bio-8080"]
>> 2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
>> INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
>> 2011-12-2 13:11:20 org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 866 ms
>> 2011-12-2 13:11:20 org.apache.catalina.core.StandardService startInternal
>> INFO: Starting service Catalina
>> 2011-12-2 13:11:20 org.apache.catalina.core.StandardEngine startInternal
>> INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
>> 2011-12-2 13:11:20 org.apache.catalina.startup.HostConfig deployDescriptor
>> INFO: Deploying configuration descriptor
>> D:\apache-tomcat-7.0.23\conf\Catalina\localhost\ROOT.xml
>>
>> blocking ...
>>
>> --
>> Configure bugmail:
>> https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
>> ------- You are receiving this mail because: -------
>> You are the assignee for the bug.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
>>
> 
> 


-- 

[key:62590808]


Re: DO NOT REPLY [Bug 52276] New: tomcat deploy will be blocked without LockOutRealm

Posted by jaiswal <he...@gmail.com>.
Hi,

Sorry ..i dont know whether this mail group is valid for this discussion or
not but i am facing one issue:

after looking into hs_err_pid log file

th emain issue is in

*org.apache.jasper.compiler.TldLocationsCache.tldScanJar*

method

Can you tell me what should i do ?

regards
kailash

# java.lang.OutOfMemoryError: requested 134217736 bytes for Chunk::new. Out
of swap space?)




On Fri, Dec 2, 2011 at 10:50 AM, <bu...@apache.org> wrote:

> https://issues.apache.org/bugzilla/show_bug.cgi?id=52276
>
>             Bug #: 52276
>           Summary: tomcat deploy will be blocked without LockOutRealm
>           Product: Tomcat 7
>           Version: 7.0.23
>          Platform: PC
>            Status: NEW
>          Severity: blocker
>          Priority: P2
>         Component: Catalina
>        AssignedTo: dev@tomcat.apache.org
>        ReportedBy: zhouyanming@gmail.com
>    Classification: Unclassified
>
>
> If I comment <Realm
> className="org.apache.catalina.realm.LockOutRealm">..</Realm> under <Engine
> name="Catalina" defaultHost="localhost"> ,tomcat deploy will be blocked
> when
> start,7.0.22 works fine without LockOutRealm
>
>
> 2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
> INFO: Initializing ProtocolHandler ["http-bio-8080"]
> 2011-12-2 13:11:20 org.apache.coyote.AbstractProtocol init
> INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
> 2011-12-2 13:11:20 org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 866 ms
> 2011-12-2 13:11:20 org.apache.catalina.core.StandardService startInternal
> INFO: Starting service Catalina
> 2011-12-2 13:11:20 org.apache.catalina.core.StandardEngine startInternal
> INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
> 2011-12-2 13:11:20 org.apache.catalina.startup.HostConfig deployDescriptor
> INFO: Deploying configuration descriptor
> D:\apache-tomcat-7.0.23\conf\Catalina\localhost\ROOT.xml
>
> blocking ...
>
> --
> Configure bugmail:
> https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>


-- 
-Hemant