问题标签 [fiware-cygnus]
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.
connector - Cygnus 安装在本地主机上
按照本指南
我试着用
但我得到了这个错误
除了这个错误。我使用服务 cygnus 状态并正确启动。
我把端口改成8085 8084 8083 ...看他读了conf,忽略了这个conf ...
fiware-orion - 创建实体时发送通知?
我想知道创建实体时是否发送通知。例如:如果我让 Orion 使用通知通道与 cygnus 连接,那么当创建实体时,cygnus 会注意到这个变化吗?
谢谢!!
fiware - 本地主机上的 Cosmos 安装
我尝试在 localhost 上安装 cosmos,但我发现了一个问题,我不知道要遵循这个步骤。首先,我创建了一个证书和 pem,但在第 4 步中移动 .pem 我不知道要移动的 pem 我有两个 pem。我尝试验证 openssl verify -CApath /etc/pki/tls/certs .pem 这两个 pem 但不起作用。
fiware - Cygnus 0.7.1 不创建表(MySQL 和 HDFS)
我已经安装(从源代码)cygnus 0.7.1,在配置它(MySQL 和 HDFS 接收器)之后,我可以毫无问题地启动它。当我为 cygnus 订阅 orion 上下文时,它可以接收到信息,但是 MySQL 和 HDFS 存在问题。这是日志:
MySQL 接收器不会引发任何错误,但不会创建表。HDFS 接收器似乎无法创建文件。我之前安装了 cygnus 0.6,它使用相同的配置。
编辑:
这是我的配置:
有什么提示吗?
谢谢
fiware - 在不同的数据库中持久化 Orion 事件
使用 Cygnus 将 Orion 事件保存在 MySQL 以外的数据库(如 PostgreSQL)中需要什么?
谢谢。
fiware - Cygnus JAVA_HOME is not set
I installed cygnus and when I hit sudo service cygnus start
I get the status OK running.
But the log file says:
I checked echo $JAVA_HOME
and get:
I also checked java -version
and got:
So what am I missing here?
I did all these steps here:
Installing Cygnus
Open a terminal and simply configure the FIWARE repository if not yet configured and use your applications manager in order to install the latest version of Cy gnus (CentOS/RedHat example):
$ sudo cat > /etc/yum.repos.d/fiware.repo <http://repositories.testbed.fi-ware.eu/repo/rpm/x86_64/ gpgcheck=0 enabled=1 EOL $ sudo yum install cygnus
IMPORTANT NOTE:
Cygnus, as it is based on Apache Flume, needs Java SDK is installed. If not yet installed, do it right now:
$ sudo yum install java-1.6.0-openjdk-devel
Remember to export the JAVA_HOME environment variable. In the case you have installed Java SDK right now as shown above, this would be as:
$ export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk.x86_64
In order to do it permanently, edit /root/.bash_profile (root user) or /etc/profile (other users).
fiware - 我缺少matching_table.conf
当我输入时,/usr/cygnus/bin/cygnus-flume-ng agent --conf /usr/cygnus/conf/ -f /usr/cygnus/conf/agent_1.conf -n cygnusagent -Dflume.root.logger=DEBUG,console
我得到输出:
缺少matching_table.conf的任何解决方案?
fiware - 如何在 Orion 上指定 Fiware-Service 和 Fiware-ServicePath 字段来设置 Cygnus 中 MySQL 数据库和表的名称?
到目前为止,我已将 ContextBroker 配置为将数据发送到 Cygnus,而 Cygnus 又以默认名称将数据保存在数据库中。
但是,如果我想使用特定表来定位特定数据库怎么办?
我知道我必须设置:
我不知道该文件在哪里,并且我知道它不在 /etc/sysconfig/contextBroker 中,因为该文件夹不存在。
EDIT1:这是我的更新上下文:
正如我所说,表确实会自动创建,但数据库不会。