So I am going through the new setup for Solr in my test upgrade environment and have gotten stuck with the step where it says to generate a password in encrypted format. A few questions on it.
Solved! Go to Solution.
I used the same user I provided while installing the Solr server. I copied over the Windchill JDK to my Solr server. After that I set the wt.index.server.jdk property and added SOLR_JAVA_HOME variable in set_env in SolrServer/bin
I used the same user I provided while installing the Solr server. I copied over the Windchill JDK to my Solr server. After that I set the wt.index.server.jdk property and added SOLR_JAVA_HOME variable in set_env in SolrServer/bin
I thought I was in a command prompt, but I was in the command prompt that had started the Solr Server and then shut down. Once I opened a command prompt it found the java command. @BineshKumar1, thank you for the information. I have my SolrServer and Windchill server on the same machine, so the setup pointed wt.index.server.jdk already to that path. I think that I will go ahead and change it to where I have installed the latest Java.