You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/07/25 04:11:08 UTC

[GitHub] Yuanxiangz opened a new issue #1494: RocketMQ NumberFormatException

Yuanxiangz opened a new issue #1494: RocketMQ NumberFormatException
URL: https://github.com/apache/incubator-skywalking/issues/1494
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   skywalking 5.0.0.RC  rocketmq 4.2.4
   
   - Which company or project?
   
   - What happen?
   ERROR 2018-07-24 20:38:27 InstMethodsInter :  class[class org.apache.rocketmq.client.consumer.ConsumerProxy$1] before method[consumeMessage] intercept failure 
   java.lang.NumberFormatException: For input string: "OrderDiffQueue/Producer"
   	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   	at java.lang.Integer.parseInt(Integer.java:580)
   	at java.lang.Integer.parseInt(Integer.java:615)
   	at org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef.<init>(TraceSegmentRef.java:86)
   	at org.apache.skywalking.apm.agent.core.context.TracingContext.extract(TracingContext.java:167)
   	at org.apache.skywalking.apm.agent.core.context.ContextManager.createEntrySpan(ContextManager.java:99)
   	at org.apache.skywalking.apm.plugin.rocketMQ.v4.AbstractMessageConsumeInterceptor.beforeMethod(AbstractMessageConsumeInterceptor.java:53)
   	at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:82)
   	at org.apache.rocketmq.client.consumer.ConsumerProxy$1.consumeMessage(ConsumerProxy.java)
   	at org.apache.rocketmq.client.impl.consumer.ConsumeMessageConcurrentlyService$ConsumeRequest.run(ConsumeMessageConcurrentlyService.java:421)
   	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:1142)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   	at java.lang.Thread.run(Thread.java:748)
   
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services