Giter Site home page Giter Site logo

Error during installation about gitpab HOT 19 CLOSED

zubroide avatar zubroide commented on August 21, 2024
Error during installation

from gitpab.

Comments (19)

mnvx avatar mnvx commented on August 21, 2024 1

Currently as I see cron task in Docker is not works. I will fix it soon.

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

Where you have message

password authentication failed for user "gitpab"

In web interface or in console? Need more information.

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

@mnvx thanks for the reply, that was my mistake.
it works perfectly with docker.

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

@mnvx by the way, the first time it takes more than 1 hour, and still no results. How I can know everything is ok or no?

it writes gitpab-php exited with code 1 in many different colors.

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

@mnvx 5 hours without result, I'm sure something is needed to do.

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

Hmm... I has checked current commit from master branch and scheduler is works after my morning changes. Are you use version from fresh commit?

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

gitpab-php exited with code 1

May you give more information from log?

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

Hmm... I has checked current commit from master branch and scheduler is works after my morning changes. Are you use version from fresh commit?

Yes, I pulled it today, 6-7 hours ago.

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

gitpab-php exited with code 1

May you give more information from log?

Sure, at the end it shows:

...
Step 31/31 : ENTRYPOINT ["/root/entrypoint.sh"]
 ---> Using cache
 ---> 2c1d02896ff7

Successfully built 2c1d02896ff7
Successfully tagged gitpab_php:latest
Starting gitpab-db ... done
Recreating gitpab-php ... done
Recreating gitpab-nginx ... done
Attaching to gitpab-db, gitpab-php, gitpab-nginx
gitpab-db | 2019-06-18 14:33:17.251 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
gitpab-db | 2019-06-18 14:33:17.251 UTC [1] LOG:  listening on IPv6 address "::", port 5432
gitpab-db | 2019-06-18 14:33:17.264 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
gitpab-db | 2019-06-18 14:33:17.297 UTC [24] LOG:  database system was shut down at 2019-06-18 14:32:57 UTC
gitpab-db | 2019-06-18 14:33:17.309 UTC [1] LOG:  database system is ready to accept connections
: invalid optionn/bash: -
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
....

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

Strange.
I do not know reason, but try to use it without volume for code. Just comment next lines:

volumes:
- code:/var/www/html

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

Strange.
I do not know reason, but try to use it without volume for code. Just comment next lines:

volumes:
- code:/var/www/html

It shows another error:

...
Step 30/31 : RUN composer dump-autoload
 ---> Running in 9e1da7aa0134
Generating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover

Fatal error: Uncaught ReflectionException: Class Illuminate\Contracts\Console\rffffffffffffffffffffff6 does not exist in /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php:752
Stack trace:
#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(752): ReflectionClass->__construct('Illuminate\\Cont...')
#1 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\Container\Container->build('Illuminate\\Cont...')
#2 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(586): Illuminate\Container\Container->resolve('Illuminate\\Cont...', Array)
#3 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(732): Illuminate\Container\Container->make('Illuminate\\Cont...', Array)
#4 /var/www/html/artisan(33): Illuminate\Foundation\Application->make('Illuminate\\Cont...')
#5 {main}
  thrown in /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 752
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 255
ERROR: Service 'php' failed to build: The command '/bin/sh -c composer dump-autoload' returned a non-zero code: 255

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

Try to delete php container and rebuild it without cached layers

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

@mnvx done, it shows:

...
Step 31/31 : ENTRYPOINT ["/root/entrypoint.sh"]
 ---> Running in b14c7d3d4844
Removing intermediate container b14c7d3d4844
 ---> 56c475a36c9d

Successfully built 56c475a36c9d
Successfully tagged gitpab_php:latest
Pulling nginx (nginx:alpine)...
alpine: Pulling from library/nginx
e7c96db7181b: Already exists
f0e40e45c95e: Pull complete
Creating gitpab-db ... done
Creating gitpab-php ... done
Creating gitpab-nginx ... done
Attaching to gitpab-db, gitpab-php, gitpab-nginx
gitpab-db | The files belonging to this database system will be owned by user "postgres".
gitpab-db | This user must also own the server process.
gitpab-db |
gitpab-db | The database cluster will be initialized with locale "en_US.utf8".
gitpab-db | The default database encoding has accordingly been set to "UTF8".
gitpab-db | The default text search configuration will be set to "english".
gitpab-db |
gitpab-db | Data page checksums are disabled.
gitpab-db |
gitpab-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
gitpab-db | creating subdirectories ... ok
gitpab-db | selecting default max_connections ... 100
gitpab-db | selecting default shared_buffers ... 128MB
gitpab-db | selecting dynamic shared memory implementation ... posix
gitpab-db | creating configuration files ... ok
gitpab-db | running bootstrap script ... ok
gitpab-db | performing post-bootstrap initialization ... ok
gitpab-db | syncing data to disk ...
gitpab-db | WARNING: enabling "trust" authentication for local connections
gitpab-db | You can change this by editing pg_hba.conf or using the option -A, or
gitpab-db | --auth-local and --auth-host, the next time you run initdb.
gitpab-db | ok
gitpab-db |
gitpab-db | Success. You can now start the database server using:
gitpab-db |
gitpab-db |     pg_ctl -D /var/lib/postgresql/data -l logfile start
gitpab-db |
gitpab-db | waiting for server to start....2019-06-18 21:40:13.256 UTC [42] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
gitpab-db | 2019-06-18 21:40:13.276 UTC [43] LOG:  database system was shut down at 2019-06-18 21:40:12 UTC
gitpab-db | 2019-06-18 21:40:13.283 UTC [42] LOG:  database system is ready to accept connections
: invalid optionn/bash: -
gitpab-db |  done
gitpab-db | server started
gitpab-db | CREATE DATABASE
gitpab-db |
gitpab-db |
gitpab-db | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
gitpab-db |
gitpab-db | 2019-06-18 21:40:13.732 UTC [42] LOG:  received fast shutdown request
gitpab-db | waiting for server to shut down....2019-06-18 21:40:13.736 UTC [42] LOG:  aborting any active transactions
gitpab-db | 2019-06-18 21:40:13.739 UTC [42] LOG:  background worker "logical replication launcher" (PID 49) exited with exit code 1
gitpab-db | 2019-06-18 21:40:13.740 UTC [44] LOG:  shutting down
gitpab-db | 2019-06-18 21:40:13.765 UTC [42] LOG:  database system is shut down
gitpab-db |  done
gitpab-db | server stopped
gitpab-db |
gitpab-db | PostgreSQL init process complete; ready for start up.
gitpab-db |
gitpab-db | 2019-06-18 21:40:13.843 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
gitpab-db | 2019-06-18 21:40:13.843 UTC [1] LOG:  listening on IPv6 address "::", port 5432
gitpab-db | 2019-06-18 21:40:13.853 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
gitpab-db | 2019-06-18 21:40:13.874 UTC [60] LOG:  database system was shut down at 2019-06-18 21:40:13 UTC
gitpab-db | 2019-06-18 21:40:13.881 UTC [1] LOG:  database system is ready to accept connections
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
gitpab-php exited with code 1
...

what's the optimal time for waiting, until it will pull all data from the Gitlab API?

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

Message

gitpab-php exited with code 1

Prints unlimited times or it passes through some time?

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

Message

gitpab-php exited with code 1

Prints unlimited times or it passes through some time?

For now, its shown 15 times and the amount is increased.

from gitpab.

tonoyandev avatar tonoyandev commented on August 21, 2024

@mnvx hi, I tried to launch it with the 1.4.0 release, now it shows an error when I log in:

ErrorException (E_WARNING)
file_put_contents(
/data/www/gitpab/storage/framework/cache/data/85/5f/855f92484c8c414d36c1b25cb24876e30229cbbf): 
failed to open stream: 
No such file or directory

from gitpab.

asharabu avatar asharabu commented on August 21, 2024

Hi,

I am also getting below error,

gitpab-php exited with code 1
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
gitpab-php exited with code 1
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash:

Anybody able to fix this error?

from gitpab.

mnvx avatar mnvx commented on August 21, 2024

@asharabu may you give more data from log? And what is your OS?

from gitpab.

asharabu avatar asharabu commented on August 21, 2024

Hi,

I am trying this in docker for windows in the windows 10.

gitpab-nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
gitpab-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
gitpab-nginx | 10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf
gitpab-nginx | 10-listen-on-ipv6-by-default.sh: /etc/nginx/conf.d/default.conf differs from the packages version, exiting
gitpab-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
gitpab-nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
gitpab-nginx | 2020/06/10 06:59:45 [emerg] 1#1: host not found in upstream "php" in /etc/nginx/conf.d/default.conf:13
gitpab-nginx | nginx: [emerg] host not found in upstream "php" in /etc/nginx/conf.d/default.conf:13
gitpab-nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
gitpab-nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
gitpab-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
gitpab-nginx | 10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf
gitpab-nginx | 10-listen-on-ipv6-by-default.sh: /etc/nginx/conf.d/default.conf differs from the packages version, exiting
gitpab-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
gitpab-nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
gitpab-db |
gitpab-db | PostgreSQL Database directory appears to contain a database; Skipping initialization
gitpab-db |
gitpab-db | 2020-06-10 06:59:39.524 UTC [1] LOG: starting PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
gitpab-db | 2020-06-10 06:59:39.526 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
gitpab-db | 2020-06-10 06:59:39.526 UTC [1] LOG: listening on IPv6 address "::", port 5432
gitpab-db | 2020-06-10 06:59:39.799 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
gitpab-db | 2020-06-10 06:59:40.197 UTC [25] LOG: database system was interrupted; last known up at 2020-06-10 06:19:32 UTC
gitpab-db | 2020-06-10 06:59:54.705 UTC [25] LOG: database system was not properly shut down; automatic recovery in progress
gitpab-db | 2020-06-10 06:59:54.820 UTC [25] LOG: redo starts at 0/1645DC0
gitpab-db | 2020-06-10 06:59:54.820 UTC [25] LOG: invalid record length at 0/1645DF8: wanted 24, got 0
gitpab-db | 2020-06-10 06:59:54.820 UTC [25] LOG: redo done at 0/1645DC0
gitpab-db | 2020-06-10 06:59:55.618 UTC [1] LOG: database system is ready to accept connections
gitpab-php exited with code 1
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
gitpab-php exited with code 1
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
gitpab-php exited with code 1
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -
: invalid optionn/bash: -

from gitpab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.