Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 0.3
Description
When I try to creare a new database using DBCreate and MySql DBInterface I have this exception
Configuration file successfully read
Exception in thread "main" java.lang.NullPointerException
at org.apache.manifoldcf.core.interfaces.CacheManagerFactory.make(CacheManagerFactory.java:40)
at org.apache.manifoldcf.core.database.Database.<init>(Database.java:63)
at org.apache.manifoldcf.core.database.DBInterfaceMySQL.createUserAndDatabase(DBInterfaceMySQL.java:391)
at org.apache.manifoldcf.core.system.ManifoldCF.createSystemDatabase(ManifoldCF.java:656)
at org.apache.manifoldcf.core.DBCreate.doExecute(DBCreate.java:51)
at org.apache.manifoldcf.core.DBInitializationCommand.execute(DBInitializationCommand.java:54)
at org.apache.manifoldcf.core.DBCreate.main(DBCreate.java:80)