Upon upgrade to 3.8 lose all persistent MUC rooms

Did the upgrade and in the process I lost all of my MUC rooms, the service seemed to just stall out, and since the primary purpose of the server is Group MUC and fastpath had to rollback. Here are my pertient error logs, any ideas?

2013.02.08 16:24:42 org.jivesoftware.openfire.muc.MultiUserChatManager - MultiUserChatManager: Unable to add conference as component.

org.xmpp.component.ComponentException: java.lang.IllegalArgumentException: Existing slash at the very end of the string indicates that an empty resource part is provided. This is illegal.

at org.jivesoftware.openfire.component.InternalComponentManager.addComponent(Inter nalComponentManager.java:182)

at org.jivesoftware.openfire.muc.MultiUserChatManager.registerMultiUserChatService (MultiUserChatManager.java:160)

at org.jivesoftware.openfire.muc.MultiUserChatManager.start(MultiUserChatManager.j ava:111)

at org.jivesoftware.openfire.XMPPServer.startModules(XMPPServer.java:621)

at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:487)

at org.jivesoftware.openfire.XMPPServer.(XMPPServer.java:212)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at java.lang.Class.newInstance0(Unknown Source)

at java.lang.Class.newInstance(Unknown Source)

at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:113)

at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:58)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

at com.exe4j.runtime.WinLauncher$2.run(Unknown Source)

Caused by: java.lang.IllegalArgumentException: Existing slash at the very end of the string indicates that an empty resource part is provided. This is illegal.

at org.xmpp.packet.JID.getParts(JID.java:584)

at org.xmpp.packet.JID.(JID.java:476)

at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.initializeSettings(M ultiUserChatServiceImpl.java:946)

at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.initialize(MultiUser ChatServiceImpl.java:924)

at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.initialize(MultiUser ChatServiceImpl.java:369)

at org.jivesoftware.openfire.component.InternalComponentManager.addComponent(Inter nalComponentManager.java:157)

… 19 more

Issue resolved during group chat today

Refer to

http://issues.igniterealtime.org/browse/OF-615