Onpremise sentry 10 installation issue

I am new to sentry and try to install onpremise sentry 10 but getting below issue, can someone please let me know how we can install previous version where SSE4 is not required. Since i am new to docker and even sentry i am not sure how to proceed further.

Error: FAIL: The CPU your machine is running on does not support the SSE 4.2 instruction set, which is required for one of the services Sentry uses (Clickhouse). See https://git.io/JvLDt for more info.

Have you checked the link in the error, which describes the issue and a potential workaround?

What CPUs are you using? Intel has had SSE4.2 since 2009 from what I can tell.

Hi BYK,

Sorry for the delayed response but unfortunately i did not completely understand the work around mentioned for installing the Sentry 10. From The link it’s clear that we required CPU’s with SSE4 enabled on the server for installation of Sentry 10

Hi matt,

Even sorry for you too for the delayed response, we have “Intel® Xeon® CPU E5-2690 v3 @ 2.60GHz” CPU on the servers.

Thanks,
Sunil Palugula

@spalugula so those processors seem to have SSE4.2 support based on this page: http://www.cpu-world.com/CPUs/Xeon/Intel-Xeon%20E5-2690%20v3.html

Could it be that this information is not available inside Docker and our check fails? You can try removing these lines and see if Clickhouse and everything else actually works: https://github.com/getsentry/onpremise/blob/8c053b661af67c1616092d3d9a02f55c029eac07/install.sh#L67-L72

I’d appreciate if you can report back if this worked so we can improve the script to prevent issues like this in the future.

1 Like

Hi BYK,

Thanks for your reply but unfortunately since we had issue with version 10 sentry we proceeded with Sentry 9.1 and we are good with the installation. i will give a try with what you have recommended but need some time as it requires separate machine for installation.

Thanks,
Sunil Palugula

1 Like

@spalugula thanks a lot for the response and happy to hear you were able to proceed with 9.1. Apologies for the trouble and hope we can get it resolved!

1 Like