[JBoss JIRA] (ISPN-4631) NodeAuthentication*PassIT.testReadItemOnJoiningNode fails on RHEL6
by Vojtech Juranek (JIRA)
[ https://issues.jboss.org/browse/ISPN-4631?page=com.atlassian.jira.plugin.... ]
Vojtech Juranek commented on ISPN-4631:
---------------------------------------
[~sebastian.laskawiec] are you able to reproduce it locally? I have suspicion that it has something to do with firewall setting (cluster cannot be formed), could you plase re-run the tests with firewall turned off? Thanks
> NodeAuthentication*PassIT.testReadItemOnJoiningNode fails on RHEL6
> ------------------------------------------------------------------
>
> Key: ISPN-4631
> URL: https://issues.jboss.org/browse/ISPN-4631
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Integration , Security
> Affects Versions: 7.0.0.Beta1
> Reporter: Dan Berindei
> Assignee: Vojtech Juranek
> Priority: Blocker
> Labels: testsuite_stability
> Fix For: 7.0.0.Beta2
>
>
> Failures appear only on the RHEL agents in CI, both in NodeAuthenticationKrbPassIT and NodeAuthenticationMD5PassIT:
> {noformat}
> java.lang.AssertionError: expected:<test_value> but was:<null>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.test.integration.security.embedded.AbstractNodeAuthentication.testReadItemOnJoiningNode(AbstractNodeAuthentication.java:94)
> at org.infinispan.test.integration.security.embedded.NodeAuthenticationKrbPassIT.testReadItemOnJoiningNode(NodeAuthenticationKrbPassIT.java:71)
> {noformat}
> The failure in {{NodeAuthentication*FailIT.testReadItemOnJoiningNode}} is almost certainly related:
> {noformat}
> java.lang.Exception: Unexpected exception, expected<org.infinispan.manager.EmbeddedCacheManagerStartupException> but was<java.lang.Exception>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.test.integration.security.embedded.AbstractNodeAuthentication.testReadItemOnJoiningNode(AbstractNodeAuthentication.java:94)
> at org.infinispan.test.integration.security.embedded.NodeAuthenticationMD5FailIT.testReadItemOnJoiningNode(NodeAuthenticationMD5FailIT.java:55)
> {noformat}
> http://ci.infinispan.org/viewLog.html?buildId=10776&tab=buildResultsDiv&b...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4632) java.lang.NoSuchFieldError: objectPreResolver thrown during MapReduceTask.execute()
by Alan Field (JIRA)
[ https://issues.jboss.org/browse/ISPN-4632?page=com.atlassian.jira.plugin.... ]
Alan Field updated ISPN-4632:
-----------------------------
Attachment: NoSuchFieldError.log
Log file from a node that experienced this problem
> java.lang.NoSuchFieldError: objectPreResolver thrown during MapReduceTask.execute()
> -----------------------------------------------------------------------------------
>
> Key: ISPN-4632
> URL: https://issues.jboss.org/browse/ISPN-4632
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 7.0.0.Beta1
> Reporter: Alan Field
> Assignee: Dan Berindei
> Attachments: NoSuchFieldError.log
>
>
> I am running a WordCount Map/Reduce job with one node and getting the following exception:
> {noformat}
> Exception in thread "main" java.lang.NoSuchFieldError: objectPreResolver
> at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:106)
> at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62)
> at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119)
> at org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.objectToObjectStream(AbstractJBossMarshaller.java:73)
> at org.infinispan.marshall.core.VersionAwareMarshaller.objectToBuffer(VersionAwareMarshaller.java:77)
> at org.infinispan.commons.marshall.AbstractMarshaller.objectToByteBuffer(AbstractMarshaller.java:70)
> at org.infinispan.commons.marshall.AbstractMarshaller.objectToByteBuffer(AbstractMarshaller.java:60)
> at org.infinispan.commons.marshall.AbstractDelegatingMarshaller.objectToByteBuffer(AbstractDelegatingMarshaller.java:70)
> at org.infinispan.commons.util.Util.cloneWithMarshaller(Util.java:286)
> at org.infinispan.distexec.mapreduce.MapReduceTask.clone(MapReduceTask.java:926)
> at org.infinispan.distexec.mapreduce.MapReduceTask.executeMapPhase(MapReduceTask.java:572)
> at org.infinispan.distexec.mapreduce.MapReduceTask.executeHelper(MapReduceTask.java:475)
> at org.infinispan.distexec.mapreduce.MapReduceTask.execute(MapReduceTask.java:411)
> at org.infinispan.distexec.mapreduce.MapReduceTask.execute(MapReduceTask.java:853)
> at org.radargun.service.InfinispanMapReduce.executeMapReduceTask(InfinispanMapReduce.java:84)
> at org.radargun.stages.mapreduce.MapReduceStage.executeMapReduceTask(MapReduceStage.java:197)
> at org.radargun.stages.mapreduce.MapReduceStage.executeOnSlave(MapReduceStage.java:151)
> at org.radargun.Slave.run(Slave.java:98)
> at org.radargun.Slave.main(Slave.java:132)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4631) NodeAuthentication*PassIT.testReadItemOnJoiningNode fails on RHEL6
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-4631?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec commented on ISPN-4631:
-------------------------------------------
Fails on Fedora 20 too.
{code}
...
[INFO] Integration tests: Security Tests .................. FAILURE [02:43 min]
...
Failed tests:
NodeAuthenticationMD5PassIT.testReadItemOnJoiningNode:55->AbstractNodeAuthentication.testReadItemOnJoiningNode:94 expected:<test_value> but was:<null>
NodeAuthenticationKrbPassIT.testReadItemOnJoiningNode:71->AbstractNodeAuthentication.testReadItemOnJoiningNode:94 expected:<test_value> but was:<null>
Tests in error:
NodeAuthorizationMD5FailIT.testReadItemOnJoiningNode » Unexpected exception, ...
NodeAuthenticationMD5FailIT.testReadItemOnJoiningNode » Unexpected exception,...
Tests run: 48, Failures: 2, Errors: 2, Skipped: 0
{code}
> NodeAuthentication*PassIT.testReadItemOnJoiningNode fails on RHEL6
> ------------------------------------------------------------------
>
> Key: ISPN-4631
> URL: https://issues.jboss.org/browse/ISPN-4631
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Integration , Security
> Affects Versions: 7.0.0.Beta1
> Reporter: Dan Berindei
> Assignee: Vojtech Juranek
> Priority: Blocker
> Labels: testsuite_stability
> Fix For: 7.0.0.Beta2
>
>
> Failures appear only on the RHEL agents in CI, both in NodeAuthenticationKrbPassIT and NodeAuthenticationMD5PassIT:
> {noformat}
> java.lang.AssertionError: expected:<test_value> but was:<null>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.test.integration.security.embedded.AbstractNodeAuthentication.testReadItemOnJoiningNode(AbstractNodeAuthentication.java:94)
> at org.infinispan.test.integration.security.embedded.NodeAuthenticationKrbPassIT.testReadItemOnJoiningNode(NodeAuthenticationKrbPassIT.java:71)
> {noformat}
> The failure in {{NodeAuthentication*FailIT.testReadItemOnJoiningNode}} is almost certainly related:
> {noformat}
> java.lang.Exception: Unexpected exception, expected<org.infinispan.manager.EmbeddedCacheManagerStartupException> but was<java.lang.Exception>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.test.integration.security.embedded.AbstractNodeAuthentication.testReadItemOnJoiningNode(AbstractNodeAuthentication.java:94)
> at org.infinispan.test.integration.security.embedded.NodeAuthenticationMD5FailIT.testReadItemOnJoiningNode(NodeAuthenticationMD5FailIT.java:55)
> {noformat}
> http://ci.infinispan.org/viewLog.html?buildId=10776&tab=buildResultsDiv&b...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months