Unable to start or access the application after upgrading to 4600 or 4610

Unable to start or access the application after upgrading to 4600 or 4610

Issues:

Unable to start or access the application after upgrading to 4600 or 4610 version.

Case 1:
The application fails to start.

Case 2:
The application was started successfully, but couldn't access the UI

Root cause:

A few files were missing in the instance which is responsible for accessing/starting the application successfully

This case occurs only in a windows environment.

Case 1 error trace:

Trying to start PostgresSQL server failed 
INFO   | jvm 1    Problem while Starting

Trace to be checked on the wrapper log under <Analytics home>\logs\wrapper

Case 2 error trace:
Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:780)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:56)
at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:225)
... 25 more
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:778)
... 35 more

Trace to be checked on the serverout_(today's date) log under <Analytics home>\logs\serverout_(today's date)

Note: Where (today's date)  to be denoted of server's current date right next to the file name serverout_.
Example: serverout_2021-04-27.txt

Solutions: 

Case 1: 
Step 1: Log on to the installed server of  Zoho Analytics on-premise

Step 2: Navigate to the below path

<Analytics home>\conf\wrapper.conf


Step 3: Open the file and please add the below entry if it is missing at the end of the line.

set.PATH=../lib;%PATH%




Step 4: Save the file and start the  Zoho Analytics on-premise service.

Case 2:
 
Step 1: Log on to the installed server of  Zoho Analytics on-premise.

Step 2: Navigate to the below path

<Analytics home>\conf\server.xml


Step 3: Open the file and please add the below parameter right before the 'scheme' param inside the "<<!-- Define a non-SSL Coyote ...." title tag as shown in the below picture.

protocol="com.adventnet.zoho.db.onpremise.session.KeystorePassDecryptor"





Step 4: Save the file and restart the  Zoho Analytics on-premise service







        Create. Review. Publish.

        Write, edit, collaborate on, and publish documents to different content management platforms.

        Get Started Now


          Access your files securely from anywhere

            Zoho CRM Training Programs

            Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

            Zoho CRM Training
              Redefine the way you work
              with Zoho Workplace

                Zoho DataPrep Personalized Demo

                If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

                Zoho CRM Training

                  Create, share, and deliver

                  beautiful slides from anywhere.

                  Get Started Now


                    Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                    BOOK A SESSION







                                Quick LinksWorkflow AutomationData Collection
                                Web FormsEnterpriseOnline Data Collection Tool
                                Embeddable FormsBankingBegin Data Collection
                                Interactive FormsWorkplaceData Collection App
                                CRM FormsCustomer ServiceAccessible Forms
                                Digital FormsMarketingForms for Small Business
                                HTML FormsEducationForms for Enterprise
                                Contact FormsE-commerceForms for any business
                                Lead Generation FormsHealthcareForms for Startups
                                Wordpress FormsCustomer onboardingForms for Small Business
                                No Code FormsConstructionRSVP tool for holidays
                                Free FormsTravelFeatures for Order Forms
                                Prefill FormsNon-Profit

                                Intake FormsLegal
                                Mobile App
                                Form DesignerHR
                                Mobile Forms
                                Card FormsFoodOffline Forms
                                Assign FormsPhotographyMobile Forms Features
                                Translate FormsReal EstateKiosk in Mobile Forms
                                Electronic Forms
                                Drag & drop form builder

                                Notification Emails for FormsAlternativesSecurity & Compliance
                                Holiday FormsGoogle Forms alternative GDPR
                                Form to PDFJotform alternativeHIPAA Forms
                                Email FormsFormstack alternativeEncrypted Forms

                                Wufoo alternativeSecure Forms

                                TypeformWCAG


                                      All-in-one knowledge management and training platform for your employees and customers.

                                                Create. Review. Publish.

                                                Write, edit, collaborate on, and publish documents to different content management platforms.

                                                Get Started Now




                                                                  You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                      Manage your brands on social media


                                                                        • Desk Community Learning Series


                                                                        • Digest


                                                                        • Functions


                                                                        • Meetups


                                                                        • Kbase


                                                                        • Resources


                                                                        • Glossary


                                                                        • Desk Marketplace


                                                                        • MVP Corner


                                                                        • Word of the Day


                                                                        • Ask the Experts


                                                                          Zoho Sheet Resources

                                                                           

                                                                              Zoho Forms Resources


                                                                                Secure your business
                                                                                communication with Zoho Mail


                                                                                Mail on the move with
                                                                                Zoho Mail mobile application

                                                                                  Stay on top of your schedule
                                                                                  at all times


                                                                                  Carry your calendar with you
                                                                                  Anytime, anywhere




                                                                                        Zoho Sign Resources

                                                                                          Sign, Paperless!

                                                                                          Sign and send business documents on the go!

                                                                                          Get Started Now




                                                                                                  Zoho TeamInbox Resources





                                                                                                            Zoho DataPrep Demo

                                                                                                            Get a personalized demo or POC

                                                                                                            REGISTER NOW


                                                                                                              Design. Discuss. Deliver.

                                                                                                              Create visually engaging stories with Zoho Show.

                                                                                                              Get Started Now








                                                                                                                                  • Related Articles

                                                                                                                                  • ZAOP 4000 fails to start in Ubuntu 16

                                                                                                                                    Issue: ZAOP version 4000 fails to start in Ubuntu 16. Analysis: Manually starting the DB works fine.  Found that<Zoho Home>/Analytics/pgsql/bin/libreadline.so.6 was missing. Solution: Copy the .zip file and extract in the location. Note: It will be ...
                                                                                                                                  • Unable to Connect to the Postgres SQL Database from Command Prompt

                                                                                                                                    Issue : Unable to Connect to the Postgres SQL Database from Command Prompt Error : Analysis : IPv6 local connections are commented in <AnalyticsPlus home>\pgsql\data\pg_hba.conf file Solution : Open the file using notepad or wordpad as administrator ...
                                                                                                                                  • Auto start Zoho Analytics On-Premise in Linux

                                                                                                                                    1. Open "StartServer.sh" present in <Zoho/Analytics/bin> and add the below content nohup sh app_ctl.sh run & 2.      Execute the below commands $ sudo chmod +x /etc/rc.local $ sudo vi /etc/rc.local 3.      Add the file path (StartServer.sh) that ...
                                                                                                                                  • Data sync issue - Live connect

                                                                                                                                    Issue: The data level changes and row addition at the DB level is not getting updated in Zoho Analytics Onpremise even after performing "Sync Design" from data source. Analysis: Tried to remove the table from the data source and re-add it again, the ...
                                                                                                                                  • Unable to use Zoho mail SMTP server in Zoho Analytics Onpremise

                                                                                                                                    Issue: Unable to configure zoho mail server in ZAOP Cause: Zoho Mail has now applied certificates [15:58:32:717]|[03-31-2021]|[SYSERR]|[INFO]|[55]: org.apache.commons.mail.EmailException: Sending the email to the following server failed : ...
                                                                                                                                    Wherever you are is as good as
                                                                                                                                    your workplace

                                                                                                                                      Resources

                                                                                                                                      Videos

                                                                                                                                      Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                      eBooks

                                                                                                                                      Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                      Webinars

                                                                                                                                      Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                      CRM Tips

                                                                                                                                      Make the most of Zoho CRM with these useful tips.



                                                                                                                                        Zoho Show Resources