Hello,
after installing OX Guard (in a VM with Debian Wheezy [OX single Server]), the initial startup (/opt/open-xchange/guard/sbin/guard init) failed with this console message:
For Installation of OX Guard, I followed this giude: http://oxpedia.org/wiki/index.php?ti...Suite:OX_Guard.
This is the output of "guard.log":
The user/password in the "guard.properties" is the same as in the "config_db.properties".
Any idea, what's wrong?
after installing OX Guard (in a VM with Debian Wheezy [OX single Server]), the initial startup (/opt/open-xchange/guard/sbin/guard init) failed with this console message:
Code:
Unable to start. Check mysql and Guard log files
This is the output of "guard.log":
Code:
2014-10-25 13:05:31 DEBUG [main] c.o.g.c.Config [Config.java:488] OK Loading config file 2014-10-25 13:05:31 ERROR [main] c.o.g.c.Config [Config.java:556] Unable to load password file 2014-10-25 13:05:31 ERROR [main] c.o.g.s.Check [Check.java:98] Unable to connect to mysql. Waiting 15 seconds for startup and try again (1 of 3) 2014-10-25 13:05:46 ERROR [main] c.o.g.s.Check [Check.java:181] Unable to start java.sql.SQLException: Access denied for user 'openexchange'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1078) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:928) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1750) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1290) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2493) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2526) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2311) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:834) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysql-connector-java-5.1.27.jar:na] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.7.0_65] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[na:1.7.0_65] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.7.0_65] at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[na:1.7.0_65] at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:416) ~[mysql-connector-java-5.1.27.jar:na] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:347) ~[mysql-connector-java-5.1.27.jar:na] at java.sql.DriverManager.getConnection(DriverManager.java:571) ~[na:1.7.0_65] at java.sql.DriverManager.getConnection(DriverManager.java:233) ~[na:1.7.0_65] at com.openexchange.guard.setup.Check.confirm(Check.java:101) ~[com.openexchange.guard.jar:na] at com.openexchange.guard.server.Startup.main(Startup.java:102) [com.openexchange.guard.jar:na] 2014-10-25 14:10:05 DEBUG [main] c.o.g.c.Config [Config.java:488] OK Loading config file 2014-10-25 14:10:05 ERROR [main] c.o.g.c.Config [Config.java:556] Unable to load password file 2014-10-25 14:10:05 DEBUG [main] c.o.g.s.Check [Check.java:124] OK Connection to configdb 2014-10-25 14:14:37 DEBUG [main] c.o.g.c.Config [Config.java:488] OK Loading config file 2014-10-25 14:14:37 ERROR [main] c.o.g.c.Config [Config.java:556] Unable to load password file 2014-10-25 14:14:38 DEBUG [main] c.o.g.s.Check [Check.java:124] OK Connection to configdb
Any idea, what's wrong?
Comment