n00b cant get it started -- created index, but "no index found"
I followed the instructions on the forum to create an index, but when i try to search i get:
[Error] Error * No index found for:cdc-dev, or the indexing is not finished. If you manually added index, please use "Refresh Index" action in Dashboard.
This is my first demo test, but no luck trying it out!
The index log contents:
DEBUG 2007-06-20 23:21:31,161- Created running file C:\dev\dbsight\webapps\dbsight\WEB-INF\data\log\cdc-dev.pid
INFO 2007-06-20 23:21:31,161- ~~~~~~~ cdc-dev:unlockStoppedIndex ...
INFO 2007-06-20 23:21:31,161- unlock temp files if exists
INFO 2007-06-20 23:21:31,192- ~~~~~~~ cdc-dev:maybeBuildSynonyms ...
INFO 2007-06-20 23:21:31,192- ~~~~~~~ cdc-dev:reCreateIndex ...
INFO 2007-06-20 23:21:31,208- buiding index for cdc-dev
INFO 2007-06-20 23:21:31,208- Period Table:
INFO 2007-06-20 23:21:31,208- TaskScheduler provider class is 'class net.javacoding.xsearch.core.oOOO.OoOO.B'
INFO 2007-06-20 23:21:31,239- DBCP using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@10.118.1.100:1521:STGINTL
DEBUG 2007-06-20 23:21:31,239- load oracle.jdbc.driver.OracleDriver
INFO 2007-06-20 23:21:33,129- DBCP prepared statement pooling enabled
INFO 2007-06-20 23:21:33,692- IndexWriter Pool: 3 index writer under directory: C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev
INFO 2007-06-20 23:21:33,692- Loading Analyzer:net.javacoding.xsearch.indexer.analyzer.NumberLowerCaseAnalyzer
INFO 2007-06-20 23:21:33,739- Starting 7 fetcher workers...
INFO 2007-06-20 23:21:33,739- Starting 3 writer workers...
INFO 2007-06-20 23:21:33,739- Previous Fecther jobs : 0
DEBUG 2007-06-20 23:21:33,754- Fetcher task dispatcher running ...
DEBUG 2007-06-20 23:21:33,754- Writer task dispatcher running ...
INFO 2007-06-20 23:21:33,754- Dir size:0 Bytes
INFO 2007-06-20 23:21:33,754- Getting the connection...
INFO 2007-06-20 23:21:34,020- Connected.
INFO 2007-06-20 23:21:34,020- Preparing the statement...
INFO 2007-06-20 23:21:34,317- select /*+ FIRST_ROWS(10) */ id, name, description, type, create_user_id, create_date from
(
select id, name, '' description, 'Interest' type, create_user_id, nvl(create_date, TO_DATE('08-01-2005', 'MM-DD-YYYY')) create_date
from devuser.interest_group_view
union
select id, name, description, decode(parent_content_id, null, 'Item', 'Comment') type, create_user_id, create_date
from devuser.content_view
)
order by create_date desc
INFO 2007-06-20 23:21:34,317- Set Fetch Size to 1000
INFO 2007-06-20 23:21:34,317- executing the statement...
DEBUG 2007-06-20 23:21:34,551- Maximal Index directory size is 100000.0 MB
INFO 2007-06-20 23:21:34,598- r[1:3:0][0:0:2]0.0K(0.0):0.0K(0.0)/s
DEBUG 2007-06-20 23:21:34,645- writer 1 distroyed
DEBUG 2007-06-20 23:21:39,426- Writer task dispatcher dying ...
INFO 2007-06-20 23:21:39,442- Released index writer pool
INFO 2007-06-20 23:21:39,442- Indexing Context closed!
DEBUG 2007-06-20 23:21:39,442- Created running file C:\dev\dbsight\webapps\dbsight\WEB-INF\data\log\cdc-dev.pid
INFO 2007-06-20 23:21:39,442- ~~~~~~~ cdc-dev:mergeTempIndexesToMain ...
INFO 2007-06-20 23:21:39,458- adding C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_temp\0
INFO 2007-06-20 23:21:39,458- adding C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_temp\1
INFO 2007-06-20 23:21:39,458- adding C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_temp\2
INFO 2007-06-20 23:21:39,458- Working in C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_work\mergeIdx
INFO 2007-06-20 23:21:39,458- fast adding indexes
INFO 2007-06-20 23:21:39,489- merging segments _0 (50 docs) into _0 (50 docs)
INFO 2007-06-20 23:21:39,505- merging segments _1 (50 docs) into _1 (50 docs)
INFO 2007-06-20 23:21:39,583- merging segments _2 (50 docs) into _2 (50 docs)
INFO 2007-06-20 23:21:39,614- merging segments _3 (50 docs) into _3 (50 docs)
INFO 2007-06-20 23:21:39,645- merging segments _4 (50 docs) into _4 (50 docs)
INFO 2007-06-20 23:21:39,676- merging segments _5 (50 docs) into _5 (50 docs)
INFO 2007-06-20 23:21:39,739- merging segments _6 (50 docs) into _6 (50 docs)
INFO 2007-06-20 23:21:39,770- merging segments _7 (11 docs) into _7 (11 docs)
INFO 2007-06-20 23:21:39,801- merging segments _0 (50 docs) into _8 (50 docs)
INFO 2007-06-20 23:21:39,864- merging segments _1 (50 docs) into _9 (50 docs)
INFO 2007-06-20 23:21:39,911- merging segments _2 (50 docs) into _a (50 docs)
INFO 2007-06-20 23:21:39,926- merging segments _3 (50 docs) into _b (50 docs)
INFO 2007-06-20 23:21:39,973- merging segments _4 (50 docs) into _c (50 docs)
INFO 2007-06-20 23:21:40,067- merging segments _5 (50 docs) into _d (50 docs)
INFO 2007-06-20 23:21:40,536- merging segments _6 (50 docs) into _e (50 docs)
INFO 2007-06-20 23:21:40,567- merging segments _0 (50 docs) into _f (50 docs)
INFO 2007-06-20 23:21:40,614- merging segments _1 (50 docs) into _g (50 docs)
INFO 2007-06-20 23:21:40,692- merging segments _2 (50 docs) into _h (50 docs)
INFO 2007-06-20 23:21:40,723- merging segments _3 (50 docs) into _i (50 docs)
INFO 2007-06-20 23:21:40,755- merging segments _4 (50 docs) into _j (50 docs)
INFO 2007-06-20 23:21:40,801- merging segments _5 (50 docs) into _k (50 docs)
INFO 2007-06-20 23:21:40,864- merging segments _6 (50 docs) into _l (50 docs)
INFO 2007-06-20 23:21:40,911- merging segments _7 (50 docs) into _m (50 docs)
INFO 2007-06-20 23:21:40,926- merging segments _8 (50 docs) into _n (50 docs)
INFO 2007-06-20 23:21:40,958- Optimizing...
INFO 2007-06-20 23:21:41,067- merging segments _0 (50 docs) _1 (50 docs) _2 (50 docs) _3 (50 docs) _4 (50 docs) _5 (50 docs) _6 (50 docs) _7 (11 docs) _8 (50 docs) _9 (50 docs) _a (50 docs) _b (50 docs) _c (50 docs) _d (50 docs) _e (50 docs) _f (50 docs) _g (50 docs) _h (50 docs) _i (50 docs) _j (50 docs) _k (50 docs) _l (50 docs) _m (50 docs) _n (50 docs) into _o (1161 docs)
INFO 2007-06-20 23:21:41,098- Indexes merged to C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_work\mergeIdx
INFO 2007-06-20 23:21:41,098- ~~~~~~~ cdc-dev:updateIndex ...
INFO 2007-06-20 23:21:41,130- Updating Index via local mode from:C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_work\mergeIdx
INFO 2007-06-20 23:21:41,145- updating the index cdc-dev from C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\_work\mergeIdx
INFO 2007-06-20 23:21:41,145- old searcher pool for index:cdc-dev is updated with temp searcher pool.
INFO 2007-06-20 23:21:41,223- index files deleted in cdc-dev
INFO 2007-06-20 23:21:41,239- new index files copied to C:\dev\dbsight\webapps\dbsight\WEB-INF\data\indexes\cdc-dev\main
INFO 2007-06-20 23:21:41,239- temp searcher pool for index:cdc-dev is updated with main searcher pool.
INFO 2007-06-20 23:21:41,286- ~~~~~~~ cdc-dev:buildDictionaryIfNeeded ...
INFO 2007-06-20 23:21:41,286- ~~~~~~~ cdc-dev:ping-a-url ...
WARN 2007-06-20 23:21:41,286- stopping indexing for cdc-dev
INFO 2007-06-20 23:21:41,286- ------- cdc-dev:completed, Time used: 10125
