Razuna admin error on url acces

Hello Nitai,
I am trying to log in to mmy razuna instance and run into this error. The link I have used is http://maelezo.go.ke/razuna

“myFusebox.getApplicationData().backuprestore.init(com.naryx.tagfusion.cfm.parser.cfFullVarExpression@2199b4a, com.naryx.tagfusion.cfm.parser.cfFullVarExpression@a319ffe) doesn’t exist.”

I have also tried viewing on of my assets in razuna and its visible. The file I ahve tried to view directly has a link below.

Any kind of assistance will help.

Thank you in advance.

I recommend that you do a “flush database” and especially a “flush
templates”. In addition, make sure you are running Java 8.

Hello Nitai,
Is there a way of resetting the razuna database password if the database password was accidentally changed by another user who has root access to my linux system without necessarilly having to re-install the razuna instance?

Hi,

Within Razuna there is no option to change the password of the database. OR
are you asking how to change the connection string to the database within
Razuna to use the new password? If so, what database are you using?

Hi Nitai,
Thank you for your response. I am asking if razuna can be updated to use my new database password since at the moment I cant log in to razuna since it cannot connect to the database. I am using mysql database.

Thank you in advance.

You will have to go to the config file and change the password there. The
file is located at razuna/WEB-INF/bluedragon/bluedragon.xml. Look for
mysql. You should find a section and in there the . It is
encrypted by default, but you can enter the plain text password and start
Tomcat. It will encrypt the password and you should be able to use it now
again.

Ok thank you. Let me try that.