xinzhang created EAGLE-857:
------------------------------
Summary: mysql
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:
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
}
}
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)