I have…
- [ ] Checked the logs and have provided the logs if I found something suspicious there
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [X] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
I have a windows 10 OS i am running a docker on a linux container(2.2.05 version)
I downloaded the docker-compose.yml and .env files
Updated the content in .env file
then executed the command “docker-compose up -d”
squidex_squidex_squidex_1 containter is not starting. Logs show
“No usable version of the libssl was found”
Attaching to squidex_squidex_squidex_1, squidex_squidex_mongo_1
e[33msquidex_squidex_1 |e[0m No usable version of the libssl was found
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.579+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols ‘none’
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.584+0000 W ASIO [main] No TransportLayer configured during NetworkInterface startup
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=e377bade8176
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] db version v4.2.5
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] git version: 2261279b51ea13df08ae708ff278f0679c59dc32
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1 11 Sep 2018
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] allocator: tcmalloc
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] modules: none
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] build environment:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] distmod: ubuntu1804
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] distarch: x86_64
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] target_arch: x86_64
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.585+0000 I CONTROL [initandlisten] options: { net: { bindIp: “*” } }
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.586+0000 I STORAGE [initandlisten] Detected data files in /data/db created by the ‘wiredTiger’ storage engine, so setting the active storage engine to ‘wiredTiger’.
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:45.586+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=6488M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress],
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.391+0000 I STORAGE [initandlisten] WiredTiger message [1586948626:391160][1:0x7f9fcd61cb00], txn-recover: Recovering log 5 through 6
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.421+0000 I STORAGE [initandlisten] WiredTiger message [1586948626:421964][1:0x7f9fcd61cb00], txn-recover: Recovering log 6 through 6
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.455+0000 I STORAGE [initandlisten] WiredTiger message [1586948626:455235][1:0x7f9fcd61cb00], txn-recover: Main recovery loop: starting at 5/4736 to 6/256
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.547+0000 I STORAGE [initandlisten] WiredTiger message [1586948626:547043][1:0x7f9fcd61cb00], txn-recover: Recovering log 5 through 6
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.630+0000 I STORAGE [initandlisten] WiredTiger message [1586948626:630694][1:0x7f9fcd61cb00], txn-recover: Recovering log 6 through 6
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.665+0000 I STORAGE [initandlisten] WiredTiger message [1586948626:665156][1:0x7f9fcd61cb00], txn-recover: Set global recovery timestamp: (0, 0)
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.668+0000 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.677+0000 I STORAGE [initandlisten] Timestamp monitor starting
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.678+0000 I CONTROL [initandlisten]
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.678+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.678+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.682+0000 I SHARDING [initandlisten] Marking collection local.system.replset as collection version:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.684+0000 I STORAGE [initandlisten] Flow Control is enabled on this deployment.
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.684+0000 I SHARDING [initandlisten] Marking collection admin.system.roles as collection version:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.685+0000 I SHARDING [initandlisten] Marking collection admin.system.version as collection version:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.687+0000 I SHARDING [initandlisten] Marking collection local.startup_log as collection version:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.688+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory ‘/data/db/diagnostic.data’
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.690+0000 I SHARDING [LogicalSessionCacheRefresh] Marking collection config.system.sessions as collection version:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.690+0000 I SHARDING [LogicalSessionCacheReap] Marking collection config.transactions as collection version:
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.690+0000 I NETWORK [listener] Listening on /tmp/mongodb-27017.sock
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.690+0000 I NETWORK [listener] Listening on 0.0.0.0
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:46.691+0000 I NETWORK [listener] waiting for connections on port 27017
e[36msquidex_mongo_1 |e[0m 2020-04-15T11:03:47.000+0000 I SHARDING [ftdc] Marking collection local.oplog.rs as collection version:
Expected behavior
Squidex should startup
Minimal reproduction of the problem
Environment
- [X] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [latest]
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: