cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS and document upload

tonino
Champ in-the-making
Champ in-the-making
Hi,
If I connect to alfreco server this way : "http://IPadress:8080/alfresco", I can upload documents

However, if I connect using CIFS : "http://ServerName_H:8080/alfresco", I can no longer upload any documents. I get the folowing error:

exception

javax.servlet.ServletException
   org.alfresco.web.app.Application.handleServletError(Application.java:162)
   org.alfresco.web.app.servlet.UploadFileServlet.service(UploadFileServlet.java:126)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


cause mère

java.lang.IllegalStateException
   org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:423)
   org.alfresco.web.app.servlet.UploadFileServlet.service(UploadFileServlet.java:122)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
2 REPLIES 2

rbramley
Champ in-the-making
Champ in-the-making
For CIFS, try using:

\\ServerName_H\Alfresco
(or clicking on the link within the Web UI - the networked folder icon next to the space name)

To access the repository via WebDAV:

http://servername:8080/alfresco/webdav


There are lots of posts in the forum with regards to configuration.

Regards,

Robin

tonino
Champ in-the-making
Champ in-the-making
Thank for your answer but I don ' t have problem to connect to the server through CIFS. The problem is that I cannot upload any document when using that kind of connection.
Anyone experienced such error?
Tonino