Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
CentOS 7
Description
Installed MaxScale 1.3 but when attemping to start it fails. In the log file I see:
MariaDB Corporation MaxScale /var/log/maxscale/maxscale1.log Sun Jan 31 21:20:18 2016
-----------------------------------------------------------------------
2016-01-31 21:20:18 notice : Configuration file: /etc/maxscale.cnf
2016-01-31 21:20:18 notice : Log directory: /var/log/maxscale
2016-01-31 21:20:18 notice : Data directory: /var/lib/maxscale/data
2016-01-31 21:20:18 notice : Module directory: /usr/lib64/maxscale
2016-01-31 21:20:18 notice : Service cache: /var/cache/maxscale
2016-01-31 21:20:18 notice : Initialise CLI router module V1.0.0.
2016-01-31 21:20:18 notice : Loaded module cli: V1.0.0 from /usr/lib64/maxscale/libcli.so
2016-01-31 21:20:18 notice : Initialise debug CLI router module V1.1.1.
2016-01-31 21:20:18 notice : Loaded module debugcli: V1.1.1 from /usr/lib64/maxscale/libdebugcli.so
2016-01-31 21:20:18 notice : Initializing statemend-based read/write split router module.
2016-01-31 21:20:18 notice : Loaded module readwritesplit: V1.0.2 from /usr/lib64/maxscale/libreadwritesplit.so
2016-01-31 21:20:18 notice : Loaded module qlafilter: V1.1.1 from /usr/lib64/maxscale/libqlafilter.so
2016-01-31 21:20:18 notice : Loaded module regexfilter: V1.1.0 from /usr/lib64/maxscale/libregexfilter.so
2016-01-31 21:20:18 notice : Initialise the MySQL Galera Monitor module V2.0.0.
2016-01-31 21:20:18 notice : Loaded module galeramon: V2.0.0 from /usr/lib64/maxscale/libgaleramon.so
2016-01-31 21:20:18 error : Galera Monitor: Failed to connect to server dbc01-bhs(10.3.10.80:3306) when checking monitor user credentials and permissions.
2016-01-31 21:20:18 notice : MariaDB Corporation MaxScale beta-1.3.0 (C) MariaDB Corporation Ab 2013-2015
2016-01-31 21:20:18 notice : MaxScale is running in process 925
2016-01-31 21:20:18 error : RWSplit Service: Failed to connect to server dbc03-bhs(10.3.10.82:3306) when checking authentication user credentials and permissions: 1045 Access denied for user 'dlb03_bhs'@'10.3.10.86' (using password: YES)
2016-01-31 21:20:18 error : RWSplit Service: Inadequate user permissions for service. Service not started.
2016-01-31 21:20:18 error : Failed to start service 'RWSplit Service'.
2016-01-31 21:20:18 notice : Loaded module telnetd: V1.0.1 from /usr/lib64/maxscale/libtelnetd.so
2016-01-31 21:20:18 notice : Listening telnet connections at 127.0.0.1:4442
2016-01-31 21:20:18 notice : Loaded module maxscaled: V1.0.0 from /usr/lib64/maxscale/libmaxscaled.so
2016-01-31 21:20:18 notice : Listening maxscale connections at 127.0.0.1:6603
2016-01-31 21:20:18 notice : Started MaxScale log flusher.
2016-01-31 21:20:18 notice : MaxScale started with 4 server threads.
2016-01-31 21:20:18 error : There are no cluster members
Though if I attempt to connect from the command line it works fine:
[root@dlb01 /]# mysql -h 10.3.10.82 -u dlb03_bhs -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 400
Server version: 10.1.11-MariaDB-log MariaDB Server
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
What could be wrong ?
Attachments
Issue Links
- is duplicated by
-
MXS-589 Password encryption looks for the file in the wrong directory
- Closed