2

我正在尝试在 Ubuntu Server 14.10 上安装 Apache Stratos 4.0,我按照安装手册中的说明进行操作:

https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Installation+Guide

并按预期准备好每一件事!

但它总是给我以下错误,我检查了日志,没有任何东西!!,任何建议:

 root@puppet:/opt/stratos-installer# sudo ./setup.sh -p "default" -s

 You have selected the profile : default
 user provided in conf/setup.conf is stratos.
 In default profile CEP will be configured.
 Extracting ActiveMQ
 Extracting wso2 greg
 replace /opt/stratos/wso2greg-4.6.0/README.txt? [y]es, [n]o, [A]ll,   [N]one, [r]ename: A
/opt/stratos/apache-stratos-default /opt/stratos-installer
In repository/conf/carbon.xml
In repository/conf/jndi.properties
/opt/stratos-installer
Running the GREG
Configuring the GREG
End configuring the GREG
Configuring the Cloud Controller
In repository/conf/cloud-controller.xml
/opt/stratos/apache-stratos-default /opt/stratos-installer

/bin/sed: -e expression #1, char 24: unknown option to `s'

提前致谢

4

1 回答 1

0

已解决,问题出在 Stratos 安装 shell 脚本中尝试使用我的 AWS 帐户(电子邮件/密码)配置云控制器,而“@”是一个特殊字符。解决方案是使用转义字符/或用户名 ID(不是电子邮件)

于 2015-02-17T09:27:34.397 回答