[
https://issues.apache.org/jira/browse/CONNECTORS-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003487#comment-14003487
]
Karl Wright commented on CONNECTORS-939:
----------------------------------------
The error that is occurring is due to the fact that the SharePoint axis-related
classes can't locate an appropriate log implementation:
{code}
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.commons.discovery.DiscoveryException: Class
org.apache.commons.logging.impl.SLF4JLogFactory does not implement
org.apache.commons.logging.LogFactory
at
org.apache.commons.discovery.tools.ClassUtils.verifyAncestory(ClassUtils.java:178)
at
org.apache.commons.discovery.tools.SPInterface.verifyAncestory(SPInterface.java:258)
at
org.apache.commons.discovery.tools.SPInterface.newInstance(SPInterface.java:246)
at
org.apache.commons.discovery.tools.DiscoverClass.newInstance(DiscoverClass.java:520)
at
org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:370)
at
org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:328)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33)
at org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:144)
at
com.microsoft.schemas.sharepoint.soap.ListsLocator.<init>(ListsLocator.java:17)
at
org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper$ListsWS.<init>(SPSProxyHelper.java:2838)
at
org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.checkConnection(SPSProxyHelper.java:1483)
at
org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.check(SharePointRepository.java:399)
at
org.apache.jsp.viewconnection_jsp._jspService(viewconnection_jsp.java:296)
{code}
It basically looks like something is broken with how logging is being resolved
in this environment. I'll have to look into what is happening; it may be that
something recently added to the war is conflicting with Tomcat.
> Sharepoint Connector
> --------------------
>
> Key: CONNECTORS-939
> URL: https://issues.apache.org/jira/browse/CONNECTORS-939
> Project: ManifoldCF
> Issue Type: Bug
> Components: SharePoint connector
> Affects Versions: ManifoldCF 1.5.1
> Reporter: babita
> Assignee: Karl Wright
> Priority: Critical
>
> Hi All
> I was trying to connect to share point using manifiold CF. While making the
> connection i passed all the parameters, but while pressing save button blank
> page is displayed.
> I am using postgres 9.1 database running on tomcat 7.
> Is it bug in manifoldcf 1.5.1?
> Thanks
> Babita Bansal
--
This message was sent by Atlassian JIRA
(v6.2#6252)