Ok yes it is as if the server is not running. However there is nothing in the logs to indicate there is a problem with starting the server. (see below) I also tried starting the VNS before trying to run the example (on a given port) and the same error occurs. I also tried starting the VNS server and then starting the service that is called in the example using the command:
> java -DVNS_HOST=localhost -DVNS_PORT=9005 org.apache.uima.adapter.vinci.VinciAnalysisEngineService_impl ../examples/deploy/vinci/Deploy_MeetingDetectorTAE.xml) And this produces the same error except there is only one attempt to connect. Thanks again for helping out. Katherine 10/16/07 4:24:27 PM - 10: org.apache.uima.collection.impl.cpm.container.deployer.vns.LocalVNS.initiali ze: INFO: The CPM is about to test its VNS port 9005 for availability. (Thread Name: BaseCPMImpl-Thread) 10/16/07 4:24:27 PM - 10: org.apache.uima.collection.impl.cpm.container.deployer.vns.LocalVNS.initiali ze: INFO: The service port 9005 is available on localhost. (Thread Name: BaseCPMImpl-Thread) 10/16/07 4:24:27 PM - 10: org.apache.uima.collection.impl.cpm.container.deployer.vns.LocalVNS.initiali ze: INFO: The CPM VNS activity started on port 9005. (Thread Name: BaseCPMImpl-Thread) 10/16/07 4:24:27 PM - 11: org.apache.uima.collection.impl.cpm.container.deployer.vns.LocalVNS.process: INFO: The CPM VNS thread started. (Thread Name: VNS-Thread) VNS Port: 9005 10/16/07 4:24:27 PM - 10: org.apache.uima.collection.impl.cpm.container.deployer.vinci.VinciCasProcess orDeployer.initialize: INFO: The next port was retrieved from the service port queue. (Thread Name: BaseCPMImpl-Thread) 10/16/07 4:24:27 PM - 10: org.apache.uima.collection.impl.cpm.container.deployer.vinci.VinciCasProcess orDeployer.initialize: INFO: The service port is not available yet. There are 5000 retries left to acquire the port. (Thread Name: BaseCPMImpl-Thread) (keeps trying until it gives up and produces exception). On 16/10/07 19:28, "Eddie Epstein" <[EMAIL PROTECTED]> wrote: > This error is associated with the service not registering with the Vinci > name server built into the CPM. Please check the uima.log created by the > service; hopefully the service was able to start and there will be some > error there. If not, you could try starting the same service manually, using > a public VNS, and modify the CPE descriptor to use that. > > Eddie > > On 10/12/07, Katherine Enderling <[EMAIL PROTECTED]> wrote: >> >> When I try to run the MeetingFinderCPE_Managed_Unix.xml example using the >> UIMA CPE GUI tool in eclipse I get the error below. I get the same error >> trying to run my own managed Vinci service. >> Can anyone help? >> Thanks very much! >> Katherine >> >> Error loading CPE Descriptor >> >> /Volumes/DATA/Programming/apache-uima/examples/descriptors/collection_proces >> sing_engine/MeetingFinderCPE_Managed_Unix.xml >> org.apache.uima.util.InvalidXM >> LException: Invalid descriptor at >> >> file:/Volumes/DATA/Programming/apache-uima/examples/deploy/vinci/Deploy_Meet >> ingDetectorTAE.xml. >> at >> org.apache.uima.util.impl.XMLParser_impl.parse(XMLParser_impl.java:193) >> >> at >> org.apache.uima.util.impl.XMLParser_impl.parseResourceSpecifier >> (XMLParser_im >> pl.java:365) >> at >> org.apache.uima.util.impl.XMLParser_impl.parseResourceSpecifier >> (XMLParser_im >> pl.java:346) >> at >> org.apache.uima.tools.cpm.CpmPanel.openCpeDescriptor(CpmPanel.java:1781) >> >> at org.apache.uima.tools.cpm.CpmPanel.actionPerformed(CpmPanel.java:845) >> >> at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java >> :1882) >> >> at >> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java >> :2202) >> at >> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java >> :4 >> 20) >> at >> javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) >> >> at javax.swing.AbstractButton.doClick(AbstractButton.java:334) >> at >> javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000) >> >> at >> javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased >> (BasicMenuItemUI >> .java:1041) >> at >> java.awt.Component.processMouseEvent(Component.java:5554) >> at >> javax.swing.JComponent.processMouseEvent(JComponent.java:3126) >> at >> java.awt.Component.processEvent(Component.java:5319) >> at >> java.awt.Container.processEvent(Container.java:2010) >> at >> java.awt.Component.dispatchEventImpl(Component.java:4021) >> at >> java.awt.Container.dispatchEventImpl(Container.java:2068) >> at >> java.awt.Component.dispatchEvent(Component.java:3869) >> at >> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256) >> >> at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936) >> >> at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866) >> at >> java.awt.Container.dispatchEventImpl(Container.java:2054) >> at >> java.awt.Window.dispatchEventImpl(Window.java:1774) >> at >> java.awt.Component.dispatchEvent(Component.java:3869) >> at >> java.awt.EventQueue.dispatchEvent(EventQueue.java:463) >> at >> java.awt.EventDispatchThread.pumpOneEventForHierarchy( >> EventDispatchThread.ja >> va:269) >> at >> java.awt.EventDispatchThread.pumpEventsForHierarchy( >> EventDispatchThread.java >> :190) >> at >> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) >> at >> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) >> at >> java.awt.EventDispatchThread.run(EventDispatchThread.java:110) >> Caused by: >> org.apache.uima.util.InvalidXMLException: The XML parser encountered an >> unknown element type: deployment. >> at >> org.apache.uima.util.impl.XMLParser_impl.buildObject >> (XMLParser_impl.java:276 >> ) >> at >> org.apache.uima.util.impl.SaxDeserializer_impl.getObject >> (SaxDeserializer_imp >> l.java:114) >> at >> org.apache.uima.util.impl.XMLParser_impl.parse(XMLParser_impl.java:184) >> >> ... 30 more >> >> >> >> -- Katherine Enderling http://www.cognia.com This e-mail is confidential and intended solely for the addressee(s). If you are not the intended recipient, you must not disclose, copy, distribute or take any action in reliance upon it. If you have received the e-mail in error, please notify the sender or Cognia EU Ltd and delete the transmission immediately.
