Can you please file a bug report
(https://bugs.launchpad.net/elisa/+filebug) explaining the issue,
configuration, steps to reproduce, and attaching a full log (generated
after a fresh install and deleting the ~/.moovida directory)?

Cheers,

Olivier


tornadory a ??crit :
> Oh, there are more than 2 subprocesses and always fail and restart new
> subprocess. If I kill the program, the earlier subprocess do not be killed.
>  
> The output has been put :
>  
> Launcher core version: 1.0.1
> /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5:
> DeprecationWarning: the md5 module is deprecated; use hashlib instead
>   import itertools, md5
> Current core version: 1.0.1
> WARN  MainThread      plugin_registry             Jun 03 16:10:37 
> plugin elisa-plugin-coherence has the following unmet dependencies:
> Twisted>=2.5.0 (elisa/core/plugin_registry.py:360)
> WARN  MainThread      plugin_registry             Jun 03 16:10:37 
> plugin Coherence has the following unmet dependencies: Twisted>=2.5.0
> (elisa/core/plugin_registry.py:360)
> /usr/lib/python2.6/site-packages/elisa/core/service_manager.py:27:
> DeprecationWarning: ServiceProvider.start is deprecated.
>   warn("ServiceProvider.%s is deprecated." % attr, DeprecationWarning)
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line
> 230, in main_after_voodoo
>     self.run_application()
>   File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line
> 382, in run_application
>     reactor.run()
>   File
> "/usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py", line
> 185, in run
>     self.__run()
>   File
> "/usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py", line
> 225, in simulate
>     self.runUntilCurrent()
> --- <exception caught here> ---
>   File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line
> 757, in runUntilCurrent
>     call.func(*call.args, **call.kw)
>   File "/usr/lib/python2.6/site-packages/twisted/internet/tcp.py", line
> 657, in doConnect
>     self.failIfNotConnected(error.getConnectError((connectResult,
> strerror(connectResult))))
>   File "/usr/lib/python2.6/site-packages/twisted/internet/tcp.py", line
> 583, in failIfNotConnected
>     self.connector.connectionFailed(failure.Failure(err))
> exceptions.AttributeError: CallbackConnector instance has no attribute
> 'connectionFailed'
> /usr/lib/python2.6/site-packages/twisted/python/filepath.py:12:
> DeprecationWarning: the sha module is deprecated; use the hashlib module
> instead
>   import sha
> Traceback (most recent call last):
> Failure: exceptions.RuntimeError: hildon not running
> 
> WARN  MainThread      service_manager             Jun 03 16:10:41 
> Creating elisa.plugins.osso.osso_service:OssoService failed. A full
> traceback can be found at /tmp/elisa_0zRXLK.txt (elisa/core/manager.py:97)
> /usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py:420:
> DeprecationWarning: integer argument expected, got float
>   for i in xrange(nb_widgets):
> WARN  MainThread      gst_metadata_slave_process_protocol Jun 03
> 16:10:50 
> /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5:
> DeprecationWarning: the md5 module is deprecated; use hashlib instead
>   import itertools, md5
> /usr/lib/python2.6/site-packages/twisted/python/filepath.py:12:
> DeprecationWarning: the sha module is deprecated; use the hashlib module
> instead
>   import sha
> (Slave-2 stderr) (elisa/plugins/amp/master.py:71)
> WARN  MainThread      gst_metadata_slave_process_protocol Jun 03
> 16:10:50 
> /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5:
> DeprecationWarning: the md5 module is deprecated; use hashlib instead
>   import itertools, md5
> /usr/lib/python2.6/site-packages/twisted/python/filepath.py:12:
> DeprecationWarning: the sha module is deprecated; use the hashlib module
> instead
>   import sha
> (Slave-5 stderr) (elisa/plugins/amp/master.py:71)
> Unhandled error in Deferred:
> Traceback (most recent call last):
> Failure: twisted.internet.error.ConnectionLost: Connection to the other
> side was lost in a non-clean fashion.
> ^CUnhandled error in Deferred:
> Traceback (most recent call last):
> Failure: elisa.extern.twisted_storm.store.AlreadyStopped: <bound method
> Store.commit of <storm.store.Store object at 0xaab322c>>
> /usr/lib/python2.6/site-packages/elisa/core/service_manager.py:27:
> DeprecationWarning: ServiceProvider.stop is deprecated.
>   warn("ServiceProvider.%s is deprecated." % attr, DeprecationWarning)
> Traceback (most recent call last):
> Failure: twisted.internet.error.UserError: User aborted connection.
> 
> WARN  MainThread      flickr_resource_provider    Jun 03 16:11:07  Login
> to Flickr failed. Full output at /tmp/elisa_xvAIY4.txt
> (elisa/plugins/flickr/resource_provider.py:90)
> Unhandled error in Deferred:
> Traceback (most recent call last):
> Failure: twisted.internet.error.UserError: User aborted connection.
> WARN  MainThread      plugin_registry             Jun 03 16:11:09 
> Couldn't update the cache: [Failure instance: Traceback (failure with no
> frames): <class 'elisa.core.plugin_registry.DeserializationError'>:
> Error while deserializing cache.
> ] (elisa/core/plugin_registry.py:834)
> Unhandled error in Deferred:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py",
> line 328, in _runCallbacks
>     self.result = callback(self.result, *args, **kw)
>   File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py",
> line 536, in _cbDeferred
>     self.callback(self.resultList)
>   File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py",
> line 243, in callback
>     self._startRunCallbacks(result)
>   File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py",
> line 312, in _startRunCallbacks
>     self._runCallbacks()
> --- <exception caught here> ---
>   File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py",
> line 328, in _runCallbacks
>     self.result = callback(self.result, *args, **kw)
>   File "/usr/lib/python2.6/site-packages/elisa/core/application.py",
> line 532, in managers_stopped
>     reactor.stop()
>   File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line
> 527, in stop
>     "Can't stop reactor that isn't running.")
> twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't
> running.
> 
> 
> 
> ??2009-06-04??"Olivier Tilloy" <[email protected]> ??????
>>tornadory a ??crit :
>>>  I found there were many threads for elisa-metadata-*****.socket while
>>> running the Moovida program, and it would be more as time gone by.
>>>  I want to know why the program needs to create that socket file.  Does
>>> it must be exist even if I do not use the network function ?
>>
>>These are subprocesses used by Elisa/Moovida to extract metadata from
>>media files. There should never be more than two of them at any given
>>time. If there are more then it is a bug. Can you attach a detailed log
>>output for us to diagnose the cause of this issue?
>>
>>Olivier

Reply via email to