Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure when calling an EJB Method #401

Closed
tpastor opened this issue Jun 4, 2018 · 1 comment
Closed

Failure when calling an EJB Method #401

tpastor opened this issue Jun 4, 2018 · 1 comment
Labels
Milestone

Comments

@tpastor
Copy link

tpastor commented Jun 4, 2018

Hi,

After upgrading from 0.9.10 to 0.10.9 (clean upgrade -> deleted all the files and copied the new jar)

Iam getting the following error:

08:51:54,927 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[errorHandler]] (http-/0.0.0.0:8081-1) JBWEB000236: Servlet.service() for servlet errorHandler threw exception: java.lang.NoSuchMethodException: com.vignette.as.server.logic.locale.AsLocaleOpsLogic.<clinit>()
        at java.lang.Class.getDeclaredMethod(Class.java:2130) [rt.jar:1.8.0_112]
        at org.glowroot.agent.weaving.MetaHolder40.<clinit>(Unknown Source) [:0.10.9]
        at com.vignette.as.server.logic.locale.AsLocaleOpsLogic.<clinit>(AsLocaleOpsLogic.java) [vgn-appsvcs-cda.jar:]
        at java.lang.Class.forName0(Native Method) [rt.jar:1.8.0_112]
        at java.lang.Class.forName(Class.java:264) [rt.jar:1.8.0_112]
        at com.vignette.as.client.javabean.OpsFactory.getClassByName(OpsFactory.java:222) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.OpsFactory.getLocalOpsLogicClass(OpsFactory.java:357) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.OpsFactory.createPojo(OpsFactory.java:200) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.OpsFactory.create(OpsFactory.java:183) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.OpsFactory.create(OpsFactory.java:152) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.ManagedObject.findOps(ManagedObject.java:2517) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.ManagedObject.findByIds(ManagedObject.java:2247) [vgn-appsvcs-cda.jar:]
        at com.vignette.as.client.javabean.ManagedObject.findById(ManagedObject.java:2161) [vgn-appsvcs-cda.jar:]
...
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237) [org.springframework.web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) [org.springframework.web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
        at com.vilt.bootstrap.filters.ResolverFilter.doFilter(ResolverFilter.java:143) [sg-components-0.5.9-SNAPSHOT.jar:]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237) [org.springframework.web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) [org.springframework.web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]

The constructor from AsLocaleOpsLogic is empty

Java: JDK8_101

@tpastor tpastor changed the title Failure when calling a EJB Method Failure when calling an EJB Method Jun 4, 2018
@trask trask closed this as completed in c1cdec8 Jun 5, 2018
@trask trask added the bug label Jun 5, 2018
@trask trask added this to the v0.10.10 milestone Jun 5, 2018
@trask
Copy link
Member

trask commented Jun 5, 2018

Hi @tpastor, thanks for reporting this! This should be fixed now in the latest snapshot release glowroot-agent-0.10.10-SNAPSHOT-dist.zip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants