Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problem with JSP pageContext.response.locale in Jetty 7

Wow, thanks for the quick response, Jan!

Btw, the ViewVC URL (http://dev.eclipse.org/viewcvs/viewvc.cgi?view=roots) seems to be broken:

An Exception Has Occurred

Python Traceback

Traceback (most recent call last):
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 4396, in main
    request.run_viewvc()
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 398, in run_viewvc
    self.view_func(self)
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 1883, in view_roots
    allroots = list_roots(request)
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 4253, in list_roots
    cfg.utilities, cfg.options.svn_config_dir)
  File "/home/local/apps/viewvc-new/lib/vclib/svn/__init__.py", line 53, in SubversionRepository
    import svn_repos
  File "/home/local/apps/viewvc-new/lib/vclib/svn/svn_repos.py", line 25, in <module>
    from svn import fs, repos, core, client, delta
  File "/usr/local/lib64/svn-python/svn/fs.py", line 19, in <module>
    from libsvn.fs import *
  File "/usr/local/lib64/svn-python/libsvn/fs.py", line 7, in <module>
    import _fs
ImportError: libsvn_swig_py-1.so.0: cannot open shared object file: No such file or directory

Back to the top