Comments on: Setup and Basic Preparation for Sitecore 9 Installation https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/ Expert Digital Insights Tue, 31 Jul 2018 09:27:52 +0000 hourly 1 By: Lawrence Haigh https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18521 Tue, 31 Jul 2018 09:27:52 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18521 2 issues which caused me some problems when using java 10 and above. Make these changes if the solr service is not starting.
1. You need to remove UseParNewGC from the solr.cmd
2. Find –> if “%%a” GEQ “9” (
Replace with –> if %%a GEQ 9 (
Hope this helps someone else as well.

]]>
By: Toby Gutierrez https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18520 Tue, 17 Apr 2018 20:51:50 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18520 In reply to Faisal Bashir.

You will need to use https versus http. In your case use: https://localhost:8983/solr.

]]>
By: Toby Gutierrez https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18519 Tue, 17 Apr 2018 20:50:40 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18519 In reply to Pedro Graca.

This could be because of many different things just make sure that when you start up your service using NSSM that it is pointed to the correct solr.cmd file in the solr-6.6.2\bin folder.

]]>
By: Faisal Bashir https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18518 Thu, 08 Feb 2018 16:06:41 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18518 Cant browse to http://localhost:8983/solr , dashboard is not appearing.

]]>
By: Pedro Graca https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18517 Thu, 01 Feb 2018 11:52:50 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18517 Thank you for your article it’s very insightful. However, I am having an issue when I try to run the Solr service I receive a message that states the following:
“Windows could not start the SOLR 662 service on Local Computer.
The service did not return an error. This could be an internal Windows error or an internal service error.
If the problem persists, contact your system administrator.”
I can start the service manually but ideally I would like to do so.
Thank you,
Pedro

]]>
By: jgondev https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18516 Wed, 24 Jan 2018 16:21:23 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18516 After importing the certificate a restart of the service is needed to make it read the configuration again. Just in case this helps somebody.

]]>
By: Toby Gutierrez https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18515 Mon, 15 Jan 2018 17:45:50 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18515 In reply to Yorria.

Modified the post to reflect nssm.exe. Thank you for the feedback, it helps us all out in the community!

]]>
By: Yorria https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18514 Mon, 15 Jan 2018 16:09:18 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18514 On step 5, the command line I had to use was actually
C:Program Filesnssmwin64> nssm.exe install solr6
(was missing the exe)

]]>
By: Dmytro “Shedal” Shevchenko https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18513 Wed, 03 Jan 2018 09:55:15 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18513 I could not import the generated keystore file, because it was in an old (non-pkcs12) format. To ensure the correct format is used, you can add \”-deststoretype pkcs12\” to the keytool command. If you already generated the jks file and it can not be imported, you can use this command to convert it: \”keytool -importkeystore -srckeystore solr-ssl.keystore.jks -destkeystore solr-ssl.keystore.jks -deststoretype pkcs12\”.

]]>
By: Toby Gutierrez https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18512 Wed, 13 Dec 2017 01:43:33 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18512 In reply to Nick.

Unfortunately, I do not have any experience with XP1 install just yet. Whatever you find out though when it is installed, please do enlighten us here. Thanks!

]]>
By: Nick https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18511 Wed, 13 Dec 2017 00:26:08 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18511 Do you have any instructions for installing XP1 or an install script that I could use.I have limited experience with sitecore 9 and trying to modify the xp0 script into a XP1 script isn\’t working out.

]]>
By: Nikki https://blogs.perficient.com/2017/10/26/setup-and-basic-preparation-for-sitecore-9-installation/#comment-18510 Mon, 13 Nov 2017 15:20:48 +0000 https://blogs.perficient.com/microsoft/?p=36634#comment-18510 Awesome Thank You. Just followed the steps and installation guide. Finally Sitecore 9.0 installed easily with minor hiccup 🙂

]]>