Skip to content

Braker is missing JAVA_PATH and others - disable the UTR option in the wrapper #38

@bgruening

Description

@bgruening
# Fri Oct 20 14:01:56 2023: Trying to set $PYTHON3_PATH...
# Fri Oct 20 14:01:56 2023: Did not find environment variable $PYTHON3_PATH.
# Fri Oct 20 14:01:56 2023: Trying to guess PYTHON3_PATH from location of python3 executable that is available in your $PATH
# Fri Oct 20 14:01:56 2023: Checking /opt/conda/bin as potential path for $PYTHON3_PATH.
# Fri Oct 20 14:01:56 2023: Success! Setting $PYTHON3_PATH to /opt/conda/bin!
# Fri Oct 20 14:01:56 2023: Trying to set $JAVA_PATH...
# Fri Oct 20 14:01:56 2023: Did not find environment variable $JAVA_PATH.
# Fri Oct 20 14:01:56 2023: ERROR: in file /opt/BRAKER/scripts/braker.pl at line 1795
$JAVA_PATH not set!
There are 3 alternative ways to set JAVA_PATH for
braker.pl:
   a) provide command-line argument --JAVA_PATH=/your/path
   b) use an existing environment variable $JAVA_PATH
      for setting the environment variable, run
           export JAVA_PATH=/your/path
      in your shell. You may append this to your .bashrc or 
      .profile file in order to make the variable available to
      all your bash sessions.
   c) braker.pl can try guessing the location of 
      JAVA_PATH from the location of java
      executable if it is available in your $PATH variable.
      If you try to rely on this option, you can check by
      typing
           which java
      in your shell, whether the executable is in your $PATH

```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions