[
https://issues.apache.org/jira/browse/OAK-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18022737#comment-18022737
]
Manfred Baedke edited comment on OAK-11848 at 10/6/25 5:10 PM:
---------------------------------------------------------------
https://github.com/apache/jackrabbit-oak/commit/ff2409327958ac1049d7802f309e9b999d470dc6
https://github.com/apache/jackrabbit-oak/commit/f90d1aa18054910e938ae36e570e0a6f6ab67287
was (Author: baedke):
https://github.com/apache/jackrabbit-oak/commit/ff2409327958ac1049d7802f309e9b999d470dc6
> oak-standalone does not start anymore
> -------------------------------------
>
> Key: OAK-11848
> URL: https://issues.apache.org/jira/browse/OAK-11848
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: examples, standalone
> Reporter: Manfred Baedke
> Assignee: Manfred Baedke
> Priority: Major
> Fix For: 1.88.0
>
>
> Broken by the recent MongoDB driver update.
> Root cause: java.lang.NoClassDefFoundError:
> com/mongodb/internal/connection/StreamFactory.
> But even with an older version of the mongo driver, everything but WebDAV is
> broken due to Apache Felix libraries using jakarta.servlet ,while Oak still
> uses javax.servlet.
> The plan for now is to rollback to older version of Felix (with known
> critical security issues, but this standalone is part of oak-example and not
> intended for any kind of productive use) and also an older MongoDB driver.
> With everything running again, we can take care of the the other issues step
> by step.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)