You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2014/01/29 15:22:12 UTC

[jira] [Comment Edited] (QPID-5211) Broker logs spurious "No valid transition from state CLOSED to state CLOSING" on shutdown

    [ https://issues.apache.org/jira/browse/QPID-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885372#comment-13885372 ] 

Keith Wall edited comment on QPID-5211 at 1/29/14 2:21 PM:
-----------------------------------------------------------

Reopened - memory message store and the test quota message store were suffering from the same  spurious (but harmless) message.


was (Author: k-wall):
Reopened - memorty message store and the test quota message store were suffering from the same  spurious (but harmless) message.

> Broker logs spurious "No valid transition from state CLOSED to state CLOSING" on shutdown
> -----------------------------------------------------------------------------------------
>
>                 Key: QPID-5211
>                 URL: https://issues.apache.org/jira/browse/QPID-5211
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: 0.25
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.26, 0.27
>
>
> On trunk, if I gracefully shutdown the Broker, I see the following spurious exception logged to the logs:
> {noformat}
> 2013-10-07 11:14:19,978 ERROR [Broker-Configuration-Thread] (virtualhost.AbstractVirtualHost) - Failed to close message store
> java.lang.IllegalStateException: No valid transition from state CLOSED to state CLOSING
>         at org.apache.qpid.server.store.StateManager.attainState(StateManager.java:127)
>         at org.apache.qpid.server.store.AbstractJDBCMessageStore.close(AbstractJDBCMessageStore.java:674)
>         at org.apache.qpid.server.virtualhost.AbstractVirtualHost.closeStorage(AbstractVirtualHost.java:674)
>         at org.apache.qpid.server.virtualhost.AbstractVirtualHost.close(AbstractVirtualHost.java:643)
>         at org.apache.qpid.server.model.adapter.VirtualHostAdapter.setState(VirtualHostAdapter.java:1088)
>         at org.apache.qpid.server.model.adapter.AbstractAdapter.setDesiredState(AbstractAdapter.java:122)
>         at org.apache.qpid.server.model.adapter.BrokerAdapter.changeState(BrokerAdapter.java:919)
>         at org.apache.qpid.server.model.adapter.BrokerAdapter.setState(BrokerAdapter.java:894)
>         at org.apache.qpid.server.model.adapter.AbstractAdapter.setDesiredState(AbstractAdapter.java:122)
>         at org.apache.qpid.server.configuration.updater.ChangeStateTask.call(ChangeStateTask.java:59)
>         at org.apache.qpid.server.configuration.updater.ChangeStateTask.call(ChangeStateTask.java:28)
>         at org.apache.qpid.server.configuration.updater.TaskExecutor.executeTask(TaskExecutor.java:213)
>         at org.apache.qpid.server.configuration.updater.TaskExecutor.access$200(TaskExecutor.java:46)
>         at org.apache.qpid.server.configuration.updater.TaskExecutor$CallableWrapper$1.run(TaskExecutor.java:252)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.security.auth.Subject.doAs(Subject.java:396)
>         at org.apache.qpid.server.configuration.updater.TaskExecutor$CallableWrapper.call(TaskExecutor.java:247)
>         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)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org