Open PedroBuitrago opened 5 years ago
This is the fail report:
<?xml version="1.0" encoding="UTF-8"?>
If I tried to run repository-springboot ( mvn clean install ) or, even, java -jar repository-springboot-7.27.0-SNAPSHOT.jar but I got:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
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, JVM: java version "1.8.0_211" OS: Windows 10 Pro x64
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]