Hello, I'm attempting to configure a HTTP connection with OpenText Livelink in Manifold. When I try to create an authority connector for OpenText in Manifold I get an error saying that llssl.jar is missing (error log message below). I'm building Manifold with a version of the lapi.jar client library from version 10. I'm not including the llssl.jar because OpenText is using HTTP and this library is not included in the version 10 install package.
Has anyone run into this issue? If so, what was the resolution? Is anyone able to share the latest version of llssl.jar or point me in the right direction to locate this file? Thank you, Shane ~~~~~MCF OpenText Livelink missing llssl.jar error~~~~~ Connection failed: Missing llssl.jar error: Class: java.lang.ClassNotFoundException Could not initialize SSL security. com.opentext.api.LLSSL Call Stack: java.lang.ClassNotFoundException: com.opentext.api.LLSSL at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security. AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.net. FactoryURLClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.opentext.api.LLConnect.executeHTTP(Unknown Source) at com.opentext.api.LLConnect.execute(Unknown Source) at com. opentext.api.LAPI_USERS.GetUserInfo(Unknown Source) at org.apache.manifoldcf.crawler.connectors.livelink.LivelinkAuthority.check(LivelinkAuthority.java:269) at org.apache.jsp.viewauthority_jsp._jspService(viewauthority_jsp.java:275) 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:313) 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.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520) at org.eclipse.jetty.server.session.SessionHandler. doHandle(SessionHandler.java:227) at org.eclipse.jetty.server. handler.ContextHandler.doHandle(ContextHandler.java:941) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409) at org.eclipse.jetty.server.session.SessionHandler. doScope(SessionHandler.java:186) at org.eclipse.jetty.server. handler.ContextHandler.doScope(ContextHandler.java:875) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle( ContextHandlerCollection.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(AsyncHttpConnection.java:51) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle( SelectChannelEndPoint.java:586) at org.eclipse.jetty.io.nio. SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533) at java.lang.Thread.run(Unknown Source) ~~~~~
