Community
Participate
Working Groups
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()); }
Created attachment 201479 [details] a fix patch
The fix is checked into ptp_4_1
The patch is checked into head stream.