Git Product home page Git Product logo

Comments (19)

jkaa avatar jkaa commented on September 27, 2024

Is there no one actively looking at newly created issues?

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

hello @jkaa,
I missed the github notification, I will give a look this night

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

Do you have any error ?
I can run the current docker-compose whithout any issue.
All you need is the nginx.conf file that is at the root of this repository.

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

The nginx.conf is in place. I do not get any error, I just cannot access the invoiceninja webpage and I do not see any log messages of the web container in the docker logs.

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

can you paste all your docker log ?

Le 1 juin 2016 à 22:26, Johannes [email protected] a écrit :

The nginx.conf is in place. I do not get any error, I just cannot access the invoiceninja webpage and I do not see any log messages of the web container in the docker logs.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #8 (comment), or mute the thread https://github.com/notifications/unsubscribe/AATHHR9PxF1hM-iTcxeAgahYhPOnbN6wks5qHer6gaJpZM4IpV7h.

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024
Attaching to dockerfiles_db_1, dockerfiles_app_1, dockerfiles_web_1
app_1 | [29-May-2016 16:09:43] NOTICE: fpm is running, pid 1
app_1 | [29-May-2016 16:09:43] NOTICE: ready to handle connections
app_1 | [29-May-2016 16:10:30] NOTICE: Terminating ...
app_1 | [29-May-2016 16:10:30] NOTICE: exiting, bye-bye!
app_1 | [29-May-2016 18:01:49] NOTICE: fpm is running, pid 1
app_1 | [29-May-2016 18:01:49] NOTICE: ready to handle connections
db_1  | Initializing database
db_1  | 2016-05-29T16:09:42.597675Z 0 [Warning] InnoDB: New log files created, LSN=45790
db_1  | 2016-05-29T16:09:42.763909Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
db_1  | 2016-05-29T16:09:42.858852Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: c0ff734c-25b7-11e6-8265-0242ac110002.
db_1  | 2016-05-29T16:09:42.869089Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
db_1  | 2016-05-29T16:09:42.869352Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
db_1  | 2016-05-29T16:09:45.495979Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:45.496006Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:45.496018Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:45.496025Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:45.496079Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | Database initialized
db_1  | MySQL init process in progress...
db_1  | 2016-05-29T16:09:48.217267Z 0 [Note] mysqld (mysqld 5.7.12) starting as process 50 ...
db_1  | 2016-05-29T16:09:48.219625Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1  | 2016-05-29T16:09:48.219643Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1  | 2016-05-29T16:09:48.219646Z 0 [Note] InnoDB: Uses event mutexes
db_1  | 2016-05-29T16:09:48.219649Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1  | 2016-05-29T16:09:48.219652Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
db_1  | 2016-05-29T16:09:48.219657Z 0 [Note] InnoDB: Using Linux native AIO
db_1  | 2016-05-29T16:09:48.219864Z 0 [Note] InnoDB: Number of pools: 1
db_1  | 2016-05-29T16:09:48.219954Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1  | 2016-05-29T16:09:48.225483Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1  | 2016-05-29T16:09:48.230931Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1  | 2016-05-29T16:09:48.232098Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1  | 2016-05-29T16:09:48.243473Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1  | 2016-05-29T16:09:48.260377Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1  | 2016-05-29T16:09:48.260449Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1  | 2016-05-29T16:09:48.332807Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1  | 2016-05-29T16:09:48.333407Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1  | 2016-05-29T16:09:48.333414Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1  | 2016-05-29T16:09:48.333822Z 0 [Note] InnoDB: Waiting for purge to start
db_1  | 2016-05-29T16:09:48.383985Z 0 [Note] InnoDB: 5.7.12 started; log sequence number 2522067
db_1  | 2016-05-29T16:09:48.384260Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1  | 2016-05-29T16:09:48.384405Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1  | 2016-05-29T16:09:48.385678Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160529 16:09:48
db_1  | 2016-05-29T16:09:48.386087Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
db_1  | 2016-05-29T16:09:48.429742Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:48.429779Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:48.429794Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:48.429808Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:48.430981Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:48.435115Z 0 [Note] Event Scheduler: Loaded 0 events
db_1  | 2016-05-29T16:09:48.435244Z 0 [Note] mysqld: ready for connections.
db_1  | Version: '5.7.12'  socket: '/var/run/mysqld/mysqld.sock'  port: 0  MySQL Community Server (GPL)
db_1  | Warning: Unable to load '/usr/share/zoneinfo/Factory' as time zone. Skipping it.
db_1  | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
db_1  | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
db_1  | Warning: Unable to load '/usr/share/zoneinfo/posix/Factory' as time zone. Skipping it.
db_1  | Warning: Unable to load '/usr/share/zoneinfo/right/Factory' as time zone. Skipping it.
db_1  | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
db_1  | 2016-05-29T16:09:51.258481Z 4 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:51.258497Z 4 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:51.258518Z 4 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | mysql: [Warning] Using a password on the command line interface can be insecure.
db_1  | 
db_1  | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
db_1  | 
db_1  | 2016-05-29T16:09:51.263366Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1  | 2016-05-29T16:09:51.263381Z 0 [Note] Shutting down slave threads
db_1  | 2016-05-29T16:09:51.263383Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1  | 2016-05-29T16:09:51.263386Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1  | 2016-05-29T16:09:51.263410Z 0 [Note] Binlog end
db_1  | 2016-05-29T16:09:51.263833Z 0 [Note] Shutting down plugin 'ngram'
db_1  | 2016-05-29T16:09:51.263840Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1  | 2016-05-29T16:09:51.263842Z 0 [Note] Shutting down plugin 'partition'
db_1  | 2016-05-29T16:09:51.263843Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1  | 2016-05-29T16:09:51.263845Z 0 [Note] Shutting down plugin 'MEMORY'
db_1  | 2016-05-29T16:09:51.263847Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1  | 2016-05-29T16:09:51.263850Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1  | 2016-05-29T16:09:51.263852Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1  | 2016-05-29T16:09:51.263853Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1  | 2016-05-29T16:09:51.263854Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1  | 2016-05-29T16:09:51.263857Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1  | 2016-05-29T16:09:51.263859Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1  | 2016-05-29T16:09:51.263860Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1  | 2016-05-29T16:09:51.263861Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1  | 2016-05-29T16:09:51.263862Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1  | 2016-05-29T16:09:51.263863Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1  | 2016-05-29T16:09:51.263864Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1  | 2016-05-29T16:09:51.263865Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1  | 2016-05-29T16:09:51.263867Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1  | 2016-05-29T16:09:51.263868Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1  | 2016-05-29T16:09:51.263869Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1  | 2016-05-29T16:09:51.263870Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1  | 2016-05-29T16:09:51.263871Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1  | 2016-05-29T16:09:51.263873Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1  | 2016-05-29T16:09:51.263874Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1  | 2016-05-29T16:09:51.263877Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1  | 2016-05-29T16:09:51.263879Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1  | 2016-05-29T16:09:51.263880Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1  | 2016-05-29T16:09:51.263882Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1  | 2016-05-29T16:09:51.263883Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1  | 2016-05-29T16:09:51.263886Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1  | 2016-05-29T16:09:51.263888Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1  | 2016-05-29T16:09:51.263889Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1  | 2016-05-29T16:09:51.263890Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1  | 2016-05-29T16:09:51.263892Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1  | 2016-05-29T16:09:51.263895Z 0 [Note] Shutting down plugin 'InnoDB'
db_1  | 2016-05-29T16:09:51.263928Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1  | 2016-05-29T16:09:51.263960Z 0 [Note] InnoDB: Starting shutdown...
db_1  | 2016-05-29T16:09:51.364086Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1  | 2016-05-29T16:09:51.387226Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160529 16:09:51
db_1  | 2016-05-29T16:09:52.586594Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12127644
db_1  | 2016-05-29T16:09:52.588195Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1  | 2016-05-29T16:09:52.588208Z 0 [Note] Shutting down plugin 'MyISAM'
db_1  | 2016-05-29T16:09:52.588218Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1  | 2016-05-29T16:09:52.588225Z 0 [Note] Shutting down plugin 'CSV'
db_1  | 2016-05-29T16:09:52.588231Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1  | 2016-05-29T16:09:52.588268Z 0 [Note] Shutting down plugin 'sha256_password'
db_1  | 2016-05-29T16:09:52.588292Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1  | 2016-05-29T16:09:52.588449Z 0 [Note] Shutting down plugin 'binlog'
db_1  | 2016-05-29T16:09:52.588841Z 0 [Note] mysqld: Shutdown complete
db_1  | 
db_1  | 
db_1  | MySQL init process done. Ready for start up.
db_1  | 
db_1  | 2016-05-29T16:09:52.778510Z 0 [Note] mysqld (mysqld 5.7.12) starting as process 1 ...
db_1  | 2016-05-29T16:09:52.781268Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1  | 2016-05-29T16:09:52.781294Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1  | 2016-05-29T16:09:52.781298Z 0 [Note] InnoDB: Uses event mutexes
db_1  | 2016-05-29T16:09:52.781301Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1  | 2016-05-29T16:09:52.781307Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
db_1  | 2016-05-29T16:09:52.781310Z 0 [Note] InnoDB: Using Linux native AIO
db_1  | 2016-05-29T16:09:52.781528Z 0 [Note] InnoDB: Number of pools: 1
db_1  | 2016-05-29T16:09:52.781629Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1  | 2016-05-29T16:09:52.786377Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1  | 2016-05-29T16:09:52.791785Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1  | 2016-05-29T16:09:52.792967Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1  | 2016-05-29T16:09:52.804287Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1  | 2016-05-29T16:09:52.820108Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1  | 2016-05-29T16:09:52.820182Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1  | 2016-05-29T16:09:52.895911Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1  | 2016-05-29T16:09:52.896571Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1  | 2016-05-29T16:09:52.896581Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1  | 2016-05-29T16:09:52.896980Z 0 [Note] InnoDB: Waiting for purge to start
db_1  | 2016-05-29T16:09:52.947452Z 0 [Note] InnoDB: 5.7.12 started; log sequence number 12127644
db_1  | 2016-05-29T16:09:52.948414Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1  | 2016-05-29T16:09:52.948726Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1  | 2016-05-29T16:09:52.952011Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
db_1  | 2016-05-29T16:09:52.952525Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1  | 2016-05-29T16:09:52.952964Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160529 16:09:52
db_1  | 2016-05-29T16:09:52.953180Z 0 [Note] IPv6 is available.
db_1  | 2016-05-29T16:09:52.953193Z 0 [Note]   - '::' resolves to '::';
db_1  | 2016-05-29T16:09:52.953234Z 0 [Note] Server socket created on IP: '::'.
db_1  | 2016-05-29T16:09:53.008394Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:53.008420Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:53.009880Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T16:09:53.013712Z 0 [Note] Event Scheduler: Loaded 0 events
db_1  | 2016-05-29T16:09:53.013860Z 0 [Note] mysqld: ready for connections.
db_1  | Version: '5.7.12'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
db_1  | 2016-05-29T16:10:30.204324Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1  | 2016-05-29T16:10:30.204350Z 0 [Note] Shutting down slave threads
db_1  | 2016-05-29T16:10:30.204353Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1  | 2016-05-29T16:10:30.204357Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1  | 2016-05-29T16:10:30.204384Z 0 [Note] Binlog end
db_1  | 2016-05-29T16:10:30.204858Z 0 [Note] Shutting down plugin 'ngram'
db_1  | 2016-05-29T16:10:30.204866Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1  | 2016-05-29T16:10:30.204869Z 0 [Note] Shutting down plugin 'partition'
db_1  | 2016-05-29T16:10:30.204871Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1  | 2016-05-29T16:10:30.204873Z 0 [Note] Shutting down plugin 'MEMORY'
db_1  | 2016-05-29T16:10:30.204875Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1  | 2016-05-29T16:10:30.204878Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1  | 2016-05-29T16:10:30.204880Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1  | 2016-05-29T16:10:30.204882Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1  | 2016-05-29T16:10:30.204884Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1  | 2016-05-29T16:10:30.204886Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1  | 2016-05-29T16:10:30.204888Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1  | 2016-05-29T16:10:30.204890Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1  | 2016-05-29T16:10:30.204891Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1  | 2016-05-29T16:10:30.204893Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1  | 2016-05-29T16:10:30.204895Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1  | 2016-05-29T16:10:30.204897Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1  | 2016-05-29T16:10:30.204899Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1  | 2016-05-29T16:10:30.204900Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1  | 2016-05-29T16:10:30.204902Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1  | 2016-05-29T16:10:30.204904Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1  | 2016-05-29T16:10:30.204906Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1  | 2016-05-29T16:10:30.204908Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1  | 2016-05-29T16:10:30.204909Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1  | 2016-05-29T16:10:30.204911Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1  | 2016-05-29T16:10:30.204913Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1  | 2016-05-29T16:10:30.204915Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1  | 2016-05-29T16:10:30.204917Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1  | 2016-05-29T16:10:30.204918Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1  | 2016-05-29T16:10:30.204920Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1  | 2016-05-29T16:10:30.204922Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1  | 2016-05-29T16:10:30.204924Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1  | 2016-05-29T16:10:30.204925Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1  | 2016-05-29T16:10:30.204927Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1  | 2016-05-29T16:10:30.204929Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1  | 2016-05-29T16:10:30.204931Z 0 [Note] Shutting down plugin 'InnoDB'
db_1  | 2016-05-29T16:10:30.204982Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1  | 2016-05-29T16:10:30.205046Z 0 [Note] InnoDB: Starting shutdown...
db_1  | 2016-05-29T16:10:30.305304Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1  | 2016-05-29T16:10:30.305497Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160529 16:10:30
db_1  | 2016-05-29T16:10:31.840245Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12127672
db_1  | 2016-05-29T16:10:31.841919Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1  | 2016-05-29T16:10:31.841931Z 0 [Note] Shutting down plugin 'MyISAM'
db_1  | 2016-05-29T16:10:31.841937Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1  | 2016-05-29T16:10:31.841941Z 0 [Note] Shutting down plugin 'CSV'
db_1  | 2016-05-29T16:10:31.841944Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1  | 2016-05-29T16:10:31.841969Z 0 [Note] Shutting down plugin 'sha256_password'
db_1  | 2016-05-29T16:10:31.841971Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1  | 2016-05-29T16:10:31.842095Z 0 [Note] Shutting down plugin 'binlog'
db_1  | 2016-05-29T16:10:31.842457Z 0 [Note] mysqld: Shutdown complete
db_1  | 
db_1  | 2016-05-29T18:01:49.599576Z 0 [Note] mysqld (mysqld 5.7.12) starting as process 1 ...
db_1  | 2016-05-29T18:01:49.602150Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1  | 2016-05-29T18:01:49.602170Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1  | 2016-05-29T18:01:49.602173Z 0 [Note] InnoDB: Uses event mutexes
db_1  | 2016-05-29T18:01:49.602175Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1  | 2016-05-29T18:01:49.602179Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
db_1  | 2016-05-29T18:01:49.602185Z 0 [Note] InnoDB: Using Linux native AIO
db_1  | 2016-05-29T18:01:49.602449Z 0 [Note] InnoDB: Number of pools: 1
db_1  | 2016-05-29T18:01:49.602692Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1  | 2016-05-29T18:01:49.607256Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1  | 2016-05-29T18:01:49.612649Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1  | 2016-05-29T18:01:49.613902Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1  | 2016-05-29T18:01:49.625337Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1  | 2016-05-29T18:01:49.635715Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1  | 2016-05-29T18:01:49.635792Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1  | 2016-05-29T18:01:49.741398Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1  | 2016-05-29T18:01:49.742169Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1  | 2016-05-29T18:01:49.742186Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1  | 2016-05-29T18:01:49.742701Z 0 [Note] InnoDB: Waiting for purge to start
db_1  | 2016-05-29T18:01:49.792890Z 0 [Note] InnoDB: 5.7.12 started; log sequence number 12127672
db_1  | 2016-05-29T18:01:49.793031Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1  | 2016-05-29T18:01:49.793137Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1  | 2016-05-29T18:01:49.795515Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160529 18:01:49
db_1  | 2016-05-29T18:01:49.795638Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
db_1  | 2016-05-29T18:01:49.795647Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1  | 2016-05-29T18:01:49.795675Z 0 [Note] IPv6 is available.
db_1  | 2016-05-29T18:01:49.795682Z 0 [Note]   - '::' resolves to '::';
db_1  | 2016-05-29T18:01:49.795700Z 0 [Note] Server socket created on IP: '::'.
db_1  | 2016-05-29T18:01:49.805528Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T18:01:49.805547Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T18:01:49.807038Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1  | 2016-05-29T18:01:49.812976Z 0 [Note] Event Scheduler: Loaded 0 events
db_1  | 2016-05-29T18:01:49.813163Z 0 [Note] mysqld: ready for connections.
db_1  | Version: '5.7.12'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
db_1  | 2016-05-30T16:41:16.194138Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 67241088ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
db_1  | 2016-05-31T16:26:46.173295Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 71085455ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
db_1  | 2016-06-01T16:26:12.373899Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 71777863ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

what docker ps gives ?

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

docker ps

a95ca08e860d        nginx                       "nginx -g 'daemon off"   3 days ago          Up 3 days           443/tcp, 0.0.0.0:32774->80/tcp   dockerfiles_web_1
e3c8a63caacf        invoiceninja/invoiceninja   "/entrypoint.sh php-f"   3 days ago          Up 3 days           80/tcp, 9000/tcp                 dockerfiles_app_1
ef508f332f77        mysql                       "docker-entrypoint.sh"   3 days ago          Up 3 days           3306/tcp                         dockerfiles_db_1

docker-compose ps

dockerfiles_app_1   /entrypoint.sh php-fpm        Up      80/tcp, 9000/tcp               
dockerfiles_db_1    docker-entrypoint.sh mysqld   Up      3306/tcp                       
dockerfiles_web_1   nginx -g daemon off;          Up      443/tcp, 0.0.0.0:32774->80/tcp 

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

Can you try with an other port then the 80 ?

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

You mean like that?
docker-compose ps

dockerfiles_app_1   /entrypoint.sh php-fpm        Up      80/tcp, 9000/tcp              
dockerfiles_db_1    docker-entrypoint.sh mysqld   Up      3306/tcp                      
dockerfiles_web_1   nginx -g daemon off;          Up      443/tcp, 0.0.0.0:8888->80/tcp 

Unfortunately no difference...

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

change the last line of your docker compose by 80:8888 and try to connect on your web server on port 8888

Le 1 juin 2016 à 22:43, Johannes [email protected] a écrit :

You mean like that?
docker-compose ps

dockerfiles_app_1 /entrypoint.sh php-fpm Up 80/tcp, 9000/tcp
dockerfiles_db_1 docker-entrypoint.sh mysqld Up 3306/tcp
dockerfiles_web_1 nginx -g daemon off; Up 443/tcp, 0.0.0.0:8888->80/tcp
Unfortunately no difference...


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #8 (comment), or mute the thread https://github.com/notifications/unsubscribe/AATHHa5mNdyMIPTy3RsnbjX9SPRlykCfks5qHe7ZgaJpZM4IpV7h.

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

Are you sure it is not the other way round? HOST:CONTAINER (8888:80).
(https://docs.docker.com/compose/compose-file/#ports)
Anyways, none of the two combinations do work for me.

I also tried to map port 443 to a different high port. No log messaged and page does not get loaded.

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

Your are right it's the other one.
Any way I don't understand why you can't request your web server.

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

Me neither. :-(
Can you show me your docker logs?

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

You can try with my docker compose to start

db:
  image: mysql
  environment:
    MYSQL_DATABASE: ninja
    MYSQL_ROOT_PASSWORD: mdp

app:
  image: invoiceninja/invoiceninja
  links:
    - db:mysql

web:
  image: nginx
  volumes:
    - ./nginx.conf:/etc/nginx/nginx.conf:ro
  links:
    - app
  volumes_from:
    - app
  ports:
    - 8002:80

My logs will not be really helpfull I think

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

Ok tried but there is absolutely no way to get through to the webserver. The same is true for the same setup in digitalocean's droplet. Do you get any logs from the web container?

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

can you try with a raw nginx ?

from dockerfiles.

jkaa avatar jkaa commented on September 27, 2024

It is also not working, there seems to be the problem....
Container is up and running, no reaction to browser/curl etc.

I really appreciate your efforts, but this indicates it is not an invoiceninja problem at all.

from dockerfiles.

lalop avatar lalop commented on September 27, 2024

I think to.
This seems to come from your server configuration.

Le 2 juin 2016 à 00:04, Johannes [email protected] a écrit :

It is also not working, there seems to be the problem....
Container is up and running, no reaction to browser/curl etc.

I really appreciate your efforts, but this indicates it is not an invoiceninja problem at all.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #8 (comment), or mute the thread https://github.com/notifications/unsubscribe/AATHHeQb3-xT2JmcTNmCVsdZHSW_L5lOks5qHgH3gaJpZM4IpV7h.

from dockerfiles.

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.