You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2007/06/20 23:44:26 UTC

[jira] Closed: (UIMA-462) CDE: when saving a remote delegate, where the remote is registered but not running, gets an internal CDE error

     [ https://issues.apache.org/jira/browse/UIMA-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-462.
-------------------------------

    Resolution: Fixed

> CDE: when saving a remote delegate, where the remote is registered but not running, gets an internal CDE error
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-462
>                 URL: https://issues.apache.org/jira/browse/UIMA-462
>             Project: UIMA
>          Issue Type: Bug
>          Components: Eclipse plugins
>    Affects Versions: 2.1
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.2
>
>
> User writes:
> When I use the CDE (Linux - Eclipse 3.2 - UIMA-EE) to add a remote delegate to an Aggregate and then try to save I get "Save failed: Invalid Exception" ... the trace from the Error log is appended.  The problem is that the service is registered but not running ... I see the "resolved to" and "failed to connect" msgs in the window I started eclipse from.  Much the same error msgs when the service is not registered.
> Burn.
> org.apache.uima.taeconfigurator.InternalErrorCDE: Invalid Exception
> 	at org.apache.uima.taeconfigurator.model.DescriptorTCAS.update(DescriptorTCAS.java:96)
> 	at org.apache.uima.taeconfigurator.model.DescriptorTCAS.get(DescriptorTCAS.java:82)
> 	at org.apache.uima.taeconfigurator.editors.MultiPageEditor.validateIndexes(MultiPageEditor.java:988)
> 	at org.apache.uima.taeconfigurator.editors.MultiPageEditor.syncSourceBeforeSavingToFile(MultiPageEditor.java:601)
> 	at org.apache.uima.taeconfigurator.editors.MultiPageEditor.doSave(MultiPageEditor.java:699)
> 	...
> Caused by: org.apache.uima.resource.ResourceInitializationException: Error initializing "org.apache.uima.adapter.vinci.VinciAnalysisEngineServiceAdapter" ...
> 	at org.apache.uima.util.SimpleResourceFactory.produceResource(SimpleResourceFactory.java:143)
> 	at org.apache.uima.impl.CompositeResourceFactory_impl.produceResource(CompositeResourceFactory_impl.java:62)
> 	...
> Caused by: org.apache.uima.resource.ResourceInitializationException
> 	at org.apache.uima.adapter.vinci.VinciAnalysisEngineServiceStub.<init>(VinciAnalysisEngineServiceStub.java:126)
> 	at org.apache.uima.adapter.vinci.VinciAnalysisEngineServiceAdapter.initialize(VinciAnalysisEngineServiceAdapter.java:59)
> 	at org.apache.uima.util.SimpleResourceFactory.produceResource(SimpleResourceFactory.java:122)
> 	... 73 more
> Caused by: org.apache.vinci.transport.ServiceDownException: Could not connect to service: org.gale.rosetta.ibm.mtUIMA1
> 	at org.apache.vinci.transport.VinciClient.open(VinciClient.java:433)
> 	at org.apache.vinci.transport.VinciClient.<init>(VinciClient.java:92)
> 	at org.apache.uima.adapter.vinci.VinciAnalysisEngineServiceStub.<init>(VinciAnalysisEngineServiceStub.java:113)
> 	... 75 more

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