-
-
https://github.com/andot/hprose 这个项目支持的语言众多,在常用语言支持上比 thrift、hessian 还要多,性能也比它们更强劲,支持的底层协议绑定也更多(目前支持HTTP、TCP和WebSocket底层协议绑定)。当然它也支持 Java 语言:https://github.com/hprose/hprose-java ,所以 dubbo 官方能否加一个 dub…
andot updated
6 years ago
-
消费者日志 :
```java
九月 12, 2016 5:10:49 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version: Apache Tomcat/8.0.36
九月 12, 2016 5:10:49 下午 org.apache.catalina.startup.Vers…
-
How can i fix it?
**What version of pinpoint are you using?**
master and v1.7.3
**Describe your problem**
Faild to run "mvn install -Dmaven.test.skip=true", the "pinpoint-profiler" always fail…
-
pinpoint-web and pinpoint-collector deplyed my local machine and pinpoint-agent deployed in internal server. I could able to view server map and inspactor but in server map db displays as unknown. Ple…
-
Hi
I am not able to build pinpoint in Windows 7.
I got this error in the command line:
_C:\Users\Z003U7MH\Downloads\pinpoint-master> mvnw install -Prelease -Dmaven.test
.skip=true
Found "C:…
-
사내에 pin-point를 도입하기위해 test를 하는도중 앞길이 막혀 도움을 받아보고싶어 글을 작성합니다.
설치 과정에서 문제가 되는 부분은 없었으나, 웹에서 에이전트가 보이지 않는 현상이 발생되고있습니다.
서버 구성정보
1번서버 : CentOS 6 (192.168.0.106)
java version "1.8.0_181"
…
-
我看dubbo有thrift序列化。有计划支持比如Python、Go Lang、PHP等等等的计划吗?
-
we have the weblogic adminServer(10.3.6) and a managedServer and configured the Pinpoint weblogic plugin successfully.
We enabled the profiler.log4j.logging.transactioninfo=true in the pinpoint.confi…
-
我们目前服务端使用了java和php混合开发,通过dubbo来做服务治理。java调用php接口时,基于rest协议连接。目前遇到的一个问题是,php抛异常的时候不知道如何被java认定为是业务异常,而不是invoke异常。
我们写了一些测试代码,通过java实现的rest协议的服务抛出异常来探索规律,目前了解到的是,http状态码应该符合如下规则:
HTTP/1.1 500 java.lan…