eiffel-community / eiffel-easy2use

A sandbox to be used to try out the Eiffel protocol and related services
Apache License 2.0
10 stars 19 forks source link

Failed to run Eiffel bundle on docker desktop for windows 4.3.0. (backend WSL2) #65

Closed gftea closed 2 years ago

gftea commented 2 years ago

Description

Failed to run Eiffel bundle on docker desktop for windows 4.3.0. (backend WSL2)

See Error logs below

Errors logs

gftea@DESKTOP-HSSMUD8:~/repo/eiffel-easy2use$ ./easy2use start Eiffel -t Docker

Easy2Use Target Configuration Target Type: Docker Identified Docker Type: Docker on Linux HOST:

Easy2Use Bundle Configuration Bundle: Eiffel Network: eiffel.0_1 Command: start Do you want to continue (y/n)? y Easy2Use: Docker up package service(s): mongodb mongo_seed rabbitmq ei_backend_artifact ei_backend_sourcechange ei_backend_testexecution ei_backend_allevents ei_frontend vici dummy_er remrem_generate remrem_publish er jenkins jenkins_fem nexus unexpected character "." in variable name near "spring.application.name=eiffel-backend-testexecution\nserver.port=8080\nrules.path=/rules/TestExecutionObjectRules-Eiffel-Agen-Version.json\nrules.replacement.marker=%IdentifyRulesEventId%\ntest.aggregation.enabled=false\nrabbitmq.domain.id=eiffel\nrabbitmq.component.name=eiffelintelligence-testexecution\nrabbitmq.waitlist.queue.suffix=waitlist-testexecution\nrabbitmq.host=eiffel-rabbitmq\nrabbitmq.port=5672\nrabbitmq.exchange.name=ei-poc-4\nrabbitmq.queue.suffix=messageConsumer\nrabbitmq.queue.durable=true\nrabbitmq.tls.version=\nrabbitmq.user=myuser\nrabbitmq.password=myuser\nspring.data.mongodb.uri=mongodb://eiffel-mongodb:27017\nspring.data.mongodb.database=eiffel_intelligence-testexecution\nserver.session.timeout=1200\nsessions.collection.name=sessions\nfailed.notifications.collection.name=Notification\nfailed.notifications.collection.ttl=600\naggregations.collection.name=aggregated_objects\naggregations.collection.ttl=\nevent.object.map.collection.name=event_object_map\nwaitlist.collection.name=wait_list\nwaitlist.collection.ttl=600\nwaitlist.resend.initial.delay=2000\nwaitlist.resend.fixed.rate=15000\nsubscriptions.collection.name=subscription\nsubscriptions.repeat.handler.collection.name=subscription_repeat_handler\nthreads.core.pool.size=100\nthreads.queue.capacity=5000\nthreads.max.pool.size=150\nscheduled.threadpool.size=100\nemail.sender=noreply@ericsson.com\nemail.subject=Email Subscription Notification\nnotification.retry=3\nspring.mail.host=\nspring.mail.port=\nspring.mail.username=\nspring.mail.password=\nspring.mail.properties.mail.smtp.auth=false\nspring.mail.properties.mail.smtp.starttls.enable=false\nldap.enabled=false\nldap.server.list=\nevent.repository.url=http://eiffel-er:8080/search/\nlogging.level.root=ERROR\nlogging.level.org.springframework.web=DEBUG\nlogging.level.com.ericsson.ei=DEBUG\nWAIT_MB_HOSTS=eiffel-rabbitmq:15672\nWAIT_DB_HOSTS=eiffel-mongodb:27017\n"

gftea commented 2 years ago

problem solved by turning off docker compose V2

m-linner-ericsson commented 2 years ago

Did this solve your problem? Would you regard this to be a documentation issue?

gftea commented 2 years ago

Did this solve your problem? Would you regard this to be a documentation issue?

Yes, can be closed. Good to doc it

m-linner-ericsson commented 2 years ago

Fixed in #69