问题标签 [wso2stratos]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wso2 - WSO2 Stratos OpenStack 网络 ID
各位,您知道为Stratos部署设置 OpenStack 网络 ID 的选项吗?我相信,应该有一个选项cloud-controller.xml
,但我看不到它的定义。
openstack - Configure cloud-controller.xml in Stratos
I have configure the cloud-controller.xml file before I start the stratos server in order to support OpenStack. The order of file given to me was stratos-server/repository/conf/cloud-controller.xml.
But, there is no folder called stratos-server, but there are about 12 files in different folders. Can anyone help me to figure out which file I have to configure and how?
apache - 安装 Apache Stratos 4.0 时出错
我正在尝试在 Ubuntu Server 14.10 上安装 Apache Stratos 4.0,我按照安装手册中的说明进行操作:
https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Installation+Guide
并按预期准备好每一件事!
但它总是给我以下错误,我检查了日志,没有任何东西!!,任何建议:
提前致谢
apache - 获取可用分区时出错。阿帕奇斯特拉托斯
我在尝试配置我的 Stratos - 分区部署时遇到了这个错误,它总是给我这个错误:
获取可用分区时出错。原因:找不到端点参考 (EPR) 的服务 https://xxxx:9443/services/AutoscalerService/
有什么建议吗?!
问候,
wso2 - 斯特拉托斯永远等待
按照 WSO2 Private PaaS 的指南,在运行时./boot.sh
,在
以 ubuntu 用户身份启动 WSO2 Private PaaS 服务器...
不会有任何事情发生。
Stratos 版本:Apache Stratos v4.0.0-wso2v1
在 private-paas/install/apache-stratos-default/repository/logs
目录中:wso2carbon.log
给出的重复消息为:
这是什么意思?有什么建议么?
wso2 - org.apache.stratos.cartridge.agent.exception.ParameterNotFoundExcepti on:找不到所需参数的值:SERVICE_NAME
谁能给点提示?
运行基于 openstack 的 startos,
在stratos日志文件上(install/apache-stratos-default/repository/logs/wso2carbon.log,报ip分配错误
在节点上,在 /var/log/apache-stratos/cartridge-agent.log 中,报告:找不到所需参数的值:SERVICE_NAME
boot.sh 用 conf.sh 配置如下:
amazon-web-services - AWS EC2 jcloud 端点在 WSO2 Private PaaS 中的位置
有谁知道 AWS EC2 IaaS 服务的端点地址存储在 WSO2 Private PaaS 安装包中的什么位置?
这个问题看起来很奇怪,通常我们不会设置此信息,因为世界正在使用“相同”的 AWS EC2 服务,而 WSO2 私有 PaaS 知道端点地址并且可以为我们自动完成。
然而,为了顺应中国政府对互联网的谴责,亚马逊不得不在逻辑上完全隔离在中国大陆提供的AWS EC2服务。
因此,您实际上在中国使用的是完全“不同”的 AWS EC2 服务;您必须将“全球”服务端点替换为中国的服务端点。
请指教
谢谢
wso2stratos - 未能检索到应用程序注册事件消息
作为 Stratos 的新手,我的终端上不断出现上述错误。运行 stratos.sh 脚本后出现错误。日志如下
ERROR {org.apache.stratos.messaging.message.receiver.application.signup.ApplicationSignUpEventMessageDelegator} - Failed to retrieve application signup event message
java.lang.NullPointerException
at java.util.Arrays$ArrayList.<init>(Arrays.java:2842)
at org.apache.stratos.messaging.message.processor.application.signup.CompleteApplicationSignUpsMessageProcessor.process
(CompleteApplicationSignUpsMessageProcessor.java:79)
wso2 - WSO2 API 云问题
我希望你能帮助我使用 WSO2 API Cloud。
我有一个示例应用程序,它在 WSO2 应用程序云中添加了两个浮点数。以下是详细信息:
端点:http: //jab7180-sample-calc.wso2apps.com/client/calculate/add/10/20
输出:30.0
我的问题是在发布到 WSO2 API Cloud 后调用我的 API 时遇到问题。响应体无内容,响应码为 0,响应头为无服务器响应。
这就是我使用上面的端点在 WSO2 API Cloud 中发布我的 API 的方式:
名称:计算器
上下文:/计算
版本:1.0.0
知名度:公开
URL 模式:client/calculate/add/{x}/{y} 其中动词是 GET。
生产端点:http: //jab7180-sample-calc.wso2apps.com
订阅等级:无限制