Miguel Figueiredo | 2 Oct 11:26
Picon
Favicon

RE: PROPFIND 409 conflict ERROR with timeout/deadlock

Hello again Shakti,

 Maybe you can't start a nested transaction like it happens in the "no"
branch of point 3 and 4 (the 1st transaction happens on point 2).

Hope this helps,
Miguel Figueiredo

-----Original Message-----
From: Shakti Shrivastava [mailto:Shakti.Shrivastava <at> onassignment.com] 
Sent: sexta-feira, 28 de Setembro de 2007 16:23
To: Slide Users Mailing List
Subject: RE: PROPFIND 409 conflict ERROR with timeout/deadlock

Hi Miguel,

That fixed the issue. Thank you very much. But I still don't understand
why? Can Oliver chime in? I would really want to know.

This is what the code is doing (while trying to upload a resource like
http://host:port/slide/files/user-75/myfile.txt

1. Find collection files (this is http://host:port/slide/files)
2. If found add to a list (cache) and start a transaction (explicitly,
using startTransaction())
3. Check if collection user-57 exists using getChildren() if so add to
list (cache). No (explicit) transaction started here
4. Check if myfile.txt exists. No (explicit) transaction started here *
this is where the timeout is occurring 
5. If no then use putMethod()
(Continue reading)

Newbie_han | 3 Oct 02:54
Picon

I am totally newbie. I am having trouble compiling Slide server with Ant


First of all, I am not familiar with Java open-source and any build script
for Java. I was given this open-source project and need to compile it on my
computer. Before asking specific questions, let me explain what I tried so
far to compile this.

- Downloaded Slide server 2.1 from Jakarta official website as zip file.
- Downloaded Jakarta Ant and install in on my Window PC.
- Installed JDK 1.5 on my PC

According to the installation instructions on the
website(http://jakarta.apache.org/slide/installation.html), I executed "ant"
inside a root directory of slide server ( D:\Fall backup\Independent
study\jakarta-slide-server-src-2.1).

Then, I got the following error messages after failure of compilatoin.

If there is anyone who know how to compile Slide server, give me some help.

--

-- 
View this message in context: http://www.nabble.com/I-am-totally-newbie.-I-am-having-trouble-compiling-Slide-server-with-Ant-tf4559264.html#a13011160
Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
Ali Naddaf | 10 Oct 22:47

Slide Client and HttpClient 3.x

Hello all.

Is there a simple way to get httpclient 3.x to work with Slide 2.2pre? I 
recently had to move my httpclient to version 3 and that caused problems 
for my access to my Slide server. If it is not possible, what other 
(open/free) Java based clients can I use?

Thanks
Ali.
John Rousseau | 10 Oct 23:05
Favicon

Re: Slide Client and HttpClient 3.x

After applying the patch found in
http://issues.apache.org/bugzilla/show_bug.cgi?id=35213, the slide
client is working well for me.

-John

Ali Naddaf wrote:
> Hello all.
> 
> Is there a simple way to get httpclient 3.x to work with Slide 2.2pre? I
> recently had to move my httpclient to version 3 and that caused problems
> for my access to my Slide server. If it is not possible, what other
> (open/free) Java based clients can I use?
> 
> Thanks
> Ali.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
> 
> 

--

-- 
John Rousseau
Technical Lead, Archivas Business Unit
Hitachi Data Systems
+1-781-890-8353 x178
John.Rousseau <at> hds.com
(Continue reading)

Ali Naddaf | 11 Oct 09:23

Re: Slide Client and HttpClient 3.x

Thanks John.
Ali.

John Rousseau wrote:
> After applying the patch found in
> http://issues.apache.org/bugzilla/show_bug.cgi?id=35213, the slide
> client is working well for me.
>
> -John
>
> Ali Naddaf wrote:
>   
>> Hello all.
>>
>> Is there a simple way to get httpclient 3.x to work with Slide 2.2pre? I
>> recently had to move my httpclient to version 3 and that caused problems
>> for my access to my Slide server. If it is not possible, what other
>> (open/free) Java based clients can I use?
>>
>> Thanks
>> Ali.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
>> For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
>>
>>
>>     
>
(Continue reading)

Jeff Hillier | 19 Oct 21:44

Clearing failed transaction leftovers...

Hi all-

We've been using slide to manage publishing files to our web sites 
for about 6 months now and everything is working very well.

We are using the J2ee store backed by an oracle DB for the nodeStore 
and a TxFileContentStore for the file store.

Our users move files from a staging environment to a production 
environment via a custom app that uses slide to move the files in a 
transaction. In addition to moving the files we collect metadata 
about the request from various places and store it in our local database.

On rare occasions these transactions fail (due to various reasons, 
other db's down etc) which seems to leave slide in an unclean state.. 
ie our "work" directory has folders in it from these failed 
transactions. While in this state moving files to these folders 
fails, due to what seems to be time outs. When we get into this state 
we have to restart the app servers and slide cleans itself up and 
everything is fine.

after the restart I see in the logs:

WARN 12:33:41,063 (file-content-store.log():110): ---> Could not 
process URI '/'! Thread Thread[Orion Launcher,5,main] marking 
transaction branch [B <at> 1539d49 for rollback

that transaction branch is the one that failed and is a problem, and 
seems to get rolled back.

(Continue reading)

leep leep | 20 Oct 16:33
Picon

Can not log on

Hi!
I have installed Slide and Tomcat on a Windows XP. When I use DAV
Explorer to log on, I got log on prompt. But when I type in root/root,
it doesn't let me in. I checked the file, it says root has passwd
root.

Any ideas?

Regards,
Lee
Hassan Schroeder | 20 Oct 17:12
Picon
Gravatar

Re: Can not log on

On 10/20/07, leep leep <leepname <at> gmail.com> wrote:

> I have installed Slide and Tomcat on a Windows XP. When I use DAV
> Explorer to log on, I got log on prompt. But when I type in root/root,
> it doesn't let me in. I checked the file, it says root has passwd
> root.
>
> Any ideas?

<http://support.microsoft.com/kb/841215>

Excerpt:

"For security purposes, Windows Vista and Windows XP SP2 disable
 Basic authentication in the Web Distributed Authoring and Versioning
 (WebDAV) Redirector."

HTH,
--

-- 
Hassan Schroeder ------------------------ hassan.schroeder <at> gmail.com
leep leep | 21 Oct 17:58
Picon

Re: Can not log on

Hi!
Many thanks for a quick reply.
I have tried the work around from MS, it seems it doesn't help.

Maybe I missed something, following is what I did:
1. install Tomact 5.25
2. start Tomact
3. Just deploy the file slide.war
4. use DAV explorer to connect

Any ideas?

Regards,
Lee

On 10/20/07, Hassan Schroeder <hassan.schroeder <at> gmail.com> wrote:
> On 10/20/07, leep leep <leepname <at> gmail.com> wrote:
>
> > I have installed Slide and Tomcat on a Windows XP. When I use DAV
> > Explorer to log on, I got log on prompt. But when I type in root/root,
> > it doesn't let me in. I checked the file, it says root has passwd
> > root.
> >
> > Any ideas?
>
> <http://support.microsoft.com/kb/841215>
>
> Excerpt:
>
> "For security purposes, Windows Vista and Windows XP SP2 disable
(Continue reading)

Hassan Schroeder | 22 Oct 16:49
Picon
Gravatar

Re: Can not log on

On 10/21/07, leep leep <leepname <at> gmail.com> wrote:

> I have tried the work around from MS, it seems it doesn't help.

> 4. use DAV explorer to connect

Ah, sorry, missed that -- the MS tip was for the native "Web folders"
approach.

Afraid I didn't use the Slide realm so no experience setting it up.

Best of luck,
--

-- 
Hassan Schroeder ------------------------ hassan.schroeder <at> gmail.com

Gmane