Re: Error when doing store committing

2004-04-19 Thread Oliver Zeigermann
Hmmm, it seems here you have two transactions: One does a single read on a resources, but never frees the lock on it. The next tries to acquire a commit locks which needs the read lock to be released first. As this never happens it times out and tells you it could not commit. I'd suggest to

Mystical url for Domain.xml when compiling my jsp

2004-04-19 Thread Ari Paasonen
Hello, I've been moving my java/jsp program from old server to new server where we have also installed new Slide (2.0 rc1). The problem is that where my program worked fine with the old server and Slide (1.0.16) I now get this error message when trying to run my jsp pages for the first time (more

problem with acl

2004-04-19 Thread Mikko Hämäläinen
Hi, when I read the ACL of a directory '/pdc' right after restarting the tomcat all permissions seem to be right. After performing any operation to this directory (MKCOL for example) the ACLs seem corrupted - all permissions set for '/pdc' directory suddenly are inherited from the same

Exception when launching Tomcat

2004-04-19 Thread Jean-Baptiste Lièvremont
Hi, I have the following trace in catalina.out while launching Tomcat: java.lang.NoClassDefFoundError: org/apache/catalina/realm/RealmBase at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at

Re: Mystical url for Domain.xml when compiling my jsp

2004-04-19 Thread Oliver Zeigermann
The location of Domain.xml is configured in slide.properties which can be found in package org.apache.slide. Try to locate this file either in class directories or in slide-kernel.jar. If you have found it have a look at the property org.apache.slide.domain. I suspect you have an old version

Re: Exception when launching Tomcat

2004-04-19 Thread Jean-Baptiste Lièvremont
It seems that it is a Tomcat-related problem, actually I think that it does not load the .jar files in the right order. What I am trying to do is use Slide with the built-in authentication. As I already had a Tomcat (5.0.19), I only downloaded the .tar.gz bundle with the server and the

Re: Exception when launching Tomcat

2004-04-19 Thread Jacob Lund
Try to move your slide jar's into the common/lib directory - it worked for me! /jacob - Original Message - From: Jean-Baptiste Lièvremont [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:06 PM Subject: Exception when launching Tomcat Hi, I have the following

Slide with JBoss

2004-04-19 Thread Slide Tao
hi, first, thx for any help before. I have successfully use Slide with Tomcat. So far, I want to use Jboss+Tomcat with slide. I put all slide server jar and JDBC driver into $Jboss/lib, and slide.war into $JBoss/default/deploy. After I start the JBoss, and open a IE to connect

RE: Slide with JBoss

2004-04-19 Thread Slide Tao
hi,friends, I can use slide in JBoss+Tomcat with unauthentication now. But when I uncomment the security-* in web.xml file, I cannot connect to slide by http:/localhost:8080/slide, the error is following: who can tell me how to build slide authentication in Jboss+Tomcat?(I use