Jump to content

any hqueue document


Recommended Posts

my system is win7x64,when i start hqueueserver it stoped in seconds,and the hqueueserver page(localhost:5000) can't be opened.and there is the errorlog,i don't know what's mean,any help?

Traceback (most recent call last):
  File "C:\HQueueServer\python26\Scripts\paster-script.py", line 8, in <module>
    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
  File "C:\HQueueServer\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\command.py", line 84, in run
    invoke(command, command_name, options, args[1:])
  File "C:\HQueueServer\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\command.py", line 123, in invoke
    exit_code = runner.run(args)
  File "C:\HQueueServer\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\command.py", line 218, in run
    result = self.command()
  File "C:\HQueueServer\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\serve.py", line 276, in command
    relative_to=base, global_conf=vars)
  File "C:\HQueueServer\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\serve.py", line 313, in loadapp
    **kw)
  File "C:\HQueueServer\python26\lib\site-packages\pastedeploy-1.3.2-py2.6.egg\paste\deploy\loadwsgi.py", line 204, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "C:\HQueueServer\python26\lib\site-packages\pastedeploy-1.3.2-py2.6.egg\paste\deploy\loadwsgi.py", line 225, in loadobj
    return context.create()
  File "C:\HQueueServer\python26\lib\site-packages\pastedeploy-1.3.2-py2.6.egg\paste\deploy\loadwsgi.py", line 625, in create
    return self.object_type.invoke(self)
  File "C:\HQueueServer\python26\lib\site-packages\pastedeploy-1.3.2-py2.6.egg\paste\deploy\loadwsgi.py", line 110, in invoke
    return fix_call(context.object, context.global_conf, **context.local_conf)
  File "C:\HQueueServer\python26\lib\site-packages\pastedeploy-1.3.2-py2.6.egg\paste\deploy\util\fixtypeerror.py", line 57, in fix_call
    val = callable(*args, **kw)
  File "<stdin>", line 44, in make_app
  File "<stdin>", line 43, in load_environment
  File "<stdin>", line 25, in __init__
  File "<stdin>", line 54, in __init__
  File "<stdin>", line 129, in getServerConfigAsInt
  File "<stdin>", line 118, in getServerConfig
  File "<stdin>", line 923, in getServerConfig
  File "<stdin>", line 1590, in _executeQuery
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\orm\query.py", line 1164, in first
    ret = list(self[0:1])
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\orm\query.py", line 1085, in __getitem__
    return list(res)
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\orm\query.py", line 1225, in __iter__
    return self._execute_and_instances(context)
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\orm\query.py", line 1228, in _execute_and_instances
    result = self.session.execute(querycontext.statement, params=self._params, mapper=self._mapper_zero_or_none())
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\orm\session.py", line 755, in execute
    clause, params or {})
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\engine\base.py", line 824, in execute
    return Connection.executors[c](self, object, multiparams, params)
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\engine\base.py", line 874, in _execute_clauseelement
    return self.__execute_context(context)
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\engine\base.py", line 896, in __execute_context
    self._cursor_execute(context.cursor, context.statement, context.parameters[0], context=context)
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\engine\base.py", line 950, in _cursor_execute
    self._handle_dbapi_exception(e, statement, parameters, cursor, context)
  File "C:\HQueueServer\python26\lib\site-packages\sqlalchemy-0.5.1-py2.6.egg\sqlalchemy\engine\base.py", line 931, in _handle_dbapi_exception
    raise exc.DBAPIError.instance(statement, parameters, e, connection_invalidated=is_disconnect)
sqlalchemy.exc.OperationalError: (OperationalError) no such table: config u'SELECT config.id AS config_id, config."clientId" AS "config_clientId", config.name AS config_name, config.value AS config_value, config.mtime AS config_mtime \nFROM config \nWHERE config."clientId" IS NULL AND config.name = ? \n LIMIT 1 OFFSET 0' ['activeTimeout']

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...