Edgewall Software
Modify

Ticket #5808 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

Bug found

Reported by: elia@… Owned by: cboos
Priority: normal Milestone:
Component: wiki system Version:
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by eblot) (diff)

This is the message that I get anytime I try to view a specific page.
Thanks

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 101, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 260, in get_repository
    crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/cache.py", line 34, in __init__
    self.sync()
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/cache.py", line 67, in sync
    youngest_stored = self.repos.get_youngest_rev_in_cache(self.db)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 418, in get_youngest_rev_in_cache
    cursor.execute("SELECT rev FROM revision "
  File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/usr/lib/python2.3/site-packages/pyPgSQL/PgSQL.py", line 3091, in execute
    self.res = self.conn.conn.query('FETCH 1 FROM "%s"' % self.name)
OperationalError: ERROR:  could not write block 1 of temporary file: No space left on device

HINT: Perhaps out of disk space?

Attachments

Change History

comment:1 in reply to: ↑ description Changed 5 years ago by anonymous

Replying to elia@bebo:

OperationalError?: ERROR: could not write block 1 of temporary file: No space left on device
HINT: Perhaps out of disk space?

What about this?

comment:2 Changed 5 years ago by ThurnerRupert

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

comment:3 Changed 5 years ago by eblot

  • Description modified (diff)
  • Priority changed from high to normal
  • Severity changed from major to normal
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 cboos. 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.