pbootcms网站模板|日韩1区2区|织梦模板||网站源码|日韩1区2区|jquery建站特效-html5模板网

<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="lxlxjn7" 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="9zxn7bv" 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賬號..

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

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

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

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

                  解決方案

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

                  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模板網!

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

                  相關文檔推薦

                  Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數據庫列表和 SQL Server 實例使用的空間嗎?) - IT屋-程序員軟件開發
                  How to create a login to a SQL Server instance?(如何創建對 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()?(為什么會出現“數據類型轉換錯誤?使用 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="5j7x7l7" id='ho2HF'><tfoot id='ho2HF'></tfoot><dl id='ho2HF'><fieldset id='ho2HF'></fieldset></dl></div>

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

                            主站蜘蛛池模板: 合金ICP光谱仪(磁性材料,工业废水)-百科 | SEO网站优化,关键词排名优化,苏州网站推广-江苏森歌网络 | POS机官网 - 拉卡拉POS机免费办理|官网在线申请入口 | 百方网-百方电气网,电工电气行业专业的B2B电子商务平台 | 拉力测试机|材料拉伸试验机|电子拉力机价格|万能试验机厂家|苏州皖仪实验仪器有限公司 | 快干水泥|桥梁伸缩缝止水胶|伸缩缝装置生产厂家-广东广航交通科技有限公司 | 洁净化验室净化工程_成都实验室装修设计施工_四川华锐净化公司 | 国际学校_国际学校哪个好_国际课程学校-国际学校择校网 | 国产频谱分析仪-国产网络分析仪-上海坚融实业有限公司 | 箱式破碎机_移动方箱式破碎机/价格/厂家_【华盛铭重工】 | 耐酸碱胶管_耐腐蚀软管总成_化学品输送软管_漯河利通液压科技耐油耐磨喷砂软管|耐腐蚀化学软管 | 温室大棚建设|水肥一体化|物联网系统 | 单级/双级旋片式真空泵厂家,2xz旋片真空泵-浙江台州求精真空泵有限公司 | 影合社-影视人的内容合作平台 | 航空连接器,航空插头,航空插座,航空接插件,航插_深圳鸿万科 | 自清洗过滤器_全自动过滤器_全自动反冲洗过滤器_量子过滤器-滑漮滴 | 舞台木地板厂家_体育运动木地板_室内篮球馆木地板_实木运动地板厂家_欧氏篮球地板推荐 | 深圳市东信高科自动化设备有限公司 | 变色龙PPT-国内原创PPT模板交易平台 - PPT贰零 - 西安聚讯网络科技有限公司 | 防爆型气象站_农业气象站_校园气象站_农业四情监测系统「山东万象环境科技有限公司」 | 济南品牌包装设计公司_济南VI标志设计公司_山东锐尚文化传播 | 太原装修公司_山西整装家装设计_太原室内装潢软装_肖邦家居 | 气胀轴|气涨轴|安全夹头|安全卡盘|伺服纠偏系统厂家-天机传动 | 万博士范文网-您身边的范文参考网站Vanbs.com | 百度关键词优化_网站优化_SEO价格 - 云无限好排名 | 广东佛电电器有限公司|防雷开关|故障电弧断路器|智能量测断路器 广东西屋电气有限公司-广东西屋电气有限公司 | 高压无油空压机_无油水润滑空压机_水润滑无油螺杆空压机_无油空压机厂家-科普柯超滤(广东)节能科技有限公司 | X光检测仪_食品金属异物检测机_X射线检测设备_微现检测 | 凝胶成像仪,化学发光凝胶成像系统,凝胶成像分析系统-上海培清科技有限公司 | 都江堰招聘网-都江堰人才网 都江堰人事人才网 都江堰人才招聘网 邢台人才网_邢台招聘网_邢台123招聘【智达人才网】 | 四合院设计_四合院装修_四合院会所设计-四合院古建设计与建造中心1 | 面粉仓_储酒罐_不锈钢储酒罐厂家-泰安鑫佳机械制造有限公司 | 液压油缸-液压缸厂家价格,液压站系统-山东国立液压制造有限公司 液压油缸生产厂家-山东液压站-济南捷兴液压机电设备有限公司 | 心肺复苏模拟人|医学模型|急救护理模型|医学教学模型上海康人医学仪器设备有限公司 | 原色会计-合肥注册公司_合肥代理记账公司_营业执照代办 | 高速龙门架厂家_监控杆_多功能灯杆_信号灯杆_锂电池太阳能路灯-鑫世源照明 | 玉米加工设备,玉米深加工机械,玉米糁加工设备.玉米脱皮制糁机 华豫万通粮机 | 环讯传媒,永康网络公司,永康网站建设,永康小程序开发制作,永康网站制作,武义网页设计,金华地区网站SEO优化推广 - 永康市环讯电子商务有限公司 | 圆周直径尺-小孔内视镜-纤维研磨刷-东莞市高腾达精密工具 | 高通量组织研磨仪-多样品组织研磨仪-全自动组织研磨仪-研磨者科技(广州)有限公司 | 考勤系统_人事考勤管理系统_本地部署BS考勤系统_考勤软件_天时考勤管理专家 |