[kforge-dev] beta site up: knowledgeforge.net
John Bywater
john.bywater at appropriatesoftwarefoundation.org
Fri Oct 21 11:17:55 UTC 2005
Rufus -
That's great. But... I just created a project, then a trac service, then
a svn service, then tried to set the trac service to use the svn
service, and got this error below.
Could you check whether a trac environment was set up, but in the wrong
place? I wonder whether it's being created in the old place, and then
expected in the new?
I'll investigate further, but just thought I'd raise this.
Best, John.
++++++++++++++++++++++++++++++++++
There's been an error:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/django-1.0.0-py2.3.egg/django/core/handlers/base.py", line 64, in get_response
response = callback(request, **param_dict)
File "/home/kforge/svn-kforge/trunk/core/src/kforge/django/apps/kui/views/service.py", line 336, in edit
def edit( request, project, plugin, service): return ServiceEditView(request, project, plugin, service).edit()
File "/home/kforge/svn-kforge/trunk/core/src/kforge/django/apps/kui/views/service.py", line 127, in edit
if self.saveService():
File "/home/kforge/svn-kforge/trunk/core/src/kforge/django/apps/kui/views/service.py", line 213, in saveService
self.service.raiseUpdate()
File "/home/kforge/svn-kforge/trunk/core/src/kforge/dom.py", line 800, in raiseUpdate
self.onUpdate()
File "/home/kforge/svn-kforge/trunk/core/src/kforge/dom.py", line 1110, in onUpdate
self.notifyPlugins('UpdateService', self)
File "/home/kforge/svn-kforge/trunk/core/src/kforge/dom.py", line 792, in notifyPlugins
controller.notify(*args)
File "/home/kforge/svn-kforge/trunk/core/src/kforge/plugin/__init__.py", line 76, in notify
eventHandler(eventSender)
File "/home/kforge/svn-kforge/trunk/core/src/kforge/plugin/trac/__init__.py", line 28, in onUpdateService
command.execute()
File "/home/kforge/svn-kforge/trunk/core/src/kforge/plugin/trac/command.py", line 41, in execute
if not self.createTracProjectEnvironment():
File "/home/kforge/svn-kforge/trunk/core/src/kforge/plugin/trac/command.py", line 76, in createTracProjectEnvironment
self.env_create()
File "/home/kforge/svn-kforge/trunk/core/src/kforge/plugin/trac/command.py", line 100, in env_create
raise 'Failed to create environment. ' + str(e)
Failed to create environment. [Errno 2] No such file or directory: '/home/kforge/knowledgeforge.net/var/project_data/mylife/trac/5'
More information about the kforge-dev
mailing list