difficulty to run isk-daemon

55 views
Skip to first unread message

Julien Nunes

unread,
Feb 11, 2011, 1:06:12 PM2/11/11
to imgseek_users
Hi everyone,

I try to run isk-daemon for two days now. First on a mac osx,
compilation of imgdb.so didn't work. Then I decided to install an
ubuntu. After making compilation of imgdb work and deprecated imports
problem, I finaly succed in running isk-daemon... BUT (there is a
but) I'm facing a new problem without knowing how to solve it.
Everything fine until reactor.run() is called. At this point, an
error is raised : error.ReactorAlreadyRunning() .

I don't know why/how/where reactor is already running.. Maybe ou could
help me with that.

following the complete log whem I try to start isk-dameon :

isk-daemon.py:45: DeprecationWarning:
twisted.internet.error.PotentialZombieWarning was deprecated in
Twisted 10.0.0: There is no longer any potential for zombie process.
from twisted.internet.error import *
isk-daemon : INFO +- Reading settings from default config file
"settings.py"
isk-daemon : INFO +- Initializing image database (Version
0.7) ...
ImageDB : DEBUG loadalldbs(fname='/home/ubuntu/isk-db')
ImageDB : DEBUG Database [/home/ubuntu/isk-db] loaded count: 0
(ids=[])
isk-daemon : INFO | image database initialized
isk-daemon : INFO +- Starting HTTP service endpoints...
isk-daemon : INFO | web admin interface listening for requests at
http://localhost:31128/
isk-daemon : INFO | Cluster mode disabled
isk-daemon : INFO | listening for XML-RPC requests at
http://localhost:31128/RPC
isk-daemon : INFO | listening for SOAP requests at http://localhost:31128/SOAP
isk-daemon : DEBUG | listening for data export requests at
http://localhost:31128/export
isk-daemon : INFO | HTTP service endpoints started. Binded to all
local network interfaces.
isk-daemon : DEBUG +- Starting internal service endpoint...
isk-daemon : DEBUG | internal service listener started at
pb://localhost:31228
isk-daemon : INFO | Binded to all local network interfaces.
isk-daemon : INFO + init finished. Waiting for requests ...
Traceback (most recent call last):
File "isk-daemon.py", line 1048, in <module>
startIskDaemon()
File "isk-daemon.py", line 1045, in startIskDaemon
reactor.run() #IGNORE:E1101
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py",
line 1164, in run
self.startRunning(installSignalHandlers=installSignalHandlers)
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py",
line 1144, in startRunning
ReactorBase.startRunning(self)
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py",
line 670, in startRunning
raise error.ReactorAlreadyRunning()
twisted.internet.error.ReactorAlreadyRunning
ImageDB : DEBUG savealldbs(fname='/home/ubuntu/isk-db')
ImageDB : ERROR Error saving image database
ImageDB : DEBUG closedb()
isk-daemon : INFO Shuting instance down...

Thanks

Ricardo Niederberger Cabral

unread,
Feb 11, 2011, 3:54:55 PM2/11/11
to imgsee...@googlegroups.com
 Try running it from the source isk-daemon package (download from sourceforge - see imgseek.net dowload page) instead from a .egg distribution. 



--
You received this message because you are subscribed to the Google Groups "imgseek_users" group.
To post to this group, send email to imgsee...@googlegroups.com.
To unsubscribe from this group, send email to imgseek_user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/imgseek_users?hl=en.




--
Ricardo Niederberger Cabral
http://www.imgseek.net/
ricardo.cabral at imgseek.net
skype: rnc000

Ricardo Niederberger Cabral

unread,
Feb 11, 2011, 3:55:15 PM2/11/11
to imgsee...@googlegroups.com
or with an older version of Twisted python libraries.

Julien Nunes

unread,
Feb 14, 2011, 7:10:38 AM2/14/11
to imgseek_users
I already use the sources of isk-deamon, I checkout the svn
repository.

On Feb 11, 9:54 pm, Ricardo Niederberger Cabral
<ricardo.cab...@imgseek.net> wrote:
>  Try running it from the source isk-daemon package (download from
> sourceforge - see imgseek.net dowload page) instead from a .egg
> distribution.
>
> Ricardo Niederberger Cabralhttp://www.imgseek.net/

Julien Nunes

unread,
Feb 14, 2011, 7:11:16 AM2/14/11
to imgseek_users
I'll try this..

I tell you if it works or not.

Thanks

On Feb 11, 9:55 pm, Ricardo Niederberger Cabral
<ricardo.cab...@imgseek.net> wrote:
> or with an older version of Twisted python libraries.
>
> On Fri, Feb 11, 2011 at 6:54 PM, Ricardo Niederberger Cabral <
>
>
>
>
>
>
>
>
>
> ricardo.cab...@imgseek.net> wrote:
> >  Try running it from the source isk-daemon package (download from
> > sourceforge - see imgseek.net dowload page) instead from a .egg
> > distribution.
>
> >> isk-daemon <http://localhost:31128/SOAPisk-daemon>  : DEBUG    |
> Ricardo Niederberger Cabralhttp://www.imgseek.net/

Julien Nunes

unread,
Feb 15, 2011, 7:00:21 AM2/15/11
to imgseek_users
I finaly succeded in running isk-daemon :)

I tried Twisted lib 8.0.0 and it works now.

Thanks for your help !
Reply all
Reply to author
Forward
0 new messages