Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Could not locate Gemfile or Directory #9

Open
scottemick opened this issue Feb 13, 2018 · 0 comments
Open

Could not locate Gemfile or Directory #9

scottemick opened this issue Feb 13, 2018 · 0 comments

Comments

@scottemick
Copy link

The first time I ran this it worked and I could get the rails web page responding....Now when I run it I get an error "Could not locate Gemfile or .bundle/ directory"

I'm running this on Docker / Windows 10

`D:\Clients\ACAA\meltwater-streaming-relational-database\trunk>docker-compose up
Starting trunk_mssql_1 ... done
Starting trunk_web_1 ... done
Attaching to trunk_mssql_1, trunk_web_1
web_1 | Could not locate Gemfile or .bundle/ directory
trunk_web_1 exited with code 10
mssql_1 | 2018-02-12 05:48:58.90 Server Microsoft SQL Server 2017 (RTM-CU3-GDR) (KB4052987) - 14.0.3015.40 (X64)
Dec 22 2017 16:13:22
Copyright (C) 2017 Microsoft Corporation
Developer Edition (64-bit) on Linux (Ubuntu 16.04.3 LTS)
2018-02-12 05:48:58.91 Server UTC adjustment: 0:00
2018-02-12 05:48:58.91 Server (c) Microsoft Corporation.
2018-02-12 05:48:58.91 Server All rights reserved.
2018-02-12 05:48:58.91 Server Server process ID is 4116.
2018-02-12 05:48:58.91 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'.
2018-02-12 05:48:58.91 Server Registry startup parameters:
-d /var/opt/mssql/data/master.mdf
-l /var/opt/mssql/data/mastlog.ldf
-e /var/opt/mssql/log/errorlog
2018-02-12 05:48:58.94 Server SQL Server detected 1 sockets with 2 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
2018-02-12 05:48:58.95 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2018-02-12 05:48:58.96 Server Detected 1584 MB of RAM. This is an informational message; no user action is required.
2018-02-12 05:48:58.96 Server Using conventional memory in the memory manager.
2018-02-12 05:48:59.14 Server Buffer pool extension is already disabled. No action is necessary.
2018-02-12 05:48:59.27 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled.
2018-02-12 05:48:59.27 Server Implied authentication manager initialization failed. Implied authentication will be disabled.
2018-02-12 05:48:59.28 Server Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA'].
2018-02-12 05:48:59.31 Server The maximum number of dedicated administrator connections for this instance is '1'
2018-02-12 05:48:59.32 Server Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2018-02-12 05:48:59.33 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
2018-02-12 05:48:59.34 Server In-Memory OLTP initialized on lowend machine.
2018-02-12 05:48:59.44 Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
2018-02-12 05:48:59.45 Server Query Store settings initialized with enabled = 1,
2018-02-12 05:48:59.45 spid6s Starting up database 'master'.
2018-02-12 05:48:59.48 Server Software Usage Metrics is disabled.
2018-02-12 05:48:59.65 spid6s 4 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
2018-02-12 05:48:59.66 spid6s 0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
2018-02-12 05:48:59.67 spid6s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2018-02-12 05:48:59.70 spid6s Resource governor reconfiguration succeeded.
2018-02-12 05:48:59.71 spid6s SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2018-02-12 05:48:59.72 spid6s SQL Server Audit has started the audits. This is an informational message. No user action is required.
2018-02-12 05:48:59.82 spid6s SQL Trace ID 1 was started by login "sa".
2018-02-12 05:48:59.84 spid6s Server name is 'c421fcddafdd'. This is an informational message only. No user action is required.
2018-02-12 05:48:59.88 spid24s Always On: The availability replica manager is starting. This is an informational message only. No user action is required.
2018-02-12 05:48:59.91 spid9s Starting up database 'mssqlsystemresource'.
2018-02-12 05:48:59.91 spid22s Starting up database 'msdb'.
2018-02-12 05:48:59.92 spid23s Starting up database 'meltwater_dev'.
2018-02-12 05:48:59.93 spid24s Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required.
2018-02-12 05:48:59.96 spid25s Starting up database 'meltwater_test'.
2018-02-12 05:48:59.99 spid9s The resource database build version is 14.00.3015. This is an informational message only. No user action is required.
2018-02-12 05:49:00.07 spid9s Starting up database 'model'.
2018-02-12 05:49:00.44 spid25s Parallel redo is started for database 'meltwater_test' with worker pool size [1].
2018-02-12 05:49:00.45 spid25s 1 transactions rolled forward in database 'meltwater_test' (6:0). This is an informational message only. No user action is required.
2018-02-12 05:49:00.51 spid6s 0 transactions rolled back in database 'meltwater_test' (6:0). This is an informational message only. No user action is required.
2018-02-12 05:49:00.52 spid6s Parallel redo is shutdown for database 'meltwater_test' with worker pool size [1].
2018-02-12 05:49:00.53 spid23s Parallel redo is started for database 'meltwater_dev' with worker pool size [1].
2018-02-12 05:49:00.55 spid9s Polybase feature disabled.
2018-02-12 05:49:00.55 spid9s Clearing tempdb database.
2018-02-12 05:49:00.59 spid19s A self-generated certificate was successfully loaded for encryption.
2018-02-12 05:49:00.60 spid19s Server is listening on [ 'any' 1433].
2018-02-12 05:49:00.61 Server Server is listening on [ 127.0.0.1 1434].
2018-02-12 05:49:00.63 spid6s Parallel redo is shutdown for database 'meltwater_dev' with worker pool size [1].
2018-02-12 05:49:00.63 Server Dedicated admin connection support was established for listening locally on port 1434.
2018-02-12 05:49:00.65 spid19s SQL Server is now ready for client connections. This is an informational message; no user action is required.
2018-02-12 05:49:01.11 spid9s Starting up database 'tempdb'.
2018-02-12 05:49:01.34 spid9s The tempdb database has 1 data file(s).
2018-02-12 05:49:01.34 spid24s The Service Broker endpoint is in disabled or stopped state.
2018-02-12 05:49:01.35 spid24s The Database Mirroring endpoint is in disabled or stopped state.
2018-02-12 05:49:01.37 spid24s Service Broker manager has started.
2018-02-12 05:49:01.42 spid6s Recovery is complete. This is an informational message only. No user action is required.
2018-02-12 05:54:04.35 spid51 Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
2018-02-12 05:54:04.41 spid51 Using 'xplog70.dll' version '2017.140.3015' to execute extended stored procedure 'xp_msver'. This is an informational message only; no user action is required.
2018-02-12 23:20:11.63 spid52 Using 'dbghelp.dll' version '4.0.5'
Gracefully stopping... (press Ctrl+C again to force)
Stopping trunk_mssql_1 ... done

D:\Clients\ACAA\meltwater-streaming-relational-database\trunk>
D:\Clients\ACAA\meltwater-streaming-relational-database\trunk>docker-compose up
Starting trunk_mssql_1 ... done
Starting trunk_web_1 ... done
Attaching to trunk_mssql_1, trunk_web_1
web_1 | Could not locate Gemfile or .bundle/ directory
trunk_web_1 exited with code 10
mssql_1 | 2018-02-13 14:56:15.10 Server Microsoft SQL Server 2017 (RTM-CU3-GDR) (KB4052987) - 14.0.3015.40 (X64)
Dec 22 2017 16:13:22
Copyright (C) 2017 Microsoft Corporation
Developer Edition (64-bit) on Linux (Ubuntu 16.04.3 LTS)
2018-02-13 14:56:15.10 Server UTC adjustment: 0:00
2018-02-13 14:56:15.11 Server (c) Microsoft Corporation.
2018-02-13 14:56:15.11 Server All rights reserved.
2018-02-13 14:56:15.11 Server Server process ID is 4116.
2018-02-13 14:56:15.11 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'.
2018-02-13 14:56:15.11 Server Registry startup parameters:
-d /var/opt/mssql/data/master.mdf
-l /var/opt/mssql/data/mastlog.ldf
-e /var/opt/mssql/log/errorlog
2018-02-13 14:56:15.14 Server SQL Server detected 1 sockets with 2 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
2018-02-13 14:56:15.14 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2018-02-13 14:56:15.14 Server Detected 1584 MB of RAM. This is an informational message; no user action is required.
2018-02-13 14:56:15.14 Server Using conventional memory in the memory manager.
2018-02-13 14:56:15.34 Server Buffer pool extension is already disabled. No action is necessary.
2018-02-13 14:56:15.49 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled.
2018-02-13 14:56:15.49 Server Implied authentication manager initialization failed. Implied authentication will be disabled.
2018-02-13 14:56:15.49 Server Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA'].
2018-02-13 14:56:15.52 Server The maximum number of dedicated administrator connections for this instance is '1'
2018-02-13 14:56:15.52 Server Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2018-02-13 14:56:15.54 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
2018-02-13 14:56:15.57 Server In-Memory OLTP initialized on lowend machine.
2018-02-13 14:56:15.69 Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
2018-02-13 14:56:15.71 Server Query Store settings initialized with enabled = 1,
2018-02-13 14:56:15.72 Server Software Usage Metrics is disabled.
2018-02-13 14:56:15.72 spid6s Starting up database 'master'.
2018-02-13 14:56:15.91 spid6s 181 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
2018-02-13 14:56:15.92 spid6s 0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
2018-02-13 14:56:15.92 spid6s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2018-02-13 14:56:15.95 spid6s Resource governor reconfiguration succeeded.
2018-02-13 14:56:15.96 spid6s SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2018-02-13 14:56:15.97 spid6s SQL Server Audit has started the audits. This is an informational message. No user action is required.
2018-02-13 14:56:16.12 spid6s SQL Trace ID 1 was started by login "sa".
2018-02-13 14:56:16.14 spid6s Server name is 'c421fcddafdd'. This is an informational message only. No user action is required.
2018-02-13 14:56:16.17 spid22s Always On: The availability replica manager is starting. This is an informational message only. No user action is required.
2018-02-13 14:56:16.19 spid9s Starting up database 'mssqlsystemresource'.
2018-02-13 14:56:16.19 spid22s Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required.
2018-02-13 14:56:16.19 spid24s Starting up database 'msdb'.
2018-02-13 14:56:16.22 spid23s Starting up database 'meltwater_dev'.
2018-02-13 14:56:16.23 spid25s Starting up database 'meltwater_test'.
2018-02-13 14:56:16.23 spid9s The resource database build version is 14.00.3015. This is an informational message only. No user action is required.
2018-02-13 14:56:16.30 spid9s Starting up database 'model'.
2018-02-13 14:56:16.60 spid19s A self-generated certificate was successfully loaded for encryption.
2018-02-13 14:56:16.61 spid19s Server is listening on [ 'any' 1433].
2018-02-13 14:56:16.64 Server Server is listening on [ 127.0.0.1 1434].
2018-02-13 14:56:16.64 spid25s Parallel redo is started for database 'meltwater_test' with worker pool size [1].
2018-02-13 14:56:16.65 Server Dedicated admin connection support was established for listening locally on port 1434.
2018-02-13 14:56:16.66 spid19s SQL Server is now ready for client connections. This is an informational message; no user action is required.
2018-02-13 14:56:16.66 spid25s 49 transactions rolled forward in database 'meltwater_test' (6:0). This is an informational message only. No user action is required.
2018-02-13 14:56:16.76 spid23s Parallel redo is started for database 'meltwater_dev' with worker pool size [1].
2018-02-13 14:56:16.78 spid9s Polybase feature disabled.
2018-02-13 14:56:16.79 spid9s Clearing tempdb database.
2018-02-13 14:56:16.80 spid6s 0 transactions rolled back in database 'meltwater_test' (6:0). This is an informational message only. No user action is required.
2018-02-13 14:56:16.82 spid6s Parallel redo is shutdown for database 'meltwater_test' with worker pool size [1].
2018-02-13 14:56:16.84 spid23s 41 transactions rolled forward in database 'meltwater_dev' (5:0). This is an informational message only. No user action is required.
2018-02-13 14:56:17.03 spid6s 0 transactions rolled back in database 'meltwater_dev' (5:0). This is an informational message only. No user action is required.
2018-02-13 14:56:17.04 spid6s Parallel redo is shutdown for database 'meltwater_dev' with worker pool size [1].
2018-02-13 14:56:17.41 spid9s Starting up database 'tempdb'.
2018-02-13 14:56:17.68 spid9s The tempdb database has 1 data file(s).
2018-02-13 14:56:17.69 spid27s The Service Broker endpoint is in disabled or stopped state.
2018-02-13 14:56:17.69 spid27s The Database Mirroring endpoint is in disabled or stopped state.
2018-02-13 14:56:17.70 spid27s Service Broker manager has started.
2018-02-13 14:56:17.80 spid6s Recovery is complete. This is an informational message only. No user action is required.
2018-02-13 15:01:21.01 spid51 Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
2018-02-13 15:01:21.08 spid51 Using 'xplog70.dll' version '2017.140.3015' to execute extended stored procedure 'xp_msver'. This is an informational message only; no user action is required.`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant