When I start the ManageEngine� Applications Manager 7 [version], it does not start and I received the following error in the logs.
It was surprising since I have admin rights on my system and second point is that I am able to create database using the same command manually. OS: Windows <------- ERROR -----------------> Mon May 14 22:46:40 PDT 2007 : Exception while executing mysqladmin command to create database. Please check the executable and permissions java.io.IOException: CreateProcess: C:\Program Files\AdventNet\ME\AppManager7\working\.\mysql/bin/mysqladmin -u root --password=appmanager --port=13332 -h localhost create AMDB error=193 at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) at java.lang.ProcessBuilder.start(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at jdbc.CreateWebNmsDB.main(CreateWebNmsDB.java:479) at jdbc.CreateSchema.checkForMysqlPresence(CreateSchema.java:527) at jdbc.CreateSchema.init(CreateSchema.java:82) at jdbc.CreateSchema.main(CreateSchema.java:92) at com.adventnet.appmanager.server.startup.StartServer.startmysql(StartServer.java:954) at com.adventnet.appmanager.server.startup.StartServer.main(StartServer.java:706) Mon May 14 22:46:40 PDT 2007 : Unable to create database Exiting Web NMS