Bug 780160 (SOA-2536)

Summary: ModeShape lucene indexes are created in directory that is out of JBoss AS tree
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Jiri Pechanec <jpechane>
Component: EDSAssignee: Van Halbert <vhalbert>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.1.0.ER3   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2536
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-03 14:45:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.