Hi mark, The configuration exception is indeed harmless. But did you say you saw a 404? That is what I was looking for.
Karl Sent from my Windows Phone ------------------------------ From: Mark Libucha Sent: 10/14/2013 1:08 PM To: Karl Wright Cc: [email protected] Subject: Re: Crawling SharePoint Lists Full stack trace example. Screenshots attached. org.apache.axis.ConfigurationException: No service named http://microsoft.com/sharepoint/webpartpages/GetListItems is available at org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper$ResourceProvider.getService(SPSProxyHelper.java:2974) at org.apache.axis.AxisEngine.getService(AxisEngine.java:311) at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756) at org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89) at org.apache.axis.client.Transport.setupMessageContext(Transport.java:46) at org.apache.axis.client.Call.invoke(Call.java:2738) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.microsoft.sharepoint.webpartpages.PermissionsSoapStub.getListItems(PermissionsSoapStub.java:234) at org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.getChildren(SPSProxyHelper.java:606) at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.processDocuments(SharePointRepository.java:1285) at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:423) at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:559) at org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper$ResourceProvider.getService(SPSProxyHelper.java:2974) at org.apache.axis.AxisEngine.getService(AxisEngine.java:311) at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756) at org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89) at org.apache.axis.client.Transport.setupMessageContext(Transport.java:46) at org.apache.axis.client.Call.invoke(Call.java:2738) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.microsoft.sharepoint.webpartpages.PermissionsSoapStub.getListItems(PermissionsSoapStub.java:234) at org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.getChildren(SPSProxyHelper.java:606) at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.processDocuments(SharePointRepository.java:1285) at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:423) at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:559) On Sat, Oct 12, 2013 at 5:03 AM, Karl Wright <[email protected]> wrote: > Hi Mark, > > Can you send the complete exception being thrown, and a screen shot of the > view page for your connection, as well as the view page for your job? > > 404 errors are never good; something is clearly wrong when the connector > can't find the pages that should be there. > > Karl > > Sent from my Windows Phone > ------------------------------ > From: Mark Libucha > Sent: 10/11/2013 6:26 PM > To: [email protected] > Subject: Re: Crawling SharePoint Lists > > trunk is no better. > > When I turn on debug logging, I see the SharePoint processDocument() calls > all end in exceptions that look something like this: > > org.apache.axis.ConfigurationException: No service named > http://schemas.microsoft.com/sharepoint/soap/directory/GetUserCollectionFromGroupis > available > > Those URLs 404, but does that matter? Any other suggestions? > > Thanks, > > Mark > > > > On Thu, Oct 10, 2013 at 1:22 PM, Mark Libucha <[email protected]> wrote: > >> Thanks, guys. I'll give these both a try and let you know what I >> discover. Appreciate the help. >> >> >> On Thu, Oct 10, 2013 at 10:04 AM, Karl Wright <[email protected]> wrote: >> >>> Hi Mark, >>> >>> >>> >>> There are some issues with list crawling that we found in 1.3. I >>> suggest that you try trunk; it will likely work better for you. >>> >>> >>> >>> Karl >>> >>> >>> >>> >>> On Thu, Oct 10, 2013 at 12:04 PM, Mark Libucha <[email protected]>wrote: >>> >>>> I have successfully crawled documents with my SharePoint >>>> RepositoryConnector (MCF 1.3), so I know that things are set up correctly. >>>> >>>> But I can't crawl a list. >>>> >>>> I'm using a Filesystem output connector, and the job appears to run >>>> successfully (2 of 2 documents), but I see nothing in output directory when >>>> the job is finished. In fact, the output directory is not even created. >>>> >>>> As far as I can determine, I followed the instructions under >>>> >>>> *Example: How to index SharePoint 2010 Lists >>>> >>>> * >>>> exactly. And I am using SharePoint 2010. >>>> >>>> My "Greg" list shows up in the MCF UI under Lists, I and choose it. >>>> >>>> My job looks like this: >>>> Path rules: Path match Rule type Action /Greg list include >>>> Metadata: Path match Action All metadata? Fields /Greg/* include true >>>> >>>> Suggestions? >>>> >>>> Thanks, >>>> >>>> Mark >>>> ------------------------------ >>>> >>>> ** >>>> >>> >>> >> >
