kiegroup / jbpm-work-items

Collection of jBPM work items and handlers
Apache License 2.0
43 stars 77 forks source link

SLF4J Issue #109

Open PedroBuitrago opened 5 years ago

PedroBuitrago commented 5 years ago

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]

PedroBuitrago commented 5 years ago

This is the fail report:

<?xml version="1.0" encoding="UTF-8"?>

but was:<0> at org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest.testWorkitemValidity(ArchiveWorkitemIntegrationTest.java:38) ]]>
PedroBuitrago commented 5 years ago

If I tried to run repository-springboot ( mvn clean install ) or, even, java -jar repository-springboot-7.27.0-SNAPSHOT.jar but I got:

Whitelabel Error Page

This 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
tsurdilo commented 5 years ago

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?

PedroBuitrago commented 5 years ago

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.