質問 > その他 > An open transaction is required for this operation. |
その他
スレッド表示 | 新しいものから | 前のトピック | 次のトピック | 下へ |
投稿者 | スレッド |
---|---|
kenshi |
投稿日時: 2021/7/11 23:22
対応状況: 開発中
|
一人前 登録日: 2020/6/29 居住地: 投稿: 83 |
An open transaction is required for this operation. Command経由で注文ステータス変更
決済処理中 or 購入処理中 → キャンセル $this->orderStateMachine->apply($Order, キャンセル)
管理画面からは、問題なく「決済処理中 or 購入処理中 → キャンセル」可能 Command経由からはエラーが出る 調査中ですが、解決できる情報がなく困っています。 ご協力よろしくお願いいたします。 |
kiraD |
投稿日時: 2021/7/28 16:07
対応状況: −−−
|
半人前 登録日: 2021/7/28 居住地: 投稿: 16 |
Re: An open transaction is required for this operation. Command経由で実行する際に、トランザクションにロックがかかっているためそのようなエラーが出ていると思います。
どこかでflush()し忘れている箇所などないでしょうか? もしくは、下記などを参考にし、lockModeを指定することで解決できるかもしれません。 https://stackoverflow.com/questions/22592582/using-find-from-repository-throwing-a-transactionrequiredexception |
スレッド表示 | 新しいものから | 前のトピック | 次のトピック | トップ |