« Return to Thread: Ehcache and JGroups connectiivity

Re: Ehcache and JGroups connectiivity

by William Drew-3 :: Rate this Message:

Reply to Author | View in Thread

Karl,

Thanks for the quick response. I was hoping that it was something very
simple so I didn't include detailed information. I'll get a more
reasonable set of diagnostics and get back asap.

Karl Pauls wrote:

> Can you give us a little more information about what is going wrong
> (like error messages etc.)? Furthermore, are you using the latest
> version of felix or are you running on trunk?
>
> regards,
>
> Karl
>
> On Mon, Jun 1, 2009 at 10:22 PM, William Drew <solset@...> wrote:
>  
>> I am attempting to use Ehcache within Felix to provide a distributed cache
>> capability and using JGroups for the replication of the data between the
>> JVMs. To ensure that my ehcache configuration was correct I ran the code
>> outside of OSGi.  The data is being successfully added to the cache and
>> replicated across two JVMs running on separate machines.
>>
>> The problem is when I run this same code inside a bundle within Felix. The
>> bundle is started successfully and it all runs fine except for the fact that
>> I can not seem to get the same connection between the JVMs as I did when I
>> ran them outside of Felix. JGroups does not seem to be able to connect when
>> running inside the OSGi container.
>>
>> Is there some configuration settings within Felix that I need to set in
>> order to enable network connections to be established? I'm sure there's
>> something simple that I'm missing here.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>>    
>
>
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Ehcache and JGroups connectiivity