[
https://issues.apache.org/jira/browse/OAK-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chetan Mehrotra resolved OAK-3701.
----------------------------------
Resolution: Fixed
Backing fix in Jackrabbit would be part of 2.11.3. On Oak side switched to xml
config with 1717633
> Exception in JcrRemotingServlet at startup
> ------------------------------------------
>
> Key: OAK-3701
> URL: https://issues.apache.org/jira/browse/OAK-3701
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: examples
> Reporter: Chetan Mehrotra
> Assignee: Chetan Mehrotra
> Priority: Minor
> Fix For: 1.3.12
>
>
> On startup currently an exception is seen related to protected handlers
> loading
> {noformat}
> 01.12.2015 11:10:36.194 *ERROR* [main]
> org.apache.jackrabbit.server.remoting.davex.ProtectedRemoveManager
> /WEB-INF/protectedHandlers.properties
> java.lang.ClassNotFoundException: /WEB-INF/protectedHandlers.properties
> at java.lang.Class.forName0(Native Method) ~[na:1.7.0_55]
> at java.lang.Class.forName(Class.java:190) ~[na:1.7.0_55]
> at
> org.apache.jackrabbit.server.remoting.davex.ProtectedRemoveManager.createHandler(ProtectedRemoveManager.java:84)
> [jackrabbit-jcr-server-2.11.3-SNAPSHOT.jar:na]
> at
> org.apache.jackrabbit.server.remoting.davex.ProtectedRemoveManager.<init>(ProtectedRemoveManager.java:56)
> [jackrabbit-jcr-server-2.11.3-SNAPSHOT.jar:na]
> at
> org.apache.jackrabbit.server.remoting.davex.JcrRemotingServlet.init(JcrRemotingServlet.java:276)
> [jackrabbit-jcr-server-2.11.3-SNAPSHOT.jar:na]
> at javax.servlet.GenericServlet.init(GenericServlet.java:244)
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:612)
> [jetty-servlet-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:395)
> [jetty-servlet-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:871)
> [jetty-servlet-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:298)
> [jetty-servlet-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
> [jetty-webapp-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:296)
> [jetty-maven-plugin-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
> [jetty-webapp-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
> [jetty-webapp-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:365)
> [jetty-maven-plugin-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at org.eclipse.jetty.server.Server.start(Server.java:387)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
> [jetty-util-9.2.8.v20150217.jar:9.2.8.v20150217]
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> at org.eclipse.jetty.server.Server.doStart(Server.java:354)
> [jetty-server-9.2.8.v20150217.jar:9.2.8.v20150217]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)