1
0
-1

greetings - I installed the latest docker image from docker hub. everything seems to work, but I get an error when I try to reference a file installed in the wflow directory (it is a redirect of the local file system of course)....

ERROR 28 Apr 2022 01:33:30 org.joget.AwsS3FileBinder - java.io.FileNotFoundException: /opt/joget/wflowawsS3.properties (No such file or directory)


seems that there is a missing '/ ' between the wflow and the filename. is this is a setting in the new docker images?


    CommentAdd your comment...

    4 answers

    1.  
      1
      0
      -1

      See Working docker-compose.yml file it might help if you put the wflow folder outside of the docker instance. then you can maintain state of the file data too.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi - yes it is the AWS Plugin.  the instructions are to  simply create that file in the  wflow  directory and it typically works. I have two other installs with no isssues, so that is why I thought its the new install. 


        are there other ways to store attachments to AWS or other platforms?

          CommentAdd your comment...
        1.  
          1
          0
          -1

          It seems that you are using a AWS plugin?

            CommentAdd your comment...
          1.  
            1
            0
            -1

            Hi, I'm not sure whether there has been any change in the Docker image, but how is that file being referenced? Why not just add the missing slash?

              CommentAdd your comment...