- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
一旦您在 carbon 配置文件中将 HideAdminServiceWSDLs 设置为 false,就可以发现 EventReceiverAdminService 服务端点。它公开 deployEventReceiverConfiguration 方法。谁能提供有关如何在 Multi-Tenancy 环境中使用此服务的示例?我尝试调用该服务,但每次收到以下响应时:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>unknown</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
DAS 日志中没有有用的消息。
最佳答案
您需要提供事件接收器的 XML 配置。我在 SOAP UI 上尝试了以下操作,它有效。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://admin.receiver.event.carbon.wso2.org">
<soapenv:Header/>
<soapenv:Body>
<adm:deployEventReceiverConfiguration>
<!--Optional:-->
<adm:eventReceiverConfigXml><![CDATA[<eventReceiver xmlns="http://wso2.org/carbon/eventreceiver" name="httpReceiver" statistics="disable" trace="disable">
<from eventAdapterType="http">
<property name="transports">all</property>
</from>
<mapping customMapping="disable" type="json" />
<to streamName="org.wso2.event.sensor.stream" version="1.0.0" />
</eventReceiver>]]>
在 Multi-Tenancy 环境中,使用各自租户管理员的凭据进行基本身份验证。然后它将在正确的租户中部署事件接收器。部署DAS时会打印如下日志,
[2016-02-11 17:40:39,670] admin@test.com [1] [DAS] INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - 'admin@test.com [1]' logged in at [2016-02-11 17:40:39,670-0700]
[2016-02-11 17:40:39,674] admin@test.com [1] [DAS] INFO {org.wso2.carbon.event.receiver.core.internal.util.helper.EventReceiverConfigurationFileSystemInvoker} - Event receiver configuration saved to the filesystem :httpReceiver.xml
[2016-02-11 17:40:39,675] admin@test.com [1] [DAS] INFO {org.wso2.carbon.event.input.adapter.core.internal.InputAdapterRuntime} - Connecting receiver httpReceiver
[2016-02-11 17:40:39,676] admin@test.com [1] [DAS] INFO {org.wso2.carbon.event.stream.core.internal.EventJunction} - Producer added to the junction. Stream:BAM_MESSAGE_TRACE:1.0.0
[2016-02-11 17:40:39,676] admin@test.com [1] [DAS] INFO {org.wso2.carbon.event.receiver.core.EventReceiverDeployer} - Event Receiver configuration successfully deployed and in active state: httpReceiver
关于wso2 - 如何使用管理 API 创建 WSO2 DAS 事件接收器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35346827/
我已经按照文档中给出的说明配置了 DAS 和 API 管理器。我有运行 DAS 的 diff docker 容器和一个容器,每个容器用于运行管理器、工作人员、发布者和商店。虽然我在 DAS UI 的数
使用 dask-jobqueue 创建 dask 集群时,是否可以手动指定仪表板的端口?当使用8787时,它会随机选择一个不同的端口,这意味着每次都需要设置不同的隧道。 from dask_jobqu
安装 WSO2 数据分析服务器并更改默认管理员密码后,出现以下错误 ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointC
安装 WSO2 数据分析服务器并更改默认管理员密码后,出现以下错误 ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointC
如何检查 Glassfish DAS 是否以编程方式运行,即使它部署在本地计算机或远程计算机上? 使用Java6 最佳答案 我找到了一种除了 Linux 脚本之外检查 DAS 是否启动的方法。通过这种
我的环境是 Ubuntu 18.10。这是一个全新的安装,没有在 Glassfish 端口上运行的防火墙或进程。 我在服务器上安装了 Glassfish 5。 Java 8,因为 Glassfish
我安装了 glassfish 4 (DAS)。一个远程 (SSH) 节点和一个集群,该节点上有一个实例。我还定义了一个连接池及其数据源。 我的测试应用程序非常简单 - 它是一个带有一个 servlet
使用Sun Glassfish Enterprise 服务器 v2.1.1 我通过 sun-web.xml 使用“alternatedocroot”为我的 Web 应用程序从实际可部署代码 (EAR/
当我输入 start-domain 命令时,server.log 中出现异常: Shutting down server due to startup exception java.net.S
我有一个可用的 Glassfish 3.1.1 自定义登录领域(由第三方提供)。我已通过管理控制台在我的工作站上的单个 Glassfish 实例上成功部署和配置它,方法是将登录模块 jar 放入dom
我在 Grails 中设置并运行了一个自定义前端。这与 WSO2 用户创建和订阅以及随后的点击相关联,用户可以在其中调用已发布的 API。我还为 DAS 配置了自定义 dayabase(MySQL)。
我正在尝试将 WSO2 DAS 数据源从 H2 更改为 postgres。 我已经在 master-datasource.xml、user-mgt.xml 和 registry.xml 中配置了所有数
我尝试使用 spider.state,如 http://doc.scrapy.org/en/0.22/topics/jobs.html 中所述, 但我得到错误 MyCrawlSpider has no
我在 Payara41 的管理控制台上遇到了以下错误: 所以我尝试通过以下方式启用管理员安全性: $ ./asadmin --host localhost enable-admin-security
NAS、SAN、DAS是常见三种存储方式,乍一看就像是英文字母的排列组合,但实际上大有不同。这就好比一个女孩子让你修电脑,但是她们的初衷不同,实现的方法也不同,最后的结果自然也会大相径庭。比如,有的
我们正在评估 WSO2 API Manager 1.8.0 (WSO2 AM) 和 WSO2 Business Activity Monitor 2.5.0 (WSO2 BAM)。从我们的支持合作伙伴
一旦您在 carbon 配置文件中将 HideAdminServiceWSDLs 设置为 false,就可以发现 EventReceiverAdminService 服务端点。它公开 deployEv
我想使用 Das Gupta(1993)分解方法通过组合效应和率效应分解生育率的变化。是否有使用 R 进行 Das Gupta 分解的代码或函数?对于 STATA,我找到了“rdecompose”,但
我们在使用 PostgreSQL 数据库的 DAS (WSO2) 中遇到错误。出于某种我们不知道的原因,PostgreSQL 日志中充满了一些痕迹: ERROR: relation "anx__8go
我尝试在 docker 容器上的 glassfish 上部署我的 Web 应用程序。 当我访问管理控制台 ( [IP]:4848 ) 时,我可以访问登录页面,但出现此错误消息并且我无法登录: Secu
我是一名优秀的程序员,十分优秀!