Code Monkey home page Code Monkey logo

Comments (6)

kuailehaibin avatar kuailehaibin commented on July 18, 2024

@anna2018 ,您反馈的这个问题我们这边无法复现,建议您选择如下两种方式:
1)拉取最新代码,重新编译和测试,如果还有问题,跳到方式2);
2)提供您的代码编译环境,比如系统和CPU类型,golang版本,拉取本代码的git版本号等,我们继续看。

谢谢!

from baetyl.

ludanfeng avatar ludanfeng commented on July 18, 2024

@anna2018 请问问题解决了吗?
现在项目的编译脚本基本都切换到makefile了,依赖也采用了vendor管理,应该能彻底解决编译问题了,多谢您的反馈。

from baetyl.

anna2018 avatar anna2018 commented on July 18, 2024

这个问题已经解决了,现在卡在openedge -w example/docker这一步,出现下面这个问题,请帮忙看一下
INFO[2018-12-25T18:59:34-08:00] network (8e283b334ade:openedge) exists mode=docker openedge=master
WARN[2018-12-25T18:59:39-08:00] failed to prepare entries error="Error response from daemon: pull access denied for openedge-hub, repository does not exist or may require 'docker login';Error response from daemon: pull access denied for openedge-function, repository does not exist or may require 'docker login';" mode=docker openedge=master
WARN[2018-12-25T18:59:39-08:00] failed to create container error="Error: No such image: openedge-hub:build" module=localhub openedge=master
WARN[2018-12-25T18:59:39-08:00] failed to create container again error="Error: No such image: openedge-hub:build" module=localhub openedge=master
ERRO[2018-12-25T18:59:39-08:00] failed to start resident module (localhub) error="Error: No such image: openedge-hub:build" mode=docker openedge=master
failed to start master: Error: No such image: openedge-hub:build
INFO[2018-12-25T18:59:39-08:00] resident module (localhub) stopped mode=docker openedge=master
INFO[2018-12-25T18:59:39-08:00] all resident modules stopped mode=docker openedge=master
INFO[2018-12-25T18:59:39-08:00] all temporary modules stopped mode=docker openedge=master

from baetyl.

kuailehaibin avatar kuailehaibin commented on July 18, 2024

@anna2018 您好!这个问题是这样的:
现在最新master主分支的代码,相比0.1.0版本,代码组织目录结构、镜像打包名称等有些变化,新版本Docker容器模式的官方镜像并未发布,故以容器模式启动时候会出现这类问题。预计本周Openedge的新版本即会发布,同步更新官方镜像。解决这个问题有3个途径:

  • 请您耐心等待,等候Openedge官方镜像的发布(本周内)
  • 或是先使用Native进程模式
  • 或是执行make images 命令在本地自行编译、打包、构建各模块镜像,使用本地镜像启动

由此给您带来的不便,敬请谅解,再次感谢您的反馈!

from baetyl.

ludanfeng avatar ludanfeng commented on July 18, 2024

@anna2018 为了解决本地镜像测试问题,我们提供了make images命令,可以在本地产出模块镜像,tag的命名方式是:<module_name>:build。所以你要先本地执行一下这个命令来生成镜像。我们正在更新文档,会输出此类说明。如有问题继续反馈。为了提高沟通效率欢迎加入我们的微信开发交流群:OpenEdge开发交流群

from baetyl.

KArtorias avatar KArtorias commented on July 18, 2024

请问下 module/flag.go:60:30: flag.CommandLine.Output undefined (type *flag.FlagSet has no field or method Output, but does have flag.output) 这个问题怎么解决的啊,安装gopls时候遇上了

from baetyl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.