久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<legend id='qh1Pu'><style id='qh1Pu'><dir id='qh1Pu'><q id='qh1Pu'></q></dir></style></legend>

    <small id='qh1Pu'></small><noframes id='qh1Pu'>

  • <i id='qh1Pu'><tr id='qh1Pu'><dt id='qh1Pu'><q id='qh1Pu'><span id='qh1Pu'><b id='qh1Pu'><form id='qh1Pu'><ins id='qh1Pu'></ins><ul id='qh1Pu'></ul><sub id='qh1Pu'></sub></form><legend id='qh1Pu'></legend><bdo id='qh1Pu'><pre id='qh1Pu'><center id='qh1Pu'></center></pre></bdo></b><th id='qh1Pu'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='qh1Pu'><tfoot id='qh1Pu'></tfoot><dl id='qh1Pu'><fieldset id='qh1Pu'></fieldset></dl></div>

      • <bdo id='qh1Pu'></bdo><ul id='qh1Pu'></ul>
      <tfoot id='qh1Pu'></tfoot>

      1. WSO2 API Manager 身份驗證違反 UNIQUE KEY 約束錯誤

        WSO2 API Manager authentication Violation of UNIQUE KEY constraint error(WSO2 API Manager 身份驗證違反 UNIQUE KEY 約束錯誤)

          <small id='4r6mw'></small><noframes id='4r6mw'>

            <tbody id='4r6mw'></tbody>

            1. <legend id='4r6mw'><style id='4r6mw'><dir id='4r6mw'><q id='4r6mw'></q></dir></style></legend>
                • <bdo id='4r6mw'></bdo><ul id='4r6mw'></ul>
                  <i id='4r6mw'><tr id='4r6mw'><dt id='4r6mw'><q id='4r6mw'><span id='4r6mw'><b id='4r6mw'><form id='4r6mw'><ins id='4r6mw'></ins><ul id='4r6mw'></ul><sub id='4r6mw'></sub></form><legend id='4r6mw'></legend><bdo id='4r6mw'><pre id='4r6mw'><center id='4r6mw'></center></pre></bdo></b><th id='4r6mw'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='4r6mw'><tfoot id='4r6mw'></tfoot><dl id='4r6mw'><fieldset id='4r6mw'></fieldset></dl></div>
                • <tfoot id='4r6mw'></tfoot>

                  本文介紹了WSO2 API Manager 身份驗證違反 UNIQUE KEY 約束錯誤的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我們已經在分布式架構中實現(xiàn)了 WSO2 API Manager (v1.10.0),如在線文檔中所述

                  我試過谷歌搜索這個,但找不到最新的答案.

                  我尚未將密鑰管理器配置為具有主節(jié)點和工作節(jié)點(如此處),因為文檔似乎表明不需要這樣做.

                  如有任何幫助,將不勝感激!

                  解決方案

                  我使用 mysql 并面臨同樣的問題.更改池大小也不是一個完整的解決方案.然后我注意到 idn_oauth2_access_token 表有些奇怪.有一列time_created,但內容不是創(chuàng)建的時間.這是最后一次更新時間戳.我在 time_created 列中的幾列上讀到了系統(tǒng)命令.我檢查了我的 sql 腳本,看到數(shù)據(jù)庫在觸發(fā)更新時更新了此列.我刪除了這個規(guī)則,我沒有更多的錯誤.

                  We have implemented WSO2 API Manager (v1.10.0) in a distributed architecture as outlined in the online documentation here.

                  This consists of the following (on 5 separate servers):

                  • Gateway (x2)
                  • Publisher & Store (on a single server)
                  • Key Manager (x2)

                  These are wired-up to the 3 normal API Manager databases (Registry, User Manager & API Manager), which are on a SQL Server 2014 instance.

                  We are using the Key Managers for the authentication (login, forgotten password, etc.) of the website users, as well as for authenticating API calls.

                  However, when trying to log in to the site I'm seeing the following (Violation of UNIQUE KEY constraint) error on the Key Manager:

                  TID: [-1] [] [2016-10-06 00:36:47,842] ERROR {org.wso2.carbon.identity.oauth2.dao.TokenPersistenceTask} - Error occurred while persisting access token :c5a0a11e63388dCHANGEDea34b0533445 {org.wso2.carbon.identity.oauth2.dao.TokenPersistenceTask} org.wso2.carbon.identity.oauth2.IdentityOAuth2Exception: Error when storing the access token for consumer key : fpA6AhOfbVCHANGEDgH0WzBDOga at org.wso2.carbon.identity.oauth2.dao.TokenMgtDAO.storeAccessToken(TokenMgtDAO.java:246) at org.wso2.carbon.identity.oauth2.dao.TokenMgtDAO.persistAccessToken(TokenMgtDAO.java:284) at org.wso2.carbon.identity.oauth2.dao.TokenPersistenceTask.run(TokenPersistenceTask.java:52) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Violation of UNIQUE KEY constraint 'CON_APP_KEY'. Cannot insert duplicate key in object 'dbo.IDN_OAUTH2_ACCESS_TOKEN'. The duplicate key value is (15, williams.j2@CHANGED.org.uk, -1234, , APPLICATION_USER, 369db21a386ae4CHANGED0ff34d35708d, ACTIVE, NONE). at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:350) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332) at org.wso2.carbon.identity.oauth2.dao.TokenMgtDAO.storeAccessToken(TokenMgtDAO.java:224) ... 5 more

                  This is resulting in the following .NET error on the website:

                  I've tried Googling this, but cannot find an up-to-date answer.

                  I have not configured the Key Managers to have master and worked nodes (as outlined here) as the documentation seems to suggest that this isn't needed.

                  Any help would be much appreciated please!

                  解決方案

                  I use mysql and was facing the same problem. Changing the poolsize was also not a full solution. Then I noticed something strange about the idn_oauth2_access_token table. There is a column time_created, but the contents was not the time created. It was the last update timestamp. I read somewhere the systems orders on several columns among the time_created column. I inspected my sql script and saw that the database updated this column when a update was fired. I removed this rule and I have no more errors.

                  這篇關于WSO2 API Manager 身份驗證違反 UNIQUE KEY 約束錯誤的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯(lián)網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數(shù)據(jù)庫列表和 SQL Server 實例使用的空間嗎?) - IT屋-程序員軟件開發(fā)
                  How to create a login to a SQL Server instance?(如何創(chuàng)建對 SQL Server 實例的登錄?)
                  How to know the version and edition of SQL Server through registry search(如何通過注冊表搜索知道SQL Server的版本和版本)
                  Why do I get a quot;data type conversion errorquot; with ExecuteNonQuery()?(為什么會出現(xiàn)“數(shù)據(jù)類型轉換錯誤?使用 ExecuteNonQuery()?)
                  How to show an image from a DataGridView to a PictureBox?(如何將 DataGridView 中的圖像顯示到 PictureBox?)
                  WinForms application design - moving documents from SQL Server to file storage(WinForms 應用程序設計——將文檔從 SQL Server 移動到文件存儲)

                  <small id='ho2HF'></small><noframes id='ho2HF'>

                    <bdo id='ho2HF'></bdo><ul id='ho2HF'></ul>
                      <tbody id='ho2HF'></tbody>

                      • <legend id='ho2HF'><style id='ho2HF'><dir id='ho2HF'><q id='ho2HF'></q></dir></style></legend>
                        1. <i id='ho2HF'><tr id='ho2HF'><dt id='ho2HF'><q id='ho2HF'><span id='ho2HF'><b id='ho2HF'><form id='ho2HF'><ins id='ho2HF'></ins><ul id='ho2HF'></ul><sub id='ho2HF'></sub></form><legend id='ho2HF'></legend><bdo id='ho2HF'><pre id='ho2HF'><center id='ho2HF'></center></pre></bdo></b><th id='ho2HF'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ho2HF'><tfoot id='ho2HF'></tfoot><dl id='ho2HF'><fieldset id='ho2HF'></fieldset></dl></div>

                            <tfoot id='ho2HF'></tfoot>

                            主站蜘蛛池模板: 午夜一级片 | 欧美不卡一区二区三区 | 欧美日韩中文字幕 | 伊人干综合 | 一区二区三区色 | 成人亚洲精品 | 亚洲成人免费av | 成人小视频在线观看 | 啪啪免费网站 | 国产精品免费av | 欧美专区第一页 | 日韩久久av | 精品一区二区视频 | 欧美日韩免费一区二区三区 | 夜夜操网站 | 亚洲激情欧美激情 | 能看的av网站 | 国产一级免费视频 | 久热久| 欧美网站在线观看 | 在线观看小视频 | 96看片| 99黄色| 国产成人网 | 欧美一级黄色大片 | 国产一级在线视频 | 欧美精品日韩少妇 | 国产不卡视频 | 国产成人三级一区二区在线观看一 | 中日韩毛片 | 欧美a一级 | 欧美日韩在线不卡 | 黄色av观看 | 最新av在线 | 91网站免费 | 色综合色综合色综合 | 日本特黄特色aaa大片免费 | 午夜性色| 日韩精品一区二区视频 | 国内外成人免费视频 | 欧洲av网站|