Karthikeyan

Results 10 comments of Karthikeyan
trafficstars

Getting the same error: > 2018/11/15 10:29:08 [INFO] agent: Discovered LAN servers: > 2018/11/15 10:29:08 [WARN] agent: Join LAN failed: No servers to join, retrying in 30s > 2018/11/15 10:29:15...

Facing the same issue, any updates to this?

Running into same issue, I am on EKS. Structure of ~/.kube/config ``` apiVersion: v1 clusters: - cluster: certificate-authority-data: LS0tLS1CRUdJTiBDRVJTRIMMEDGSUNBVEUtLS0tLQo= server: https://TRIMMED.eks.amazonaws.com name: arn:aws:eks:TRIMMED:cluster/TRIMMED-cluster contexts: - context: cluster: arn:aws:eks: TRIMMED:cluster/TRIMMED-cluster user:...

@g3rzi you are right. I removed it to reduce noise. Yes, it is one line. I read your comments above and I don't think I have any issues with certificate-authority-data.

I get this, ``` * Trying 100.66.212.213... * Connected to grafana-service (100.66.212.213) port 80 (#0) * Server auth using Basic with user 'admin' > POST /api/plugins/grafana-kubernetes-app/settings?enabled=true HTTP/1.1 > Authorization: Basic...

To capture the log I did, ``` C:\>"c:\Program Files (x86)\SuperPuTTY\SuperPutty.exe" > superputty.log 2> superputty_error.log ``` In superputty.log I see, ``` System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: '.', hexadecimal...

I am running into the same issue after 7 years! With message, ```Timeout after 10429 ms while waiting on url http://localhost:49156/access``` I am building the project inside docker container with...

In my case, I was running the go command via Linux Cron. And the PATH variable contains only the "/usr/bin" path. AWS CLI v2 was in "/usr/local/bin". AWS CLI v1...

I see this in BlazeMeter logs. ``` [2018-07-13 08:29:47,884 DEBUG bzt.utils] Executing shell: ['/usr/bin/python', '-m', 'apiritif.loadgen', '--result-file-template', '/tmp/artifacts/apiritif-%s.ldjson', '--concurrency', '1', '--iterations', '1', '--hold-for', '1140.0', '--ramp-up', '60.0', u'artifactory-test.py'] at /tmp/artifacts ```

![screen shot 2018-07-28 at 12 56 39 am](https://user-images.githubusercontent.com/5030782/43342681-351035c6-9201-11e8-91c7-2dea3f7f48d1.png)