Code Monkey home page Code Monkey logo

Comments (8)

eeliu avatar eeliu commented on June 11, 2024

@kdszh
The agent catches the exception (event if user catched it).
Agent will drop the caught exception in next released.

Thanks

from pinpoint-c-agent.

kdszh avatar kdszh commented on June 11, 2024

Ok, thanks.

from pinpoint-c-agent.

baoshengzhu avatar baoshengzhu commented on June 11, 2024

Why is my PHP application icon unable to display the image cracked

from pinpoint-c-agent.

ChenGXQQ avatar ChenGXQQ commented on June 11, 2024

@baoshengzhu which Pinpoint version do you use? It is good to use 1.8.0 for php agent.

from pinpoint-c-agent.

ChenGXQQ avatar ChenGXQQ commented on June 11, 2024

@baoshengzhu Please update to 1.8.0. The icon of PHP agent is added at this version.

from pinpoint-c-agent.

baoshengzhu avatar baoshengzhu commented on June 11, 2024

@ChenGXQQ

Hi, When I use pines-web-1.8.0.war to report an error as follows:
2018-09-27 14:38:58 INFO Session establishment complete on server 10.64.42.209/10.64.42.209:2181, sessionid = 0x2d01f34f00022, negotiated timeout = 40000
2018-09-27 14:38:58 WARN Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'hbaseApplicationIndexDao': Unsatisfied dependency expressed through field 'applicationNameMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'applicationNameMapper': Unsatisfied dependency expressed through field 'applicationFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultApplicationFactory': Injection of autowired dependencies failed; nested exception is java.lang.IncompatibleClassChangeError: Implementing class
2018-09-27 14:38:58 INFO HBaseTemplate2.destroy()
2018-09-27 14:38:58 WARN count -1
2018-09-27 14:38:58 INFO Hbase Connection destroy()
2018-09-27 14:38:58 INFO Closing zookeeper sessionid=0x2d01f34f00022
2018-09-27 14:38:58 INFO Session: 0x2d01f34f00022 closed
2018-09-27 14:38:58 INFO EventThread shut down
2018-09-27 14:38:58 INFO Shutting down ExecutorService 'hbaseThreadPool'
2018-09-27 14:38:58 ERROR Context initialization failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'hbaseApplicationIndexDao': Unsatisfied dependency expressed through field 'applicationNameMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'applicationNameMapper': Unsatisfied dependency expressed through field 'applicationFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultApplicationFactory': Injection of autowired dependencies failed; nested exception is java.lang.IncompatibleClassChangeError: Implementing class
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1264)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5157)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5680)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1017)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:993)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1296)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:2039)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

from pinpoint-c-agent.

ChenGXQQ avatar ChenGXQQ commented on June 11, 2024

@baoshengzhu
I don't have this problem. This below is just by guess:
1, collector should be updated with web together
2, 1.8.0 require to set JAVA_9_HOME, please check
Furthermore, if this is still not resolved, you can ask at our main project and I think you will get better answers.

from pinpoint-c-agent.

baoshengzhu avatar baoshengzhu commented on June 11, 2024

@ChenGXQQ
Thank you very much. When I upgraded the JDK from 9 to 10, it worked

from pinpoint-c-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.