forked from kitodo/kitodo-production
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docker for Kitodo.Production #1
Comments
Known issues:
|
The instruction worked for running kitodo-production as a docker container worked without any problem. ✨ Now, when I log in and click around the logs are flooded endlessly with some statements:
|
That's caused by commit 3cf9c62 where I enabled debug logging because I needed it while testing the docker image. |
stweil
added a commit
that referenced
this issue
Apr 7, 2017
CID 44591 (#1 of 1): Unintended regular expression (REGEX_CONFUSION) CID 44894 (#1 of 1): Dm: Dubious method used (FB.DM_DEFAULT_ENCODING) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
This fixes a warning from Coverity: CID 44606 (#1 of 1): Logically dead code (DEADCODE) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity Scan report: CID 44634 (#1 of 1): Resource leak (RESOURCE_LEAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
CID 44715 (#1 of 1): Explicit null dereferenced (FORWARD_NULL) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
CID 44587 (#1 of 1): Resource leak on an exceptional path (RESOURCE_LEAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
CID 44607 (#1 of 1): Resource leak on an exceptional path (RESOURCE_LEAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Errors reported by Coverity Scan: CID 50569 (#1 of 1): Resource leak on an exceptional path (RESOURCE_LEAK) CID 50570 (#1 of 1): Resource leak on an exceptional path (RESOURCE_LEAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity report: CID 44605 (#1 of 1): Resource leak (RESOURCE_LEAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity report: CID 44654 (#1 of 1): Missing break in switch (MISSING_BREAK) Moving the code for the default case out of the switch statement and cleaning the if / else statements improves the readability. Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity report: CID 44599 (#1 of 1): Missing break in switch (MISSING_BREAK) CID 44630 (#1 of 1): Missing break in switch (MISSING_BREAK) CID 44718 (#1 of 1): Missing break in switch (MISSING_BREAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity report: CID 44688 (#1 of 1): Cross-site scripting (XSS) CID 135806 (#1 of 1): Cross-site scripting (XSS) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
CID 44603 (#1 of 1): Resource leak (RESOURCE_LEAK) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity reports these issues: CID 44583 (#1-2 of 2): Dereference after null check (FORWARD_NULL) CID 44891 (#1 of 1): Dm: Dubious method used (FB.DM_DEFAULT_ENCODING) Signed-off-by: Stefan Weil <[email protected]>
stweil
added a commit
that referenced
this issue
Apr 7, 2017
Coverity report: CID 44624 (#1 of 1): Wrong method called (WRONG_METHOD) Signed-off-by: Stefan Weil <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Known issues:
missing documentationfixed in latest version by manually adding some documentationcrash after login when selecting "Meine Aufgaben" (maybe caused by my experimental code)fixed in latest versionOpen questions:
The text was updated successfully, but these errors were encountered: