This looks like poor error messaging. The target descriptor argument for deployAsyncService needs to be a Deployment Descriptor. The example deployment descriptors are in uimaj-examples/deploy/as
MeetingDetectorAsyncAE.xml is a descriptor used in a UIMA aggregate to reference a UIMA-AS service; it is a client side descriptor. Eddie On Tue, May 17, 2011 at 12:33 PM, Vinod <[email protected]> wrote: > Hello! > I am trying to deploy the sample AsyncAE - > > /uimaj-examples/descriptors/as/MeetingDetectorAsyncAE.xml > > and when I execute > > "./deployAsyncService.sh > /path/uimaj-examples/descriptors/as/MeetingDetectorAsyncAE.xml" > > I get the following error, any pointers would be > appreciated! > > Error > SEPM0004: When 'standalone' or 'doctype-system' is specified, the document > must be > well-formed; but this document contains a top-level text node > Transformation failed: Run-time errors were reported > > Thanks. > >
