[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Viewvc exception

From: Asha Manju <asha_manju_at_syntelinc.com>
Date: Fri, 3 Jul 2009 17:28:22 +0530

I have installed Collabnet Subversion server 1.6.2 along with viewvc
1.07 and apache2.2. I had downloaded active python2.6 (MSI) and
installed it before subversion was installed. On accessing the viewvc
url http://localhost/viewvc. The first page is coming. But on
navigating to the repository I am getting the error

 

 

 

Traceback (most recent call last):
  File "C:\Program Files\CollabNet Subversion
Server\viewVC\lib\viewvc.py", line 3746, in main
    request.run_viewvc()
  File "C:\Program Files\CollabNet Subversion
Server\viewVC\lib\viewvc.py", line 262, in run_viewvc
    import vclib.svn
  File "C:\Program Files\CollabNet Subversion
Server\viewVC\lib\vclib\svn\__init__.py", line 27, in <module>
    from svn import fs, repos, core, delta
  File "C:\Python26\lib\site-packages\svn\fs.py", line 19, in <module>
    from libsvn.fs import *
  File "C:\Python26\lib\site-packages\libsvn\fs.py", line 19, in
<module>
    _fs = swig_import_helper()
  File "C:\Python26\lib\site-packages\libsvn\fs.py", line 15, in
swig_import_helper
    _mod = imp.load_module('_fs', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.

 

 

On running as standalone.py and accessing the browser the following
trace is obtained

 
 
C:\Program Files\CollabNet Subversion Server\viewVC\bin>standalone.py
--gui
localhost - - [01/Jul/2009 11:16:37] "GET / HTTP/1.1" 301 -
localhost - - [01/Jul/2009 11:16:37] "GET /viewvc/ HTTP/1.1" 200 -
localhost - - [01/Jul/2009 11:16:37] ViewVC exited ok
localhost - - [01/Jul/2009 11:16:37] "GET /viewvc/*docroot*/styles.css
HTTP/1.1"
 200 -
localhost - - [01/Jul/2009 11:16:37] ViewVC exited ok
localhost - - [01/Jul/2009 11:16:37] "GET
/viewvc/*docroot*/images/CN_viewVC_log
o228x71.png HTTP/1.1" 200 -
localhost - - [01/Jul/2009 11:16:37] ViewVC exited ok
localhost - - [01/Jul/2009 11:16:37] "GET
/viewvc/*docroot*/images/dir.png HTTP/
1.1" 200 -
localhost - - [01/Jul/2009 11:16:37] ViewVC exited ok
 
Let me know how to solve this asap. I am also attaching my httpd.conf.
and viewvc conf .
 
Thanks
Asha
 

 

 

Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.

Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2367790

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].

Received on 2009-07-03 14:04:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.