Uploaded image for project: 'OpenNLP'
  1. OpenNLP
  2. OPENNLP-1179

BRAT Annotator service Fails to start

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.4
    • 1.9.0
    • Applications
    • None
    • Linux (Centos)

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              druss@mail.nih.gov Daniel Russ
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: