-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corebot fails to locate action file #56
Comments
I'm getting the same error |
Hi @sinaiy please could you post your compose file? |
this is the content of my docket-compose file, ` services: |
Hi
I don't have system.yml can you please share
/opt/corebot$ ls -laht
total 124K
drwxr-xr-x 15 vsa vsa 4.0K Aug 4 05:45 .
-rwxrwxrwx 1 vsa vsa 526 Aug 4 05:45 docker-compose.yml
-rw-r--r-- 1 root root 552 Aug 4 05:38 1
drwxr-xr-x 6 root root 4.0K Aug 4 03:54 ..
-rwxrwxrwx 1 vsa vsa 139 Aug 4 03:40 actions.yml
drwxr-xr-x 4 vsa vsa 4.0K Aug 4 02:52 build
drwxr-xr-x 4 vsa vsa 4.0K Aug 4 02:52 .gradle
-rw-r--r-- 1 vsa vsa 88 Feb 4 2018 .gitignore
-rw-r--r-- 1 vsa vsa 5.2K Feb 4 2018 CHANGELOG.md
-rw-r--r-- 1 vsa vsa 16K Feb 4 2018 README.md
drwxr-xr-x 5 vsa vsa 4.0K Feb 4 2018 backends
drwxr-xr-x 8 vsa vsa 4.0K Feb 4 2018 bots
-rw-r--r-- 1 vsa vsa 1.4K Feb 4 2018 build.gradle
-rw-r--r-- 1 vsa vsa 503 Feb 4 2018 circle.yml
drwxr-xr-x 6 vsa vsa 4.0K Feb 4 2018 core
drwxr-xr-x 4 vsa vsa 4.0K Feb 4 2018 docs
drwxr-xr-x 7 vsa vsa 4.0K Feb 4 2018 examples
drwxr-xr-x 7 vsa vsa 4.0K Feb 4 2018 frontends
drwxr-xr-x 3 vsa vsa 4.0K Feb 4 2018 gradle
-rwxr-xr-x 1 vsa vsa 5.2K Feb 4 2018 gradlew
-rw-r--r-- 1 vsa vsa 2.2K Feb 4 2018 gradlew.bat
drwxr-xr-x 13 vsa vsa 4.0K Feb 4 2018 plugins
drwxr-xr-x 2 vsa vsa 4.0K Feb 4 2018 scripts
-rw-r--r-- 1 vsa vsa 2.8K Feb 4 2018 settings.gradle
drwxr-xr-x 6 vsa vsa 4.0K Feb 4 2018 stores
drwxr-xr-x 4 vsa vsa 4.0K Feb 4 2018 test
…On Mon, Aug 6, 2018 at 1:51 PM sinai yoktan ***@***.***> wrote:
this is the content of my docket-compose file,
hope it helps.
`
version: '2'
services:
corebot:
image: outofcoffee/corebot
build: ./bots/slack-deploy
environment:
SLACK_AUTH_TOKEN: "XXXX-XXXXXXXXXXX-XXXXXXXXXXXX-XXXXXXXXXXXXXXXX"
SLACK_CHANNELS: "task_bot"
RUNDECK_API_TOKEN: "XXXXXXXXXXXXXXXXXXXX"
RUNDECK_BASE_URL: "http://localhost:4440"
SYSTEM_CONFIG_FILE: "/opt/corebot/system.yml"
ACTION_CONFIG_FILE: "/opt/corebot/actions.yml"
`
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcpLAyLhTLc8MLBvfvnxwVq9CjJOFzV1ks5uN_yYgaJpZM4Vf6z5>
.
|
corebot_1 | java.io.FileNotFoundException: /opt/corebot/actions.yml (No such file or directory) corebot_1 | at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_171] corebot_1 | at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_171] corebot_1 | at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_171]
i created the file as instructed, in /opt/corebot
the file is under the ownership of the user and can be read (or edited by him)
i built it locally and am executing through
docker-compose up
thank you for your time and assitance
sinai
The text was updated successfully, but these errors were encountered: