You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Adam Lally (JIRA)" <ui...@incubator.apache.org> on 2008/12/16 20:54:47 UTC

[jira] Created: (UIMA-1253) UIMA-AS Can't run Aggregate containing a CAS Consumer delegate

UIMA-AS Can't run Aggregate containing a CAS Consumer delegate
--------------------------------------------------------------

                 Key: UIMA-1253
                 URL: https://issues.apache.org/jira/browse/UIMA-1253
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.2.2
            Reporter: Adam Lally
            Priority: Minor


I have an aggregate that contains a CAS Consumer as a delegate.  When I deploy this as an async aggregate in UIMA-AS, it complains:

java.lang.ClassCastException: org.apache.uima.collection.impl.CasConsumerDescription_impl 
  at org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.assignServiceMetadata(PrimitiveAnalysisEngineController_impl.java:165)
  at org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.initializeAnalysisEngine(PrimitiveAnalysisEngineController_impl.java:143)


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


[jira] Updated: (UIMA-1253) UIMA-AS Can't run Aggregate containing a CAS Consumer delegate

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1253:
--------------------------------

    Fix Version/s: 2.3AS

> UIMA-AS Can't run Aggregate containing a CAS Consumer delegate
> --------------------------------------------------------------
>
>                 Key: UIMA-1253
>                 URL: https://issues.apache.org/jira/browse/UIMA-1253
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.2.2
>            Reporter: Adam Lally
>            Priority: Minor
>             Fix For: 2.3AS
>
>
> I have an aggregate that contains a CAS Consumer as a delegate.  When I deploy this as an async aggregate in UIMA-AS, it complains:
> java.lang.ClassCastException: org.apache.uima.collection.impl.CasConsumerDescription_impl 
>   at org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.assignServiceMetadata(PrimitiveAnalysisEngineController_impl.java:165)
>   at org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.initializeAnalysisEngine(PrimitiveAnalysisEngineController_impl.java:143)

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


[jira] Closed: (UIMA-1253) UIMA-AS Can't run Aggregate containing a CAS Consumer delegate

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1253.
-------------------------------

    Resolution: Fixed

Tested latest code and it appears to deploy a Cas Consumer from casConsumerDescription descriptor. A previous fix must have corrected the original problem as reported by Adam. Modified test case to use casConsumerDescription descriptor instead of analysisEngineDescriptor. Added new Cas Consumer to the test suite: NoOpCC.java 

> UIMA-AS Can't run Aggregate containing a CAS Consumer delegate
> --------------------------------------------------------------
>
>                 Key: UIMA-1253
>                 URL: https://issues.apache.org/jira/browse/UIMA-1253
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.2.2
>            Reporter: Adam Lally
>            Priority: Minor
>
> I have an aggregate that contains a CAS Consumer as a delegate.  When I deploy this as an async aggregate in UIMA-AS, it complains:
> java.lang.ClassCastException: org.apache.uima.collection.impl.CasConsumerDescription_impl 
>   at org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.assignServiceMetadata(PrimitiveAnalysisEngineController_impl.java:165)
>   at org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.initializeAnalysisEngine(PrimitiveAnalysisEngineController_impl.java:143)

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