You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@asterixdb.apache.org by Prashant Bissa <Pr...@walmartlabs.com.INVALID> on 2019/08/13 06:07:30 UTC

asterix-docker | not able to generate image

Hi Team,

I wanted to generate a docker container for AstrixDB, I tried building one from the code given in git repo.

https://github.com/apache/asterixdb/tree/master/asterixdb/asterix-docker

But I am facing below issue while running the container:

2019-08-12 23:00:43,936 INFO exited: asterixcc (exit status 1; not expected)
2019-08-12 23:00:43,936 DEBG received SIGCLD indicating a child quit
2019-08-12 23:00:44,946 INFO spawned: 'asterixcc' with pid 112
2019-08-12 23:00:45,950 INFO success: asterixcc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)



Re: asterix-docker | not able to generate image

Posted by Ian Maxon <im...@uci.edu>.
This package is excluded from the normal build as it only runs on
linux, and we haven't started doing docker packaging for releases yet,
so it is basically a stub at this point.

However I went ahead and updated it so it should work, the
configuration has changed a lot since that module got added. If you'd
like to give it a shot check out this patch:
https://asterix-gerrit.ics.uci.edu/#/c/3529/

On Tue, Aug 13, 2019 at 1:43 PM Prashant Bissa
<Pr...@walmartlabs.com.invalid> wrote:
>
> Hi Team,
>
> I wanted to generate a docker container for AstrixDB, I tried building one from the code given in git repo.
>
> https://github.com/apache/asterixdb/tree/master/asterixdb/asterix-docker
>
> But I am facing below issue while running the container:
>
> 2019-08-12 23:00:43,936 INFO exited: asterixcc (exit status 1; not expected)
> 2019-08-12 23:00:43,936 DEBG received SIGCLD indicating a child quit
> 2019-08-12 23:00:44,946 INFO spawned: 'asterixcc' with pid 112
> 2019-08-12 23:00:45,950 INFO success: asterixcc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
>
>