Somehow the client tries to connect to the server, which is started, but
gets no response. And it gets stuck. I wonder if this has to do with
Tomcat or if I'm just missing something terribly obvious.

On Mon, 2002-04-29 at 21:26, Vincent Tence wrote:
> I've identified the problem. It seems that the main thread is waiting on a
> synchronized block because
> AltrmiFactory.setHostContext() does not return.
> 
> Anybody can help on this?
> 
> Thanks,
> Vincent
> 
> > -----Original Message-----
> > From: Vincent Tence [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 29, 2002 4:40 PM
> > To: 'Avalon Developers List'
> > Subject: RE: Instrument questions
> >
> >
> > Leif,
> >
> > I'm facing a problem with the InstrumentManager running under
> > Tomcat. I have
> > a simple yet powerful
> > MVC2 framework designed to integrate with Avalon nicely and I
> > want to add
> > instrumentation to it.
> >
> > I configured the framework to use the
> > InstrumentComponentManager and I added
> > a few Instruments to the
> > Front Component to record things like number of requests received,
> > successful, request latency, ...
> >
> > The problem occurs when I connect the client to the altrmi server. The
> > connection seems to go fine,
> > but I when I try to access the menu InstrumentManagers, my
> > client hang up.
> > I tried to remove all my instrumentables to run the manager
> > with only the
> > ComponentManager and itself as instrumentables,
> > but it still hang up.
> >
> > Any idea?
> >
> > Thx,
> > Vincent
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to