Edgewall Software

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5569 closed defect (invalid)

Problem installing Trac on Solaris — at Version 1

Reported by: tatobrutto@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10-stable
Severity: normal Keywords: solaris
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

system: SunOS svchmng 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V240

environment variable:

MANPATH=:/usr/share/man:/usr/dt/share/man:/usr/local/man:/usr/openwin/share/man:/usr/java/man:/usr/openv/man/share/man:/opt/sfw/man:/opt/SUNWrtvc/man
HZ=
TERM=vt100
SHELL=/bin/ksh
HISTSIZE=1024
GS_LIB=/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type3:/usr/local/share/ghostscript/8.00/lib/fonts
ANT_HOME=/opt/tools/ant
LD_LIBRARY_PATH=/usr/openwin/lib:/usr/lib:/usr/local/lib:/usr/local/ssl/lib:
ENV=/etc/kshrc
MAIL=/var/mail/root
PATH=/usr/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/lib/lvm:/etc/lvm:/usr/local/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/opt/sfw/bin:/opt/tools/bin:.
PWD=/
JAVA_HOME=/usr/java
EDITOR=vim
TZ=MET
GS_FONTPATH=/usr/openwin/lib/X11/fonts/Type1/outline
SHLVL=2
HOME=/
LOGNAME=root
CLASSPATH=.:/usr/java/lib/tools.jar
_=/usr/bin/tcsh
HOSTTYPE=sun4
VENDOR=sun
OSTYPE=solaris
MACHTYPE=sparc
USER=root
GROUP=root
HOST=svchmng

Error:

Exception happened during processing of request from ('xxx.xxx.xxx.110', 5778)
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/SocketServer.py", line 463, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/local/lib/python2.3/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/lib/python2.3/SocketServer.py", line 521, in __init__
    self.handle()
  File "/usr/local/lib/python2.3/BaseHTTPServer.py", line 324, in handle
    self.handle_one_request()
  File "/usr/local/lib/python2.3/site-packages/trac/web/wsgi.py", line 174, in handle_one_request
    gateway.run(self.server.application)
  File "/usr/local/lib/python2.3/site-packages/trac/web/wsgi.py", line 87, in run
    response = application(self.environ, self._start_response)
  File "/usr/local/lib/python2.3/site-packages/trac/web/standalone.py", line 88, in __call__
    return self.application(environ, start_response)
  File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line 440, in dispatch_request
    req.send_error(sys.exc_info(), status=500)
  File "/usr/local/lib/python2.3/site-packages/trac/web/api.py", line 380, in send_error
    data = self.hdf.render(template)
  File "/usr/local/lib/python2.3/site-packages/trac/web/clearsilver.py", line 290, in render
    template.parseFile(filename)
Error: Traceback (innermost last):
  File "csparse.c", line 327, in cs_parse_file()
  File "neo_hdf.c", line 1785, in hdf_search_path()
SystemError: Stat of /trac/env01/templates/error.cs failed: [0] Error 0

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Priority: highestnormal
Resolution: invalid
Severity: blockernormal
Status: newclosed

As stated in the big red box on the new ticket page: Installation issues should be asked on the MailingList.

Note: See TracTickets for help on using tickets.