Bug 780160 (SOA-2536) - ModeShape lucene indexes are created in directory that is out of JBoss AS tree
Summary: ModeShape lucene indexes are created in directory that is out of JBoss AS tree
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2536
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.1.0.ER3
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Van Halbert
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-03 14:10 UTC by Jiri Pechanec
Modified: 2010-11-03 14:45 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-03 14:45:31 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2536 0 None None None Never

Description Jiri Pechanec 2010-11-03 14:10:10 UTC
project_key: SOA

Our tests tries to query JCR repository deployed in server. When executed there are new files created - probably Lucene index files. The problem is that the data files are locatred in wrong dir

The server and tested configuration is located at
~/releases/51ER3AS/jboss-as/server/postgresql83

New files are created at
[jpechane@jpechane releases]$ ll ~/releases/jboss-as/server/default/data/modeshape/repositories/repository/indexes/eds/content/*
-rw-r--r--. 1 jpechane jbossqa 816 Nov  3 15:00 /home/jpechane/releases/jboss-as/server/default/data/modeshape/repositories/repository/indexes/eds/content/_0.cfs
-rw-r--r--. 1 jpechane jbossqa 311 Nov  3 15:00 /home/jpechane/releases/jboss-as/server/default/data/modeshape/repositories/repository/indexes/eds/content/_0.cfx
-rw-r--r--. 1 jpechane jbossqa 247 Nov  3 15:00 /home/jpechane/releases/jboss-as/server/default/data/modeshape/repositories/repository/indexes/eds/content/segments_2
-rw-r--r--. 1 jpechane jbossqa  20 Nov  3 15:00 /home/jpechane/releases/jboss-as/server/default/data/modeshape/repositories/repository/indexes/eds/content/segments.gen

The server was started from directory ~/releases/51ER3AS/jboss-as using command bin/run.sh -c postgresql83.

Please not that not only directory location is wrong but also the server name in directory path.

Comment 1 Van Halbert 2010-11-03 14:45:31 UTC
This issue has been resolved due to configuration changes made for ER4.


Note You need to log in before you can comment on or make changes to this bug.