Ingo,

Thanks for your prompt reply.

Do you imply that I should use the following connection URL through the DAV
Explorer: http://localhost:8080/slide/files instead of
http://localhost:8080/slide ?

If yes, I am still getting the *500 Internal Server Error*

I think I know why this is coming... (though I don't know the solution to
it)
When browsing slide through browser the default page that comes up shows the
directory listings for /, which consists of /users, /roles, /files, etc.
When I click on /users and /roles I get a NullPointerException.

Top part of the stack trace:
java.lang.NullPointerException
        at java.lang.StringBuffer.replace(StringBuffer.java:717)
        at
org.apache.slide.webdav.filter.LogFilter.logLine(LogFilter.java:221)
        at
org.apache.slide.webdav.filter.LogFilter.doFilter(LogFilter.java:193)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:213)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:256)
        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)....

I am attaching the Domain.xml that I am using (it is the Domain.sample
checked in branch Slide_2_0_Release_Branch)

It appears to me that when I try to connect through DAV Explorer it must be
performing the same action as when I click /users on the browser's default
page.

Could you please take a look and let me know what's the problem with the
Domain.xml file below?

Also have you tried connecting to sharemation account through DAV Explorer?
If yes, could you please give me the connection URL?

Regards,
Ritu


-----Original Message-----
From: Ingo Brunberg [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Connecting to Slide using DAV Explorer


You will most likely not want to upload anything to /slide/.

The actual content is stored in /slide/files/, so you should upload
your files there. /slide/ itself contains beside the content some
other "administrative" stuff like users and permissions.

Regards,
Ingo

> Hi All,
> 
> Is anyone using DAV Explorer to connect to the Slide Server? I get the
> following error message when trying to connect:
> 
> *DAV Interpreter:*
> *500 Server Error*
> 
> And I can't locate server error log either.
> 
> 
> I am new to Slide. I just downloaded code from *Slide_2_0_Release_Branch*
> and built the tomcat project. I can access the Slide Home page:
> http://localhost:8080/slide which gives the directory listings for /. I
want
> to test uploading files to Slide. 
> 
> The example.bat mentioned on the Slide Home page:
> http://jakarta.apache.org/slide/examples.html, is not checked in CVS. 
> 
> I tried the commandLine Client but that is failing too:
> [LOCALHOST] /slide/ $ put run.bat
> put run.bat null
> Uploading  'run.bat' to '/slide/': failed.
> Internal Server Error (500)
> 
> 
> Is this a server side or a client side error? Where is the error log
> generated? 
> 
> Could anyone please point out where I am going wrong? Lastly does anyone
> have a document on how to begin using Slide either via the DAV Explorer or
> the commandLine Slide Client.
> 
> Regards,
> Ritu


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to