久久久久久久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 身份驗(yàn)證違反 UNIQUE KEY 約束錯(cuò)誤

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

          <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 身份驗(yàn)證違反 UNIQUE KEY 約束錯(cuò)誤的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  限時(shí)送ChatGPT賬號(hào)..

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

                  我試過(guò)谷歌搜索這個(gè),但找不到最新的答案.

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

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

                  解決方案

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

                  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.

                  這篇關(guān)于WSO2 API Manager 身份驗(yàn)證違反 UNIQUE KEY 約束錯(cuò)誤的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數(shù)據(jù)庫(kù)列表和 SQL Server 實(shí)例使用的空間嗎?) - IT屋-程序員軟件開發(fā)
                  How to create a login to a SQL Server instance?(如何創(chuàng)建對(duì) SQL Server 實(shí)例的登錄?)
                  How to know the version and edition of SQL Server through registry search(如何通過(guò)注冊(cè)表搜索知道SQL Server的版本和版本)
                  Why do I get a quot;data type conversion errorquot; with ExecuteNonQuery()?(為什么會(huì)出現(xiàn)“數(shù)據(jù)類型轉(zhuǎn)換錯(cuò)誤?使用 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 應(yīng)用程序設(shè)計(jì)——將文檔從 SQL Server 移動(dòng)到文件存儲(chǔ))

                  <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>

                            主站蜘蛛池模板: 浮生影院免费观看中文版 | 久久亚洲精品国产精品紫薇 | 一道本在线 | 国产欧美精品一区二区 | 久久99精品久久久久久 | 日p视频免费看 | 中文字幕在线视频网站 | 国内自拍偷拍一区 | 久久精品男人的天堂 | 精品九九九 | 激情福利视频 | 精品网站999www | 女人牲交视频一级毛片 | 91精品久久久久久久久久小网站 | 国产精品久久久久久婷婷天堂 | 91亚洲精品在线 | 成人精品国产免费网站 | 在线日韩欧美 | av一区二区三区四区 | 免费福利视频一区二区三区 | 欧美在线一区二区三区 | 亚洲 欧美 日韩 精品 | 精品自拍视频在线观看 | 中文字幕精品一区二区三区精品 | 看羞羞视频 | 视频一二三区 | 色婷婷一区二区三区四区 | 欧美日韩在线观看视频 | 精品小视频 | 国产清纯白嫩初高生在线播放视频 | 亚洲区在线 | 在线色| 成人网在线观看 | 日韩免费1区二区电影 | 岛国av在线免费观看 | 日韩av第一页 | 日韩欧美在线免费观看 | 精品国产欧美一区二区三区不卡 | 欧美一二三四成人免费视频 | 日韩电影一区二区三区 | 天堂资源最新在线 |