You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Daniel Russ (JIRA)" <ji...@apache.org> on 2018/01/05 16:28:00 UTC

[jira] [Closed] (OPENNLP-1179) BRAT Annotator service Fails to start

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

Daniel Russ closed OPENNLP-1179.
--------------------------------

> BRAT Annotator service Fails to start 
> --------------------------------------
>
>                 Key: OPENNLP-1179
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1179
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Applications
>    Affects Versions: 1.8.4
>         Environment: Linux (Centos)
>            Reporter: Daniel Russ
>             Fix For: 1.8.5
>
>
> me@machine$ brat-annotation-service
> Error: Could not find or load main class opennlp.bratann.NameFinderAnnService
> caused by:
> /usr/bin/java -Xmx1024m -cp 'lib/*' opennlp.bratann.NameFinderAnnService
> should be:
> VACMD -Xmx1024m -cp $(echo $OPENNLP_HOME/lib/*.jar | tr ' ' ':') opennlp.bratann.NameFinderAnnService $@
> as is found in the opennlp script.  I thought this was fixed already, but clearly was not.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)