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 Jiantao Pan <ji...@labbook.com> on 2001/12/27 20:26:46 UTC

Enlist failure when two client running simultanously

Hi,
  I am using slide1.0.16 and tomcat4.0.1. It is configured to use 
FileContentStore and JDBCDescriptorsStore with the following configurateion in Domain.xml. When I start two client simultanously to batch loading(both running putmethods), I got the following Warning on the server console. 
  My question is: What does the warning mean and is it a serious problem?
  Thanks and have a nice holiday.


Server console log:

27 Dec 2001 14:03:08 - org.apache.slide.webdav.WebdavServlet - INFO - MKCOL = 201 Created (time: 172 ms) URI = /files/gbcon2/22-NOV
27 Dec 2001 14:03:08 - org.apache.slide.transaction.SlideTransaction - WARNING - Enlist failure: Resource manager slidestore.reference.JDBCDescriptorsStore@77eaf8 Error code XAER_OUTSIDE in Transaction 89 xid HttpProcessor[8080][2]-10094797
88314-89- in thread HttpProcessor[8080][2]
27 Dec 2001 14:03:08 - org.apache.slide.webdav.WebdavServlet - INFO - PUT = 201
Created (time: 187 ms) URI = /files/gbcon1/04-OCT/AE002769


Domain.xml configuration:

    <definition>
      <store name="jdbc">
        <nodestore classname="slidestore.mysql.MySQLDescriptorsStore">
         <parameter name="driver">org.gjt.mm.mysql.Driver</parameter>
         <parameter name="url">mysql://localhost:3306/slide</parameter>
         <parameter name="user">slide</parameter>
         <parameter name="password">password</parameter>
        </nodestore>
        <securitystore>
          <reference store="nodestore" />
        </securitystore>
        <lockstore>
          <reference store="nodestore" />
        </lockstore>
        <revisiondescriptorsstore>
          <reference store="nodestore" />
        </revisiondescriptorsstore>
        <revisiondescriptorstore>
          <reference store="nodestore" />
        </revisiondescriptorstore>
        <!--contentstore classname="slidestore.reference.JDBCContentStore">
         <parameter name="driver">org.hsql.jdbcDriver</parameter>
         <parameter name="url">HypersonicSQL:slidecontent</parameter>
         <parameter name="user">sa</parameter>
         <parameter name="password"></parameter>
        </contentstore-->
        <contentstore classname="slidestore.reference.FileContentStore">
          <parameter name="rootpath">files</parameter>
        </contentstore>
      </store>
      <scope match="/" store="jdbc" />
    </definition>

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