问题标签 [acumos]

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.

0 投票
2 回答
234 浏览

python - Acumos:码头集装箱无法找到文件

我正在尝试测试我加入 Acumos 平台的模型(使用 python 客户端)。在 docker 中运行图像失败并出现以下错误:

文件“h5py/h5f.pyx”,第 85 行,在 h5py.h5f.open OSError:无法打开文件(无法打开文件:name = 'data/keras/ticketsModel/model.hdf5',errno = 2,错误消息= '没有这样的文件或目录', flags = 0, o_flags = 0)

我的代码如下所示:

任何帮助是极大的赞赏 !

0 投票
1 回答
179 浏览

python - Acumos:不能将 numpy 与 acumos 一起使用,有什么窍门吗?

当我尝试使用 acumos 生成模型时,出现此错误:

acumos 的 numpy 是否存在不兼容性?

这是我的一段代码:

0 投票
1 回答
41 浏览

acumos - Error executing cmn-data-svc-ddl-dml-mysql-2.2-sql during AIO

Running the script acumos_k8s_prep.sh throws an error during database initialization:

in line 587 an entry is inserted

into table C_ROLE

which indeed has no default for MODIFIED_DATE.

0 投票
1 回答
142 浏览

acumos - Acumos Boreas 安装失败

我正在尝试在 Ubuntu 18.04 虚拟机(6 个 CPU、16GB RAM 和 200GB 磁盘)上安装 Boreas 版本的 Acumos。

我已经设置了 Docker 和 Kubernetes (Minikube) 并运行它来安装 Acumos Boreas:

所有命令均以 root 身份发出 (sudo -s)

获取安装设置

1) git clone https://gerrit.acumos.org/r/system-integration

2) cd 系统集成/AIO

3) bash setup_prereqs.sh k8s acumos.tele.no root

4) bash oneclick_deploy.sh

我第一次尝试这个它退出失败“oneclick_deploy.sh:第90行:掌舵:找不到命令”

5) snap install helm --classic

再试一次

6)bash oneclick_deploy.sh

现在安装脚本报错(密码仅供参考,即它不是真实日志条目中显示的内容):

setup_mariadb:68(2019 年 7 月 19 日星期五 12:31:40 UTC)Mariadb 服务器尚未接受来自 193.156.17.73 + sleep 10 + mysql -h 193.156.17.73 -P 30001 --user=root --password=2a9be1c1- 的连接5347-42d9-9f43-410eed97915b -e '显示数据库;' ERROR 1045 (28000): Access denied for user 'root'@'172.17.0.1' (using password: YES) + i=31 + [[ 31 -gt 30 ]] + fail 'MariaDB 在 5 分钟后未能响应' +设置 +x

失败:42(2019 年 7 月 19 日星期五 12:31:50 UTC)MariaDB 在 5 分钟后未能响应 ++ 失败 ++ 设置 +x

失败:42(2019 年 7 月 19 日星期五 12:31:50 UTC)主要 282 发生未知故障

关于可能出错的任何提示?我在 Kubernetes 仪表板中看到的唯一奇怪的事情是 acumos-mariadb pod 事件日志中的警告:

pod 有未绑定的立即 PersistentVolumeClaims

0 投票
3 回答
99 浏览

acumos - Acumos Boreas 安装在 Ubuntu 18.04 VM 上启动 docker-proxy 失败

我现在正在尝试按照以下过程在具有 12CPU(内核)32G RAM 和 300G 磁盘空间的 Ubuntu Quemu/KVM VM 上安装 Acumos Boreas:

0) git clone https://gerrit.acumos.org/r/system-integration

1) bash setup_docker.sh

将用户添加到 docker 组: sudo usermod -aG docker $USER 并再次注销/登录

2) bash 系统集成/AIO/acumos_k8s_prep.sh $USER acumos 2>&1 | 三通 aio_prep.log

3) cd 系统集成/AIO

4) bash oneclick_deploy.sh

在安装过程尝试安装 docker-proxy 之前,一切看起来都很好(但是 pod 需要很长时间才能退出挂起状态)。docker-proxy pod 没有及时退出挂起状态:

有任何想法吗?对我来说,鉴于 VM 有 12 个内核,pod 需要这么多时间才能启动(待定)似乎很奇怪,我想知道 kubernetes 安装是否正在设法利用所有可用的 CPU 内核?

0 投票
1 回答
94 浏览

acumos - 使用安装程序时 Acumos Boreas docker-proxy 和 docker-dind 失败

我尝试使用以下过程在单个 Ubuntu 18.04 虚拟机(具有 12 个 CPU、32 GB RAM 和 300 GB 磁盘空间)上设置 Acumos Boreas:

0) git clone https://gerrit.acumos.org/r/system-integration

1) cd 系统集成/工具

2) bash setup_docker.sh

将用户添加到 docker 组: sudo usermod -aG docker $USER 并再次注销/登录

3) bash 系统集成/AIO/acumos_k8s_prep.sh $USER acumos.tele.no 2>&1 | 三通 aio_prep.log

4) cd 系统集成/AIO

5) bash oneclick_deploy.sh 2>&1 | tee oneclick_deploy.log

安装失败。

查看 kubectl 命令的输出(以及 Kubernetes 仪表板中的信息),我观察到以下内容:

1) 我看到很多这样的:Pod The node was low on resource: [DiskPressure],这很奇怪,因为该节点有足够的可用磁盘空间和 inode。

2) docker-proxy 和 docker-dind 服务多次启动关联的 pod 失败,docker-proxy 最终“成功”运行但日志文件出错(见下文)。

3) docker-dind-xxxx pod 完全启动失败:State: Waiting, Reason: CrashLoopBackOff, Last State: Terminated, Reason: Error

在 docker 代理的日志文件中,我看到了这个:

关于如何解决这个问题的任何想法?

0 投票
1 回答
118 浏览

linux - acumos 中的入职模型

我已经训练了一个 ML 模型,并希望将这个保存的模型加入 Acumos 市场,但我无法找到将模型加入 Acumos 市场的正确路径。请指导我如何将模型加入 Acumos。

问候,桑迪普。

0 投票
1 回答
156 浏览

acumos - 尝试安装 Acumos Boreas 版本时出错

希望 Acumos Boreas OneClick(和其他安装脚本)现在可以实际工作......

我正在尝试代表AI4EU 项目 (任务 3.2)再次在 Ubuntu 18.04 服务器上安装 Acumos Boreas 版本。不幸的是,我的希望正在减少……

我在此处遵循第 2.1.2 节中的程序: https ://docs.acumos.org/en/boreas/submodules/system-integration/docs/oneclick-deploy/user-guide.html#host-vm-preparation

我从一个全新的 Ubuntu 18.04 虚拟机开始(使用 32G 内存、12 个内核和 300 GB 磁盘创建)。

这样做(并在出现提示时输入 sudo 密码):

部署失败并显示以下错误消息:

当我使用 Kubernetes Dashboard 查看实际失败的原因时,我确实看到 common-dataservice pod 失败了。

我还可以看到 docker_proxy 和其他一些 pod 显然经常崩溃。

所有安装和错误日志都可以在这里找到: https ://www.dropbox.com/sh/61snwd26zbixwl3/AAAWcfBKnIwNkRghXSMQayrEa?dl=0

如果有人能够指导我如何为 AI4EU 项目 (WP3) 安装 Acumos Boreas 以进行探索,将不胜感激。

0 投票
3 回答
458 浏览

acumos - 关系状态为待处理

当我部署 Acumos 时,使用命令“bash oneclick_deploy.sh 2>&1 | tee aio_deploy.log”它不成功并打印出“nexus status is Pending”</p>

①我使用了一个现有的k8s集群:Minikube

②命令“bash system-integration/AIO/setup_prereqs.sh k8s localhost $USER generic 2>&1 | tee aio_prep.log”运行成功

kubectl 获取 pods --all-namespaces

kubectl 描述 -n acumos pod nexus-5b577d94f8-hqxxl

这个问题困扰了我很长时间,一直没有解决。如果有人能指导我如何解决这个问题,我将不胜感激。

0 投票
1 回答
139 浏览

acumos - 尝试安装 Acumos 时出错

背景:VMware15.0 ubuntu16.04-64bit 32G RAM + 16Core CPU /etc/hosts: 192.168.79.130 localhost

这样做(并在出现提示时输入 sudo 密码):

部署失败并显示以下错误消息:

打开文件:“system-integration/AIO/utils.sh”</p>

修改为:</p>

此错误已解决,但出现以下错误:

pod cds 发生错误:CrashLoopBackOff 日志:

这个问题和上一个类似: Errors trying to install Acumos Boreas release 谢谢!</p>

日志:('CD的补丁部署')