liubao68 commented on issue #1519: Unhandled exception to service 
ConfigQueryService schema application
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1519#issuecomment-572895128
 
 
   I find the code where the exception is thrown
   
   ```
     public SchemaMeta(MicroserviceMeta microserviceMeta, String schemaId, 
Swagger swagger) {
       this.microserviceMeta = microserviceMeta;
       this.schemaId = schemaId;
       this.swagger = swagger;
       this.microserviceQualifiedName = microserviceMeta.getMicroserviceName() 
+ "." + schemaId;
   
       try {
         initOperationMetas();
       } catch (Throwable e) {
         LOGGER.error("Unhandled exception to {}.", microserviceQualifiedName, 
e);
         throw e;
       }
     }
   ````
   
   The stack trace is printed. Yours logs seem not complete.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to