-1
I'm getting an NPE when running ant test.
I will of course withdraw my vote in case I have forgot a crucial step
before I ran the tests, but I don't think that is the case.
Otherwise, I completed the following tests successfully:
1. Deployed the binary version on Resin and did a test crawl.
2. Built the source version using Ant
3. Ran UI tests
4. Built docs (ant doc) using Forest 0.9
Stack trace:
[junit] 2178 [main] INFO org.eclipse.jetty.server.handler.ContextHandler
- started
o.e.j.w.WebAppContext{/mcf-api-service,file:/private/var/folders/11/q0gk5wfs4pl662rzx319gg140000gn/T/jetty-0.0.0.0-8346-mcf-api-service.war-_mcf-api-service-any-/webapp/},../../../framework/build/war-proprietary/mcf-api-service.war
[junit] 2190 [main] INFO org.eclipse.jetty.server.AbstractConnector
- Started [email protected]:8346 STARTING
[junit] 32865 [qtp1273157698-145] WARN
org.eclipse.jetty.servlet.ServletHandler -
/mcf-api-service/json/jobstatuses/1382362019797
[junit] java.lang.NullPointerException
[junit] at
org.apache.manifoldcf.crawler.system.ManifoldCF.apiReadJobStatus(ManifoldCF.java:2063)
[junit] at
org.apache.manifoldcf.crawler.system.ManifoldCF.executeReadCommand(ManifoldCF.java:3196)
[junit] at
org.apache.manifoldcf.apiservlet.APIServlet.executeRead(APIServlet.java:231)
[junit] at
org.apache.manifoldcf.apiservlet.APIServlet.doGet(APIServlet.java:77)
[junit] at
javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[junit] at
javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
[junit] at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)
[junit] at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)
[junit] at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
[junit] at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)
[junit] at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
[junit] at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)
[junit] at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)
[junit] at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
[junit] at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)
[junit] at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
[junit] at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
[junit] at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
[junit] at org.eclipse.jetty.server.Server.handle(Server.java:349)
[junit] at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
[junit] at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)
[junit] at
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
[junit] at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
[junit] at
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
[junit] at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
[junit] at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
[junit] at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
[junit] at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
[junit] at java.lang.Thread.run(Thread.java:722)
Erlend
On 10/21/13 2:23 AM, Karl Wright wrote:
Please vote on whether to release Apache ManifoldCF 1.4, RC0.
The release candidate can be downloaded from:
http://people.apache.org/~kwright/apache-manifoldcf-1.4
There is a tag at:
http://svn.apache.org/repos/asf/manifoldcf/tags/release-1.4-RC0
This release contains a substantial refactoring of the SharePoint
connector, as
well as new features including attachment crawling. Proxy support for the
wiki
and jira connectors has also been added.
Vote will remain open for at least 72 hours.
Thanks,
Karl