that's your MySQL setup raising that error.  You need to install MySQL so that 
the InnoDB engine is supported.


On Mar 20, 2012, at 3:21 PM, sajuptpm wrote:

> Hi,
> 
> Getting following error while doing setup-app
> 
> Running setup_config() from site.websetup
> Creating tables
> check if database exists
> create database
> Traceback (most recent call last):
> File "/home/sa/cms/tg2env/bin/paster", line 8, in <module>
>   load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
> ()
> File "/home/sa/cms/tg2env/lib/python2.6/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 "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 123, in
> invoke
>   exit_code = runner.run(args)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> PasteScript-1.7.3-py2.6.egg/paste/script/appinstall.py", line 68, in
> run
>   return super(AbstractInstallCommand, self).run(new_args)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 218, in run
>   result = self.command()
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> PasteScript-1.7.3-py2.6.egg/paste/script/appinstall.py", line 456, in
> command
>   self, config_file, section, self.sysconfig_install_vars(installer))
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> PasteScript-1.7.3-py2.6.egg/paste/script/appinstall.py", line 598, in
> setup_config
>   mod.setup_app, command, filename, section, vars)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> PasteScript-1.7.3-py2.6.egg/paste/script/appinstall.py", line 612, in
> _call_setup_app
>   func(command, conf, vars)
> File "./cms/src/site/web/site/site/websetup.py", line 123, in
> setup_app
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> SQLAlchemy-0.5.6-py2.6.egg/sqlalchemy/engine/base.py", line 1202, in
> execute
>   return connection.execute(statement, *multiparams, **params)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> SQLAlchemy-0.5.6-py2.6.egg/sqlalchemy/engine/base.py", line 824, in
> execute
>   return Connection.executors[c](self, object, multiparams, params)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> SQLAlchemy-0.5.6-py2.6.egg/sqlalchemy/engine/base.py", line 888, in
> _execute_text
>   return self.__execute_context(context)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> SQLAlchemy-0.5.6-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 "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> SQLAlchemy-0.5.6-py2.6.egg/sqlalchemy/engine/base.py", line 950, in
> _cursor_execute
>   self._handle_dbapi_exception(e, statement, parameters, cursor,
> context)
> File "/home/sa/cms/tg2env/lib/python2.6/site-packages/
> SQLAlchemy-0.5.6-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.NotSupportedError: (NotSupportedError) (1286, "Unknown
> table engine 'InnoDB'") "set storage_engine='InnoDB'" ()
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

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

Reply via email to