You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Chris Harding <ch...@ntlworld.com> on 2002/05/09 20:08:57 UTC

Locking problem

Hello,
  I'm using Tomcat 4.0.3 with the latest build of Slide.

  When I connect to slide on http://localhost:8080/slide, I take it that you
are by default connected using Guest, which does not seam to take out locks
on files (I get a Forbidden status returned). Is it possible to set up Slide
so that it always requests Authentication from a client?

  Thank you for any help

  Chris Harding


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: build failed:

Posted by Claus Goettfert <cl...@gmx.net>.
Hello Sun-Gu,

I do/did have antlr.jar in my classpath (%JAVA_HOME%\lib). I also set a 
variable CLASSPATH to %JAVA_HOME%\lib.

So, unfortunately, it still doesn't work. same error as mentioned in my 
first post.

regards,

claus


At 00:46 11.05.2002 +0900, you wrote:
>Please, refer to 
>http://www.mail-archive.com/slide-user@jakarta.apache.org/msg01596.html
>
>I'll look into it sometime later...
>
>----- Original Message -----
>From: "Claus Goettfert" <cl...@gmx.net>
>To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
>Sent: Friday, May 10, 2002 4:14 AM
>Subject: build failed: <antlr target=" .../>
>
>
> > Hi all,
> >
> > I tried to build slide with the latest source checked out via cvs. I
> > adopted my build.properties file which seems to work.
> >
> > I use ant1.4.1, simply downloaded it from jakarta.apache.org/ant
> >
> > when I run %ANT_HOME%\bin\ant in my jakarta-slide-checkout directory it
> > compiles until line 653 of build.xml and then stops telling me that :
> >
> > "D:\jakarta\jakarta-slide-checkout\build.xml:653: Could not create task of
> > type: antlr. Common solutions are to use taskdef to declare your task, or,
> > if this is an optional task, to put the optional.jar in the lib directory
> > of your ant installation <ANT_HOME>."
> >
> > so I downloaded the jakarta-ant1.4.1-optional.jar and put it into
> > %ANT_HOME%/lib and tried to compile again (deleting the build directory in
> > jakarta-slide).
> >
> > again I get an error telling me:
> > ....
> > "webdav-client-prepare:
> >
> > webdav-client:
> > [antlr] java.lang.noClassDefFoundError: antlr/Tool
> > [antlr} Exception in thread "main"
> >
> > BUILD FAILED
> >
> > D:\jakarta\jakarta-slide-checkout\build.xml:653: java faild with return 
> code 1"
> >
> > any help would be greatly appreciated ....
> >
> > regards,
> >
> > claus goettfert
> >
> >
> > --
> > To unsubscribe, 
> e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> >
> >


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: build failed:

Posted by Claus Goettfert <cl...@gmx.net>.
Hi all,

I tried to build slide with the latest source checked out via cvs. I 
adopted my build.properties file which seems to work.

I use ant1.4.1, simply downloaded it from jakarta.apache.org/ant

when I run %ANT_HOME%\bin\ant in my jakarta-slide-checkout directory it 
compiles until line 653 of build.xml and then stops telling me that :

"D:\jakarta\jakarta-slide-checkout\build.xml:653: Could not create task of 
type: antlr. Common solutions are to use taskdef to declare your task, or, 
if this is an optional task, to put the optional.jar in the lib directory 
of your ant installation <ANT_HOME>."

so I downloaded the jakarta-ant1.4.1-optional.jar and put it into 
%ANT_HOME%/lib and tried to compile again (deleting the build directory in 
jakarta-slide).

again I get an error telling me:
....
"webdav-client-prepare:

webdav-client:
	[antlr] java.lang.noClassDefFoundError: antlr/Tool
	[antlr} Exception in thread "main"

BUILD FAILED

D:\jakarta\jakarta-slide-checkout\build.xml:653: java faild with return code 1"

any help would be greatly appreciated ....

regards,

claus goettfert


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


slide server, nightly b. ("java:UserDatabase is not bound in this Context")

Posted by Claus Goettfert <cl...@gmx.net>.
Hi all,

I downloaded yesterdays nightly build and can't start slide server. It 
tells me:

.... javax.naming.NameNotFoundException: Name java:UserDatabase is not 
bound in this Context
	at org.apache.naming.NamingContext.lookup(Unknown Source)
......
[and]
....
LifecycleException: No UserDatabase component found under key Java:UserDatabase
	at org .....

I use Win2k sp2 and have the following paths set:

JAVA_HOME=D.\j2sdk1.4.0
JAKARTA_HOME=D:\jakarta
SLIDE_HOME=%JAKARTA_HOME%\jakarta-slide
ANT_HOME=%JAKARTA_HOME%\jakarta-ant-1.4.1

the path environment variable has %ANT_HOME%\bin; %JAVA_HOME%\bin;

there isn't much left what could work on my computer when it comes to 
slide, at least it seems so. I'm just wondering ...
I run mostly jedit when trying getting slide to work (jedit is run by 
javaw.exe). are there any possible conflicts?
I have j2sdk1.4.0 and jre 1.3.1 installed, tomcat 4.0.1, well thats it I 
think ...

I'm really happy if someone could help me out,

regards,

claus goettfert


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Locking problem

Posted by Alan Wong <aw...@octavesoftware.com>.
Uncomment the <security-constraint> section in the slide WEB-INF/web.xml.
Look for:
  <!-- Authetication for the WebDAV servlet -->

  <!-- Uncomment this to get authentication -->

  <!--security-constraint>
....

-----Original Message-----
From: Chris Harding [mailto:christopher.harding3@ntlworld.com]
Sent: Thursday, May 09, 2002 11:09 AM
To: slide-user@jakarta. apache. org
Subject: Locking problem


Hello,
  I'm using Tomcat 4.0.3 with the latest build of Slide.

  When I connect to slide on http://localhost:8080/slide, I take it that you
are by default connected using Guest, which does not seam to take out locks
on files (I get a Forbidden status returned). Is it possible to set up Slide
so that it always requests Authentication from a client?

  Thank you for any help

  Chris Harding


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>