Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-2971

[OSE] [6.2] karaf-${karaf.name}.log file doesn't contain runtime log messages

    XMLWordPrintable

Details

    • % %

    Description

      Log file located in OSE cartridge "fuse/log/karaf-app.log" doesn't contain all log messages that are shown in log:tail and Hawtio console.

      See the attached log file and example from log:display.

      2015-04-01 15:53:42,344 | WARN  | Thread-73        | FeaturesService                  | ?                                   ? | 83 - io.fabric8.fabric-features-service - 1.2.0.redhat-101 | Error while populating repositories from uri.
      java.util.concurrent.ExecutionException: java.io.IOException
      	at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299)[67:com.google.guava:17.0.0]
      	at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:286)[67:com.google.guava:17.0.0]
      	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)[67:com.google.guava:17.0.0]
      	at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:135)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2346)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2318)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache.get(LocalCache.java:3934)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)[67:com.google.guava:17.0.0]
      	at io.fabric8.features.FabricFeaturesServiceImpl.populateRepositories(FabricFeaturesServiceImpl.java:379)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at io.fabric8.features.FabricFeaturesServiceImpl.populateRepositories(FabricFeaturesServiceImpl.java:383)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at io.fabric8.features.FabricFeaturesServiceImpl.listInstalledRepositories(FabricFeaturesServiceImpl.java:369)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at io.fabric8.features.FabricFeaturesServiceImpl.run(FabricFeaturesServiceImpl.java:114)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at io.fabric8.service.ZkDataStoreImpl.doRunCallbacks(ZkDataStoreImpl.java:210)[75:io.fabric8.fabric-core:1.2.0.redhat-101]
      	at io.fabric8.service.ZkDataStoreImpl.access$000(ZkDataStoreImpl.java:85)[75:io.fabric8.fabric-core:1.2.0.redhat-101]
      	at io.fabric8.service.ZkDataStoreImpl$1.run(ZkDataStoreImpl.java:198)[75:io.fabric8.fabric-core:1.2.0.redhat-101]
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_75]
      	at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_75]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_75]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_75]
      	at java.lang.Thread.run(Thread.java:745)[:1.7.0_75]
      Caused by: java.io.IOException
      	at org.apache.karaf.features.internal.RepositoryImpl.load(RepositoryImpl.java:199)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at io.fabric8.features.FabricFeaturesServiceImpl$1.load(FabricFeaturesServiceImpl.java:86)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at io.fabric8.features.FabricFeaturesServiceImpl$1.load(FabricFeaturesServiceImpl.java:82)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)[67:com.google.guava:17.0.0]
      	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)[67:com.google.guava:17.0.0]
      	... 17 more
      Caused by: org.xml.sax.SAXParseException: The string "--" is not permitted within comments.
      	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)[:]
      	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)[:]
      	at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)[:2.4.0]
      	at org.apache.karaf.features.internal.RepositoryImpl.load(RepositoryImpl.java:97)[83:io.fabric8.fabric-features-service:1.2.0.redhat-101]
      	... 21 more
      2015-04-01 15:54:16,379 | INFO  | Thread-73        | GitDataStoreImpl                 | ?                                   ? | 77 - io.fabric8.fabric-git - 1.2.0.redhat-101 | Remote url change from: http://app-dsimansk.example.com:80/git/fabric/ to: http://fuse-dsimansk.example.com:80/git/fabric/
      2015-04-01 15:54:16,384 | INFO  | Thread-73        | DefaultPullPushPolicy            | ?                                   ? | 77 - io.fabric8.fabric-git - 1.2.0.redhat-101 | Performing a pull on remote URL: http://fuse-dsimansk.example.com:80/git/fabric/
      2015-04-01 15:54:16,473 | INFO  | Thread-73        | DefaultPullPushPolicy            | ?                                   ? | 77 - io.fabric8.fabric-git - 1.2.0.redhat-101 | Pull result: [localUpdate=false,remoteUpdate=false,versions=[1.0, master],error=null]
      2015-04-01 16:57:11,115 | INFO  | Thread-73        | ServerSession                    | ?                                   ? | 52 - org.apache.sshd.core - 0.12.0.redhat-002 | Server session created from /10.40.3.35:57471
      2015-04-01 16:57:11,122 | INFO  | Thread-73        | SimpleGeneratorHostKeyProvider   | ?                                   ? | 52 - org.apache.sshd.core - 0.12.0.redhat-002 | Generating host key...
      2015-04-01 16:57:11,270 | INFO  | Thread-73        | ServerSession                    | ?                                   ? | 52 - org.apache.sshd.core - 0.12.0.redhat-002 | Kex: server->client aes128-ctr hmac-sha1 none
      2015-04-01 16:57:11,270 | INFO  | Thread-73        | ServerSession                    | ?                                   ? | 52 - org.apache.sshd.core - 0.12.0.redhat-002 | Kex: client->server aes128-ctr hmac-sha1 none
      2015-04-01 16:57:16,665 | INFO  | Thread-73        | ServerUserAuthService            | ?                                   ? | 52 - org.apache.sshd.core - 0.12.0.redhat-002 | Session admin@/10.40.3.35:57471 authenticated
      

      Attachments

        Activity

          People

            janstey@redhat.com Jonathan Anstey
            dsimansk@redhat.com David Simansky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: