You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/03/12 19:46:09 UTC

[GitHub] [openwhisk] joni-jones opened a new issue #5084: Kamon bundle issues for Standalone OW on Mac OS

joni-jones opened a new issue #5084:
URL: https://github.com/apache/openwhisk/issues/5084


   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   The OW uses old versions of the Kamon bundle (https://mvnrepository.com/artifact/io.kamon) that causes errors for Standalone mode in the local environment.
   
   ## Environment details:
   
   * local deployment, MacOS, standalone mode
   * Docker version 20.10.2
   
   
   
   ## Steps to reproduce the issue:
   
   1.   Get the latest master branch
   2.   Start OW in standalone mode locally
   
   
   ## Provide the expected results and outputs:
   
   ```
   [2021-03-12T13:35:49.322Z] [WARN] Failed syctl call for process arguments (kern.procargs2), process 45828 may not exist. Error code: 22
   [2021-03-12T13:35:52.322Z] [WARN] Failed syctl call for process arguments (kern.procargs2), process 45828 may not exist. Error code: 22
   [2021-03-12T13:35:55.324Z] [WARN] Failed syctl call for process arguments (kern.procargs2), process 45828 may not exist. Error code: 22
   [2021-03-12T13:35:56.321Z] [WARN] Failed syctl call for process arguments (kern.procargs2), process 45828 may not exist. Error code: 22
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   No warnings or errors
   ```
   
   ## Additional information you deem important:
   Outdated libraries from `build.gradle`:
   ```
   compile ("io.kamon:kamon-core_${gradle.scala.depVersion}:2.0.3") {
       exclude group: 'com.lihaoyi'
   }
   compile "io.kamon:kamon-statsd_${gradle.scala.depVersion}:2.0.0"
   compile ("io.kamon:kamon-system-metrics_${gradle.scala.depVersion}:2.0.1") {
       exclude group: 'io.kamon', module: 'sigar-loader'
   }
   compile "io.kamon:kamon-prometheus_${gradle.scala.depVersion}:2.0.1"
   compile "io.kamon:kamon-datadog_${gradle.scala.depVersion}:2.0.1"
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org