Two things,

/files is the root directory for content in default slide, it is normally
configured by Domain.xml on startup if it doesn't exist.  If your store has
a different root for content that is probably the source of the problem.

However, if you follow my guide, you will find the problem, I can't/won't do
it for you.

Michael Oliver
CTO
Alarius Systems LLC
6800 E. Lake Mead Blvd, #1096
Las Vegas, NV 89156
Phone:(702)953-8949
Fax:(702)974-0341
 

-----Original Message-----
From: Eugeny N Dzhurinsky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 14, 2006 9:47 AM
To: Slide Users Mailing List
Subject: Re: Slide tries to get contents of folder

On Tue, Feb 14, 2006 at 09:20:24AM -0800, Michael Oliver wrote:
> Well obviously it is hard to say without seeing the code (no I don't have
> time to look at your code), but something you did say might be a clue.
> 
> You said, " my store returns true for folder /files, so I don't have any
> idea why slide tries to get contents of this directory "
> 
> So do you understand that the "/files" node is a collection/folder?  And
> that it would be natural to get the contents of a root directory like
> /files?
> 
> Things to check.  What did you do differently in your store than are done
in
> the default Tx* stores?  Replace one store at a time with your own stores,
> this sometimes helps to identify what you did wrong as one store depends
on
> another in a chain sometimes it is hard to determine the actual cause as
the
> previous store call might succeed but be wrong in its implementation
causing
> the next store call in the chain to fail.  Ensure your scope is the same
> initially as the default Tx stores.  Get a default working first with all
> the Tx* stores so you have a reference with a working repository.
> 
> After that if you haven't figured it out, post your Domain.xml and error
log
> extracts (not the whole thing please) along with the offending Store
source
> method and maybe somebody will be able to help.

Okay, but what about this: if I delete the 'files' directory, and then start
Tomcat, EVERYTHING works fine - no exceptions or whatever else. But if I
restart tomcat, it throws the exception and nothing works anymore. Makes
sense?

-- 
Eugene N Dzhurinsky

---------------------------------------------------------------------
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