Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting tak server (via docker) erros on multiple points. #30

Open
woutersf opened this issue Sep 13, 2023 · 0 comments
Open

Starting tak server (via docker) erros on multiple points. #30

woutersf opened this issue Sep 13, 2023 · 0 comments

Comments

@woutersf
Copy link

I had to modifye the docker files because there was a hash sum mismatch.
This has nothing to do with TAKserver.

RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \
    echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \
    echo "Acquire::BrokenProxy    true;" >> /etc/apt/apt.conf.d/99custom

installing postgis3 failed:
#RUN apt install -y postgresql-15-postgis-3
SO I needed to replace that with

ARG PG_MAJOR=15
ARG POSTGIS_MAJOR=3
RUN apt-get install -y --no-install-recommends \
        postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
        postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
        postgis \
        postgresql-$PG_MAJOR-pgrouting \
        postgresql-$PG_MAJOR-cron

Which in the end succeeded.

now it always throws this error on "./linux-mac-start-here.sh"

Creating Certificates
Please set the following variables before running this script: STATE, CITY, ORGANIZATIONAL_UNIT. \n
  The following environment variables can also be set to further secure and customize your certificates: ORGANIZATION, ORGANIZATIONAL_UNIT, CAPASS, and PASS.
2737:             1             24  tak.server.plugins.messaging.PluginMessenger
New User Added:

and also this one:

mkdir: cannot create directory ‘/opt/tak/certs/files/mission_package’: No such file or directory
mkdir: cannot create directory ‘/opt/tak/certs/files/mission_package/certs’: No such file or directory
mkdir: cannot create directory ‘/opt/tak/certs/files/mission_package/manifest’: No such file or directory
cp: cannot stat '/opt/tak/certs/files/truststore-intermediate.p12': No such file or directory
@woutersf woutersf changed the title Sytarting tak server (via docker) failes on multiple points. Starting tak server (via docker) failes on multiple points. Sep 13, 2023
@woutersf woutersf changed the title Starting tak server (via docker) failes on multiple points. Starting tak server (via docker) erros on multiple points. Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant