On Wed, Aug 24, 2011 at 8:06 PM, Jörn Kottmann <[email protected]> wrote:

> On 8/25/11 12:46 AM, [email protected] wrote:
>
>> Hi,
>>
>> I am doing some experiments with UIMA AS. I create two deployment
>> descriptors that work fine alone, but if I try to launch both with the
>> command
>>
>> deployAsyncService.sh Deploy01.xml Deploy02.xml
>>
>> it fails. I get the following exception: Caused by:
>> javax.management.**MalformedObjectNameException: Invalid character ':' in
>> value part of property
>>
>> Do you have any clue what I am doing wrong?
>>
>
> I also have a couple of descriptors which are independent,
> and only deploy on at a time with the deployAsyncService.sh
> script.
>
> I am not sure what the script does when you give it two descriptors,
> but when you run the command multiple times it creates a new process
> each time, which makes things more robust in case something goes wrong
> with one of your processes.
>
> You can just safely run it multiple times, like this:
> deployAsyncService.sh Deploy01.xml
> deployAsyncService.sh Deploy02.xml
>
> It then creates to corresponding log files.
>
> I guess the way you tried it should work, but I don't know
> why it does not. Maybe a problem with one of the two
> deploy descriptors, or a bug?
>
> Hope this helps,
> Jörn
>

It worked. Thank you Jörn.

Reply via email to