openzipkin / zipkin-support

repository for support questions raised as issues
4 stars 2 forks source link

blank page #12

Closed ddatsh closed 4 years ago

ddatsh commented 4 years ago

different computer, all win10 64, same latest chrome ,firefox version

index page, click search

some chrome can show, other blank page all firefox blank page

zipkin version: docker 2.21.2 2.21.3

TypeError: "i is not a function"
    plural core.production.min.js:1
    e core.production.min.js:1
    e core.production.min.js:1
    e core.production.min.js:1
    v core.production.min.js:1
    value core.production.min.js:1
    React 7
    unstable_runWithPriority scheduler.production.min.js:19
    React 4
    Redux 6
    pn traces-action.js:32
react-dom.production.min.js:209:194
    React 5
    unstable_runWithPriority scheduler.production.min.js:19
    React 4
    unstable_runWithPriority scheduler.production.min.js:19
    React 4
    Redux 6
    pn traces-action.js:32
jxc928 commented 4 years ago

same issue here. The request can return data, and there is no log output in the background. It seems to be a problem with UI components.

zipkin version: docker 2.21.3 chrome version: 83.0.4103.97

image

ddatsh commented 4 years ago

same issue here. The request can return data, and there is no log output in the background. It seems to be a problem with UI components.

zipkin version: docker 2.21.3

yes,request can return data, then ,ui blank, js error

but some computer, chrome ok, firefox error

jxc928 commented 4 years ago

same issue here. The request can return data, and there is no log output in the background. It seems to be a problem with UI components. zipkin version: docker 2.21.3

yes,request can return data, then ,ui blank, js error

but some computer, chrome ok, firefox error

nope,, i am using chrome 83.0.4103.97

ddatsh commented 4 years ago

same issue here. The request can return data, and there is no log output in the background. It seems to be a problem with UI components. zipkin version: docker 2.21.3

yes,request can return data, then ,ui blank, js error but some computer, chrome ok, firefox error

nope,, i am using chrome 83.0.4103.97

some chrome ok,some chrome error all firefox error

codefromthecrypt commented 4 years ago

I use Firefox 76.0.1 if you say all firefox error. can you give a screenshot or giphy animation of the break including the request line? also say exact version. Please do force reload prior

codefromthecrypt commented 4 years ago

I am using latest zipkin with Firefox 76.0.1 I generated some traces and search them, plus click into each one, using re-root.. every function, also the dependencies screen. I cannot currently reproduce

curl -s localhost:9411/info
{"zipkin":{"version":"2.21.3","commit":"205dad3"}}

Can you whoever is having problem also verify the /info endpoint?

codefromthecrypt commented 4 years ago

^^ was from the jar. trying docker now, just in case

ddatsh commented 4 years ago

I am using latest zipkin with Firefox 76.0.1 I generated some traces and search them, plus click into each one, using re-root.. every function, also the dependencies screen. I cannot currently reproduce

curl -s localhost:9411/info
{"zipkin":{"version":"2.21.3","commit":"205dad3"}}

Can you whoever is having problem also verify the /info endpoint?

my zipkin version,(docker)

zipkin |   version | "2.21.3" commit | "205dad3"

I prepare gif record....

codefromthecrypt commented 4 years ago

no problem with docker for me. Next person to have problem, please also paste json from trace if you can.. ex the json from the trace just before the type error

ddatsh commented 4 years ago

before blank, response

[[{"traceId":"c727cc815d8a93a7","parentId":"e234dd6b13a0a659","id":"ce5a01e487b8c031","kind":"SERVER","name":"get-enroll","timestamp":1591240200141214,"duration":3900,"localEndpoint":{"serviceName":"registry-service"},"remoteEndpoint":{"ipv4":"103.89.30.6"},"tags":{"class":"RegisterJobImpl","http.method":"POST","http.path":"/v1/register/syncEnrollState","method":"getEnroll","mvc.controller.class":"RegisterJobController","mvc.controller.method":"initPetrolStation"},"shared":true},{"traceId":"c727cc815d8a93a7","parentId":"e234dd6b13a0a659","id":"ce5a01e487b8c031","kind":"CLIENT","name":"post","timestamp":1591240200134734,"duration":12598,"localEndpoint":{"serviceName":"zuul-web"},"remoteEndpoint":{"ipv4":"172.13.16.123","port":5528},"tags":{"http.method":"POST","http.path":"/registry-service/v1/register/syncEnrollState"}},{"traceId":"c727cc815d8a93a7","parentId":"c727cc815d8a93a7","id":"e234dd6b13a0a659","name":"hystrix","timestamp":1591240200134603,"duration":12869,"localEndpoint":{"serviceName":"zuul-web"}},{"traceId":"c727cc815d8a93a7","id":"c727cc815d8a93a7","kind":"SERVER","name":"post","timestamp":1591240200134026,"duration":13866,"localEndpoint":{"serviceName":"zuul-web"},"remoteEndpoint":{"ipv4":"103.89.30.6"},"tags":{"http.method":"POST","http.path":"/api/registry-service/v1/register/syncEnrollState"}}]]
ddatsh commented 4 years ago

I reproduce in my vps, @adriancole you can try zipkin version: docker 2.21.3

https://zipkin.ddatsh.com/

send

[{
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "5c5c4c4abc22a976",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590400818,
    "duration": 30,
    "localEndpoint": {
        "serviceName": "package-query",
        "ipv4": "10.23.116.150"
    },
    "tags": {
        "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
        "http.method": "POST",
        "http.path": "/v1/postCacheKeyDel/package/getVehicleProductByVin/1zh-CN"
    }
}, {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "5acea8ebd09d3a21",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590402908,
    "duration": 29,
    "localEndpoint": {
        "serviceName": "package-query",
        "ipv4": "10.23.116.150"
    },
    "tags": {
        "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
        "http.method": "POST",
        "http.path": "/v1/postCacheKeyDel/package/getVehicleProductByVin/1en-US"
    }
}, {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "c63e6ecdfe4ad15d",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590405348,
    "duration": 19,
    "localEndpoint": {
        "serviceName": "package-query",
        "ipv4": "10.23.116.150"
    },
    "tags": {
        "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
        "http.method": "POST",
        "http.path": "/v1/postCacheKeyDel/package/getVehicleServiceEntitlementByVin/1zh-CN"
    }
}, {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "ca19a19cccbbe87e",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590408018,
    "duration": 21,
    "localEndpoint": {
        "serviceName": "package-query",
        "ipv4": "10.23.116.150"
    },
    "tags": {
        "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
        "http.method": "POST",
        "http.path": "/v1/postCacheKeyDel/package/getVehicleServiceEntitlementByVin/1en-US"
    }
}, {
    "traceId": "31179c6fd7e73fd8",
    "id": "31179c6fd7e73fd8",
    "kind": "SERVER",
    "name": "delete /v1/cache/clear/vehicle/{vin}",
    "timestamp": 1590649590398154,
    "duration": 12169,
    "localEndpoint": {
        "serviceName": "package-query",
        "ipv4": "10.23.116.150"
    },
    "remoteEndpoint": {
        "ipv4": "127.0.0.1",
        "port": 58639
    },
    "tags": {
        "http.method": "DELETE",
        "http.path": "/v1/cache/clear/vehicle/1",
        "mvc.controller.class": "ClearCacheController",
        "mvc.controller.method": "clearCache"
    }
}]

and search in firefox(77.0.1), 7 days, blank

codefromthecrypt commented 4 years ago
$ curl -s https://zipkin.ddatsh.com/api/v2/spans -X POST -H 'Content-type: application/json' -d '[
  {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "5c5c4c4abc22a976",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590400818,
    "duration": 30,
    "localEndpoint": {
      "serviceName": "package-query",
      "ipv4": "10.23.116.150"
    },
    "tags": {
      "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
      "http.method": "POST",
      "http.path": "/v1/postCacheKeyDel/package/getVehicleProductByVin/1zh-CN"
    }
  },
  {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "5acea8ebd09d3a21",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590402908,
    "duration": 29,
    "localEndpoint": {
      "serviceName": "package-query",
      "ipv4": "10.23.116.150"
    },
    "tags": {
      "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
      "http.method": "POST",
      "http.path": "/v1/postCacheKeyDel/package/getVehicleProductByVin/1en-US"
    }
  },
  {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "c63e6ecdfe4ad15d",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590405348,
    "duration": 19,
    "localEndpoint": {
      "serviceName": "package-query",
      "ipv4": "10.23.116.150"
    },
    "tags": {
      "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
      "http.method": "POST",
      "http.path": "/v1/postCacheKeyDel/package/getVehicleServiceEntitlementByVin/1zh-CN"
    }
  },
  {
    "traceId": "31179c6fd7e73fd8",
    "parentId": "31179c6fd7e73fd8",
    "id": "ca19a19cccbbe87e",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1590649590408018,
    "duration": 21,
    "localEndpoint": {
      "serviceName": "package-query",
      "ipv4": "10.23.116.150"
    },
    "tags": {
      "error": "com.netflix.client.ClientException: Load balancer does not have available server for client: REDIS-SERVICE",
      "http.method": "POST",
      "http.path": "/v1/postCacheKeyDel/package/getVehicleServiceEntitlementByVin/1en-US"
    }
  },
  {
    "traceId": "31179c6fd7e73fd8",
    "id": "31179c6fd7e73fd8",
    "kind": "SERVER",
    "name": "delete /v1/cache/clear/vehicle/{vin}",
    "timestamp": 1590649590398154,
    "duration": 12169,
    "localEndpoint": {
      "serviceName": "package-query",
      "ipv4": "10.23.116.150"
    },
    "remoteEndpoint": {
      "ipv4": "127.0.0.1",
      "port": 58639
    },
    "tags": {
      "http.method": "DELETE",
      "http.path": "/v1/cache/clear/vehicle/1",
      "mvc.controller.class": "ClearCacheController",
      "mvc.controller.method": "clearCache"
    }
  }
]'

https://zipkin.ddatsh.com/zipkin/?endTs=1591242350339&limit=10&lookback=604800000

Screenshot 2020-06-04 at 11 46 05 AM

codefromthecrypt commented 4 years ago

maybe it isn't this trace..

codefromthecrypt commented 4 years ago

I'm moving to the support org so spam less people

ddatsh commented 4 years ago

so wired, I try virtualbox another win10 version now my win10 x64 190041.264

codefromthecrypt commented 4 years ago

@ddatsh can you confirm against https://zipkin.ddatsh.com/zipkin/?endTs=1591242350339&limit=10&lookback=604800000 also? Also what is your language setting?

ddatsh commented 4 years ago

@ddatsh can you confirm against https://zipkin.ddatsh.com/zipkin/?endTs=1591242350339&limit=10&lookback=604800000 also? Also what is your language setting?

yes this url ,in my firefox to open, blank lang=zh-cn ....oh i change to en-us,,,, problem solved

codefromthecrypt commented 4 years ago

problem workaround :) not solve. we will try to fix the problem with the chinese support

ddatsh commented 4 years ago

@jxc928

jxc928 commented 4 years ago

opps...language problem.

codefromthecrypt commented 4 years ago

you can try https://github.com/openzipkin/zipkin/pull/3106 by doing

curl -sSL https://jitpack.io/com/github/openzipkin/zipkin/zipkin-server/no-plurals-SNAPSHOT/zipkin-server-no-plurals-SNAPSHOT-exec.jar > zipkin.jar

which grabs from the PR.

If someone can help with translation 🙏