You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "xinzhang (JIRA)" <ji...@apache.org> on 2017/01/11 09:35:58 UTC

[jira] [Closed] (EAGLE-857) mysql Access denied

     [ https://issues.apache.org/jira/browse/EAGLE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xinzhang closed EAGLE-857.
--------------------------
    Resolution: Fixed

the doc here http://eagle.apache.org/docs/serviceconfiguration.html should be fixed.

> mysql Access denied 
> --------------------
>
>                 Key: EAGLE-857
>                 URL: https://issues.apache.org/jira/browse/EAGLE-857
>             Project: Eagle
>          Issue Type: Bug
>          Components: Application Framework, Project Infra, Web UI
>    Affects Versions: v0.4.0
>         Environment: mysql:
> mysql  Ver 14.14 Distrib 5.6.13, for Linux (x86_64) using  EditLine wrapper
> eagle 0.4
> hadoop 2.6
> storm 1.0.2
> kafka 0.9
>            Reporter: xinzhang
>
> here is my mysql conf:
> {code}
> eagle {
>         service {
>                 storage-type="jdbc"
>                 storage-adapter="mysql"
>                 storage-username="root"
>                 storage-password=abc#123
>                 storage-database=eagle
>                 storage-connection-url="jdbc:mysql://192.168.33.203:3306/eagle"
>                 storage-connection-props="encoding=UTF-8"
>                 storage-driver-class="com.mysql.jdbc.Driver"
>                 storage-connection-max=8
>         }
> }
> {code}
> i get the err message from the Exclamation mark 
>  where top right corner on eagle web http://192.168.33.203:9099/eagle-service/ui/#/landing 
> java.lang.IllegalStateException: java.io.IOException: java.lang.RuntimeException: org.apache.torque.TorqueException: java.sql.SQLException: Access denied for user 'root'@'192.168.33.203' (using password: YES)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)