You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@streampipes.apache.org by "Iorio, Michele" <mi...@gft.com> on 2022/07/05 16:23:58 UTC

Problems connecting to the Consul instance and starting my components

Hello,
I am having problems in the functioning of some components developed for SP that until a few days ago started correctly.
The problem is that "consul" is not started and reachable.

17:08:46.262 SP [main] INFO  o.a.s.commons.networking.Networking - Using port from provided environment variable SP_PORT: 6666
17:08:46.264 SP [main] INFO  o.a.s.c.init.DeclarersSingleton - Registering 0 configs in key/value store
17:08:46.283 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Checking if consul is available...
17:08:47.288 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Could not connect to Consul instance...
17:08:47.288 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Retrying in 1 second
17:08:48.300 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Checking if consul is available...

On the browser by contacting the url where consul runs: http://localhost:8500/
the result is: "Unable to reach the site"

I am using SP version 0.69.0, downloaded as zip and docker in version 3.3.2

[cid:image001.png@01D8909C.29C19500]

I have reinstalled docker and SP several times, but the result doesn't change.
Do you have any suggestions?

Thanks
Michele


Michele Iorio
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 010 583158
michele.iorio@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Societ? sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

RE: Problems connecting to the Consul instance and starting my components

Posted by "Iorio, Michele" <mi...@gft.com>.
Hi Dominik,
this is the logging output of the consul container

$ docker-compose logs consul
Attaching to streampipes_consul_1
consul_1                       | ==> Starting Consul agent...
consul_1                       |            Version: '1.9.6'
consul_1                       |            Node ID: '4c38043d-2690-03e7-8686-fc488969431b'
consul_1                       |          Node name: 'consul-one'
consul_1                       |         Datacenter: 'dc1' (Segment: '<all>')
consul_1                       |             Server: true (Bootstrap: true)
consul_1                       |        Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, gRPC: -1, DNS: 8600)
consul_1                       |       Cluster Addr: 172.31.0.9 (LAN: 8301, WAN: 8302)
consul_1                       |            Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false, Auto-Encrypt-TLS: false
consul_1                       |
consul_1                       | ==> Log data will now stream in as it occurs:
consul_1                       |
consul_1                       | 2022-07-05T15:45:31.978Z [WARN]  agent: BootstrapExpect is set to 1; this is the same as Bootstrap mode.
consul_1                       | 2022-07-05T15:45:31.978Z [WARN]  agent: bootstrap = true: do not enable unless necessary
consul_1                       | 2022-07-05T15:45:31.978Z [WARN]  agent: using enable-script-checks without ACLs and without allow_write_http_from is DANGEROUS, use enable-local-script-checks instead, see https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations/
consul_1                       | 2022-07-05T15:45:32.016Z [WARN]  agent.auto_config: BootstrapExpect is set to 1; this is the same as Bootstrap mode.
consul_1                       | 2022-07-05T15:45:32.017Z [WARN]  agent.auto_config: bootstrap = true: do not enable unless necessary
consul_1                       | 2022-07-05T15:45:32.017Z [WARN]  agent.auto_config: using enable-script-checks without ACLs and without allow_write_http_from is DANGEROUS, use enable-local-script-checks instead, see https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations/
consul_1                       | 2022-07-05T15:45:32.175Z [INFO]  agent.server.raft: initial configuration: index=1 servers="[{Suffrage:Voter ID:4c38043d-2690-03e7-8686-fc488969431b Address:172.31.0.9:8300}]"
consul_1                       | 2022-07-05T15:45:32.175Z [INFO]  agent.server.raft: entering follower state: follower="Node at 172.31.0.9:8300 [Follower]" leader=
consul_1                       | 2022-07-05T15:45:32.177Z [INFO]  agent.server.serf.wan: serf: EventMemberJoin: consul-one.dc1 172.31.0.9
consul_1                       | 2022-07-05T15:45:32.179Z [INFO]  agent.server.serf.lan: serf: EventMemberJoin: consul-one 172.31.0.9
consul_1                       | 2022-07-05T15:45:32.180Z [INFO]  agent.router: Initializing LAN area manager
consul_1                       | 2022-07-05T15:45:32.186Z [INFO]  agent.server: Adding LAN server: server="consul-one (Addr: tcp/172.31.0.9:8300) (DC: dc1)"
consul_1                       | 2022-07-05T15:45:32.187Z [INFO]  agent.server: Handled event for server in area: event=member-join server=consul-one.dc1 area=wan
consul_1                       | 2022-07-05T15:45:32.189Z [INFO]  agent: Started DNS server: address=0.0.0.0:8600 network=tcp
consul_1                       | 2022-07-05T15:45:32.189Z [INFO]  agent: Started DNS server: address=0.0.0.0:8600 network=udp
consul_1                       | 2022-07-05T15:45:32.193Z [INFO]  agent: Starting server: address=[::]:8500 network=tcp protocol=http
consul_1                       | 2022-07-05T15:45:32.199Z [WARN]  agent: DEPRECATED Backwards compatibility with pre-1.9 metrics enabled. These metrics will be removed in a future version of Consul. Set `telemetry { disable_compat_1.9 = true }` to disable them.
consul_1                       | 2022-07-05T15:45:32.199Z [INFO]  agent: started state syncer
consul_1                       | 2022-07-05T15:45:32.199Z [INFO]  agent: Consul agent running!
consul_1                       | 2022-07-05T15:45:37.151Z [INFO]  agent: Newer Consul version available: new_version=1.12.2 current_version=1.9.6
consul_1                       | 2022-07-05T15:45:37.973Z [WARN]  agent.server.raft: heartbeat timeout reached, starting election: last-leader=
consul_1                       | 2022-07-05T15:45:37.973Z [INFO]  agent.server.raft: entering candidate state: node="Node at 172.31.0.9:8300 [Candidate]" term=2
consul_1                       | 2022-07-05T15:45:38.018Z [INFO]  agent.server.raft: election won: tally=1
consul_1                       | 2022-07-05T15:45:38.019Z [INFO]  agent.server.raft: entering leader state: leader="Node at 172.31.0.9:8300 [Leader]"
consul_1                       | 2022-07-05T15:45:38.019Z [INFO]  agent.server: cluster leadership acquired
consul_1                       | 2022-07-05T15:45:38.019Z [INFO]  agent.server: New leader elected: payload=consul-one
consul_1                       | 2022-07-05T15:45:38.059Z [INFO]  agent.leader: started routine: routine="federation state anti-entropy"
consul_1                       | 2022-07-05T15:45:38.060Z [INFO]  agent.leader: started routine: routine="federation state pruning"
consul_1                       | 2022-07-05T15:45:38.060Z [INFO]  agent.server: member joined, marking health alive: member=consul-one
consul_1                       | 2022-07-05T15:45:38.121Z [INFO]  agent.server: federation state anti-entropy synced
consul_1                       | 2022-07-05T15:45:38.225Z [INFO]  agent: Synced node info
consul_1                       | 2022-07-05T15:45:51.667Z [INFO]  agent: Synced service: service=core-iHcdtm
consul_1                       | 2022-07-05T15:45:53.155Z [INFO]  agent: Synced service: service=org.apache.streampipes.extensions.all.jvm-kTa0Ls
consul_1                       | 2022-07-05T15:45:53.531Z [INFO]  agent: Synced service: service=org-apache-streampipes-sources-simulator-watertank-JfHKCd
consul_1                       | 2022-07-05T15:45:55.267Z [WARN]  agent: Check is now critical: check=service:core-iHcdtm
consul_1                       | 2022-07-05T15:45:55.285Z [INFO]  agent: Synced check: check=service:core-iHcdtm
consul_1                       | 2022-07-05T15:45:57.992Z [WARN]  agent: Check is now critical: check=service:org-apache-streampipes-sources-simulator-watertank-JfHKCd
consul_1                       | 2022-07-05T15:45:58.077Z [INFO]  agent: Synced check: check=service:org-apache-streampipes-sources-simulator-watertank-JfHKCd
consul_1                       | 2022-07-05T15:46:02.914Z [WARN]  agent: Check is now critical: check=service:org.apache.streampipes.extensions.all.jvm-kTa0Ls
consul_1                       | 2022-07-05T15:46:02.932Z [INFO]  agent: Synced check: check=service:org.apache.streampipes.extensions.all.jvm-kTa0Ls
consul_1                       | 2022-07-05T15:46:05.268Z [WARN]  agent: Check is now critical: check=service:core-iHcdtm
consul_1                       | 2022-07-05T15:46:07.993Z [WARN]  agent: Check is now critical: check=service:org-apache-streampipes-sources-simulator-watertank-JfHKCd
consul_1                       | 2022-07-05T15:46:12.915Z [WARN]  agent: Check is now critical: check=service:org.apache.streampipes.extensions.all.jvm-kTa0Ls
consul_1                       | 2022-07-05T15:46:15.269Z [WARN]  agent: Check is now critical: check=service:core-iHcdtm
consul_1                       | 2022-07-05T15:46:19.213Z [INFO]  agent: Synced check: check=service:org-apache-streampipes-sources-simulator-watertank-JfHKCd
consul_1                       | 2022-07-05T15:46:25.270Z [WARN]  agent: Check is now critical: check=service:core-iHcdtm
consul_1                       | 2022-07-05T15:46:25.730Z [INFO]  agent: Synced check: check=service:org.apache.streampipes.extensions.all.jvm-kTa0Ls
consul_1                       | 2022-07-05T15:46:38.204Z [INFO]  agent: Synced check: check=service:core-iHcdtm



I checked the listening ports on my pc, but I don't see the 8500 port.

Where is the docker-compose file located?
If you are referring to the files in the:   /incubator-streampipes/installer/cli/deploy/standalone/consul  folder, these are the contents:

docker-compose.dev.yml

version: "3.4"
services:
  consul:
    ports:
      - "8500:8500"
      - "8600:8600"


docker-compose.yml


version: "3.4"
services:
  consul:
    image: fogsyio/consul:1.9.6
    environment:
      - "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
      - "CONSUL_BIND_INTERFACE=eth0"
      - "CONSUL_HTTP_ADDR=0.0.0.0"
    entrypoint:
      - consul
      - agent
      - -server
      - -bootstrap-expect=1
      - -data-dir=/consul/data
      - -node=consul-one
      - -bind={{ GetInterfaceIP "eth0" }}
      - -client=0.0.0.0
      - -enable-script-checks=true
      - -ui
    volumes:
      - consul:/consul/data
    logging:
      driver: "json-file"
      options:
        max-size: "1m"
        max-file: "1"
    networks:
      spnet:
        ipv4_address: ${SP_CONSUL_CONTAINER_IP}

volumes:
  consul:

networks:
  spnet:
    external: true




Docker version is still the same (3.3.2), I haven't updated it.

Thanks.
Michele





Michele Iorio
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 010 583158
michele.iorio@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Dominik Riemer <do...@bytefabrik.ai>
Sent: martedì 5 luglio 2022 19:00
To: users@streampipes.apache.org
Subject: RE: Problems connecting to the Consul instance and starting my components


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Michele,

can you check the logging output of the consul container?
E.g., docker-compose logs consul

I assume port 8500 is properly mapped in your docker-compose file in case you don't use the CLI?

If there's no consul output pointing to an error and port 8500 is open, have you recently updated your Docker version?

Best,
Dominik



From: Iorio, Michele <mi...@gft.com>>
Sent: Tuesday, July 5, 2022 6:24 PM
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: Problems connecting to the Consul instance and starting my components

Hello,
I am having problems in the functioning of some components developed for SP that until a few days ago started correctly.
The problem is that "consul" is not started and reachable.

17:08:46.262 SP [main] INFO  o.a.s.commons.networking.Networking - Using port from provided environment variable SP_PORT: 6666
17:08:46.264 SP [main] INFO  o.a.s.c.init.DeclarersSingleton - Registering 0 configs in key/value store
17:08:46.283 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Checking if consul is available...
17:08:47.288 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Could not connect to Consul instance...
17:08:47.288 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Retrying in 1 second
17:08:48.300 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Checking if consul is available...

On the browser by contacting the url where consul runs: http://localhost:8500/
the result is: "Unable to reach the site"

I am using SP version 0.69.0, downloaded as zip and docker in version 3.3.2

[cid:image001.png@01D89149.0FC50580]

I have reinstalled docker and SP several times, but the result doesn't change.
Do you have any suggestions?

Thanks
Michele


Michele Iorio
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 010 583158
michele.iorio@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=05%7C01%7Cmichele.iorio%40gft.com%7Cc29e16bff868414dde6208da5ea7e441%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637926372456352695%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=H0xr5isk%2FDG20mWXs0PuUocqQzRBVNHXtrHhgWslA80%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=05%7C01%7Cmichele.iorio%40gft.com%7Cc29e16bff868414dde6208da5ea7e441%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637926372456352695%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=9N7MkvIWcduljsNl%2B67dOY8BJJmPXWxJy%2BIO57LwYtg%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=05%7C01%7Cmichele.iorio%40gft.com%7Cc29e16bff868414dde6208da5ea7e441%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637926372456352695%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=6nr1jmLI6mSUUJRfortH9QtAAnZpujNAm5dP9Lc1L48%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it%2520&data=05%7C01%7Cmichele.iorio%40gft.com%7Cc29e16bff868414dde6208da5ea7e441%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637926372456352695%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=kyaS4fFgf0DxUonk6%2FYOZvldHF%2BonXSUNO9xw%2F6x8AA%3D&reserved=0>

[cid:image002.png@01D89149.0FC50580]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Fabout-us%2FSustainability&data=05%7C01%7Cmichele.iorio%40gft.com%7Cc29e16bff868414dde6208da5ea7e441%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637926372456352695%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ZkjDsaQvoFKLMcKisCvo5QeOEIQTqu2Z40KKhgfpXCs%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

RE: Problems connecting to the Consul instance and starting my components

Posted by Dominik Riemer <do...@bytefabrik.ai>.
Hi Michele,

can you check the logging output of the consul container?
E.g., docker-compose logs consul

I assume port 8500 is properly mapped in your docker-compose file in case you don't use the CLI?

If there's no consul output pointing to an error and port 8500 is open, have you recently updated your Docker version?

Best,
Dominik



From: Iorio, Michele <mi...@gft.com>
Sent: Tuesday, July 5, 2022 6:24 PM
To: users@streampipes.apache.org
Subject: Problems connecting to the Consul instance and starting my components

Hello,
I am having problems in the functioning of some components developed for SP that until a few days ago started correctly.
The problem is that "consul" is not started and reachable.

17:08:46.262 SP [main] INFO  o.a.s.commons.networking.Networking - Using port from provided environment variable SP_PORT: 6666
17:08:46.264 SP [main] INFO  o.a.s.c.init.DeclarersSingleton - Registering 0 configs in key/value store
17:08:46.283 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Checking if consul is available...
17:08:47.288 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Could not connect to Consul instance...
17:08:47.288 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Retrying in 1 second
17:08:48.300 SP [main] INFO  o.a.s.s.consul.ConsulProvider - Checking if consul is available...

On the browser by contacting the url where consul runs: http://localhost:8500/
the result is: "Unable to reach the site"

I am using SP version 0.69.0, downloaded as zip and docker in version 3.3.2

[cid:image001.png@01D890A1.70314080]

I have reinstalled docker and SP several times, but the result doesn't change.
Do you have any suggestions?

Thanks
Michele


Michele Iorio
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 010 583158
michele.iorio@gft.com<ma...@gft.com>
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it%20>

[cid:image002.png@01D890A1.70314080]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________