All,
We have apache running on Windows Web Server 2008 R2, fronting tomcat. We
use mod_jk to connect. We see these kind of log messages in mod_jk logs.
What do they mean?
[Thu Jul 28 12:30:56 2011] [14264:10144] [info] jk_ajp_common.c (1882):
Writing to client aborted or client network problems
[
Ok. i will trie with this option.
- Mensaje original -
De: "Filip Hanik - Dev Lists"
Para: "Tomcat Users List"
Enviados: Jueves, 28 de Julio 2011 14:20:26
Asunto: Re: Problem with threads in stage Service (Tomcat 7.0.14)
that's an academic exercise for you, in the meantime, add in this
Hello Everyone:
[SOLVED]
I finally got it to work. Thanks to everyone that helped!! BTW, should I put
the word solved in the subject?
I had to create a Base class to setup the connection and then have another
class extend it. The subclass only dealt with methods for executing statements.
See
Hi,
I have a CometProcessor Servlet which is used for streaming system events to a
http client. I have SSL enabled on the server. I use *curl* as the http client.
I get streaming events on the console. But when I do a Ctrl-C on the console
there no End event is raised and hence the connection
Hello!
I'm running Tomcat 7.0.11 on Windows Server 2008 Enterprise, and recently
installed Windows Updates (to the tune of like 80 of them) on the server.
After doing so, when attempting to view the list of web apps running in Tomcat,
I get the following:
org.apache.catalina.core.StandardWrap
that's an academic exercise for you, in the meantime, add in this option to
your startup options
-XX:-DisableExplicitGC
Filip
On 7/28/2011 1:07 PM, Alejandro Henao González wrote:
I dont believe that have GC running all the time, but the GC is called in the
above line to HTMLEncoder.encode. a
I dont believe that have GC running all the time, but the GC is called in the
above line to HTMLEncoder.encode. as follows.
System.gc();
resultado = htmlEncoder.encode(resultado);
response.reset();
may be this the problem? why?
Thanks.
- Mensaje original -
De: "Filip Hanik - Dev
most likely you have GC running all the time
""http-bio-80"-exec-107" daemon prio=10 tid=0x2aaab31ea000 nid=0x47b2
runnable [0x436ab000]
java.lang.Thread.State: RUNNABLE
at java.util.HashMap.get(HashMap.java:303)
at sae.HTMLEncoder.encode(HTMLEncoder.java:46)
this should not be a st
On 28/07/2011 12:29, Ian Marsh wrote:
> Right, I have taken a memory snapshot using YourKit of the system
> running Tomcat-7.0.10 after about 1 hour, when the Old Gen memory was
> beginning to reach its maximum.
OK. I think a little more digging is required but this might be heading
somewhere usef
Ok. i have the Thread Dump. Analyzing, the problem is with the class HashMap.
here is the thread thump. I've highlighted in red the Threads with the problem.
Any solution? could be a programation error of the webapp?
Thanks.
2011-07-28 11:26:30
Full thread dump Java HotSpot(TM) 64-Bit Se
On 28/07/2011 16:09, Alejandro Henao González wrote:
> Good day.
>
> I have the following problem with my tomcat.
>
> Sometimes, some threads are keep in service stage for a long time
> (really never exit from this stage), this causes that tomcat uses a
> hight percentage of the CPU (100 % of 2 o
Good day.
I have the following problem with my tomcat.
Sometimes, some threads are keep in service stage for a long time (really never
exit from this stage), this causes that tomcat uses a hight percentage of the
CPU (100 % of 2 or 3 cores) thus the webapp executes very slow.
I have a Tomca
Right, I have taken a memory snapshot using YourKit of the system
running Tomcat-7.0.10 after about 1 hour, when the Old Gen memory was
beginning to reach its maximum.
I am not completely sure what information is useful for you to know as
I have not used YourKit before so I am working from the dem
On 28/07/2011 07:34, Robert Elliot wrote:
>
>
>
>
> On 28 Jul 2011, at 00:24, David Rees wrote:
>
>> On Wed, Jul 27, 2011 at 10:39 AM, Mark Thomas wrote:
>>> On 27/07/2011 17:23, Robert Elliot wrote:
We are using Tomcat 6.0.29, and occasionally experiencing concurrency
issues
On 27/07/2011 17:06, David Wolverton wrote:
> Thanks Ognjen,
>
> Using 'reloadable' does cause the resources to update. However, this is not
> the solution I am looking for because it does this by reloading the webapp.
> It can take a lot of time for the webapp to restart and cause other side
> ef
First, I wanted to add my comment so anyone who has this problem, can know how
to solve this.
And also I asked why compression does not seem to improve? And why first upload
for client seems to be slowe?
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: ה 28 יולי 2011 11:40
T
On 28/07/2011 09:19, Michal Singer wrote:
> What works? When using nio connector with this parameter useSendFile=false,
> the load of large static files works fine. Before I set it to false it failed.
Are you still attempting to resolve this, or just commenting?
p
-
On 28/07/2011 09:26, Robert Elliot wrote:
> - Original Message -
>> From: "Pid"
>> To: "Tomcat Users List"
>> Sent: Thursday, 28 July, 2011 9:07:13 AM
>> Subject: Re: Wrong Response returned for a Request
>>
> On 27/07/2011 17:23, Robert Elliot wrote:
>> We are using Tomcat 6.0.29
- Original Message -
> From: "Pid"
> To: "Tomcat Users List"
> Sent: Thursday, 28 July, 2011 9:07:13 AM
> Subject: Re: Wrong Response returned for a Request
>
> >>> On 27/07/2011 17:23, Robert Elliot wrote:
> We are using Tomcat 6.0.29, and occasionally experiencing
> concurrenc
What works? When using nio connector with this parameter useSendFile=false, the
load of large static files works fine. Before I set it to false it failed.
As for the other questions:
I don't know why it is slow, maybe the client's web server has some kind of a
caching and the first time transfer
On 28/07/2011 07:31, Michal Singer wrote:
> Regarding the question I asked on downloading large static files a while ago,
> I got a reply now:
>
>
> hi,
> i got the same issue today, environment: windows xp, tomcat 7 with nio
> connector;
> it works after i try to add useSendfile="false" in ser
On 28/07/2011 07:34, Robert Elliot wrote:
>
>
>
>
> On 28 Jul 2011, at 00:24, David Rees wrote:
>
>> On Wed, Jul 27, 2011 at 10:39 AM, Mark Thomas wrote:
>>> On 27/07/2011 17:23, Robert Elliot wrote:
We are using Tomcat 6.0.29, and occasionally experiencing concurrency
issues
On 28/07/2011 08:31, Pid wrote:
> On 27/07/2011 17:06, David Wolverton wrote:
>> Thanks Ognjen,
>>
>> Using 'reloadable' does cause the resources to update. However, this is not
>> the solution I am looking for because it does this by reloading the webapp.
>
> The classloader initialises at loadti
28.07.2011 05:57, Dhana kumar:
> instead of http://localhost:8080/meobizWeb/index.html, could we make url
> accessible across the intranet, something like this,.
> http://www.mydomain.com/meobizWeb/index.html
Yes. Configure Tomcat to listen on port 80 and configure your internal
DNS to resolve th
On 27/07/2011 17:06, David Wolverton wrote:
> Thanks Ognjen,
>
> Using 'reloadable' does cause the resources to update. However, this is not
> the solution I am looking for because it does this by reloading the webapp.
The classloader initialises at loadtime, in order to release resources
and loa
25 matches
Mail list logo