On 22 Mar 2006 at 13:23, Alec Thomas wrote:

> Was there nothing in the Trac log?

I applied the patch, rebuilt and reinsalled the egg and restarted the 
httpd  server.  When I run trac-admin <env> upgrade --no-backup I get 
the same error and this in the pg_log:

ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
LOG:  unexpected EOF on client connection
LOG:  unexpected EOF on client connection
ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
LOG:  unexpected EOF on client connection
ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
ERROR:  relation "wiki_namespace" does not exist
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
LOG:  unexpected EOF on client connection

this is the contents of the trac.log

22:56:28 Trac[loader] DEBUG: Loading plugin webadmin.logging from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:28 Trac[loader] DEBUG: Loading plugin webadmin.ticket from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:28 Trac[loader] DEBUG: Loading plugin webadmin.basics from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:28 Trac[loader] DEBUG: Loading plugin webadmin.perm from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:28 Trac[loader] DEBUG: Loading plugin webadmin.web_ui from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:28 Trac[loader] DEBUG: Loading plugin webadmin.plugin from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:28 Trac[loader] DEBUG: Loading plugin tractags from 
/usr/lib/python2.3/site-packages/TracTags-0.2-py2.3.egg
22:56:28 Trac[env] WARNING: Component <tractags.api.TagEngine object 
at 0xb7b2964c> requires environment upgrade
22:56:40 Trac[loader] DEBUG: Loading plugin webadmin.logging from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:40 Trac[loader] DEBUG: Loading plugin webadmin.ticket from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:40 Trac[loader] DEBUG: Loading plugin webadmin.basics from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:40 Trac[loader] DEBUG: Loading plugin webadmin.perm from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:40 Trac[loader] DEBUG: Loading plugin webadmin.web_ui from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:40 Trac[loader] DEBUG: Loading plugin webadmin.plugin from 
/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.1dev_r2765-
py2.3.egg
22:56:40 Trac[loader] DEBUG: Loading plugin tractags from 
/usr/lib/python2.3/site-packages/TracTags-0.2-py2.3.egg
22:56:40 Trac[env] WARNING: Component <tractags.api.TagEngine object 
at 0xb7bd664c> requires environment upgrade
22:56:40 Trac[api] DEBUG: CREATE TABLE tags (
    tagspace text,
    name text,
    tag text,
    CONSTRAINT tags_pk PRIMARY KEY (tagspace,name,tag)
);


this is the httpd error_log

[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend: Traceback (most recent 
call last):
[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend:   File 
"/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in 
HandlerDispatch\n    result = object(req)
[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend:   File 
"/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", 
line 199, in handler\n    env = get_environment(mpr, project_opts)
[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend:   File 
"/usr/lib/python2.3/site-packages/trac/web/main.py", line 335, in 
get_environment\n    return _open_environment(env_path, threaded)
[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend:   File 
"/usr/lib/python2.3/site-packages/trac/web/main.py", line 51, in 
_open_environment\n    env_cache[env_path] = 
open_environment(env_path)
[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend:   File 
"/usr/lib/python2.3/site-packages/trac/env.py", line 376, in 
open_environment\n    raise TracError, 'The Trac Environment needs to 
be upgraded. Run ' \\
[Tue Mar 21 23:01:52 2006] [error] [client 65.92.52.236] 
PythonHandler trac.web.modpython_frontend: TracError: The Trac 
Environment needs to be upgraded. Run trac-admin /var/data/trac 
upgrade"

-- 

***     e-mail is NOT a secure channel     ***
James B. Byrne                mailto:ByrneJB.<token>@Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3CE               delivery <token> = hal
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to