On Tue, Apr 19, 2011 at 12:14 PM, Waruna Ranasinghe <war...@wso2.com> wrote:

>
>
> On Tue, Apr 19, 2011 at 11:50 AM, Afkham Azeez <az...@wso2.com> wrote:
>
>> It seems the first member is advertising itself as localhost-36582
>>
>> Are you running both nodes on the same machine?
>>
> Yes.
>
>> Try to telnet to that 36582 port.
>>
> Connection refused for both ports 36582 and 52757
>

So the problem is, the first instance in advertising a port that is not
open.


>
> Thanks,
> Waruna
>
>>
>>
>> On Tue, Apr 19, 2011 at 11:33 AM, Senaka Fernando <sen...@wso2.com>wrote:
>>
>>> I'm working on error [2]. But, we need to fix what's causing [1].
>>>
>>> Thanks,
>>> Senaka.
>>>
>>> On Tue, Apr 19, 2011 at 11:28 AM, Waruna Ranasinghe <war...@wso2.com>wrote:
>>>
>>>> Hi all,
>>>>
>>>> I'm in the process of testing BPEL clustering implementation.
>>>> There are two BPS instances which shares the same Registry database.
>>>>
>>>> I also enabled the distributed caching through the cache.xml in the
>>>> BPS_HOME/repository/conf directory.
>>>>
>>>> The first BPS instance starts successfully, but the second BPS instance
>>>> throws the following error [1]  at the startup.
>>>>
>>>> According to the logs, JGroups is using ipv6, therefore, the servers
>>>> were started with the -Dbind.address system property. Then again the fist
>>>> server started successfully while the second server thrown the error [2] at
>>>> startup.
>>>>
>>>> Any help to resolve this issue?
>>>>
>>>> *[1]* -
>>>>
>>>> [2011-04-19 11:07:00,231]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Starting
>>>> JGroups Channel
>>>> [2011-04-19 11:07:00,232]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Unable to use
>>>> any JGroups configuration mechanisms provided in properties {}.  Using
>>>> default JGroups configuration!
>>>> [2011-04-19 11:07:00,617]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Received new
>>>> cluster view: [localhost-38281|1] [localhost-38281, localhost-36582]
>>>> [2011-04-19 11:07:00,627]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Cache local
>>>> address is localhost-36582, physical addresses are [*
>>>> fe80:0:0:0:250:56ff:fec0:8:52757*]
>>>> ....
>>>> INFO - org.infinispan.remoting.transport.jgroups.JGroupsTransport -
>>>> Received new cluster view: [localhost-36582|3] [localhost-36582]
>>>> [2011-04-19 11:07:01,732] ERROR - org.infinispan.distribution.JoinTask -
>>>> Caught exception!
>>>> org.infinispan.remoting.transport.jgroups.SuspectException: Suspected
>>>> member: localhost-38281
>>>> at
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:418)
>>>>  at
>>>> org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:100)
>>>> at
>>>> org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:124)
>>>>  at
>>>> org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:229)
>>>> at
>>>> org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:216)
>>>>  at
>>>> org.infinispan.remoting.rpc.RpcManagerImpl.broadcastRpcCommand(RpcManagerImpl.java:199)
>>>> at org.infinispan.distribution.JoinTask.performRehash(JoinTask.java:100)
>>>>  at org.infinispan.distribution.RehashTask.call(RehashTask.java:52)
>>>> at org.infinispan.distribution.RehashTask.call(RehashTask.java:32)
>>>>  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>>  at
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>>>> at
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>>>>  at java.lang.Thread.run(Thread.java:662)
>>>> [2011-04-19 11:07:01,736]  INFO -
>>>> org.infinispan.distribution.TransactionLoggerImpl - Stopping transaction
>>>> logging
>>>>
>>>>
>>>>
>>>> *[2]* -
>>>>
>>>> [2011-04-19 11:09:21,903]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Starting
>>>> JGroups Channel
>>>> [2011-04-19 11:09:21,904]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Unable to use
>>>> any JGroups configuration mechanisms provided in properties {}.  Using
>>>> default JGroups configuration!
>>>> [2011-04-19 11:09:22,281]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Received new
>>>> cluster view: [localhost-62843|1] [localhost-62843, localhost-26800]
>>>> [2011-04-19 11:09:22,302]  INFO -
>>>> org.infinispan.remoting.transport.jgroups.JGroupsTransport - Cache local
>>>> address is localhost-26800, physical addresses are [10.100.0.165:56592]
>>>> [2011-04-19 11:09:23,337] ERROR - org.infinispan.distribution.JoinTask -
>>>> Caught exception!
>>>> org.infinispan.marshall.NotSerializableException:
>>>> org.wso2.carbon.registry.core.caching.CacheBackedRegistry$GhostResource
>>>> Caused by: an exception which occurred:
>>>> in object
>>>> org.wso2.carbon.registry.core.caching.CacheBackedRegistry$GhostResource@315a0b2f
>>>>  in object org.infinispan.container.entries.ImmortalCacheValue@315a0b2f
>>>>  in object java.util.HashMap@38135412
>>>> in object org.infinispan.remoting.responses.SuccessfulResponse@38135412
>>>> [2011-04-19 11:09:23,338]  INFO -
>>>> org.infinispan.distribution.TransactionLoggerImpl - Stopping transaction
>>>> logging
>>>> [2011-04-19 11:09:23,438] ERROR -
>>>> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent - 
>>>> Failed
>>>> to activate Registry Core bundle
>>>>
>>>>
>>>>
>>>> Thanks,
>>>> Waruna
>>>>
>>>> --
>>>>
>>>> -------------------------------------------------------------------------
>>>> Waruna Ranasinghe
>>>> Senior Software Engineer, WSO2
>>>>
>>>> Mobile: +94 724 318285
>>>> BLOG: http://warunapw.blogspot.com
>>>>
>>>> www.wso2.com - "Lean . Enterprise . Middleware"
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> *Senaka Fernando*
>>> Product Manager - WSO2 Governance Registry;
>>> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
>>> Member; Apache Software Foundation; http://apache.org
>>>
>>> E-mail: senaka AT wso2.com
>>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>>> Linked-In: http://www.linkedin.com/in/senakafernando
>>>
>>> *Lean . Enterprise . Middleware
>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*<http://www.apache.org/>
>> *
>> email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> -------------------------------------------------------------------------
> Waruna Ranasinghe
> Senior Software Engineer, WSO2
>
> Mobile: +94 724 318285
> BLOG: http://warunapw.blogspot.com
>
> www.wso2.com - "Lean . Enterprise . Middleware"
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
*
email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
blog: **http://blog.afkham.org* <http://blog.afkham.org>*
twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to