Apologies for the delay in sending out this announcement.
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.11.
Tomcat 8.x users should normally be using 8.5.x releases in preference
to 8.0.x releases.
Apache Tomcat 8 is an open source software implementation of t
On 09/02/17 14:24, MC GOWAN Thomas wrote:
Hi
Is there any problem since 2017 on 8.5.X releases announcement system?
I've not received the last announcement for 8.5.11 via
annou...@tomcat.apache.org (last one received was 8.5.9).
Looks like I failed to send out the 8.5.11 announcement. I'll f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 2/9/17 3:57 AM, André Warnier (tomcat) wrote:
> On 09.02.2017 09:49, Mark Thomas wrote:
>> On 09/02/17 07:53, Fady Haikal wrote:
>>> Hi Can we change a severe exception in catalina that can be
>>> ignored to info?
>>
>> Not without patchi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Thomas,
On 2/9/17 9:24 AM, MC GOWAN Thomas wrote:
> Is there any problem since 2017 on 8.5.X releases announcement
> system?
Possibly. I don't see any announcements on the users list since 8.5.9.
http://markmail.org/search/?q=list%3Atomcat-user+sub
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Keiichi,
On 2/7/17 12:45 AM, Keiichi Fujino wrote:
> I've submitted a proposal for Tomcat Clustering.
> http://events.linuxfoundation.org/cfp/proposals/6216/13474
Excellent! It will be great to see you at another ApacheCon!
- -chris
-BEGIN PG
Hi
Is there any problem since 2017 on 8.5.X releases announcement system?
I've not received the last announcement for 8.5.11 via
annou...@tomcat.apache.org (last one received was 8.5.9).
http://tomcat.apache.org/oldnews.html does not display news for 2017 releases
either.
Thanks
Cdt
Thomas M
2017-02-09 18:45 GMT+09:00 Fady Haikal :
> i will try that but this required tomcat restart so i will be
> scheduling tonight a restart, anyway from where i can enable the
> org.apache.catalina.tribes.MESSAGES i didn't found it in the
> logging.properties file
>
The org.apache.catalina.tribes.ME
2017-02-09 19:21 GMT+09:00 Fady Haikal :
> i already restarted it after changing the parameter to 8
>
However, I can not see the log that context has been restarted in the log
you showed.
You may need to restart Tomcat.
>
> On Thu, Feb 9, 2017 at 12:16 PM, Keiichi Fujino
> wrote:
> > It is re
i already restarted it after changing the parameter to 8
On Thu, Feb 9, 2017 at 12:16 PM, Keiichi Fujino wrote:
> It is realy strange.
> Have you failed to restart Context?
> When starting up the AbstractReplicatedMap, the followings should be logged.
>
> "Initializing AbstractReplicatedMap with
It is realy strange.
Have you failed to restart Context?
When starting up the AbstractReplicatedMap, the followings should be logged.
"Initializing AbstractReplicatedMap with context name:xxx"
"AbstractReplicatedMap[xxx] initialization was completed in xxx ms."
2017-02-09 19:09 GMT+09:00 Fady Ha
i can only see this error related to AbstractReplicatedMap
09-Feb-2017 12:44:12.676 SEVERE [GroupChannel-Heartbeat-1]
org.apache.catalina.tribes.tipis.AbstractReplicatedMap.heartbeat
Unable to send AbstractReplicatedMap.ping message
java.lang.NullPointerException
at
org.apache.catalina.tribes.t
Let's not mix issues here.
1) your Host entry is
that means that Tomcat will automatically reload any application when it notices that it
has been changed.
2) the parameter you changed is in the application's context, so the application has been
changed
3) to reload the application, Tomc
These logs seem to be the tomcat memory leak detections logs during context
restart.
It is a different issue from this thread's topic.
Anyway, Can 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 :
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 [imal_services]
i will try that but this required tomcat restart so i will be
scheduling tonight a restart, anyway from where i can enable the
org.apache.catalina.tribes.MESSAGES i didn't found it in the
logging.properties file
On Thu, Feb 9, 2017 at 11:40 AM, Keiichi Fujino wrote:
> Hi
>
> Please try mapSendOpt
Hi
Please try mapSendOptions = 8.
This means that it does not receive ACK of the messages.
Processing is returned immediately after message transmission is completed.
As another way,
Please try the org.apache.catalina.tribes.MESSAGES. (see previous my
response mail.)
2017-02-09 18:23 GMT+09:00
The is set under the context.xml
On Thu, Feb 9, 2017 at 11:21 AM, Keiichi Fujino wrote:
> 2017-02-09 18:10 GMT+09:00 Fady Haikal :
>
>> Keiichi,
>> mapSendoption is not configured anyway please check my configuration below
>>
>
>
> You have not set .
> If you do not use Cluster Manager templat
2017-02-09 18:10 GMT+09:00 Fady Haikal :
> Keiichi,
> mapSendoption is not configured anyway please check my configuration below
>
You have not set .
If you do not use Cluster Manager template, DeltaManager is used by default.
However, in the logs, it seems to be using BackupManager.
Have you se
Keiichi,
mapSendoption is not configured anyway please check my configuration below
On 09.02.2017 09:49, Mark Thomas wrote:
On 09/02/17 07:53, Fady Haikal wrote:
Hi Can we change a severe exception in catalina that can be ignored to info?
Not without patching the source code, no.
Tomcat logging is SEVERE and we are facing an error in catalina that
can bi ignored, can we cha
this error
09-Feb-2017 11:21:09.851 SEVERE [GroupChannel-Heartbeat-1]
org.apache.catalina.tribes.tipis.AbstractReplicatedMap.heartbeat
Unable to send AbstractReplicatedMap.ping message
org.apache.catalina.tribes.ChannelException: Operation has timed
out(3000 ms.).; Faulty members:tcp://{10, 114,
On 09/02/17 07:53, Fady Haikal wrote:
Hi Can we change a severe exception in catalina that can be ignored to info?
Not without patching the source code, no.
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
War
Hi
You seems to be using BackupManager.
What is set for mapSendOptions?
The Cluster module uses the Tomcat JULI logging FW,
so you can enable logging on the org.apache.catalina.tribes.MESSAGES, you
can track messages.
Note for using the org.apache.catalina.tribes.MESSAGES:
The org.apache.catalin
23 matches
Mail list logo