zrlw commented on issue #15305:
URL: https://github.com/apache/dubbo/issues/15305#issuecomment-2986791585

   could you debug the consumer application and get the full stacktrace of the 
exception that was thrown?
   ```
               try {
                   String res= demoService.sayHi("");                
                   System.out.println("demo service, success");
               } catch (Throwable t) {
                   t.printStackTrace();
                   System.out.println("demo service, failed");
               }
               ...
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to