I guess the hostnames have been moved from
dev02.pub.qa.atl.jboss.com to
dev02.qa.atl.jboss.com
dev02.qa.atl.jboss.com worked for me.
I m not sure where the clustering config picks up the hostname from. But
it picks up
dev02.pub.qa.atl.jboss.com
I noticed the same when using VNC this morning. It was assigned the
title
dev02.pub.qa.atl.jboss.com
-----Original Message-----
From: Ruel Loehr
Sent: Monday, August 14, 2006 1:13 PM
To: Ryan Campbell; Rajesh Rajasekaran; Brian Stansberry; 'Manik Surtani'
Cc: 'jbosscache-dev(a)lists.jboss.org'; QA; IT Ops Team
Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
I had that problem this morning. The hostnames no longer work for me.
We need to specify the IP address. See the etc/hosts/ file IT sent this
morning.
Ruel Loehr
JBoss QA
-----------------------------
512-342-7840 ext 2011
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel
-----Original Message-----
From: Ryan Campbell
Sent: Monday, August 14, 2006 1:04 PM
To: Rajesh Rajasekaran; Brian Stansberry; 'Manik Surtani'
Cc: 'jbosscache-dev(a)lists.jboss.org'; QA; IT Ops Team
Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
Rajesh,
Please make sure you can ping
dev02.pub.qa.atl.jboss.com.
The hostname entry for this box may be invalid due to the VPN
transition.
-----Original Message-----
From: Rajesh Rajasekaran
Sent: Monday, August 14, 2006 11:02 AM
To: Brian Stansberry; 'Manik Surtani'
Cc: 'jbosscache-dev(a)lists.jboss.org'; QA
Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
Brian
I m unable to startup the servers for the clustering tests in Branch_4_0
irrespective of the version of JBossCache.
I get the following error on the server.
2006-08-14 13:55:39,904 WARN [org.jgroups.protocols.AUTOCONF] failed
creating DatagramSocket: java.net.UnknownHostException:
dev02.pub.qa.atl.jboss.com:
dev02.pub.qa.atl.jboss.com
2006-08-14 13:55:39,906 ERROR [org.jgroups.protocols.UDP]
max_bundle_size (64000) is greater than largest UDP fragmentation size
(0)
2006-08-14 13:55:39,909 DEBUG [org.jboss.cache.aop.TreeCacheAop]
Initialization failed jboss.cache:service=TomcatClusteringCache
ChannelException: unable to setup the protocol stack
at org.jgroups.JChannel.<init>(JChannel.java:217)
at org.jgroups.JChannel.<init>(JChannel.java:189)
at org.jboss.cache.TreeCache._createService(TreeCache.java:1373)
at org.jboss.cache.TreeCache.createService(TreeCache.java:1300)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSup
port.java:260)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBean
Support.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2006-08-14 13:55:39,916 WARN [org.jboss.system.ServiceController]
Problem creating service jboss.cache:service=TomcatClusteringCache
ChannelException: unable to setup the protocol stack
at org.jgroups.JChannel.<init>(JChannel.java:217)
at org.jgroups.JChannel.<init>(JChannel.java:189)
at org.jboss.cache.TreeCache._createService(TreeCache.java:1373)
at org.jboss.cache.TreeCache.createService(TreeCache.java:1300)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSup
port.java:260)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBean
Support.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
-----Original Message-----
From: Brian Stansberry
Sent: Monday, August 14, 2006 11:55 AM
To: Manik Surtani; Rajesh Rajasekaran
Cc: jbosscache-dev(a)lists.jboss.org; QA
Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
Just Branch_4_0 is fine with me.
jbosscache-dev-bounces(a)lists.jboss.org wrote:
If Brian's happy with just Branch_4_0 then I'm ok with it.
We can regress with 4.0.4 and 4.0.3.Sp1 after release, for the compat
matrix.
Cheers,
> Have verified the testsuite on jdk 1.5, 1.4 and on the packaged
> binary. Tutorials and examples have also been verified.
>
> Have to check for any regression with Branch_4_0 (4.0.5.CR1)
> 4.0.4.GA also required?
>
> -----Original Message-----
> From: Manik Surtani [mailto:manik@jboss.org]
> Sent: Monday, August 14, 2006 7:03 AM
> To: QA; jbosscache-dev(a)lists.jboss.org
> Subject: Re: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
>
> Sorry, meant to CC the mail list on this too.
> --
> Manik Surtani
>
> Lead, JBoss Cache
> JBoss, a division of Red Hat
>
> Email: manik(a)jboss.org
> Telephone: +44 7786 702 706
> MSN: manik(a)surtani.org
> Yahoo/AIM/Skype: maniksurtani
>
>
> On 14 Aug 2006, at 13:02, Manik Surtani wrote:
>
>> How's this release looking now?
>> --
>> Manik Surtani
>>
>> Lead, JBoss Cache
>> JBoss, a division of Red Hat
>>
>> Email: manik(a)jboss.org
>> Telephone: +44 7786 702 706
>> MSN: manik(a)surtani.org
>> Yahoo/AIM/Skype: maniksurtani
>>
>>
>> On 11 Aug 2006, at 21:07, Brian Stansberry wrote:
>>
>>> It was a trivial problem with a nested if (log.isDebugEnabled())
>>> statement. I reran most of the failed tests (but just a
>>> representative sample of the ones ino.j.c.aop.statetransfer and
>>> o.j.c.statetransfer -- they duplicate the same thing, and the
>>> failure mode was the same in all cases). All looks well.
>>>
>>> JBossCache_1_4_0_SP1 tag has been moved.
>>>
>>> Brian Stansberry
>>> Lead, AS Clustering
>>> JBoss, a division of Red Hat
>>> Ph: 510-396-3864
>>> skype: bstansberry
>>>
>>>> -----Original Message-----
>>>> From: Rajesh Rajasekaran
>>>> Sent: Friday, August 11, 2006 1:59 PM
>>>> To: Manik Surtani; Brian Stansberry; Ben Wang
>>>> Cc: QA
>>>> Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
>>>>
>>>> I had all the statetransfer and interop tests failing.
>>>> I ve attached the test results.
>>>>
>>>>
>>>> Thanks
>>>> Rajesh
>>>>
>>>>
>>>>> -----Original Message-----
>>>>> From: Rajesh Rajasekaran
>>>>> Sent: Friday, August 11, 2006 12:03 PM
>>>>> To: Brian Stansberry
>>>>> Cc: Manik Surtani; Ryan Campbell
>>>>> Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
>>>>>
>>>>> Yes. I have the testsuite results and I notice a few failures.
>>>>> I ll verify the failures again and send out the list (after
>>>>> lunch). Maybe you can move the tag once if any fixes are made
>>>>> for those tests.
>>>>>
>>>>> Here's the jira to track the release.
>>>>>
http://jira.jboss.com/jira/browse/JBQA-432
>>>>>
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: Brian Stansberry
>>>>> Sent: Friday, August 11, 2006 11:54 AM
>>>>> To: Rajesh Rajasekaran
>>>>> Cc: Manik Surtani
>>>>> Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
>>>>>
>>>>> Hi Rajesh,
>>>>>
>>>>> Have you guys started on this? We had a conversation about
>>>>> changing the logging level of 2 log statements, and I'd like to
>>>>> move the tag for that.
>>>>>
>>>>> Brian Stansberry
>>>>> Lead, AS Clustering
>>>>> JBoss, a division of Red Hat
>>>>> Ph: 510-396-3864
>>>>> skype: bstansberry
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Rajesh Rajasekaran
>>>>>> Sent: Thursday, August 10, 2006 11:11 AM
>>>>>> To: Brian Stansberry; QA
>>>>>> Cc: 'jbosscache-dev(a)lists.jboss.org'
>>>>>> Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
>>>>>>
>>>>>> Yes. We could have this release out by tomorrow.
>>>>>> Should the release be done with Sun jdk 1.5 or jrockit 1.5?
>>>>>>
>>>>>>
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Brian Stansberry
>>>>>> Sent: Thursday, August 10, 2006 11:08 AM
>>>>>> To: QA
>>>>>> Cc: jbosscache-dev(a)lists.jboss.org
>>>>>> Subject: RE: [jbosscache-dev] Releasing JBoss Cache 1.4.0.SP1
>>>>>>
>>>>>> If possible, I'd like to have 1.4.0.SP1 ship with AS
>>>>>> 4.0.5.CR1 (it's currently at 1.4.0.GA). It looks like there
is
>>>>>> still quite a bit to do on 4.0.5.CR1, so if this could be
QA'd
>>>>>> before
>>>>>> 4.0.5.CR1 is ready that would be great.
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Brian Stansberry
>>>>>> Lead, AS Clustering
>>>>>> JBoss, a division of Red Hat
>>>>>> Ph: 510-396-3864
>>>>>> skype: bstansberry
>>>>>>
>>>>>> jbosscache-dev-bounces(a)lists.jboss.org wrote:
>>>>>>> Hi guys,
>>>>>>>
>>>>>>> I've tagged JBossCache_1_4_0_SP1 and this is ready for
release.
>>>>>>>
>>>>>>> Could you please go ahead and complete this. Please note
the
>>>>>>> new steps on
>>>>>>
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheQA which
>>>>>>> will involve checking the release against JBoss AS. For
this,
>>>>>>> you'd need to check it against 4.0.5.CR1.
>>>>>>>
>>>>>>> I'll raise a separate task in JIRA for regression testing
the
>>>>>>> release with 4.0.3.SP1 and 4.0.4.GA after the release.
>>>>>>>
>>>>>>> Thanks,
>>>>>>
>>>>>>
>>>>>
>>>>
>>
>
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
Ph: 510-396-3864
skype: bstansberry
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.10/418 - Release Date:
8/14/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.10/418 - Release Date:
8/14/2006