Use Mysql as the database for wildfire

I move my database from embedded database to mysql database. I found some error messages.

**Exception in thread “Update Manager” java.lang.NullPointerException

at org.jivesoftware.wildfire.update.UpdateManager.buildPlugiWildfire 3.1.1

nsUpdateList(UpdateManager.java:573)

at org.jivesoftware.wildfire.update.UpdateManager.loadSavedInfo(UpdateManager.java :699)

at org.jivesoftware.wildfire.update.UpdateManager.access$000(UpdateManager.java:46 )

at org.jivesoftware.wildfire.update.UpdateManager$1.run(UpdateManager.java:104)

Admin console listening at:

http://server.mis:9090

https://server.mis:9091**

Can you give me some explanation about this?

Can’‘t tell much from the information you have given. It seems that you didn’'t setup your MySQL hostname properly.

When you select an external database you will get to choose MySQL. After you select that you will get some input boxes. The second one asks for hostname and database name like so:

jdbc:mysql://[hostname]:3306/[database]

You need to make sure you change the hostname and database name to correspond to your setup.