Uploaded image for project: 'AppFormer'
  1. AppFormer
  2. AF-2882

[BC HA on Premise] Many warnings in the server log of BC nodes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Optional
    • None
    • None
    • General workbench
    • None
      1. Setup cluster on premise.
      2. Add several spaces, projects and assets.
      3. Open server log of one business central node.
      4. Many warnings are present in the server log.
    • Undefined
    • NEW
    • NEW

    Description

      Server logs of business central nodes contain many warnings. Although they do not cause any errors, they might point to potential errors.

      These three type appear in the server log:

      03:41:12,212 WARN  [org.infinispan.HOTROD] (HotRod-client-async-pool-1-5) ISPN004005: Error received from the server: org.infinispan.objectfilter.ParsingException: ISPN028501: The type org.kie.eee__zzz__master_org__uberfire__java__nio__file__Path does not have an accessible property named 'libraryRepositoryRoot'.
      
      03:42:07,237 WARN  [org.infinispan.HOTROD] (HotRod-client-async-pool-1-4) ISPN004098: Closing connection [id: 0xfd9029c6, L:/10.0.153.88:42748 ! R:10.0.153.182/10.0.153.182:11222] due to transport error: java.net.SocketTimeoutException: QueryOperation{appformer_eee__yyy__master, flags=0, connection=10.0.153.182/10.0.153.182:11222} timed out after 60000 ms
      	at org.infinispan.client.hotrod.impl.operations.HotRodOperation.run(HotRodOperation.java:176)
      	at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
      	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
      	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
      	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
      	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
      	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
      	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      
      03:42:07,350 WARN  [org.eclipse.jgit.internal.storage.file.ObjectDirectory] (Thread-116) Pack file /root/nfs/.niogit/system/system.git/objects/pack/pack-465ec1348909642e8f0f5a3c723b70c5096759bb.pack was deleted, removing it from pack list: java.io.FileNotFoundException: /root/nfs/.niogit/system/system.git/objects/pack/pack-465ec1348909642e8f0f5a3c723b70c5096759bb.pack (No such file or directory)
      	at java.io.RandomAccessFile.open0(Native Method)
      	at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
      	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
      	at org.eclipse.jgit.internal.storage.file.PackFile.doOpen(PackFile.java:658)
      	at org.eclipse.jgit.internal.storage.file.PackFile.beginWindowCache(PackFile.java:638)
      	at org.eclipse.jgit.internal.storage.file.WindowCache.load(WindowCache.java:511)
      	at org.eclipse.jgit.internal.storage.file.WindowCache.getOrLoad(WindowCache.java:603)
      	at org.eclipse.jgit.internal.storage.file.WindowCache.get(WindowCache.java:386)
      	at org.eclipse.jgit.internal.storage.file.WindowCursor.pin(WindowCursor.java:327)
      	at org.eclipse.jgit.internal.storage.file.WindowCursor.copy(WindowCursor.java:226)
      	at org.eclipse.jgit.internal.storage.file.PackFile.readFully(PackFile.java:614)
      	at org.eclipse.jgit.internal.storage.file.PackFile.representation(PackFile.java:1085)
      	at org.eclipse.jgit.internal.storage.file.ObjectDirectory.selectObjectRepresentation(ObjectDirectory.java:593)
      	at org.eclipse.jgit.internal.storage.file.ObjectDirectory.selectObjectRepresentation(ObjectDirectory.java:584)
      	at org.eclipse.jgit.internal.storage.file.WindowCursor.selectObjectRepresentation(WindowCursor.java:177)
      	at org.eclipse.jgit.internal.storage.pack.PackWriter.searchForReuse(PackWriter.java:1343)
      	at org.eclipse.jgit.internal.storage.pack.PackWriter.searchForReuse(PackWriter.java:1317)
      	at org.eclipse.jgit.internal.storage.pack.PackWriter.writePack(PackWriter.java:1178)
      	at org.eclipse.jgit.internal.storage.file.GC.writePack(GC.java:1193)
      	at org.eclipse.jgit.internal.storage.file.GC.repack(GC.java:852)
      	at org.eclipse.jgit.internal.storage.file.GC.doGc(GC.java:269)
      	at org.eclipse.jgit.internal.storage.file.GC.gc(GC.java:220)
      	at org.eclipse.jgit.api.GarbageCollectCommand.call(GarbageCollectCommand.java:179)
      	at org.uberfire.java.nio.fs.jgit.util.commands.GarbageCollector.execute(GarbageCollector.java:39)
      	at org.uberfire.java.nio.fs.jgit.util.GitImpl.gc(GitImpl.java:186)
      	at org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider.firePostponedBatchEvents(JGitFileSystemProvider.java:2522)
      	at org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider.setAttribute(JGitFileSystemProvider.java:2244)
      	at org.uberfire.java.nio.file.Files.setAttribute(Files.java:687)
      	at org.uberfire.io.impl.AbstractIOService.unsetBatchModeOn(AbstractIOService.java:193)
      	at org.uberfire.io.impl.AbstractIOService.cleanUpAndUnsetBatchModeOnFileSystems(AbstractIOService.java:168)
      	at org.uberfire.io.impl.AbstractIOService.endBatch(AbstractIOService.java:158)
      	at org.kie.workbench.common.screens.server.management.backend.storage.ServerTemplateVFSStorage.loadKeys(ServerTemplateVFSStorage.java:112)
      	at org.kie.workbench.common.screens.server.management.backend.storage.ServerTemplateVFSStorage$Proxy$_$$_WeldClientProxy.loadKeys(Unknown Source)
      	at org.kie.server.controller.impl.KieServerHealthCheckControllerImpl.getServerInfoList(KieServerHealthCheckControllerImpl.java:115)
      	at org.kie.server.controller.impl.KieServerHealthCheckControllerImpl.access$000(KieServerHealthCheckControllerImpl.java:31)
      	at org.kie.server.controller.impl.KieServerHealthCheckControllerImpl$Ping.run(KieServerHealthCheckControllerImpl.java:74)
      	at org.uberfire.backend.server.cdi.workspace.WorkspaceExecutorService.lambda$generateRunnable$0(WorkspaceExecutorService.java:134)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      

      Attachments

        Activity

          People

            rhn-support-wsiqueir William Siqueira
            tdavid@redhat.com Tomas David
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: