Db2

 View Only
  • 1.  text search

    Posted Tue December 10, 2019 09:40 AM
    db2 luw 11.5 on ubuntu - trying to configure text search as indicated in doc
    1. check if ts correctly installed : getting java errors


    db2ins11@ubuntu:/data/NetSearch$ configTool printAll -configPath /data/NetSearch/
    Can't load log handler "java.util.logging.FileHandler"
    java.nio.file.NoSuchFileException: /data/NetSearch/../log/commandLineTools0.log.lck
    java.nio.file.NoSuchFileException: /data/NetSearch/../log/commandLineTools0.log.lck
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:98)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:114)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:119)
    at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:189)
    at java.nio.channels.FileChannel.open(FileChannel.java:298)
    at java.nio.channels.FileChannel.open(FileChannel.java:346)
    at java.util.logging.FileHandler.openFiles(FileHandler.java:489)
    at java.util.logging.FileHandler.<init>(FileHandler.java:292)
    at java.lang.J9VMInternals.newInstanceImpl(Native Method)
    at java.lang.Class.newInstance(Class.java:1847)
    at java.util.logging.LogManager$5.run(LogManager.java:977)
    at java.security.AccessController.doPrivileged(AccessController.java:647)
    at java.util.logging.LogManager.loadLoggerHandlers(LogManager.java:969)
    at java.util.logging.LogManager.initializeGlobalHandlers(LogManager.java:1589)
    at java.util.logging.LogManager.access$1500(LogManager.java:156)
    at java.util.logging.LogManager$RootLogger.accessCheckedHandlers(LogManager.java:1678)
    at java.util.logging.Logger.getHandlers(Logger.java:1788)
    at java.util.logging.Logger.log(Logger.java:746)
    at java.util.logging.Logger.doLog(Logger.java:776)
    at java.util.logging.Logger.log(Logger.java:799)
    at java.util.logging.Logger.severe(Logger.java:1475)
    at com.ibm.es.nuvo.configuration.tool.ConfigurationTool.getVersionDetails(ConfigurationTool.java:3236)
    at com.ibm.es.nuvo.configuration.tool.ConfigurationTool.printSysInfo(ConfigurationTool.java:2622)
    at com.ibm.es.nuvo.configuration.tool.ConfigurationTool.printAll(ConfigurationTool.java:2565)
    at com.ibm.es.nuvo.configuration.tool.ConfigurationTool.configure(ConfigurationTool.java:719)
    at com.ibm.es.nuvo.configuration.tool.ConfigurationTool.main(ConfigurationTool.java:2733)
    IQQG0035E The file /data/NetSearch/build_info.properties does not exist.

    Operating system name = Linux
    Operating system architecture (JVM) = amd64
    Operating system version = 4.15.0-72-generic
    Java version = IBM J9 VM 1.8.0_201 JVM: 2.9 JVMInfo: JRE 1.8.0 Linux amd64-64-Bit Compressed References 20190124_408237 (JIT enabled, AOT enabled)
    OpenJ9 - 9c77d86
    OMR - dad8ba7
    IBM - e2996d1 JVMRuntimeVersion: 8.0.5.30 - pxa6480sr5fp30-20190207_01(SR5 FP30)
    configPath /data/NetSearch
    adminHTTPPort 0
    defaultDataDirectory /data/NetSearch/data
    installPath /Software/DB2V115/db2tss/
    logPath null
    TemporaryBaseDirectory
    logLevel OFF
    startupHeapSize 1500M
    pluginsPath /Software/DB2V115/db2tss//plugins
    inputQueueMemorySize 150M
    outputQueueMemorySize 150M
    documentBatchMemorySize 1M
    documentDeleteBatchSize 100
    documentTimeout 2100
    documentRetryNumber 0
    numberOfPreprocessingThreads 8
    numberOfIndexerThreads 8
    acceptorThreads 300
    securePort 0
    keyStoreName
    keyStoreType jks
    any idea ? google search is not very helpfull and ibm doc not having any info on this

    ------------------------------
    Thanks for all answers
    Best Regards,
    Guy Przytula
    ------------------------------

    #Db2