Missing h2 embedded option, how to reset it to default setting, or added it back? - spring

[enter image description here][1]
I deleted h2 console, I wanted to know how do I reset settings?
[1]: https://i.stack.imgur.com/yOKnI.png

Related

Errors in starting gateway and quantexa-academy-ui in 1.4: smoke test

there seems to be java.lang.IllegalStateException: No instances found of configserver (configserver)
error in the gateway logs file and the same in the quantexa-academy-ui logs file. I have attached images of the errors for use. I am not sure how to fix these errors.
enter image description here
enter image description here
I was running ./check-all in the Konsole and everything else has started except the two previously mentioned. enter image description here

How to access a Heroku database from pgAdmin4

I want to access Heroku database from pgAdmin4 on my local machine.
What I did is the following steps(However, it did not work)
First, I obtained the necessary information with the following command :
heroku **config**
Next, enter the information from (1) into the following form in pgAdmin4 :
[setting,including Host,port,ysername..][1]
After configuring the settings, I seem to be able to access Heroku, but I cannot open the database.
(Each table icon has a X (cross) in the upper right corner. Click on any icon to display the message)
Icon with a cross in the upper right corner
Indicates an error
Please let me know how to clear it.

XAMPP configuration page missing

Today I installed XAMPP (v5.6.15). Everything seems to be okay but the old orange configuration page is missing (localhost/xampp/index.php).
Now I don't know how to change security settings (such as MySQL password...).
Is there a way to bring back configuration page?
The old orange XAMPP administration page is no longer included in current XAMPP versions. You cannot bring back the old orange start page unless you go back to using the older version.
As for changing the password without the Orange Page:
Start the Apache Server and MySQL instances from the XAMPP control panel.
Open phpMyAdmin: http://localhost/phpmyadmin.
In the phpMyAdmin window, select SQL tab from the right panel. This will open the SQL tab where we can run the SQL queries.
Now type the following query in the textarea:
UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
Click Go. You will see a message saying that the query has been executed successfully.
If you refresh the page, you will get an error message. The phpMyAdmin configuration file is not aware of our newly set root passoword. We have to modify the phpMyAdmin config file.
Open the file [XAMPP Installation Path] / phpmyadmin / config.inc.php in your favorite text editor.
Search for the string $cfg['Servers'][$i]['password'] = '';
Change to: $cfg['Servers'][$i]['password'] = 'password';
Here the 'password' is what we set to the root user using the SQL query.
Save the config.inc.php file and RESTART the XAMPP server.
Hope this helps!

How to disable security warning in firefox using selenide?

enter image description here
I am getting this error while i run in firefox(version 42.0). when i check it in chrome , it does not show up.Please help me to resolve this issue.
You can pass through security warning using selenide by the following:
WebDriverRunner.getWebDriver().switchTo().alert().accept();

openx: can't upload banner after moving to new server

I went through the whole process in order to move openx. My banners are normally displayed and I have full access to administration. The only issue is that when trying to upload a banner, it isn't saved. When returning to the banner properties tab the file is missing. Can you help please? Thanks.
This issue may raised after migrate files in to new server then you may not change "webDir" value in your configuration file under "YourOpenX/var/yourdomainame.conf.php" file .
If above mentioned not working then problem should be in "www/images" folder permission.
check and put your comment here if you need any other help.

Resources