简体   繁体   English

WSO2 API Manager自定义域错误

[英]WSO2 API Manager Custom Domain error

I have configured my wso2 with custom name by setting --> secu.helomyl.in 我通过设置-> secu.helomyl.in为wso2配置了自定义名称

<!--
Host name to be used for the Carbon management console
-->
<MgtHostName>secu.helomyl.in</MgtHostName>

It starts and i can access the url and get wso2.But the below error is in the logs.Can you please help? 它开始了,我可以访问URL并获取wso2。但是日志中出现以下错误。请您帮忙吗?

[2017-02-17 14:46:32,513] INFO - QpidServiceComponent Successfully connected to AMQP server on port 5673 [2017-02-17 14:46:32,514] WARN - QpidServiceComponent MQTT Transport is disabled as per configuration. [2017-02-17 14:46:32,513]信息-QpidServiceComponent已成功连接到端口5673上的AMQP服务器[2017-02-17 14:46:32,514]警告-QpidServiceComponent MQTT传输已根据配置禁用。 [2017-02-17 14:46:32,514] INFO - QpidServiceComponent WSO2 Message Broker is started. [2017-02-17 14:46:32,514]信息-QpidServiceComponent WSO2消息代理已启动。 [2017-02-17 14:46:32,533] WARN - PropertiesFileInitialContextFactory Unable to create factory:Illegal character in query between indicies 66 and 1 amqp://admin:admin@clientid/carbon?brokerlist='tcp://15.100.133.77 :5673' ^ [2017-02-17 14:46:33,044] INFO - PassThroughHttpSSLListener Starting Pass-through HTTPS Listener... [2017-02-17 14:46:33,047] INFO - PassThroughListeningIOReactorManager Pass-through HTTPS Listener started on 0.0.0.0 [2017-02-17 14:46:32,533]警告-PropertiesFileInitialContextFactory无法创建工厂:索引66和1 amqp:// admin:admin @ clientid / carbon?brokerlist ='tcp://15.100之间的查询中的非法字符。 133.77:5673'^ [2017-02-17 14:46:33,044] INFO-PassThroughHttpSSLListener启动传递HTTPS侦听器... [2017-02-17 14:46:33,047] INFO-PassThroughListeningIOReactorManager传递HTTPS侦听器已启动在0.0.0.0上

Check the api-manager.xml in wso2am-2.0.0/repository/conf location. 检查wso2am-2.0.0 / repository / conf位置中的api-manager.xml。 There is space in the below configuration. 以下配置中有空格。 That causes the issue. 这导致了问题。

tcp://15.100.133.77 :5673 tcp://15.100.133.77:5673

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM