Re: Tomcat memory

2017-08-17 Thread Fady Haikal
Team, Please i need some help her Regards, On Thu, Aug 17, 2017 at 9:46 AM, Fady Haikal <fadyhai...@gmail.com> wrote: > @Suvendu, > I took a heap dump from Java VisualVM but honestly i didnt know how i > should analyse it, please some help here > > also please find below t

Re: Tomcat memory

2017-08-17 Thread Fady Haikal
:+CMSParallelRemarkEnabled -XX:TargetSurvivorRatio=90 Initial and Max Memory Pool: 10MB Regards, Fady On Wed, Aug 16, 2017 at 5:46 PM, Suvendu Sekhar Mondal <suv3...@gmail.com> wrote: > Hi Fady, > > On Aug 16, 2017 7:04 PM, "Fady Haikal" <fadyhai...@gmail.com> wro

Tomcat memory

2017-08-16 Thread Fady Haikal
Dear Team, I'm facing an issue that tomcat from task manager is consuming around 60 GB of memory while from Oracle Java Mission Control is showing maximum 10 GB (Attached screenshots), and from time to time the server hang due to insufficent memory. can you please advise why the above is showing

Re: Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
@Mark, we have 3rd parties and applications that are connecting to the Tomcat server (not only the users) that will made these transactions On Mon, Jun 19, 2017 at 12:58 PM, Mark Thomas <ma...@apache.org> wrote: > On 19/06/17 10:53, Fady Haikal wrote: > > - Concurrent active co

Re: Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
;ma...@apache.org> wrote: > On 19/06/17 10:06, Fady Haikal wrote: > > Hi Team, > > I need to know if Tomcat can handle around 2000 concurent user, 17000 > > number of simultaneouse transactions peak per 10 minutes, assuming the > > application can handle them,

Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
Hi Team, I need to know if Tomcat can handle around 2000 concurent user, 17000 number of simultaneouse transactions peak per 10 minutes, assuming the application can handle them, in additional i need to know what is the recommended configuration for Tomcat in order to handle this number of

Re: Operation has timed out

2017-02-09 Thread Fady Haikal
t; > "Initializing AbstractReplicatedMap with context name:xxx" > "AbstractReplicatedMap[xxx] initialization was completed in xxx ms." > > > 2017-02-09 19:09 GMT+09:00 Fady Haikal <fadyhai...@gmail.com>: > >> i can only see this error related to Abstract

Re: Operation has timed out

2017-02-09 Thread Fady Haikal
you see the log likea "AbstractReplicatedMap[xxx] > initialization was completed in xxx ms." in your log file? > > 2017-02-09 18:49 GMT+09:00 Fady Haikal <fadyhai...@gmail.com>: > >> Keiichi, >> once i changed the mapSendOptions and without restarting the b

Re: Operation has timed out

2017-02-09 Thread Fady Haikal
Keiichi, once i changed the mapSendOptions and without restarting the below shown in the tomcat 09-Feb-2017 12:44:12.299 SEVERE [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application

Re: Operation has timed out

2017-02-09 Thread Fady Haikal
onse mail.) > > > > 2017-02-09 18:23 GMT+09:00 Fady Haikal <fadyhai...@gmail.com>: > >> The is set under the context.xml >> >> >notifyListenersOnReplication="true" >>mapSendOptions="6"/> &g

Re: Operation has timed out

2017-02-09 Thread Fady Haikal
The is set under the context.xml On Thu, Feb 9, 2017 at 11:21 AM, Keiichi Fujino <kfuj...@apache.org> wrote: > 2017-02-09 18:10 GMT+09:00 Fady Haikal <fadyhai...@gmail.com>: > >> Keiichi, >> mapSendoption is not configured anyway please check my configuration b

Re: Operation has timed out

2017-02-09 Thread Fady Haikal
org.apache.catalina.tribes.MESSAGES: > The org.apache.catalina.tribes.MESSAGES outputs a lot of trace level logs. > So It should get logs in a short period of time. > > > 2017-02-06 15:52 GMT+09:00 Fady Haikal <fadyhai...@gmail.com>: > >> Guys, we are facing the below errors in Tomcat cluster, pl

Re: Change Severe to Info

2017-02-09 Thread Fady Haikal
) at org.apache.catalina.tribes.group.GroupChannel$HeartbeatThread.run(GroupChannel.java:697) On Thu, Feb 9, 2017 at 10:49 AM, Mark Thomas <ma...@apache.org> wrote: > On 09/02/17 07:53, Fady Haikal wrote: >> >> Hi Can we change a severe exception in catalina that can be ignored to >&

Change Severe to Info

2017-02-08 Thread Fady Haikal
Hi Can we change a severe exception in catalina that can be ignored to info? Tomcat logging is SEVERE and we are facing an error in catalina that can bi ignored, can we change the type of this error to INFO or Warning? Regards -

Re: Operation has timed out

2017-02-08 Thread Fady Haikal
traffic. > > Regards, > Ashwin > > On Wed, Feb 8, 2017 at 12:56 PM, Fady Haikal <fadyhai...@gmail.com> wrote: > >> Hi All, >> As u know we are using 224.0.0.4 multicast IP for tomcat cluster >> (Node1: 10.114.43.102 / Node2: 10.114.43.103) i was trying to ping t

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
:\Users\Administrator>nslookup 224.0.0.4 Server: hq-dc02.albaraka.com.sd Address: 10.114.43.7 Name:dvmrp.mcast.net Address: 224.0.0.4 On Wed, Feb 8, 2017 at 8:59 AM, Fady Haikal <fadyhai...@gmail.com> wrote: > Ashwin, > I'm using the below configuration, please let me know

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
> > Have you verifyed clustering is using unique multicast address and port. > Cluster multicast address should be unique and not used by any other > cluster. > > Regards, > Ashwin > On 07-Feb-2017 10:38 pm, "André Warnier (tomcat)" <a...@ice-sa.com> w

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
Christopher, For the first time On Tue, Feb 7, 2017 at 6:19 PM, Christopher Schultz <ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Fady, > > On 2/7/17 10:53 AM, Fady Haikal wrote: >> ProcessPID Protocol local

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
ProcessPID Protocol local address local port Remote Address State Tomcat8.exe 8160 TCP imal14-app24000 imal14-app1.albaraka.com.sdESTABLISHED On Tue, Feb 7, 2017 at 5:46 PM, Fady Haikal <fadyhai...@gmail.com> wrote:

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
Yes there is a ESTABLISHED connection, the replication of sessions is working fine (port 4000 is for tomcat cluster) but we also faced this error on the log file On Tue, Feb 7, 2017 at 5:44 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 07.02.2017 16:24, Fady Haikal wrote:

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
opping TCP packets to/from port 40xx (or from > "java.exe") ? There are some "network policies" there which can have > wide-ranging side-effects. > > > > > On 07.02.2017 14:42, Fady Haikal wrote: >> >> Hi, issue still not fixed. Tomcat session repl

Re: Operation has timed out

2017-02-07 Thread Fady Haikal
;org.apache.catalina.tribes.transport.nio.PooledParallelSender"/> >> >> > className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/> >> > className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Int

Re: Operation has timed out

2017-02-06 Thread Fady Haikal
, Feb 6, 2017 at 6:51 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 06.02.2017 17:45, Fady Haikal wrote: >> >> Hi, >> What is the host OS ? Windows Server 2012 >> What is the Tomcat version ? Apache Tomcat

Re: Operation has timed out

2017-02-06 Thread Fady Haikal
and there is no disconnection between 2 nodes ping and telnet are OK On Mon, Feb 6, 2017 at 6:42 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 06.02.2017 17:24, Fady Haikal wrote: >> >> Plz can i get some help here? >> This issue is still occurring an

Re: Operation has timed out

2017-02-06 Thread Fady Haikal
Plz can i get some help here? This issue is still occurring and it's filling the log file in the Production server Regards, Fady On Mon, Feb 6, 2017 at 8:52 AM, Fady Haikal <fadyhai...@gmail.com> wrote: > Guys, we are facing the below errors in Tomcat cluster, please advise > > &

Operation has timed out

2017-02-05 Thread Fady Haikal
Guys, we are facing the below errors in Tomcat cluster, please advise 06-Feb-2017 01:14:20.718 SEVERE [GroupChannel-Heartbeat-1] org.apache.catalina.tribes.tipis.AbstractReplicatedMap.heartbeat Unable to send AbstractReplicatedMap.ping message org.apache.catalina.tribes.ChannelException:

Re: Cannot Allocate Memory errno=12

2017-01-18 Thread Fady Haikal
It allows > specification of options that are used both to start and to stop Tomcat as > well > as for other commands. > > Note: Do not use JAVA_OPTS to specify memory limits. You do not need much > memory for a small process that is used to stop Tomcat. Those settings > belong to C

Re: Cannot Allocate Memory errno=12

2017-01-18 Thread Fady Haikal
plz find it on the below link https://drive.google.com/file/d/0By0Z6xkBVBFHVGJKVkRqM2hwUVE/view?usp=sharing On Wed, Jan 18, 2017 at 3:16 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 18.01.2017 14:08, Fady Haikal wrote: >> >> Yes log already sent, anw attache

Re: Cannot Allocate Memory errno=12

2017-01-18 Thread Fady Haikal
Yes log already sent, anw attached On Wed, Jan 18, 2017 at 3:07 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 18.01.2017 13:49, Fady Haikal wrote: >> >> Guys, We are facing the below error (attached also) while trying to >> shutdown tomcat server >> >

Cannot Allocate Memory errno=12

2017-01-18 Thread Fady Haikal
Guys, We are facing the below error (attached also) while trying to shutdown tomcat server Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0xd555, 715849728, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime

Fwd: User session is not replicated to second node

2017-01-03 Thread Fady Haikal
Dear Team, In case of cluster, user session was not replicated to the second node in case of failover until we have moved the below configuration from server.xml to context.xml, please advise if this is the solution or we have any other solution Regards, Fady

User session is not replicated to second node

2016-12-29 Thread Fady Haikal
Dear Team, In case of cluster, user session was not replicated to the second node in case of failover until we have moved the below configuration from server.xml to context.xml, please advise if this is the solution or we have any other solution Regards, Fady

Re: Fwd: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost]

2016-12-29 Thread Fady Haikal
Dear Mark, is this bug is fixed in any version? Regards, Fady On Thu, Dec 22, 2016 at 10:22 PM, Mark Thomas <ma...@apache.org> wrote: > On 22/12/2016 15:46, Fady Haikal wrote: >> We can see the below error on the log file please advise: > > You are using multiple start/star

Fwd: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost]

2016-12-22 Thread Fady Haikal
We can see the below error on the log file please advise: OS: windows Tomcat Version: 8.0.30 Cluster Tomcat 30-Nov-2016 08:32:21.197 SEVERE [Catalina-startStop-2] org.apache.catalina.core.ContainerBase.stopInternal A child container failed during stop java.util.concurrent.ExecutionException: