Can't find Registry file

Hi,

I have this error when I start a session on Spark :

STDERR: java.io.IOException: Can’t find registry file

STDERR: at com.sun.media.util.Registry.commit(Registry.java:255)

STDERR: at org.jivesoftware.sparkimpl.plugin.phone.JMFInit.<init>(JMFInit.java:35)

STDERR: at org.jivesoftware.sparkimpl.plugin.phone.JMFInit.start(JMFInit.java:272)

STDERR: at org.jivesoftware.spark.phone.PhoneManager.<init>(PhoneManager.java:79)

STDERR: at org.jivesoftware.spark.phone.PhoneManager.getInstance(PhoneManager.java:70)

STDERR: at org.jivesoftware.sparkplugin.JinglePlugin.initialize(JinglePlugin.java:79)

STDERR: at org.jivesoftware.spark.PluginManager$3.run(PluginManager.java:489)

STDERR: at java.awt.event.InvocationEvent.dispatch(Unknown Source)

STDERR: at java.awt.EventQueue.dispatchEvent(Unknown Source)

STDERR: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

STDERR: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

STDERR: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

STDERR: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

STDERR: at java.awt.EventDispatchThread.run(Unknown Source)

STDERR: java.lang.reflect.InvocationTargetException

STDOUT: DirectSound Capture Supported = true

STDERR: Exception on commit = java.io.IOException: Can’t find registry file

STDOUT: DirectSoundAuto: Committed ok

STDOUT: JavaSound Capture Supported = true

STDERR: Exception on commit = java.io.IOException: Can’t find registry file

STDOUT: JavaSoundAuto: Committed ok

I tried to look into the code. And I saw that the JmfMediaManager.SetupJMF() is supposed to create the .jmf directory and add it to the classpath, to make it available to the Registry class. However, I can not find where the JmfMediaManager.SetupJMF() is called ?

Where is the JMF initialized ? I do have a .jmf directpry under my user.home folder, but it seems than the Registry doesn’t see it …

Does anyone encounter this issue?

Ps: I’m on windows XP. using Dell Desktop. And I do not see any error about security access…

Thanks,

Mélanie