-
Notifications
You must be signed in to change notification settings - Fork 78
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
SLF4J Issue #109
Comments
This is the fail report: but was:<0> at org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest.testWorkitemValidity(ArchiveWorkitemIntegrationTest.java:38) ]]> |
If I tried to run repository-springboot ( mvn clean install ) or, even, java -jar repository-springboot-7.27.0-SNAPSHOT.jar but I got: <script id="tinyhippos-injected">if (window.top.ripple) { window.top.ripple("bootstrap").inject(window, document); }</script>Whitelabel Error PageThis application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Sep 11 15:12:27 COT 2019 There was an unexpected error (type=Not Found, status=404). No message available
|
Hi @PedroBuitrago, I am unable to reproduce the issues with build and starting the repository-springboot module. Could you let us know what java version you are running. I haven't built this on windows but will try to set that up. Does your build run if you skip integration tests? |
Hi, Does your build run if you skip integration tests? Yes, If I skip integration test.. I could deploy the application. |
Hi,
I am trying to install jbpm-work-items with with
C:\Verano\dev\gitdownloads\jbpm-work-items>mvn clean install
However I found next error:
[INFO] Running org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.733 s <<< FAILURE! - in org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest
[ERROR] testWorkitemValidity(org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest) Time elapsed: 4.591 s <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
at org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest.testWorkitemValidity(ArchiveWorkitemIntegrationTest.java:38)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ArchiveWorkitemIntegrationTest.testWorkitemValidity:38 expected:<1> but was:<0>
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO]
The text was updated successfully, but these errors were encountered: