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

Karl Wright commented on CONNECTORS-575:
----------------------------------------

The method it is claiming it cannot find is in fact a key method that I know 
was tested when the stub was created.  So there are two possibilities.

First possibility is that although you added lapi.jar to lib-proprietary, you 
added it to the wrong lib-proprietary, or you are running the example under 
"dist/example" rather than the one under "dist/example-proprietary".  Second 
possibility is that the lapi api changed and 10.x is not backwards compatible 
with 9.7.

In order to rule out the first possibility, let's go through the steps and make 
sure they were done properly.  After your build, you should have a "dist" 
directory.  The lapi.jar goes in the directory called 
"dist/connector-lib-proprietary".  The file you modify to enable the connector 
is "dist/connectors-proprietary.xml".  The example you run is under 
"dist/example-proprietary".  Is this what you have done?

If it is, can you email me your lapi.jar directly (to [email protected]), and 
I'll have a quick peek into what changed and figure out where to go from there. 
 Thanks!


                
> Fatal errors testing out v1.1 dev
> ---------------------------------
>
>                 Key: CONNECTORS-575
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-575
>             Project: ManifoldCF
>          Issue Type: Bug
>    Affects Versions: ManifoldCF next
>         Environment: I'm running solr 4.0 alpha with manifoldcf v1.1-dev on 
> windows 7 with jetty
>            Reporter: David Morana
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.1
>
>         Attachments: regex-not-saved.jpg
>
>
> I'm trying to test out the new path metadata feature and I have 2 issues: 
> that it doesn't save the regex (I have to add it each time)
> And I get these fatal errors see below:
> I turned on the Livelink connector in the xml file and added lapi.jar to the 
> lib-proprietary folder.
> FATAL 2012-12-03 12:07:49,123 (Worker thread '47') - Error tossed: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
> java.lang.NoSuchMethodError: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
>       at 
> org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector$GetCategoryAttributesThread.run(LivelinkConnector.java:4359)
> FATAL 2012-12-03 12:07:51,182 (Worker thread '15') - Error tossed: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
> java.lang.NoSuchMethodError: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
>       at 
> org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector$GetCategoryAttributesThread.run(LivelinkConnector.java:4359)
> FATAL 2012-12-03 12:07:53,257 (Worker thread '31') - Error tossed: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
> java.lang.NoSuchMethodError: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
>       at 
> org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector$GetCategoryAttributesThread.run(LivelinkConnector.java:4359)
> FATAL 2012-12-03 12:07:55,300 (Worker thread '36') - Error tossed: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
> java.lang.NoSuchMethodError: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
>       at 
> org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector$GetCategoryAttributesThread.run(LivelinkConnector.java:4359)
> FATAL 2012-12-03 12:07:57,359 (Worker thread '39') - Error tossed: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
> java.lang.NoSuchMethodError: 
> com.opentext.api.LLValue.add(Ljava/lang/String;I)V
>       at 
> org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector$GetCategoryAttributesThread.run(LivelinkConnector.java:4359)

--
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