Skip to content

Cannot run Hexya #1

@jay009id

Description

@jay009id

I have postgres 9.6 in my docker with container name x_db_1. After perform command :

docker run -p 8888:8080 -e HEXYA_DB_HOST=db -e HEXYA_DB_USER=hexya -e HEXYA_DB_PASSWORD=secret -e HEXYA_LOGSTDOUT=true -e HEXYA_MODULES="github.com/hexya-erp/hexya-addons/sale" --link x_db_1:db --network=x_default --name hexya -t hexya/hexya

I got error message :

1 - Generating Hexya...
Hexya Generate
	--------------
Modules paths:
 - github.com/hexya-erp/hexya-addons/sale
1/5 - Loading program...Ok
2/5 - Generating symlinks...Ok
3/5 - Generating pool...Ok
4/5 - Checking the generated code...Ok
5/5 - Creating main.go in project...Ok
Pool generated successfully

2 - Updating db...
Please wait, Hexya is starting ...
go: downloading github.com/spf13/cobra v0.0.5
go: extracting github.com/spf13/cobra v0.0.5
build github.com/hexya-erp/hexya-demo: cannot load github.com/hexya-erp/hexya/hexya/actions: module github.com/hexya-erp/hexya@latest found (v0.0.43), but does not contain package github.com/hexya-erp/hexya/hexya/actions

3 - Starting server...
Please wait, Hexya is starting ...
build github.com/hexya-erp/hexya-demo: cannot load github.com/hexya-erp/hexya/hexya/actions: module github.com/hexya-erp/hexya@latest found (v0.0.43), but does not contain package github.com/hexya-erp/hexya/hexya/actions

Am I missing something? Any suggestion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions