File Upload : 404 NOT FOUND at end of progress bar

324 views
Skip to first unread message

Benjamin Belanger

unread,
Jul 10, 2014, 5:38:06 AM7/10/14
to sea...@googlegroups.com
I have a problem with file upload...
Seafile 3.0.4 with mysql, no Nginx or Apache

When I upload a file, I see the progress bar, and I have this message : "NO FOUND"
No logs in controller.log / http.log / ccnet.log
In Google Chrome debug mode I see this :


My seahub_settings.py :
DEBUG = True
SECRET_KEY = "****************************************"
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'seahub-db',
        'USER': 'root',
        'PASSWORD': '***********',
        'HOST': '127.0.0.1',
        'PORT': '3306',
        'OPTIONS': {
            'init_command': 'SET storage_engine=INNODB',
        }
    }
}

My ccnet.conf :
[Database]
ENGINE = mysql
PASSWD = *********
CONNECTION_CHARSET = utf8
DB = ccnet-db
HOST = 127.0.0.1
USER = root
PORT = 3306

[Client]
PORT = 13418

[Network]
PORT = 10001

[General]
USER_NAME = filetransfer
ID = ****************************
NAME = filetransfer

[LDAP]
HOST = ldap://10.16.44.44/
BASE = OU=Postes Nomades,OU=Utilisateurs,OU=FR,DC=mydomain,DC=com
USER_DN = CN=process_seafile,OU=USR_Process,OU=ADMIN,DC=mydomain,DC=com
PASSWORD = ************************
LOGIN_ATTR = mail


Thanks !










Daniel Pan

unread,
Jul 10, 2014, 5:54:29 AM7/10/14
to sea...@googlegroups.com
Remote the HTTP_SERVER_ROOT line will solve the problem.

Benjamin Belanger

unread,
Jul 10, 2014, 5:58:35 AM7/10/14
to sea...@googlegroups.com
no I try but now no progress bar, and I have this error :

can not connect the server


Benjamin Belanger
Chef de Projet Système / Ingénieur Système-Exploitation
Phone : ​0320688474 - Mobile : sur demande
Mail : bbel...@ephigea.com


EPHIGEA S.A.S
15 avenue André Diligent
BP 619 - 59 061 ROUBAIX Cedex 1
logo.jpg












--
You received this message because you are subscribed to a topic in the Google Groups "seafile" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/seafile/H36giISCSzg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to seafile+u...@googlegroups.com.
To post to this group, send email to sea...@googlegroups.com.
Visit this group at http://groups.google.com/group/seafile.
For more options, visit https://groups.google.com/d/optout.
-- Ce message électronique et tous les fichiers joints ainsi que les informations contenues dans ce message (ci-après "le message") sont confidentiels. Si vous avez reçu le message par erreur, merci de le renvoyer à son émetteur et de supprimer le message de votre système informatique. Toute diffusion, publication, totale ou partielle, ou divulgation sous quelque forme que ce soit non expressément autorisée du message, est interdite. --

Daniel Pan

unread,
Jul 10, 2014, 6:03:07 AM7/10/14
to sea...@googlegroups.com
HTTP_SERVER_ROOT is the address and port to connect to the Seafile HttpServer component. Which is only for file upload and download. It should listen at yourdomain:8082 by default.

If you do not specify HTTP_SERVER_ROOT, it will be guest as SERVICE_URL:8082

Benjamin Belanger

unread,
Jul 10, 2014, 6:11:40 AM7/10/14
to sea...@googlegroups.com
Yeah It's ok !

Thank you !



2014-07-10 12:03 GMT+02:00 Daniel Pan <free...@gmail.com>:
HTTP_SERVER_ROOT is the address and port to connect to the Seafile HttpServer component. Which is only for file upload and download. It should listen at yourdomain:8082 by default.

If you do not specify HTTP_SERVER_ROOT, it will be guest as SERVICE_URL:8082


On Thursday, 10 July 2014 17:58:35 UTC+8, Benjamin Belanger wrote:
no I try but now no progress bar, and I have this error :

can not connect the server
Reply all
Reply to author
Forward
0 new messages