简体   繁体   English

wso2 ei服务器,禁止错误403,不访问核心,错误:请求中缺少必需的令牌

[英]wso2 ei server, error 403 forbidden, Does not access the core, error:required token is missing from the request

I am installing WSO2 EI 6.1.1 我正在安装WSO2 EI 6.1.1

integrator --run : 
https://localhost:9445/carbon/admin/login.jsp -> OK

wso2serber.bat : EI-Business-Process Server 
https://localhost:9445/carbon/admin/login_action.jsp
Error 403 - Forbidden

[EI-Business-Process]  WARN {org.owasp.csrfguard.log.JavaLogger} -  potential cross-site request forgery (CSRF) attack thwarted (user:<anonymous>, ip:192.168.1.11, method:POST, uri:/carbon/admin/login_action.jsp, error:required token is missing from the request)

and wso2serber.bat : EI-Analytics
https://localhost:9444/carbon/admin/login_action.jsp
Error 403 - Forbidden

 [EI-Analytics]  WARN {org.owasp.csrfguard.log.JavaLogger} -  potential cross-site request forgery (CSRF) attack thwarted (user:<anonymous>, ip:192.168.1.11, method:POST, uri:/carbon/admin/login_action.jsp, error:required token is missing from the request)

How do I solve this problem? 我该如何解决这个问题? How do I make the Management Console of wso2 Business Process Server under WSO2 WSO2 EI available? 如何使WSO2 WSO2 EI下的wso2 Bu​​siness Process Server管理控制台可用?

This is due to a known bug in latest JDK. 这是由于最新JDK中的一个已知错误。

https://bugs.openjdk.java.net/browse/JDK-8189789 https://bugs.openjdk.java.net/browse/JDK-8189789

Use JDK 8u144 instead. 请改用JDK 8u144

Edit: Another workaround is disabling compression in tomcat. 编辑:另一个解决方法是禁用tomcat中的compression

  1. Open the ca talina-server.xml file from the <PRODUCT_HOME>/repository/conf/tomcat/ directory. <PRODUCT_HOME>/repository/conf/tomcat/目录打开ca talina-server.xml文件。
  2. Set the compression parameter (under each of the connector configurations) to off as shown below: compression="off" 将压缩参数(在每个连接器配置下)设置为off ,如下所示: compression="off"

  3. Restart the server. 重新启动服务器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WSO2 IOT服务器,禁止错误403,无法访问核心和设备 - WSO2 IOT server, error 403 forbidden, Does not access the core and devicemgt WSO2 IS 使用 Access 令牌请求 XACML - 禁止错误 403 - WSO2 IS Request XACML with Acces Token - Error 403 Forbidden 错误403-我尝试从WSO2中的浏览器访问?WSDL时出现禁止错误 - Error 403 - Forbidden error when I'm trying to access ?WSDLs from browser in WSO2 WSO2 EI:从嵌入式 MI 连接到 EI 分析服务器时证书过期错误 - WSO2 EI: Expired certificate error when connecting from embedded MI to EI analytics server WSO2 EI从Angular客户端请求时发出预检请求CORS错误 - WSO2 EI giving preflight request CORS error while requesting from Angular client WSO2 IoT(经纪人)错误403-禁止在碳上 - WSO2 IoT (Broker) Error 403 - Forbidden on Carbon 调用管理服务 wso2 错误 403 - 禁止 - Invoking the admin service wso2 Error 403 - Forbidden 尝试登录WSO2 APIM时,为什么会得到“ uri:/carbon/admin/login.jsp,错误:请求的令牌丢失”的消息? - Why am I getting “uri:/carbon/admin/login.jsp, error:required token is missing from the request” when trying to log into WSO2 APIM? 如何修复wso2 ei中的setPayloadJSON错误 - how to fix setPayloadJSON error in wso2 ei 在WSO2中使用通过JWT Grant获得的访问令牌调用API时,出现900908资源禁止错误 - 900908 Resource forbidden error when invoking an API with an access token obtained with JWT Grant in WSO2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM