| Summary: | RemoteIndexerManager should use StandaloneLogService when dataStore is null | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | John Liu <jwsliu> | ||||
| Component: | RDT | Assignee: | John Liu <jwsliu> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 4.0.7 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 201479 [details]
a fix patch
The fix is checked into ptp_4_1 The patch is checked into head stream. |
RemoteIndexerManager should use StandaloneLogService when dataStore is null at code line 194, if(indexFile == null) { indexFile = new File(scope + PDOM_EXTENSION); // creates a file object located in the server working directory UniversalServerUtilities.logWarning(CLASS_NAME, "Can't create index file at " + path + " attempting to use " + indexFile.getParent() + " instead", dataStore); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ scopeToIndexLocationMap.put(scope, indexFile.getParent()); }