[ 
https://issues.apache.org/jira/browse/CONNECTORS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613014#comment-13613014
 ] 

David Morana commented on CONNECTORS-664:
-----------------------------------------

Well, I don't think the order matters...
I can't see any other difference between your code and mine.
Here's the NPE with the old authority connector:
409157 [qtp1440754855-228] WARN org.eclipse.jetty.servlet.ServletHandler - 
/mcf-
crawler-ui/viewauthority.jsp
java.lang.NullPointerException
        at 
org.apache.manifoldcf.crawler.connectors.livelink.LLSERVER.connect(LL
SERVER.java:199)
        at 
org.apache.manifoldcf.crawler.connectors.livelink.LLSERVER.<init>(LLS
ERVER.java:80)
        at 
org.apache.manifoldcf.crawler.connectors.livelink.LivelinkAuthority.g
etSession(LivelinkAuthority.java:212)
        at 
org.apache.manifoldcf.crawler.connectors.livelink.LivelinkAuthority.c
heck(LivelinkAuthority.java:246)
        at 
org.apache.jsp.viewauthority_jsp._jspService(viewauthority_jsp.java:3
26)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:388)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
13)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547
)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java
:480)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:119)
        at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:520)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
er.java:227)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
er.java:941)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
409)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
r.java:186)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
r.java:875)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:117)
        at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Cont
extHandlerCollection.java:250)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper
.java:110)
        at org.eclipse.jetty.server.Server.handle(Server.java:349)
        at 
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.
java:441)
        at 
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete
(HttpConnection.java:919)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
        at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)

        at 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnecti
on.java:51)
        at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEn
dPoint.java:586)
        at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEnd
Point.java:44)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPoo
l.java:598)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool
.java:533)
        at java.lang.Thread.run(Unknown Source)


                
> Livelink connector: Add support for SSL LAPI communication
> ----------------------------------------------------------
>
>                 Key: CONNECTORS-664
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-664
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 1.1.1
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.2
>
>
> David Morana has requested that the livelink connector be modified to support 
> Livelink's SSL communication protocols.  This will involve a cert for this 
> purpose, as well as be enabled by selection, so there are UI changes 
> required.  There is also another LAPI jar involved: llssl.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to