cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR [org.alfresco.webdav.protocol] No root node for reques

jesus_ibanez
Champ in-the-making
Champ in-the-making
I've Installed Alfresco Open Source 1.1.1 on Linux Red Hat E3, and when i try to access to webdav the next error appear:

ERROR [org.alfresco.webdav.protocol] No root node for request

any idea?
6 REPLIES 6

kevinr
Star Contributor
Star Contributor
This problem has been fixed in the last few days, it is available in SVN or the nightly build. Of course the fix will also be available in the next proper release.

UPDATE: depending on your issue it may not be fixed - it is probably a configuration issue.

Thanks,

Kevin

derek
Star Contributor
Star Contributor
Hi,

It might be a configuration issue.

What is the result of the following query?:

select * from child_assoc where qname = '{http://www.alfresco.org/model/application/1.0}company_home';
Did you install against existing data or is this a completely new install?
Are there any prior errors in the log files?
Are you able to connect via CIFS and the Web Client?

There was a bug in previous versions where the required company_home association was renamed if the company home name was renamed.

Regards

yschluchter
Champ in-the-making
Champ in-the-making
Hi,

I have the same problem… I downloaded and installed the last nightly build (12 jan 2005) but I still have the error (10:22:49,729 ERROR [protocol] No root node for request).

The query returns the following:

id               336
type_qname         {http://www.alfresco.org/model/system/1.0}children
qname            {http://www.alfresco.org/model/application/1.0}com
isPrimary        1
assoc_index         2147483647
parent_protocol     workspace
parent_identifier  SpacesStore
parent_guid         e5d58472-81b5-11da-bed3-796e749855ae
child_protocol     workspace
child_identifier     SpacesStore
child_guid         e84c9f42-81b5-11da-bed3-796e749855ae

My installation is a fresh one.

I have the following errors in my log file when I start the jBoss server:

10:21:20,711 ERROR [AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\DOCUME~1\YSCHLU~1\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_33041.gif""C:\DOCUME~1\YSCHLU~1\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_33042.png"
10:21:24,616 ERROR [protocol] Error accessing Win32 NetBIOS, check DLL is on the path

I don't know how to access Alfresco via CIFS… If I click on the "View in CIFS" link in a document's details, It seems to work… I see exactly the same page.

Hope this will help.

kevinr
Star Contributor
Star Contributor
I have the following errors in my log file when I start the jBoss server:

10:21:20,711 ERROR [AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\DOCUME~1\YSCHLU~1\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_33041.gif""C:\DOCUME~1\YSCHLU~1\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_33042.png"
10:21:24,616 ERROR [protocol] Error accessing Win32 NetBIOS, check DLL is on the path

I don't know how to access Alfresco via CIFS… If I click on the "View in CIFS" link in a document's details, It seems to work… I see exactly the same page.

See this topic for info on those startup errors:
http://www.alfresco.org/forums/viewtopic.php?p=2723#2723

Kevin

yschluchter
Champ in-the-making
Champ in-the-making
After reading the following post

http://www.alfresco.org/forums/viewtopic.php?t=727

I removed the two starting errors and now WebDAV is working fine! Smiley Very Happy

Thanks for your help!

dtnsolutions
Champ in-the-making
Champ in-the-making
I have installed both alfresco 1.1.2 and latest nightly build, but didn'd succeed with webdav access.  I deployed them to jakarta tomcat 5.5.12 on CentOS 4.2, I also fixed problems with imconvert. CIFS and FTP services started successfully. But when I connected to webdav using IE (open as web folder), a message displayed saying, Webdav is not available, do you want to open default view instead, if I click on Yes, the GET request will be performed. Does anyone know what could be the reason?
Thank you,
Tien