You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2011/01/20 16:29:50 UTC

[jira] Created: (OODT-116) Cas Curator doesn't ingest

Cas Curator doesn't ingest
--------------------------

                 Key: OODT-116
                 URL: https://issues.apache.org/jira/browse/OODT-116
             Project: OODT
          Issue Type: Bug
          Components: curator
         Environment: Testing at NEON, Cent OS fresh install, JDK 6, Tomcat 5.5.31, Maven 2.2.1
            Reporter: Chris A. Mattmann
            Assignee: Chris A. Mattmann
            Priority: Blocker
             Fix For: 0.2


The curator fails to ingest, citing some obscure message in the Tomcat logs having to do with not being able to find the o.a.oodt.cas.filemgr.structs.Reference class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OODT-116) Cas Curator doesn't ingest

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved OODT-116.
------------------------------------

    Resolution: Fixed

- fixed in r1062294. Added an exclusion for org.apache.tika tika 0.3 which was getting pulled in from cas-crawler (we should update this in 0.3 to depend on tika-core 0.8, but not a blocker yet since it will require mime-types mapping file updates I think in AutoDetectCrawler).

> Cas Curator doesn't ingest
> --------------------------
>
>                 Key: OODT-116
>                 URL: https://issues.apache.org/jira/browse/OODT-116
>             Project: OODT
>          Issue Type: Bug
>          Components: curator
>         Environment: Testing at NEON, Cent OS fresh install, JDK 6, Tomcat 5.5.31, Maven 2.2.1
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.2
>
>
> The curator fails to ingest, citing some obscure message in the Tomcat logs having to do with not being able to find the o.a.oodt.cas.filemgr.structs.Reference class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OODT-116) Cas Curator doesn't ingest

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985221#action_12985221 ] 

Chris A. Mattmann commented on OODT-116:
----------------------------------------

OK, I figured out the issue here. cas-curator is pulling in the Tika 0.3 jar in addition to tika-core 0.8 which are conflicting with one another and messing up the reference class. I'll commit a fix for this shortly via a maven dependency exclude.

> Cas Curator doesn't ingest
> --------------------------
>
>                 Key: OODT-116
>                 URL: https://issues.apache.org/jira/browse/OODT-116
>             Project: OODT
>          Issue Type: Bug
>          Components: curator
>         Environment: Testing at NEON, Cent OS fresh install, JDK 6, Tomcat 5.5.31, Maven 2.2.1
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.2
>
>
> The curator fails to ingest, citing some obscure message in the Tomcat logs having to do with not being able to find the o.a.oodt.cas.filemgr.structs.Reference class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.