Buen producto!!

2010-04-19 Thread Bocalinda
Estimado amigo, ?Cómo está usted recientemente? decirte una gran sorpresa! Ktpshop compa?ía es una empresa de comercio electrónico de productos que ha clasificado superior Asia --- (www.ktpshop.info) y cuenta con la cooperación con Nokia, Sony, HP, etc durante muchos a?os, la calidad del producto e

Re: Connection between ListenerStart and clustering

2009-10-28 Thread Bocalinda
n case the problem ever comes up again, the first thing I'll do is test the patch you've sent. Thanks a lot. 2009/10/14 Bocalinda > Hi Rainer, > > I'm sorry for the long delay in getting back to you. > I got sidetracked by another issue and wasn't able to look into th

Re: Connection between ListenerStart and clustering

2009-10-14 Thread Bocalinda
m. It might as well be that we have been lucky and that the error starts appearing again tomorrow. I will try to reproduce the problem in another server, in order to try out the patch you supplied. Thanks again. 2009/10/3 Bocalinda > Wow, that's what is called a quick turn around! :) >

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
Wow, that's what is called a quick turn around! :) Thanks. I'll try as soon as possible and let you know. 2009/10/3 Rainer Jung > On 03.10.2009 18:11, Bocalinda wrote: > > Hi Rainer. > > > > > >> I remember problems with clustering which were of the

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
Hi Rainer. > I remember problems with clustering which were of the following kind: > session replication data was received on a node although the context > wasn't yet fully initialized. > > Maybe we run into classloader troubles in that case? > > This could only happen if another node in the clus

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
k.web.NavegationPACKFilter Navegation PACK Filter * 2009/10/3 Caldarale, Charles R > > From: Bocalinda [mailto:bocali...@gmail.com] > > Subject: Re: Connection between ListenerStart and clustering > > > > > it turns out there are 2 libraries in my web-in

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
> I currently don't have access to the server to check catalina_home/lib > contents, but I do have the webapp.war here. So I did a grep for the > ContextLoaderListener and it turns out there are 2 libraries in my > web-inf/lib containing a class definition for that: > > spring-2.5.6.jar and spring-

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
> Different messages arriving in a different order, for one. Classes are > only loaded on demand, not simply because they exist in a defined library. > > > I would suppose the classloading ritual is a serial process, > > instead of a parallel process. > > Nope. In a multi-threaded environment, yo

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
> > If I'm not wrong Tomcat loads it classes in the following order: > > 1. bootstrap > > 2. classpath classes > > 3. webapps classes/libs > > 4. common libs > > 5. shared libs > > As I recall, the webapp classloader takes precedence over the system > classloader (the -cp path handler), but I'd hav

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
I pressed send too quickly. How can it be that most of the time Tomcat starts, and sometimes it spits out the ClassNotFound error? I suppose that the classloading order does not change from day to day? 2009/10/3 Bocalinda > Hi Chuck, > > That's a good point. First thing in the

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
in common/lib. Although, I don't think this is the case in my situation. Spring is only used inside my webapp. I'm probably overseeing something basic here, and would really appreciate it if somebody could point me out what it is. Thanks 2009/10/2 Caldarale, Charles R > > From

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
t denying nor confirming. I'm informing you that your log files > would tell you what the actual error is :) > > Filip > > > On 10/02/2009 10:32 AM, Bocalinda wrote: > >> Hi Filip. >> >> I'm using version 6.0.20. >> You are not denying that the clusteri

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
Ok thanks! 2009/10/2 Filip Hanik - Dev Lists > Correct, not denying nor confirming. I'm informing you that your log files > would tell you what the actual error is :) > > Filip > > > On 10/02/2009 10:32 AM, Bocalinda wrote: > >> Hi Filip. >> >> I

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
gt; That stack trace will take out the guess work of what actually went wrong > > best > Filip > > > On 10/02/2009 10:12 AM, Bocalinda wrote: > >> Hi again, >> >> I obviously meant ListenerStart Error. >> >> >> >> 2009/10/2 Bocalinda

Re: Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
Hi again, I obviously meant ListenerStart Error. 2009/10/2 Bocalinda > Hi List, > > Maybe this is a very stupid question, but I am wondering whether a > ListenerStart of an application could be related in any possible way to > problems with the Tomcat cluster? > > Thanks in advance. > >

Connection between ListenerStart and clustering

2009-10-02 Thread Bocalinda
Hi List, Maybe this is a very stupid question, but I am wondering whether a ListenerStart of an application could be related in any possible way to problems with the Tomcat cluster? Thanks in advance.

Re: Explanation mod_jk error messages

2009-10-01 Thread Bocalinda
Thanks a lot Rainer. If the error messages are in some way "OK", then my question got answered. Thanks again. 2009/9/30 Rainer Jung > On 30.09.2009 17:19, Bocalinda wrote: > > Hi André. > > > > I actually stopped one server on purpose, to test the mod_jk's

Re: Explanation mod_jk error messages

2009-09-30 Thread Bocalinda
0 André Warnier > Bocalinda wrote: > ... > > >> My mod_jk configuration only has the following settings (apart from the >> port >> and IP address settings ofcourse): >> > > That is exactly what it would have been interesting to see, along with the > tags in

Explanation mod_jk error messages

2009-09-30 Thread Bocalinda
Hi List, I have configured Apache 2.2.11 (worker mpm) with mod_jk 1.2.27 and two nodes of Tomcat 6.0.20 My mod_jk configuration only has the following settings (apart from the port and IP address settings ofcourse): worker.tcnodo-11.socket_keepalive=true worker.tcnodo-11.connection_pool_timeout=

Insert delay between war deployment

2008-11-25 Thread Bocalinda
Hi, I got a slight timing problem here. I got 2 war files: X.war and webservice.war X.war depends on webservice.war. I already managed to have webservice.war deploy before X.war gets deployed, although I can see in the logs that X.war is eternally waiting on webservice.war when being deployed. Al

Insert delay between war deployment

2008-11-25 Thread Bocalinda
Hi, I'm wondering if it is possible to change the deployment order which Tomcat follows. I've been searching the net, and as from what other people say, it is not possible. Is this still true for Tomcat 6? I more or less found a way to deploy applications at the beginning or at the end by appendi