Try installing JasperServer 6.3.0 on CentOs 7, when I execute ./js-install-ce.sh
I got this message error:
BUILD FAILED
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:494:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:375:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/conf_source/db/mysql/db.xml:65:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:433:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:469:
Database doesn't exist. Treating problem with JDBC connection as unrecoverable
Please if you have any suggestion will be appreciated.
Regards
I have fixed by my own, the solution was configuring a user on MySQL with all privileges and open port 3306 on the server
Related
I'm using MYSQL Workbench version 8.0.26 in my server dump in version 5.6.10. I already have the option in the Manage Server Connection "Use SSL = NO", but whenever i connect into it and try to EXPORT DATA, the process fails and the following error is presented:
mysqldump: Got error: 2026: SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol when trying to connect
Already tried to reinstall or disabling the SSL again, but no success, still the same error, does anyone have any clue what can it be?
I'm having an issue with my Plesk installation. When I attempt to manage my database it says "The server is unavailable". When I try to create a new database it gives the following error:
ERROR: SQLSTATE[HY000] [2002] No connection could be made because the
target machine actively refused it
I've already tried restarting the Plesk SQL service. I've also tried repairing Plesk via the command line tool but it gives the same error.
Does anyone know what could be the problem? Or where I can find more logs to get a more specific error?
Please help. I am failing to connect MySQL 5.7.12 database to Wordpress 4.5.1. Whenever I try to connect, I get the following error:
PHP Fatal error: Uncaught Error: Call to undefined function
mysql_connect() in C:\inetpub\wwwroot\wp-includes\wp-db.php:1522
Do you have the following in your wp-config.php file?
define( 'WP_USE_EXT_MYSQL', true );
If so, comment it out.
That setting forces use of the "old" (deprecated) library for connecting to MySQL, you don't want that.
I am trying to connect to a psql database from octave but getting a peer authentication failed error.
error: FATAL: Peer authentication failed for user
error: PQ connection attempt failed
check your pg_hba.conf file I think in that file there is no entry of your current user.
or see the link
How to reproduce the MySQL error "Got an error reading communication packets in MySQL" in MySQL error log. and what will happen to that connection. So that the MySQL will produce 2013 error..
Thanks in advance.
Change the bind-address="Some IP" restart MySQL server and try to start from localhost, you will get this error.
This error also occurs if port forwarding is disabled in SSH configuration (the configuration parameter 'AllowTcpForwarding' is set to 'no' in the 'sshd_config' file)