cancel
Showing results for 
Search instead for 
Did you mean: 

Windows 7 client issues

grich
Champ in-the-making
Champ in-the-making
I have run into some issues accessing Alfresco from a Windows 7 client, please see below.

I have Alfresco 3.2r2 install under Centos 5.4 64 bit
JASS is the Tomcat bundle provided by Alfresco
MySQL database (on a separate server)
Sharepoint amp is installed into the alfresco.war
We are using Active Directory for authentication (Windows 2003 server)
I have ldap configured for syncing with AD but not for authentication
I have Kerberos configured with AD for authentication
SSO via Kerberos is not enabled

On a Windows XP SP3 client everything works
I can access both http://<server name>:8080/alfresoco and http://<server name>:8080/share using my AD credentials
I can access CIFS via Windows Explorer (\\<server name>\alfresco)
I can access WebDav via Windows Explorer (http://<server name>:8080/alfresco/webdav)
Using Microsoft Word 2007 I can go file open http://<server name>:7070/alfresco and open a file as if it was stored on a Sharepoint server

On a Windows 7 64bit client I have limited functionality
I can access both http://<server name>:8080/alfresoco and http://<server name>:8080/share using my AD credentials
I can not access CIFS
I can access WebDav via Windows Explorer but only after setting BasicAuthLevel to 2 in the registry (http://support.microsoft.com/kb/841215) and installing Software Update for Web Folders (http://www.microsoft.com/downloads/details.aspx?FamilyId=17C36612-632E-4C04-9382-987622ED1D64&displa...)
Using Microsoft Word 2007 I can not access the Sharepoint services, I receive a message in the open dialog stating that "The webpage no longer exists", the debug logs from Alfresco are below
I have enabled DES in GP (Network security: Configure encryption types allowed for Kerberos)

I have tried both Community version 3.2r2 and compiled the latest alfresco.war, share.war and vti-module.amp from source.

/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties (note this is not the whole alfresco-global.properties, just the portions I think are relevant)

.
.
.
vti.server.port=7070
vti.alfresco.deployment.context=/alfresco
vti.alfresco.alfresoHostWithPort=http://alfresco.domain.com:8080
vti.share.shareHostWithPort=http://alfresco.domain.com:8080 
.
.
.
authentication.chain=kerberos1:kerberos,ldap-ad1:ldap-ad
.
.
.

/opt/Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/kerberos/kerberos1/changes.properties

kerberos.authentication.realm=DOMAIN.COM
kerberos.authentication.user.configEntryName=Alfresco
kerberos.authentication.defaultAdministratorUserNames=<my ad user name>
kerberos.authentication.cifs.configEntryName=AlfrescoCIFS
kerberos.authentication.cifs.password=<password>
kerberos.authentication.authenticateCIFS=true
kerberos.authentication.http.configEntryName=AlfrescoHTTP
kerberos.authentication.http.password=<password>
kerberos.authentication.sso.enabled=false   

Debug info when trying to access Sharepoint services from Word 2007 running on Windows 7
Within the open dialog I receive the error "The page no longer exists"

13:55:02,287 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:02,302 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:02,302 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:02,302 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
13:55:02,353 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:02,353 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:02,354 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:02,354 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
13:55:02,442 DEBUG [org.alfresco.module.vti.handler.alfresco.v3.AlfrescoMethodHandler] Url must start with alfresco context.
13:55:02,459 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:02,459 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:02,459 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:02,459 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
13:55:02,711 DEBUG [org.alfresco.module.vti.web.VtiFilter] User was authenticated successfully
13:55:02,711 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:02,715 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:02,715 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:02,715 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:02,735 DEBUG [org.alfresco.module.vti.web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco
13:55:03,016 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:03,016 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:03,016 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:03,023 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:03,023 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:03,023 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:03,024 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
13:55:03,024 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/shtml.dll/_vti_rpc'
13:55:03,024 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:03,024 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:03,032 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.UrlToWebUrlMethod@500d68b
13:55:03,032 DEBUG [org.alfresco.module.vti.web.fp.UrlToWebUrlMethod] Start method execution. Method name: url to web url
13:55:03,033 DEBUG [org.alfresco.module.vti.handler.alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco, fileUrl: ''
13:55:03,035 DEBUG [org.alfresco.module.vti.web.fp.UrlToWebUrlMethod] End of method execution. Method name: url to web url
13:55:03,056 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:03,056 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
13:55:03,056 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:03,056 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:03,061 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:03,061 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:03,061 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:03,061 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
13:55:03,062 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/owssvr.dll'
13:55:03,062 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:03,062 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:03,092 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:03,092 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
13:55:03,092 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:03,092 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
13:55:03,386 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:03,386 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:03,386 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:03,386 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:03,391 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:03,391 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:03,391 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:03,391 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:03,391 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:03,392 DEBUG [org.alfresco.module.vti.web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco
13:55:03,535 DEBUG [org.alfresco.module.vti.web.actions.VtiPropfindAction] Exception while executing WebDAV method
13:55:03,553 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:03,553 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:03,553 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:03,553 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:03,558 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:03,558 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:03,558 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:03,558 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:03,558 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:03,558 DEBUG [org.alfresco.module.vti.web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco
13:55:03,632 DEBUG [org.alfresco.module.vti.web.actions.VtiPropfindAction] Exception while executing WebDAV method
13:55:10,737 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:10,737 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:10,737 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:10,742 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:10,742 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:10,743 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:10,743 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
13:55:10,743 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/shtml.dll/_vti_rpc'
13:55:10,743 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:10,743 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:10,743 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.UrlToWebUrlMethod@500d68b
13:55:10,743 DEBUG [org.alfresco.module.vti.web.fp.UrlToWebUrlMethod] Start method execution. Method name: url to web url
13:55:10,744 DEBUG [org.alfresco.module.vti.handler.alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco, fileUrl: ''
13:55:10,744 DEBUG [org.alfresco.module.vti.web.fp.UrlToWebUrlMethod] End of method execution. Method name: url to web url
13:55:10,764 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:10,764 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
13:55:10,764 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:10,764 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:10,769 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:10,769 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:10,769 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:10,770 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
13:55:10,770 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/owssvr.dll'
13:55:10,770 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:10,770 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:10,780 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:10,780 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
13:55:10,780 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:10,780 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
13:55:11,060 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:11,061 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:11,061 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:11,061 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:11,066 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:11,066 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:11,066 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:11,066 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:11,066 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:11,067 DEBUG [org.alfresco.module.vti.web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco
13:55:11,137 DEBUG [org.alfresco.module.vti.web.actions.VtiPropfindAction] Exception while executing WebDAV method
13:55:11,155 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:11,156 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for PROPFIND request
13:55:11,156 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:11,156 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
13:55:11,160 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
13:55:11,160 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:11,161 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:11,161 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:11,161 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:11,161 DEBUG [org.alfresco.module.vti.web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco
13:55:11,236 DEBUG [org.alfresco.module.vti.web.actions.VtiPropfindAction] Exception while executing WebDAV method
13:55:15,142 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
13:55:15,142 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
13:55:15,142 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
13:55:15,143 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiFilter] User was authenticated successfully
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/owssvr.dll'
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
13:55:15,267 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
13:55:15,268 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Request to VTI method 'FileOpen'
13:55:15,268 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Process 'FileOpen'
13:55:15,268 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.FileOpenDialog@169c3c80
13:55:15,268 DEBUG [org.alfresco.module.vti.web.fp.FileOpenDialog] Start method execution. Method name: dialogview  

Just for reference this is the debug log info from a Windows XP / Word 2007 successful attempt at accessing Alfresco's Sharepoint services.

15:16:16,784 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
15:16:16,784 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:16,784 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
15:16:20,898 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:20,898 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
15:16:20,898 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:20,898 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
15:16:20,939 DEBUG [org.alfresco.module.vti.web.VtiFilter] User was authenticated successfully
15:16:20,939 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:20,939 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:20,940 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:20,940 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_inf.html'
15:16:20,940 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:20,940 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:20,946 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:20,946 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:20,946 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
15:16:20,951 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
15:16:20,951 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:20,951 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:20,951 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:20,951 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/shtml.dll/_vti_rpc'
15:16:20,951 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:20,951 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:20,951 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.ServerVersionMethod@2e78101a
15:16:20,951 DEBUG [org.alfresco.module.vti.web.fp.ServerVersionMethod] Start method execution. Method name: server version
15:16:20,952 DEBUG [org.alfresco.module.vti.web.fp.ServerVersionMethod] End of method execution. Method name: server version
15:16:20,965 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:20,965 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:20,965 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
15:16:21,016 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
15:16:21,028 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:21,028 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:21,028 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:21,028 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/shtml.dll/_vti_rpc'
15:16:21,028 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:21,028 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:21,028 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.UrlToWebUrlMethod@500d68b
15:16:21,028 DEBUG [org.alfresco.module.vti.web.fp.UrlToWebUrlMethod] Start method execution. Method name: url to web url
15:16:21,029 DEBUG [org.alfresco.module.vti.handler.alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco, fileUrl: ''
15:16:21,036 DEBUG [org.alfresco.module.vti.web.fp.UrlToWebUrlMethod] End of method execution. Method name: url to web url
15:16:21,047 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:21,048 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:21,048 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
15:16:21,053 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
15:16:21,053 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:21,053 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:21,053 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:21,053 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/_vti_aut/author.dll'
15:16:21,053 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:21,053 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:21,053 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.OpenServiceMethod@6e8509c9
15:16:21,053 DEBUG [org.alfresco.module.vti.web.fp.OpenServiceMethod] Start method execution. Method name: open service
15:16:21,054 DEBUG [org.alfresco.module.vti.web.fp.OpenServiceMethod] Opening service with name: '/alfresco'
15:16:21,056 DEBUG [org.alfresco.module.vti.web.fp.OpenServiceMethod] End of method execution. Method name: open service
15:16:21,062 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:21,062 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
15:16:21,062 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:21,062 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
15:16:21,067 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
15:16:21,067 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:21,067 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:21,067 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:21,067 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/owssvr.dll'
15:16:21,067 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:21,067 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:21,103 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:21,103 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
15:16:21,103 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:21,103 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
15:16:21,107 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
15:16:21,108 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:21,108 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:21,108 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:21,108 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/owssvr.dll'
15:16:21,108 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:21,108 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:21,108 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Request to VTI method 'FileOpen'
15:16:21,108 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Process 'FileOpen'
15:16:21,108 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.FileOpenDialog@169c3c80
15:16:21,108 DEBUG [org.alfresco.module.vti.web.fp.FileOpenDialog] Start method execution. Method name: dialogview
15:16:21,260 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:16:21,260 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:16:21,260 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking user ticket
15:16:21,265 DEBUG [org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
15:16:21,265 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Process request
15:16:21,265 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:16:21,265 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Specific rule not found
15:16:21,265 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/_vti_aut/author.dll'
15:16:21,265 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Action found for request
15:16:21,265 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] Execute target action
15:16:21,266 DEBUG [org.alfresco.module.vti.web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.ListDocumentsMethod@78004daa
15:16:21,266 DEBUG [org.alfresco.module.vti.web.fp.ListDocumentsMethod] Start method execution. Method name: list documents
15:16:21,273 DEBUG [org.alfresco.module.vti.handler] Resolved file info for '' is FileInfo[name=Sites, isFolder=true, nodeRef=workspace://SpacesStore/1f2b142e-a5b2-4bc0-b09d-2be1c893bad0]
15:16:21,273 DEBUG [org.alfresco.module.vti.handler.alfresco.v3.AlfrescoMethodHandler] Generating the list of sites the user is member of.
15:16:21,441 DEBUG [org.alfresco.module.vti.handler] Convert FileInfo[name=ITDemo, isFolder=true, nodeRef=workspace://SpacesStore/c20d84a8-6b27-4b53-a4ea-5a1517e18cfc] to url path 'ITDemo'
15:16:21,498 DEBUG [org.alfresco.module.vti.handler] Convert FileInfo[name=Sites, isFolder=true, nodeRef=workspace://SpacesStore/1f2b142e-a5b2-4bc0-b09d-2be1c893bad0] to url path ''
15:16:21,520 DEBUG [org.alfresco.module.vti.web.fp.ListDocumentsMethod] End of method execution. Method name: list documents

Has anyone been able to access Alfresco from a Windows 7 client? Any suggestions?

Thanks -greg
2 REPLIES 2

protenus
Champ in-the-making
Champ in-the-making
We also are unable to access sharepoint services from windows 7, while xp clients are working. any kind of authentication setup.

We did apply a patch to fix the know windows 7 webdav problem.  https://issues.alfresco.com/jira/browse/ALFCOM-3651

We can save to webdav, through network place and/or through mapped drive.

Perhaps the issue is related to webdav?

protenus
Champ in-the-making
Champ in-the-making

14:20:06,804 User:admin DEBUG [handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
14:20:06,804 User:admin DEBUG [vti.web.VtiRequestDispatcher] Process request
14:20:06,804 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
14:20:06,804 User:admin DEBUG [vti.web.VtiRequestDispatcher] Action found for request
14:20:06,804 User:admin DEBUG [vti.web.VtiRequestDispatcher] Execute target action
14:20:06,805 User:admin DEBUG [web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco/testing_from_7/documentLibrary
14:20:07,048 User:admin DEBUG [vti.web.VtiFilter] Checking request for VTI or not
14:20:07,048 User:admin DEBUG [vti.web.VtiFilter] Return VTI answer for PROPFIND request
14:20:07,048 User:admin DEBUG [vti.web.VtiFilter] Check authentication
14:20:07,048 User:admin DEBUG [vti.web.VtiFilter] Checking user ticket
ore/e96dcc96-be18-4cc7-b77c-05257d68a563]
14:20:07,064 User:System DEBUG [alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco/testing_from_7, fileUrl: ''
14:20:07,070 User:admin DEBUG [handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
14:20:07,070 User:admin DEBUG [vti.web.VtiRequestDispatcher] Process request
14:20:07,070 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
14:20:07,070 User:admin DEBUG [vti.web.VtiRequestDispatcher] Action found for request
14:20:07,070 User:admin DEBUG [vti.web.VtiRequestDispatcher] Execute target action
14:20:07,071 User:admin DEBUG [web.fp.PropfindMethod] processing PROPFIND request with uri: /alfresco/testing_from_7
14:20:07,219 User:admin DEBUG [vti.web.VtiFilter] Checking request for VTI or not
14:20:07,219 User:admin DEBUG [vti.web.VtiFilter] Return VTI answer for HEAD request
14:20:07,219 User:admin DEBUG [vti.web.VtiFilter] Check authentication
14:20:07,219 User:admin DEBUG [vti.web.VtiFilter] Checking user ticket
14:20:07,231 User:System DEBUG [module.vti.handler] Resolved file info for 'testing_from_7/documentLibrary/testing%20from%207.docx' is null
kspace://SpacesStore/04366303-a51d-4dce-a5c3-3c06e9923e2f]
ore/e96dcc96-be18-4cc7-b77c-05257d68a563]
14:20:07,247 User:System DEBUG [alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco/testing_from_7, fileUrl: 'documentLibrary/testing%20from%207.docx'
14:20:07,253 User:admin DEBUG [handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
14:20:07,253 User:admin DEBUG [vti.web.VtiRequestDispatcher] Process request
14:20:07,253 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
14:20:07,253 User:admin DEBUG [vti.web.VtiRequestDispatcher] Specific rule not found
14:20:07,253 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/testing_from_7/documentLibrary/testing%20from%207.docx'
14:20:07,375 User:admin DEBUG [vti.web.VtiFilter] Checking request for VTI or not
14:20:07,375 User:admin DEBUG [vti.web.VtiFilter] Check authentication
14:20:07,375 User:admin DEBUG [vti.web.VtiFilter] Checking user ticket
14:20:07,387 User:System DEBUG [module.vti.handler] Resolved file info for 'testing_from_7/documentLibrary/testing%20from%207.docx' is null
kspace://SpacesStore/04366303-a51d-4dce-a5c3-3c06e9923e2f]
ore/e96dcc96-be18-4cc7-b77c-05257d68a563]
14:20:07,427 User:System DEBUG [alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco/testing_from_7, fileUrl: 'documentLibrary/testing%20from%207.docx'
14:20:07,433 User:admin DEBUG [handler.alfresco.DefaultAuthenticationHandler] Ticket was validated
14:20:07,433 User:admin DEBUG [vti.web.VtiRequestDispatcher] Process request
14:20:07,433 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
14:20:07,433 User:admin DEBUG [vti.web.VtiRequestDispatcher] Specific rule not found
14:20:07,433 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/testing_from_7/documentLibrary/testing%20from%207.docx'