[ 
https://issues.apache.org/jira/browse/UIMA-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773207#action_12773207
 ] 

Jörn Kottmann commented on UIMA-1647:
-------------------------------------

jo...@karkand:~/uima test/apache-uima$ bin/deploytool.sh
bin/deploytool.sh: 26: /webapps/axis/WEB-INF/classes: not found
Cannot find class to launch

It should try to launch org.apache.axis.client.AdminClient, but I guess it
cannot be found because CATALINE_HOME is not set.

And
UIMA_CLASSPATH=$UIMA_CLASSPATH;$CATALINA_HOME/webapps/axis/WEB-INF/classes
path should be separated by colon and not semicolon.

> Scripts fail to call runUimaClass.sh 
> -------------------------------------
>
>                 Key: UIMA-1647
>                 URL: https://issues.apache.org/jira/browse/UIMA-1647
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>         Environment: Ubuntu Server 8.10, Java 1.6
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>            Priority: Blocker
>             Fix For: 2.3, 2.3AS
>
>
> Executing deployAsyncService.sh fails with the following error message:
> .: 28: runUimaClass.sh: not found 
> deployAsyncService.sh calls runUimaClass.sh with ". runUimaClass.sh ...",
> in an older version this script called setUimaClassPath.sh, but that was 
> done with the absolute path:
> . "$UIMA_HOME/bin/setUimaClassPath.sh"
> I suggest that we change all our .sh scripts to use the absolute path like
> it was done before for at least the deployAsyncService.sh script.

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

Reply via email to