index file problem about jackrabbit

2006-10-30 Thread wendy Lee
Hi,I config the jackrabbit as an application in the Jetty under Linux system ,I trace the process of Jetty access log by command lsof .I find there are many messages such as "java13526 root 104r REG8,1 178635 901304 /opt/weekee-R8.8/repository/repository/index/_jf/_1.cfs (deleted)

Re: [jira] Commented: (JCR-595) Refactoring of the Persistence Managers

2006-10-31 Thread wendy Lee
Yes I have met the same problem with it .How to solve it ? 2006/10/31, Przemo Pakulski (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/JCR-595?page=comments#action_12445876] Przemo Pakulski commented on JCR-595: - DatabasePersistenc

Re: [jira] Commented: (JCR-595) Refactoring of the Persistence Managers

2006-10-31 Thread wendy Lee
I just update the version to 469481 ,The problem still exist 2006/10/31, Jukka Zitting (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/JCR-595?page=comments#action_12445896] Jukka Zitting commented on JCR-595: --- > Configuration erro

Re: [jira] Commented: (JCR-595) Refactoring of the Persistence Managers

2006-10-31 Thread wendy Lee
That's great ,The bug has been fixed .Thank you. 2006/11/1, Jukka Zitting (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/JCR-595?page=comments#action_12445968] Jukka Zitting commented on JCR-595: --- The "unknown schema" problem should n

The problem about jackrabbit in Jboss

2006-11-06 Thread wendy Lee
Are there anyone try to config Jboss and deploy jackrabbit in it for clustering? I need some help about this.Thank you.

Re: [jira] Commented: (JCR-623) Clustering

2006-11-06 Thread wendy Lee
Do you have any detail in configuration about clustering?such as the repository model. 2006/11/7, Dominique Pfister (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/JCR-623?page=comments#action_12447461] Dominique Pfister commented on JCR-623: --

Is there any solution to solve the pagination in the repostitory

2006-11-06 Thread wendy Lee
Our application need do pagination for the content in the repository ,such as the "top" keyword in database.I don't know the jackrabbit supply such mechanism.Now we solve this problem by querying repostioty according to every request,But this is very inefficient . Thank you for your help.

Is this a bug of derby database or Jackrabbit?

2006-11-09 Thread wendy Lee
The size of our repository reached 14GB ,Now we found the repository can't work normally,and throw many exceptions .The exception like this: 377575 [btpool2-21] ERROR org.apache.jackrabbit.core.state.db.DatabasePersistenceManager - failed to check existence of node state: db364aa7-87be-499e-877d-e

Re: Is this a bug of derby database or Jackrabbit?

2006-11-09 Thread wendy Lee
This is derby log 2006-11-09 09:02:38.429 GMT: Booting Derby version The Apache Software Foundation - Apache Derby - 10.2.1.6 - (452058): instance c013800d-010e-cbf4-578c-1ed50590 on database directory /opt/weekee-R8.8/repository

Re: can I reindex a whole repository?

2006-11-23 Thread wendy Lee
I want to make sure if I remove the indexes directory in the repository ? or just remove index directory in the workspace directory? 2006/11/23, Paco Avila <[EMAIL PROTECTED]>: El mié, 22-11-2006 a las 19:08 +0100, Tobias Bocanegra escribió: > yes, > - stop the repository > - delete the search

Re: [VOTE] Release Apache Jackrabbit 1.1.1

2006-11-29 Thread wendy Lee
[x]+1 Release the packages as Apache Jackrabbit 1.1.1

Re: HEADS UP: Jackrabbit restructuring ahead

2006-12-03 Thread wendy Lee
I not familiar with maven ..At primary I use maven 1.0.2 ,Now I update it to 2.0.4 .and follow your description , I change my local url to "/trunk/jackrabbit-core" ( I worked in the /trunk/jackrabbit ) . I update my directory and found the test codes remove from my local directory . Now I want t

Re: HEADS UP: Jackrabbit restructuring ahead

2006-12-03 Thread wendy Lee
I checkout the jackrabbit-api &jackrabbit-jcr-commons&jackrabbit-core&jackrabbit-jcr-tests separately and under each directory I use command "mvn install" ,at last under the directory of jackrabbit-core .when I use mvn install . [INFO] -

Re: HEADS UP: Jackrabbit restructuring ahead

2006-12-04 Thread wendy Lee
and now I can build it .I don't know if it is a small flaw in the pom.xmlunder jackrabbit-core ... org.apache.jackrabbit jackrabbit-commons ${pom.version} I modify it to this. org.apache.jackrabbit ja

Re: [jira] Resolved: (JCR-651) Improve performance for queries with large result sets

2006-12-04 Thread wendy Lee
If I use this config & set resultFetchSize to 50 , When I use "count = result.getNodes().getSize()" the count is 50?or the total amount in the query condition?

Re: [jira] Resolved: (JCR-651) Improve performance for queries with large result sets

2006-12-05 Thread wendy Lee
Thank you for your detail help

what wrong when I compile the jackrabbit-core

2006-12-12 Thread wendy Lee
I just update the source code to newest version ,when I run mvn install .there are some error in the test . --- T E S T S --- Running org.apache.jackrabbit.init.ExportDocViewTestData Tests run:

Re: what wrong when I compile the jackrabbit-core

2006-12-12 Thread wendy Lee
Thank you ,resolve it

Re: what wrong when I compile the jackrabbit-core

2006-12-14 Thread wendy Lee
Yes I also have this problem ... --- Test set: org.apache.jackrabbit.core.TestAll --- Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elap

Re: what wrong when I compile the jackrabbit-core

2006-12-16 Thread wendy Lee
T E S T S --- Running org.apache.jackrabbit.core.nodetype.compact.TestAll Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec Running org.apache.jackrabbit.test.TestAll Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Ti

The test failure with class XATest

2006-12-19 Thread wendy Lee
anyone can fix this version number bug? Thank you

The NullPointerException with the newest version

2006-12-22 Thread wendy Lee
T E S T S --- Running org.apache.jackrabbit.core.nodetype.compact.TestAll Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec Running org.apache.jackrabbit.test.TestAll Exception in thread "Timer-2" java.lang.NullPointerExcep

The exception about test report

2006-12-27 Thread wendy Lee
The newest version has two exception in SQLPathTest. --- testDescendantTestRoot(org.apache.jackrabbit.test.api.query.SQLPathTest) junit.framework.AssertionFailedError: /testd

Re: The exception about test report

2006-12-28 Thread wendy Lee
== 2006/12/28, Jukka Zitting <[EMAIL PROTECTED]>: Hi, On 12/28/06, wendy Lee <[EMAIL PROTECTED]> wrote: > The newest version has two exception in SQLPathTest. I'm not seeing it. Can you double-check with "mvn clean install"? If the problem continues, p

Re: Changing affiliations

2007-01-02 Thread wendy Lee
Congratulation ,and happy new year to all developer in the jackrabbit. 2007/1/2, Paco Avila <[EMAIL PROTECTED]>: El mar, 02-01-2007 a las 10:39 +0200, Jukka Zitting escribió: > Hi, > > After a while of contracting I have now become a full time employee of > Day Software. In practice this change

The problem in building the jackrabbit-jcr-commons

2007-01-09 Thread wendy Lee
hi ,I met a strange problem when I build the newest version of jackrabbit from svn. I found the jackrabbit-jcr-commons need to read a file "d:\mplay.com". But I find this file maybe a virus.So I delete it ,then there is a error in the building. Now I just give an empty file which called the "mplay

Re: The problem in building the jackrabbit-jcr-commons

2007-01-09 Thread wendy Lee
Oh ,I found the whole project need this file ,not only jackrabbit-jcr-commons module . I think that is related to the maven project.But this is strange problem for building the whole project.You can check in your each driver(just in the root directory) ,Is there a hidden file named "myplay.com"

Re: [VOTE] Release Apache Jackrabbit 1.2

2007-01-10 Thread wendy Lee
+1 2007/1/11, Jukka Zitting <[EMAIL PROTECTED]>: Hi, I have posted a candidate for the Apache Jackrabbit 1.2 release at http://people.apache.org/~jukka/jackrabbit/1.2/ See the included RELEASE-NOTES.txt file for details on release contents and latest changes. The release was made from the 1

The warn about the full text index of image/gif

2007-01-22 Thread wendy Lee
I just upload a image to the repository,but it throws a such WARN org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor - Full text indexing of image/gif is not supported I think there are some configuration problem.Please give me some advices

What is difference between repository index and workspace index

2007-01-31 Thread wendy Lee
I just find the index size under repository directory is smaller than the workspace directory.Who can help me understand this.Thanks!