[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1519: Unhandled exception to service ConfigQueryService schema application

2020-10-12 Thread GitBox


liubao68 commented on issue #1519:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1519#issuecomment-706953945


   Close old issues. Please feel free to open a new one. 



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




[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1519: Unhandled exception to service ConfigQueryService schema application

2020-01-10 Thread GitBox
liubao68 commented on issue #1519: Unhandled exception to service 
ConfigQueryService schema application
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1519#issuecomment-573260863
 
 
   Sorry, github will not load images sometimes, I cannot see your logs. Maybe 
you need to check the related code or debug it to find the exception message


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


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1519: Unhandled exception to service ConfigQueryService schema application

2020-01-09 Thread GitBox
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


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1519: Unhandled exception to service ConfigQueryService schema application

2020-01-09 Thread GitBox
liubao68 commented on issue #1519: Unhandled exception to service 
ConfigQueryService schema application
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1519#issuecomment-572856171
 
 
   Can you attach the stack trace to see what the error is ?


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