Edgewall Software
Modify

Ticket #8446 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

StandardError: Could not create SQL-database!

Reported by: daigeler Owned by:
Priority: high Milestone:
Component: general Version: 0.11.4
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

Ich wollte ein neues Projekt im DDP anlegen...

How to Reproduce

While doing a POST operation on /admin/admin/create_project, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'1efd97478d14890c23363567',
 'cat_id': u'admin',
 'descr': u'Entwicklungsprojekt der FSA-DB',
 'longname': u'Fehlerspeicheranalyse-DB',
 'panel_id': u'create_project',
 'path_info': None,
 'shortname': u'fsa-db'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)

System Information

Trac 0.11.4
Python 2.6 (r26:66714, Dec 3 2008, 06:05:48)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]]
setuptools 0.6c9
SQLite 3.6.14
pysqlite 2.4.1
Genshi 0.5.1
mod_python 3.3.1
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/site-packages/trac/admin/web_ui.py", line 113, in process_request
    path_info)
  File "build/bdist.linux-i686/egg/ddp_admin/ddp_admin.py", line 41, in render_admin_panel
    return self._process_create_project(req)
  File "build/bdist.linux-i686/egg/ddp_admin/ddp_admin.py", line 51, in _process_create_project
    ret = create_project(req.args.get('shortname'), req.args.get('longname'), req.args.get('descr'))
  File "/usr/lib/python2.6/site-packages/ddp/project.py", line 65, in create_project
    raise StandardError, "Could not create SQL-database!"
StandardError: Could not create SQL-database!


Attachments

Change History

comment:1 Changed 3 years ago by rblank

  • Resolution set to invalid
  • Status changed from new to closed

PluginIssue (ddp_admin), please report it to the plugin maintainer.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from (none). Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.