[JBoss JIRA] (AS7-5381) CLONE - "IllegalStateException: repl: Received prepare cache view request, but we are not a member"
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/AS7-5381?page=com.atlassian.jira.plugin.s... ]
Radoslav Husar moved JBPAPP-9699 to AS7-5381:
---------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-5381 (was: JBPAPP-9699)
Workflow: GIT Pull Request workflow (was: jira)
Assignee: Paul Ferraro (was: Dan Berindei)
Component/s: Clustering
(was: Clustering)
Security: (was: Public)
Fix Version/s: 7.1.3.Final (EAP)
(was: EAP 6.0.1 ER 1)
Docs QE Status: (was: NEW)
> CLONE - "IllegalStateException: repl: Received prepare cache view request, but we are not a member"
> ---------------------------------------------------------------------------------------------------
>
> Key: AS7-5381
> URL: https://issues.jboss.org/browse/AS7-5381
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Environment: affected 6.0.1 DR1 CI build
> Reporter: Radoslav Husar
> Assignee: Paul Ferraro
> Priority: Blocker
> Labels: as713tracking, eap601candidate
> Fix For: 7.1.3.Final (EAP)
>
>
> We are seeing problems with view installs.
> Following this event, all (or most) subsequent requests to that node fail with response code 500.
> {noformat}
> [JBossINF] 13:26:57,797 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-9,null) ISPN000094: Received new cluster view: [perf21/web|8] [perf21/web, perf18/web, perf19/web]
> [JBossINF] 13:26:57,838 WARN [org.infinispan.commands.control.CacheViewControlCommand] (OOB-163,null) ISPN000071: Caught exception when handling command CacheViewControlCommand{cache=default-host/clusterbench, type=PREPARE_VIEW, sender=perf20/web, newViewId=13, newMembers=[perf21/web, perf18/web, perf19/web], oldViewId=12, oldMembers=[perf20/web, perf21/web, perf18/web, perf19/web]}: org.infinispan.statetransfer.StateTransferCancelledException
> [JBossINF] at org.infinispan.statetransfer.BaseStateTransferTask.checkIfCancelled(BaseStateTransferTask.java:151)
> [JBossINF] at org.infinispan.statetransfer.DistributedStateTransferTask.doPerformStateTransfer(DistributedStateTransferTask.java:124)
> [JBossINF] at org.infinispan.statetransfer.BaseStateTransferTask.performStateTransfer(BaseStateTransferTask.java:93)
> [JBossINF] at org.infinispan.statetransfer.BaseStateTransferManagerImpl.prepareView(BaseStateTransferManagerImpl.java:331)
> [JBossINF] at org.infinispan.cacheviews.CacheViewsManagerImpl.handlePrepareView(CacheViewsManagerImpl.java:486)
> [JBossINF] at org.infinispan.commands.control.CacheViewControlCommand.perform(CacheViewControlCommand.java:126)
> [JBossINF] at org.infinispan.remoting.InboundInvocationHandlerImpl.handle(InboundInvocationHandlerImpl.java:95)
> [JBossINF] at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.executeCommand(CommandAwareRpcDispatcher.java:226)
> [JBossINF] at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle(CommandAwareRpcDispatcher.java:203)
> [JBossINF] at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:456)
> [JBossINF] at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:363)
> [JBossINF] at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:238)
> [JBossINF] at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:601)
> [JBossINF] at org.jgroups.blocks.mux.MuxUpHandler.up(MuxUpHandler.java:130)
> [JBossINF] at org.jgroups.JChannel.up(JChannel.java:716)
> [JBossINF] at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1026)
> [JBossINF] at org.jgroups.protocols.RSVP.up(RSVP.java:179)
> [JBossINF] at org.jgroups.protocols.FRAG2.up(FRAG2.java:181)
> [JBossINF] at org.jgroups.protocols.FlowControl.up(FlowControl.java:418)
> [JBossINF] at org.jgroups.protocols.FlowControl.up(FlowControl.java:400)
> [JBossINF] at org.jgroups.protocols.pbcast.GMS.up(GMS.java:889)
> [JBossINF] at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:244)
> [JBossINF] at org.jgroups.protocols.UNICAST2.handleDataReceived(UNICAST2.java:759)
> [JBossINF] at org.jgroups.protocols.UNICAST2.up(UNICAST2.java:365)
> [JBossINF] at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:602)
> [JBossINF] at org.jgroups.protocols.BARRIER.up(BARRIER.java:102)
> [JBossINF] at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:143)
> [JBossINF] at org.jgroups.protocols.FD.up(FD.java:273)
> [JBossINF] at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:288)
> [JBossINF] at org.jgroups.protocols.MERGE2.up(MERGE2.java:205)
> [JBossINF] at org.jgroups.protocols.Discovery.up(Discovery.java:359)
> [JBossINF] at org.jgroups.stack.Protocol.up(Protocol.java:363)
> [JBossINF] at org.jgroups.protocols.TP.passMessageUp(TP.java:1185)
> [JBossINF] at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1733)
> [JBossINF] at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1715)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_30]
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_30]
> [JBossINF] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
> {noformat}
> and
> {noformat}
> [JBossINF] 13:27:48,163 WARN [org.infinispan.commands.control.CacheViewControlCommand] (OOB-14,null) ISPN000071: Caught exception when handling command CacheViewControlCommand{cache=remote-connector-client-mappings, type=PREPARE_VIEW, sender=perf21/ejb, newViewId=19, newMembers=[perf18/ejb, perf21/ejb, perf19/ejb], oldViewId=18, oldMembers=[perf18/ejb, perf21/ejb, perf19/ejb]}: java.lang.IllegalStateException: remote-connector-client-mappings: Received prepare cache view request, but we are not a member. View is CacheView{viewId=19, members=[perf18/ejb, perf21/ejb, perf19/ejb]}
> [JBossINF] at org.infinispan.cacheviews.CacheViewsManagerImpl.handlePrepareView(CacheViewsManagerImpl.java:473)
> [JBossINF] at org.infinispan.commands.control.CacheViewControlCommand.perform(CacheViewControlCommand.java:126)
> [JBossINF] at org.infinispan.remoting.InboundInvocationHandlerImpl.handle(InboundInvocationHandlerImpl.java:95)
> [JBossINF] at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.executeCommand(CommandAwareRpcDispatcher.java:226)
> [JBossINF] at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle(CommandAwareRpcDispatcher.java:203)
> [JBossINF] at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:456)
> [JBossINF] at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:363)
> [JBossINF] at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:238)
> [JBossINF] at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:601)
> [JBossINF] at org.jgroups.blocks.mux.MuxUpHandler.up(MuxUpHandler.java:130)
> [JBossINF] at org.jgroups.JChannel.up(JChannel.java:716)
> [JBossINF] at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1026)
> [JBossINF] at org.jgroups.protocols.RSVP.up(RSVP.java:179)
> [JBossINF] at org.jgroups.protocols.FRAG2.up(FRAG2.java:181)
> [JBossINF] at org.jgroups.protocols.FlowControl.up(FlowControl.java:400)
> [JBossINF] at org.jgroups.protocols.FlowControl.up(FlowControl.java:418)
> [JBossINF] at org.jgroups.protocols.pbcast.GMS.up(GMS.java:889)
> [JBossINF] at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:244)
> [JBossINF] at org.jgroups.protocols.UNICAST2.up(UNICAST2.java:383)
> [JBossINF] at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:706)
> [JBossINF] at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:566)
> [JBossINF] at org.jgroups.protocols.BARRIER.up(BARRIER.java:126)
> [JBossINF] at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:143)
> [JBossINF] at org.jgroups.protocols.FD.up(FD.java:273)
> [JBossINF] at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:288)
> [JBossINF] at org.jgroups.protocols.MERGE2.up(MERGE2.java:205)
> [JBossINF] at org.jgroups.protocols.Discovery.up(Discovery.java:359)
> [JBossINF] at org.jgroups.stack.Protocol.up(Protocol.java:363)
> [JBossINF] at org.jgroups.protocols.TP.passMessageUp(TP.java:1185)
> [JBossINF] at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1733)
> [JBossINF] at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1715)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_30]
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_30]
> [JBossINF] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
> {noformat}
> Seen here
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-Fail...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5379) CLONE - Stale data received with SYNC on failover
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/AS7-5379?page=com.atlassian.jira.plugin.s... ]
Radoslav Husar updated AS7-5379:
--------------------------------
Summary: CLONE - Stale data received with SYNC on failover (was: CLONE - Stale data received with DIST SYNC on failover)
Description:
After verifying fix for JBPAPP-8937 I am instead seeing stale data received when using DIST SYNC replication.
REPL SYNC: On a failover after the application has been gracefully undeployed, a request can be getting data older by cca 40 seconds:
{noformat}
2012/08/14 15:12:53:327 EDT [WARN ][Runner - 1295] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295>
org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295
at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
at java.lang.Thread.run(Thread.java:662)
{noformat}
DIST SYNC: On server crash stale data can be received:
{noformat}
2012/08/04 05:13:49:714 EDT [WARN ][Runner - 8] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8>
org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8
at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
at java.lang.Thread.run(Thread.java:662)
{noformat}
was:
After verifying fix for JBPAPP-8937 I am instead seeing stale data received when using DIST SYNC replication.
On a failover after the application has been gracefully undeployed, a request can be getting data older by cca 40 seconds:
{noformat}
2012/08/14 15:12:53:327 EDT [WARN ][Runner - 1295] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295>
org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295
at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
at java.lang.Thread.run(Thread.java:662)
{noformat}
On server crash stale data can be received:
{noformat}
2012/08/04 05:13:49:714 EDT [WARN ][Runner - 8] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8>
org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8
at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
at java.lang.Thread.run(Thread.java:662)
{noformat}
> CLONE - Stale data received with SYNC on failover
> -------------------------------------------------
>
> Key: AS7-5379
> URL: https://issues.jboss.org/browse/AS7-5379
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Environment: affected 6.0.0 DR CI build
> Reporter: Radoslav Husar
> Assignee: Paul Ferraro
> Priority: Critical
> Labels: as713tracking
> Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
>
>
> After verifying fix for JBPAPP-8937 I am instead seeing stale data received when using DIST SYNC replication.
> REPL SYNC: On a failover after the application has been gracefully undeployed, a request can be getting data older by cca 40 seconds:
> {noformat}
> 2012/08/14 15:12:53:327 EDT [WARN ][Runner - 1295] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295
> at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
> at java.lang.Thread.run(Thread.java:662)
> {noformat}
> DIST SYNC: On server crash stale data can be received:
> {noformat}
> 2012/08/04 05:13:49:714 EDT [WARN ][Runner - 8] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8
> at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
> at java.lang.Thread.run(Thread.java:662)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5379) CLONE - Stale data received with DIST SYNC on failover
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/AS7-5379?page=com.atlassian.jira.plugin.s... ]
Brian Stansberry updated AS7-5379:
----------------------------------
Fix Version/s: 7.2.0.Alpha1
Component/s: Clustering
> CLONE - Stale data received with DIST SYNC on failover
> ------------------------------------------------------
>
> Key: AS7-5379
> URL: https://issues.jboss.org/browse/AS7-5379
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Environment: affected 6.0.0 DR CI build
> Reporter: Radoslav Husar
> Assignee: Paul Ferraro
> Priority: Critical
> Labels: as713tracking
> Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
>
>
> After verifying fix for JBPAPP-8937 I am instead seeing stale data received when using DIST SYNC replication.
> On a failover after the application has been gracefully undeployed, a request can be getting data older by cca 40 seconds:
> {noformat}
> 2012/08/14 15:12:53:327 EDT [WARN ][Runner - 1295] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295
> at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
> at java.lang.Thread.run(Thread.java:662)
> {noformat}
> On server crash stale data can be received:
> {noformat}
> 2012/08/04 05:13:49:714 EDT [WARN ][Runner - 8] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8
> at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
> at java.lang.Thread.run(Thread.java:662)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5379) CLONE - Stale data received with DIST SYNC on failover
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/AS7-5379?page=com.atlassian.jira.plugin.s... ]
Radoslav Husar moved JBPAPP-9697 to AS7-5379:
---------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-5379 (was: JBPAPP-9697)
Workflow: GIT Pull Request workflow (was: jira)
Security: (was: JBoss Internal)
Fix Version/s: 7.1.3.Final (EAP)
(was: EAP 6.0.1 ER 1)
Docs QE Status: (was: NEW)
> CLONE - Stale data received with DIST SYNC on failover
> ------------------------------------------------------
>
> Key: AS7-5379
> URL: https://issues.jboss.org/browse/AS7-5379
> Project: Application Server 7
> Issue Type: Bug
> Environment: affected 6.0.0 DR CI build
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Labels: as713tracking
> Fix For: 7.1.3.Final (EAP)
>
>
> After verifying fix for JBPAPP-8937 I am instead seeing stale data received when using DIST SYNC replication.
> On a failover after the application has been gracefully undeployed, a request can be getting data older by cca 40 seconds:
> {noformat}
> 2012/08/14 15:12:53:327 EDT [WARN ][Runner - 1295] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 46, received 35, Runner: 1295
> at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
> at java.lang.Thread.run(Thread.java:662)
> {noformat}
> On server crash stale data can be received:
> {noformat}
> 2012/08/04 05:13:49:714 EDT [WARN ][Runner - 8] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Stale session data received. Expected 43, received 42, Runner: 8
> at org.jboss.smartfrog.loaddriver.http.AbstractSerialNumberValidatorFactoryImpl$SerialNumberValidator.processRequest(AbstractSerialNumberValidatorFactoryImpl.java:125)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
> at java.lang.Thread.run(Thread.java:662)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5378) Recursive module creation triggered by bundle event
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5378?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler moved JBOSGI-587 to AS7-5378:
--------------------------------------------
Project: Application Server 7 (was: JBoss OSGi)
Key: AS7-5378 (was: JBOSGI-587)
Workflow: GIT Pull Request workflow (was: jira)
Component/s: OSGi
(was: Core Framework)
Fix Version/s: 7.2.0.Alpha1
(was: JBossOSGi 1.2.0)
> Recursive module creation triggered by bundle event
> ---------------------------------------------------
>
> Key: AS7-5378
> URL: https://issues.jboss.org/browse/AS7-5378
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.2.0.Alpha1
>
>
> {code}
> at org.jboss.as.osgi.service.ModuleLoaderIntegration.addModule(ModuleLoaderIntegration.java:128)
> at org.jboss.osgi.framework.internal.ModuleManagerPlugin.createHostModule(ModuleManagerPlugin.java:298)
> at org.jboss.osgi.framework.internal.ModuleManagerPlugin.addModule(ModuleManagerPlugin.java:196)
> at org.jboss.osgi.framework.internal.ResolverPlugin.addModules(ResolverPlugin.java:253)
> at org.jboss.osgi.framework.internal.ResolverPlugin.applyResolverResults(ResolverPlugin.java:201)
> at org.jboss.osgi.framework.internal.ResolverPlugin.resolveAndApply(ResolverPlugin.java:121)
> at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> at org.jboss.osgi.framework.internal.HostBundleRevision.findEntries(HostBundleRevision.java:126)
> at org.jboss.osgi.framework.internal.AbstractBundleState.findEntries(AbstractBundleState.java:443)
> at org.eclipse.gemini.blueprint.extender.internal.support.NamespaceManager.maybeAddNamespaceHandlerFor(NamespaceManager.java:130)
> at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener.maybeAddNamespaceHandlerFor(ContextLoaderListener.java:462)
> at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$NamespaceBundleLister.handleEvent(ContextLoaderListener.java:169)
> at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$BaseListener.bundleChanged(ContextLoaderListener.java:137)
> at org.jboss.osgi.framework.internal.FrameworkEventsPlugin.fireBundleEvent(FrameworkEventsPlugin.java:372)
> at org.jboss.osgi.framework.internal.AbstractBundleState.fireBundleEvent(AbstractBundleState.java:198)
> at org.jboss.osgi.framework.internal.AbstractBundleState.changeState(AbstractBundleState.java:192)
> at org.jboss.osgi.framework.internal.AbstractBundleState.changeState(AbstractBundleState.java:174)
> at org.jboss.osgi.framework.internal.ResolverPlugin.setBundleToResolved(ResolverPlugin.java:277)
> at org.jboss.osgi.framework.internal.ResolverPlugin.applyResolverResults(ResolverPlugin.java:207)
> at org.jboss.osgi.framework.internal.ResolverPlugin.resolveAndApply(ResolverPlugin.java:121)
> at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:232)
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:485)
> at org.jboss.as.osgi.management.BundleResourceHandler.handleOperation(BundleResourceHandler.java:145)
> at org.jboss.as.osgi.management.BundleResourceHandler.executeRuntimeStep(BundleResourceHandler.java:99)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5377) WAB deployment requires '.' (dot) Bundle-ClassPath
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5377?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler moved JBOSGI-559 to AS7-5377:
--------------------------------------------
Project: Application Server 7 (was: JBoss OSGi)
Key: AS7-5377 (was: JBOSGI-559)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: (was: JBossOSGi 1.1.0)
Component/s: OSGi
(was: WebApp)
Security: (was: Public)
Fix Version/s: 7.2.0.Alpha1
(was: JBossOSGi 1.2.0)
> WAB deployment requires '.' (dot) Bundle-ClassPath
> --------------------------------------------------
>
> Key: AS7-5377
> URL: https://issues.jboss.org/browse/AS7-5377
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.2.0.Alpha1
>
>
> {code}
> 19:36:12,218 ERROR [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011900: Cannot start bundle: MyWebAppBundle:1.0.0: org.osgi.framework.BundleException: Cannot transition to STARTING: MyWebAppBundle:1.0.0
> at org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:284) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:223) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.as.osgi.deployment.BundleStartTracker$1.processService(BundleStartTracker.java:144) [jboss-as-osgi-service-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.osgi.deployment.BundleStartTracker$1.transition(BundleStartTracker.java:119) [jboss-as-osgi-service-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl.invokeListener(ServiceControllerImpl.java:1416) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl.access$2700(ServiceControllerImpl.java:49) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$ListenerTask.run(ServiceControllerImpl.java:1954) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException: Cannot obtain web.xml from: vfs:/D:/sdk/jboss/jboss-as-7.1.1.Final/bin/content/MyWebAppBundle.jar/WEB-INF/classes/
> at org.jboss.osgi.framework.internal.WebXMLVerifierInterceptor$1.invoke(WebXMLVerifierInterceptor.java:85) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService.handleStateChange(AbstractLifecycleInterceptorService.java:281) [jbosgi-deployment-1.0.12.Final.jar:1.0.12.Final]
> at org.jboss.osgi.framework.internal.LifecycleInterceptorPlugin.handleStateChange(LifecycleInterceptorPlugin.java:125) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.AbstractBundleState.changeState(AbstractBundleState.java:183) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.AbstractBundleState.changeState(AbstractBundleState.java:172) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:282) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> ... 10 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5377) WAB deployment requires '.' (dot) Bundle-ClassPath
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5377?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved AS7-5377.
---------------------------------
Resolution: Done
Done
> WAB deployment requires '.' (dot) Bundle-ClassPath
> --------------------------------------------------
>
> Key: AS7-5377
> URL: https://issues.jboss.org/browse/AS7-5377
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.2.0.Alpha1
>
>
> {code}
> 19:36:12,218 ERROR [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011900: Cannot start bundle: MyWebAppBundle:1.0.0: org.osgi.framework.BundleException: Cannot transition to STARTING: MyWebAppBundle:1.0.0
> at org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:284) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:223) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.as.osgi.deployment.BundleStartTracker$1.processService(BundleStartTracker.java:144) [jboss-as-osgi-service-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.osgi.deployment.BundleStartTracker$1.transition(BundleStartTracker.java:119) [jboss-as-osgi-service-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl.invokeListener(ServiceControllerImpl.java:1416) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl.access$2700(ServiceControllerImpl.java:49) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$ListenerTask.run(ServiceControllerImpl.java:1954) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException: Cannot obtain web.xml from: vfs:/D:/sdk/jboss/jboss-as-7.1.1.Final/bin/content/MyWebAppBundle.jar/WEB-INF/classes/
> at org.jboss.osgi.framework.internal.WebXMLVerifierInterceptor$1.invoke(WebXMLVerifierInterceptor.java:85) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService.handleStateChange(AbstractLifecycleInterceptorService.java:281) [jbosgi-deployment-1.0.12.Final.jar:1.0.12.Final]
> at org.jboss.osgi.framework.internal.LifecycleInterceptorPlugin.handleStateChange(LifecycleInterceptorPlugin.java:125) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.AbstractBundleState.changeState(AbstractBundleState.java:183) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.AbstractBundleState.changeState(AbstractBundleState.java:172) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> at org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:282) [jbosgi-framework-core-1.1.8.Final.jar:1.1.8.Final]
> ... 10 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5376) NPE in ResourceInjectionAnnotationParsingProcessor
by Thomas Diesler (JIRA)
Thomas Diesler created AS7-5376:
-----------------------------------
Summary: NPE in ResourceInjectionAnnotationParsingProcessor
Key: AS7-5376
URL: https://issues.jboss.org/browse/AS7-5376
Project: Application Server 7
Issue Type: Bug
Components: EE, OSGi
Reporter: Thomas Diesler
Assignee: David Lloyd
Fix For: 7.2.0.Alpha1
{code}
Caused by: java.lang.NullPointerException
at org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor.isEnvEntryType(ResourceInjectionAnnotationParsingProcessor.java:295)
at org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor.process(ResourceInjectionAnnotationParsingProcessor.java:226)
at org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor.processMethodResource(ResourceInjectionAnnotationParsingProcessor.java:196)
at org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor.deploy(ResourceInjectionAnnotationParsingProcessor.java:149)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116) [jboss-as-server-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-3947) Verify testsuite process when is used -Dtest command line option
by Pavel Janousek (JIRA)
Pavel Janousek created AS7-3947:
-----------------------------------
Summary: Verify testsuite process when is used -Dtest command line option
Key: AS7-3947
URL: https://issues.jboss.org/browse/AS7-3947
Project: Application Server 7
Issue Type: Sub-task
Reporter: Pavel Janousek
Assignee: Ondrej Zizka
It seems like some regression.
When I've tried run like:
{code}
mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
{code}
I got this result:
{code}
[pjanouse@pjanouse testsuite]$ mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
/usr/java/jdk1.6.0_27/
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JBoss Application Server Test Suite: Aggregator
[INFO] JBoss Application Server Test Suite: Integration
[INFO] JBoss Application Server Test Suite: Integration - Smoke
[INFO] JBoss Application Server Test Suite: Integration - Basic
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Aggregator 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-testsuite ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438739164
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (banner) @ jboss-as-testsuite ---
[INFO] Executing tasks
main:
[echo] ****************************************************************************************************
[echo]
[echo] JBoss Application Server Testsuite
[echo]
[echo] Usage:
[echo]
[echo] mvn [clean] install [-DallTests | (-Dts.<group>)+ | -Dtest=... ] [<params>]
[echo]
[echo] integration-tests.sh [-DallTests | (-Dts.<group>)+ | -Dtest=... ] [<params>]
[echo]
[echo] Where:
[echo]
[echo] <group> = one of smoke, basic, clust, iiop.
[echo]
[echo] <params> = parameters changing the configuration like database, IP stack, etc.
[echo]
[echo] Params:
[echo] -Dds.db=<database> Configures the AS to use given database.
[echo] Additional properties to be provided:
[echo] -Dds.jdbc.url, -Dds.jdbc.user, -Dds.jdbc.user
[echo]
[echo] -Dipv6 Configures the testsuite to run with IPv6.
[echo]
[echo] -Dtest=<test classes mask> Runs matching tests.
[echo] The group needs to be specified to let it prepare proper AS config.
[echo] ****************************************************************************************************
[INFO] Executed tasks
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 4 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 4 file(s).
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438743632
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/../../shared/src/main/resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Smoke 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-smoke ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-smoke ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/smoke && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438744965
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/smoke && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-smoke ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-smoke ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-smoke ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-smoke ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-smoke ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/smoke/src/main/resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] Copying 9 resources
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-smoke ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-smoke ---
[INFO] Compiling 143 source files to /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (smoke-full.surefire) @ jboss-as-ts-integ-smoke ---
[INFO] Surefire report directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.smoke.jaxrs.JaxrsTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.689 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Basic 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-basic ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/basic/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-basic ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/basic && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438764809
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/basic && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-basic ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-basic ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-basic ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-basic ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-basic ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/main/resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 182 resources
[INFO] Copying 173 resources
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-basic ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (prepare-jars-basic-integration.server) @ jboss-as-ts-integ-basic ---
[INFO] Executing tasks
main:
build-basic-integration:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-basic ---
[INFO] Compiling 1647 source files to /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/test-classes
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[26,20] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,12] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,30] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,30] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/remote/client/api/EJBClientAPIUsageTestCase.java:[190,52] [deprecation] StatefulEJBLocator(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.jboss.ejb.client.SessionID,org.jboss.ejb.client.Affinity) in org.jboss.ejb.client.StatefulEJBLocator has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/timerservice/schedule/descriptor/DescriptorScheduleTestCase.java:[62,28] [deprecation] Date(int,int,int,int,int,int) in java.util.Date has been deprecated
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (basic-integration-default-full.surefire) @ jboss-as-ts-integ-basic ---
[INFO] Surefire report directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.099 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [8.460s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [1.417s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [19.191s]
[INFO] JBoss Application Server Test Suite: Integration - Basic SUCCESS [34.292s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:04.333s
[INFO] Finished at: Tue Feb 28 15:19:57 CET 2012
[INFO] Final Memory: 74M/431M
[INFO] ------------------------------------------------------------------------
[pjanouse@pjanouse testsuite]$ {code}
So you can see - Integration basic is invoked, but only TestCases org.jboss.as.test.smoke.jaxrs.JaxrsTestCase and org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCas were run although there are plenty of other TestCases fulfilled mask *\*.jaxrs.\** - many of them are localted in testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/ + sub=dirs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months