You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/07/04 11:30:03 UTC

BUILD FAILURE: Jackrabbit Oak - Build # 502 - Still Failing

The Apache Jenkins build system has built Jackrabbit Oak (build #502)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/502/ to view the results.

Changes:
[chetanm] OAK-5048 - Upgrade to Tika 1.15 version
OAK-6414 - Use Tika config to determine non indexed mimeTypes

-- Update Tika to 1.15
-- Use TikaParserConfig to check which all mimetypes have been configured
   with EmptyParser

-- oak-webapp - Need to exclude the httpcomponents from tika-parser
   as it has a transitive dependency to an old version of http components
   which is in conflict with one used by htmlunit.

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.j2ee.TomcatIT.testTomcat

Error Message:
org/apache/http/config/Lookup

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/http/config/Lookup
	at org.apache.jackrabbit.j2ee.TomcatIT.setUp(TomcatIT.java:85)
Caused by: java.lang.ClassNotFoundException: org.apache.http.config.Lookup
	at org.apache.jackrabbit.j2ee.TomcatIT.setUp(TomcatIT.java:85)

BUILD FAILURE: Jackrabbit Oak - Build # 503 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #503)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/503/ to view the results.

Changes:
[chetanm] OAK-6415 - Use dynamic service loader by default

Reapplying reverted commit

Added a test to check default behaviour which shows that it has not
changed. Minor refactoring done in BinaryTextExtractor but no
functional change done for this issue

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.j2ee.TomcatIT.testTomcat

Error Message:
org/apache/http/config/Lookup

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/http/config/Lookup
	at org.apache.jackrabbit.j2ee.TomcatIT.setUp(TomcatIT.java:85)
Caused by: java.lang.ClassNotFoundException: org.apache.http.config.Lookup
	at org.apache.jackrabbit.j2ee.TomcatIT.setUp(TomcatIT.java:85)