Just installed OpManager on RH EL4 everything seems to go correctly. One thing I noticed is in the install docs, it says it should ask me for the DB, but the installed never did.
Now I try to access the localhost with :443 and I get nothing...
Executing the command to start OpManager Server i get this:
[root@acme-ems bin]# ./StartOpManagerServer.sh Java Home /opt/AdventNet/ME/OpManager/jre OpMANAGER Truststore Exists OpManager Main BE ======= System Property Set for the Truststore inside addon check Registering Add-On modules. SQLException while getting database connection. Check if database daemon is running java.sql.SQLException: Server configuration denies access to data source at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:519) at com.mysql.jdbc.Connection.createNewIO(Connection.java:1731) at com.mysql.jdbc.Connection.<init>(Connection.java:559) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:358) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at jdbc.CreateSchema.instantiateConnection(CreateSchema.java:146) at jdbc.CreateSchema.init(CreateSchema.java:84) at com.adventnet.nms.startnms.NmsMainBE.main(NmsMainBE.java:370) at com.adventnet.me.opmanager.server.OpManagerMainBE.main(OpManagerMainBE.java:93) Exiting OpManager
What is the problem and how do I get this working?