error when start Subversion Server in UberSVN

Posted by dakiquang on Server Fault See other posts from Server Fault or by dakiquang
Published on 2012-09-13T04:20:03Z Indexed on 2012/09/17 3:40 UTC
Read the original article Hit count: 710

Filed under:
|

I'm using uberSVN on Ubuntu server. Now, I can't checkout, commit source from Subversion Server ( domain.com:9880, port subversion)

I tried to start httpd by command line as:

sudo /opt/ubersvn/bin/httpdserverctl start

, but I get error:

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
httpd (pid 895) already running

I tried run this command as follow:

cd /opt/ubersvn/bin
 sudo ./ubersvncontrol start

then get errors:

Starting SysV Tomcat
Using CATALINA_BASE:   /opt/ubersvn/tomcat
Using CATALINA_HOME:   /opt/ubersvn/tomcat
Using CATALINA_TMPDIR: /opt/ubersvn/tomcat/temp
Using JRE_HOME:        /opt/ubersvn/jre
Using CLASSPATH:       /opt/ubersvn/tomcat/bin/bootstrap.jar
Using CATALINA_PID:    /opt/ubersvn/data/run/tomcat.pid
Existing PID file found during start.
Tomcat appears to still be running with PID 943. Start aborted.

In the Ubersvn website GUI, I tried start Ubersvn server but get error :

enter image description here

How to start Subversion Server ?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about svn