irshad97feb opened a new issue #2047:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2047
Service comb is not running and giving issue while running the project.
Getting below error
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.9.RELEASE)
[2020-11-10 21:17:15:562] INFO [main]
[org.springframework.boot.StartupInfoLogger logStarting 55]: Starting
MainServer on DESKTOP-R6S44DM with PID 15340
(C:\Users\raghavendra\Desktop\user-mgmt\target\classes started by raghavendra
in C:\Users\raghavendra\Desktop\user-mgmt)
[2020-11-10 21:17:15:583] INFO [main]
[org.springframework.boot.SpringApplication logStartupProfileInfo 651]: No
active profile set, falling back to default profiles: default
[2020-11-10 21:17:22:384] INFO [main]
[org.springframework.data.repository.config.RepositoryConfigurationDelegate
multipleStoresDetected 249]: Multiple Spring Data modules found, entering
strict repository configuration mode!
[2020-11-10 21:17:22:399] INFO [main]
[org.springframework.data.repository.config.RepositoryConfigurationDelegate
registerRepositoriesIn 127]: Bootstrapping Spring Data Redis repositories in
DEFAULT mode.
[2020-11-10 21:17:22:477] INFO [main]
[org.springframework.data.repository.config.RepositoryConfigurationDelegate
registerRepositoriesIn 187]: Finished Spring Data repository scanning in 55ms.
Found 0 Redis repository interfaces.
[2020-11-10 21:17:22:756] INFO [main]
[org.apache.servicecomb.config.ConfigurationSpringInitializer setEnvironment
80]: Environment received, will get configurations from
[org.springframework.web.context.support.StandardServletEnvironment@1111506374].
[2020-11-10 21:17:22:793] WARN [main]
[com.netflix.config.sources.URLConfigurationSource <init> 121]: No URLs will be
polled as dynamic configuration sources.
[2020-11-10 21:17:22:793] INFO [main]
[com.netflix.config.sources.URLConfigurationSource <init> 122]: To enable URLs
as dynamic configuration sources, define System property
archaius.configurationSource.additionalUrls or make config.properties available
on classpath.
[2020-11-10 21:17:22:810] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createLocalConfig 118]: create local
config:
[2020-11-10 21:17:22:810] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createLocalConfig 120]:
jar:file:/C:/Users/raghavendra/.m2/repository/org/apache/servicecomb/java-chassis-core/1.3.0/java-chassis-core-1.3.0.jar!/microservice.yaml.
[2020-11-10 21:17:22:828] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource, count=0.
[2020-11-10 21:17:22:829] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
getTargetService 110]: Can not find SPI service for
org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
[2020-11-10 21:17:22:830] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createConfigCenterConfigurationSource
211]: config center SPI service can not find, skip to load configuration from
config center
[2020-11-10 21:17:22:848] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
getTargetService 110]: Can not find SPI service for
org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
[2020-11-10 21:17:22:851] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createLocalConfig 118]: create local
config:
[2020-11-10 21:17:22:852] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createLocalConfig 120]:
jar:file:/C:/Users/raghavendra/.m2/repository/org/apache/servicecomb/java-chassis-core/1.3.0/java-chassis-core-1.3.0.jar!/microservice.yaml.
[2020-11-10 21:17:24:608] INFO [main]
[org.springframework.boot.web.embedded.tomcat.TomcatWebServer initialize 91]:
Tomcat initialized with port(s): 8067 (http)
Nov 10, 2020 9:17:24 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8067"]
Nov 10, 2020 9:17:24 PM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service [Tomcat]
Nov 10, 2020 9:17:24 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.37]
Nov 10, 2020 9:17:25 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned but
no TLDs were found in them. Skipping unneeded JARs during scanning can improve
startup time and JSP compilation time.
Nov 10, 2020 9:17:25 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring embedded WebApplicationContext
[2020-11-10 21:17:25:493] INFO [main]
[org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
prepareWebApplicationContext 283]: Root WebApplicationContext: initialization
completed in 9723 ms
[2020-11-10 21:17:26:476] INFO [main]
[org.apache.servicecomb.foundation.common.net.NetUtils
doGetIpv4AddressFromNetworkInterface 119]: add network interface
name:wlan1,host address:192.168.43.222
[2020-11-10 21:17:26:623] INFO [main]
[org.apache.servicecomb.foundation.common.net.NetUtils
doGetIpv4AddressFromNetworkInterface 119]: add network interface
name:eth18,host address:172.17.73.129
[2020-11-10 21:17:26:915] INFO [main]
[org.apache.servicecomb.foundation.common.net.NetUtils
doGetHostNameAndHostAddress 73]: get localhost address: 192.168.43.222
[2020-11-10 21:17:26:916] INFO [main]
[org.apache.servicecomb.foundation.common.net.NetUtils
doGetHostNameAndHostAddress 77]: add host name from
localhost:DESKTOP-R6S44DM,host address:192.168.43.222
[2020-11-10 21:17:26:920] INFO [main]
[org.apache.servicecomb.transport.rest.servlet.RestServletInjector inject 59]:
RESTful servlet url pattern: [/cse/*].
[2020-11-10 21:17:26:921] INFO [main]
[org.apache.servicecomb.transport.rest.servlet.ServletUtils saveUrlPrefix 136]:
UrlPrefix of this instance is "/cse".
[2020-11-10 21:17:26:923] INFO [main]
[org.apache.servicecomb.common.rest.UploadConfig toMultipartConfigElement 92]:
servicecomb.uploads.directory is null, not support upload.
[2020-11-10 21:17:28:768] INFO [main]
[org.springframework.security.web.DefaultSecurityFilterChain <init> 43]:
Creating filter chain: OrRequestMatcher [requestMatchers=[Ant
[pattern='/oauth/token'], Ant [pattern='/oauth/token_key'], Ant
[pattern='/oauth/check_token']]],
[org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@597cb2f5,
org.springframework.security.web.context.SecurityContextPersistenceFilter@69ebb009,
org.springframework.security.web.header.HeaderWriterFilter@2d68af14,
org.springframework.security.web.authentication.logout.LogoutFilter@15a806a2,
org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter@550fe9d7,
org.springframework.security.web.authentication.www.BasicAuthenticationFilter@718fb7a2,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@462478a3,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a10f47a,
org.springframework.security.web
.authentication.AnonymousAuthenticationFilter@6fd14e7c,
org.springframework.security.web.session.SessionManagementFilter@10aabada,
org.springframework.security.web.access.ExceptionTranslationFilter@401358e5,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3f698ab8]
[2020-11-10 21:17:28:797] INFO [main]
[org.springframework.security.web.DefaultSecurityFilterChain <init> 43]:
Creating filter chain: any request,
[org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7231547f,
org.springframework.security.web.context.SecurityContextPersistenceFilter@6a938034,
org.springframework.security.web.header.HeaderWriterFilter@2a03b7d2,
org.springframework.web.filter.CorsFilter@2b3ba0a8,
org.springframework.security.web.csrf.CsrfFilter@105b12e7,
org.springframework.security.web.authentication.logout.LogoutFilter@7f218b0c,
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5872376d,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27d40ca5,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@10de92aa,
org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67d8e3b0,
org.springframework.security.web.session.SessionM
anagementFilter@229762ab,
org.springframework.security.web.access.ExceptionTranslationFilter@6b54dbd8,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69e4e90b]
[2020-11-10 21:17:28:874] INFO [main]
[org.apache.servicecomb.serviceregistry.definition.MicroserviceDefinition
logConfigPath 142]: load microservice config, name=user-mgmt-be,
paths=[jar:file:/C:/Users/raghavendra/.m2/repository/org/apache/servicecomb/java-chassis-core/1.3.0/java-chassis-core-1.3.0.jar!/microservice.yaml]
[2020-11-10 21:17:28:958] INFO [main]
[org.apache.servicecomb.serviceregistry.registry.ServiceRegistryFactory create
81]: It is running in the normal mode, a separated service registry is required
[2020-11-10 21:17:28:998] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.serviceregistry.registry.ServiceRegistryTaskInitializer,
count=1.
[2020-11-10 21:17:28:998] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.serviceregistry.diagnosis.instance.InstanceCacheCheckTask.
[2020-11-10 21:17:29:006] INFO [main]
[org.apache.servicecomb.serviceregistry.registry.AbstractServiceRegistry
initAppManager 125]: microserviceVersionFactory is
org.apache.servicecomb.core.definition.PrivateMicroserviceVersionMetaFactory.
[2020-11-10 21:17:29:016] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createLocalConfig 118]: create local
config:
[2020-11-10 21:17:29:017] INFO [main]
[org.apache.servicecomb.config.ConfigUtil createLocalConfig 120]:
jar:file:/C:/Users/raghavendra/.m2/repository/org/apache/servicecomb/java-chassis-core/1.3.0/java-chassis-core-1.3.0.jar!/microservice.yaml.
[2020-11-10 21:17:29:021] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.deployment.DeploymentProvider, count=1.
[2020-11-10 21:17:29:022] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.deployment.DefaultDeploymentProvider.
[2020-11-10 21:17:29:051] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.MicroserviceRegisterTask.onInstanceRegistryFailed(org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceRegisterTask),
fallback to reflect.
[2020-11-10 21:17:29:058] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.MicroserviceRegisterTask.onMicroserviceInstanceHeartbeatTask(org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceHeartbeatTask),
fallback to reflect.
[2020-11-10 21:17:29:062] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceRegisterTask.onMicroserviceRegisterTask(org.apache.servicecomb.serviceregistry.task.MicroserviceRegisterTask),
fallback to reflect.
[2020-11-10 21:17:29:069] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.MicroserviceWatchTask.onMicroserviceInstanceRegisterTask(org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceRegisterTask),
fallback to reflect.
[2020-11-10 21:17:29:072] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceHeartbeatTask.onMicroserviceWatchTask(org.apache.servicecomb.serviceregistry.task.MicroserviceWatchTask),
fallback to reflect.
[2020-11-10 21:17:29:078] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.ServiceCenterTask.onMicroserviceInstanceHeartbeatTask(org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceHeartbeatTask),
fallback to reflect.
[2020-11-10 21:17:29:079] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.ServiceCenterTask.onRegisterTask(org.apache.servicecomb.serviceregistry.task.AbstractRegisterTask),
fallback to reflect.
[2020-11-10 21:17:29:082] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.task.ServiceCenterTask.onExceptionEvent(org.apache.servicecomb.serviceregistry.task.event.ExceptionEvent),
fallback to reflect.
[2020-11-10 21:17:29:092] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.registry.RemoteServiceRegistry.onMicroserviceHeartbeatTask(org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceHeartbeatTask),
fallback to reflect.
[2020-11-10 21:17:29:097] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.registry.RemoteServiceRegistry.onShutdown(org.apache.servicecomb.serviceregistry.task.event.ShutdownEvent),
fallback to reflect.
[2020-11-10 21:17:29:099] WARN [main]
[org.apache.servicecomb.foundation.common.event.SimpleSubscriber <init> 58]:
Failed to create lambda for method: public void
org.apache.servicecomb.serviceregistry.registry.RemoteServiceRegistry.onPullMicroserviceVersionsInstancesEvent(org.apache.servicecomb.serviceregistry.task.event.PullMicroserviceVersionsInstancesEvent),
fallback to reflect.
[2020-11-10 21:17:29:192] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.swagger.generator.core.CommonParameterTypeProcessor,
count=5.
[2020-11-10 21:17:29:193] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor.
[2020-11-10 21:17:29:194] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 1.
org.apache.servicecomb.swagger.generator.springmvc.processor.parameter.MultipartFileTypeProcessor.
[2020-11-10 21:17:29:194] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 2.
org.apache.servicecomb.swagger.generator.springmvc.processor.parameter.MultipartFileArrayTypeProcessor.
[2020-11-10 21:17:29:194] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 3.
org.apache.servicecomb.swagger.generator.springmvc.processor.parameter.MultipartFileListTypeProcessor.
[2020-11-10 21:17:29:195] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 4.
org.apache.servicecomb.swagger.generator.core.processor.parametertype.HttpServletRequestProcessor.
[2020-11-10 21:17:29:226] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.swagger.generator.core.ResponseTypeProcessor, count=4.
[2020-11-10 21:17:29:227] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.swagger.generator.springmvc.processor.response.ResponseEntityProcessor.
[2020-11-10 21:17:29:228] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 1.
org.apache.servicecomb.swagger.generator.core.processor.response.CompletableFutureProcessor.
[2020-11-10 21:17:29:229] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 2.
org.apache.servicecomb.swagger.generator.core.processor.response.OptionalProcessor.
[2020-11-10 21:17:29:230] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 3.
org.apache.servicecomb.swagger.generator.jaxrs.processor.response.JaxrsResponseProcessor.
[2020-11-10 21:17:29:310] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.swagger.generator.core.SwaggerGeneratorContext, count=3.
[2020-11-10 21:17:29:326] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.swagger.generator.springmvc.SpringmvcSwaggerGeneratorContext.
[2020-11-10 21:17:29:327] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 1.
org.apache.servicecomb.swagger.generator.jaxrs.JaxrsSwaggerGeneratorContext.
[2020-11-10 21:17:29:329] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 2.
org.apache.servicecomb.swagger.generator.pojo.PojoSwaggerGeneratorContext.
[2020-11-10 21:17:29:352] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory,
count=6.
[2020-11-10 21:17:29:353] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.swagger.invocation.springmvc.response.SpringmvcProducerResponseMapperFactory.
[2020-11-10 21:17:29:358] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 1.
org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory.
[2020-11-10 21:17:29:360] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 2.
org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory.
[2020-11-10 21:17:29:367] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 3.
org.apache.servicecomb.swagger.invocation.response.producer.OptionalProducerResponseMapperFactory.
[2020-11-10 21:17:29:371] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 4.
org.apache.servicecomb.swagger.invocation.jaxrs.response.JaxrsProducerResponseMapperFactory.
[2020-11-10 21:17:29:372] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 5.
org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory.
[2020-11-10 21:17:29:384] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory,
count=6.
[2020-11-10 21:17:29:385] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.swagger.invocation.springmvc.response.SpringmvcConsumerResponseMapperFactory.
[2020-11-10 21:17:29:388] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 1.
org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory.
[2020-11-10 21:17:29:389] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 2.
org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory.
[2020-11-10 21:17:29:389] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 3.
org.apache.servicecomb.swagger.invocation.response.consumer.OptionalConsumerResponseMapperFactory.
[2020-11-10 21:17:29:390] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 4.
org.apache.servicecomb.swagger.invocation.jaxrs.response.JaxrsConsumerResponseMapperFactory.
[2020-11-10 21:17:29:415] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 5.
org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory.
[2020-11-10 21:17:29:721] INFO [main]
[org.apache.servicecomb.foundation.vertx.VertxUtils init 134]: in debug mode,
disable blocked thread check.
[2020-11-10 21:17:30:029] WARN [main]
[io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider <clinit> 101]:
Default DNS servers: [/8.8.8.8:53, /8.8.4.4:53] (Google Public DNS as a
fallback)
[2020-11-10 21:17:30:129] INFO [main]
[org.apache.servicecomb.core.executor.GroupExecutor initConfig 84]: thread pool
rules:
1.use core threads.
2.if all core threads are busy, then create new thread.
3.if thread count reach the max limitation, then queue the request.
4.if queue is full, and threads count is max, then reject the request.
[2020-11-10 21:17:30:131] INFO [main]
[org.apache.servicecomb.core.executor.GroupExecutor initConfig 110]: executor
group=2. per group settings, coreThreads=25, maxThreads=100,
maxIdleInSecond=60, maxQueueSize=2147483647.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.servicecomb.core.executor.LinkedBlockingQueueEx
(file:/C:/Users/raghavendra/.m2/repository/org/apache/servicecomb/java-chassis-core/1.3.0/java-chassis-core-1.3.0.jar)
to method
java.util.concurrent.ThreadPoolExecutor.addWorker(java.lang.Runnable,boolean)
WARNING: Please consider reporting this to the maintainers of
org.apache.servicecomb.core.executor.LinkedBlockingQueueEx
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[2020-11-10 21:17:31:291] INFO [main]
[org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
initialize 181]: Initializing ExecutorService 'taskScheduler'
Nov 10, 2020 9:17:31 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8067"]
[2020-11-10 21:17:31:546] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.common.rest.filter.HttpServerFilter, count=1.
[2020-11-10 21:17:31:547] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.common.rest.filter.inner.ServerRestArgsFilter.
[2020-11-10 21:17:31:548] INFO [main]
[org.apache.servicecomb.transport.rest.servlet.RestServlet init 42]: Rest
Servlet inited
[2020-11-10 21:17:31:563] INFO [main]
[org.springframework.boot.web.embedded.tomcat.TomcatWebServer start 203]:
Tomcat started on port(s): 8067 (http) with context path ''
[2020-11-10 21:17:31:566] INFO [main]
[org.springframework.boot.StartupInfoLogger logStarted 61]: Started MainServer
in 17.413 seconds (JVM running for 20.759)
[2020-11-10 21:17:31:574] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.core.bootup.BootUpInformationCollector, count=2.
[2020-11-10 21:17:31:575] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 0.
org.apache.servicecomb.core.bootup.AddressInformationCollector.
[2020-11-10 21:17:31:575] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 82]: 1.
org.apache.servicecomb.core.bootup.ServiceInformationCollector.
[2020-11-10 21:17:31:577] INFO [main]
[org.apache.servicecomb.foundation.common.utils.SPIServiceUtils
loadSortedService 79]: Found SPI service
org.apache.servicecomb.core.BootListener, count=0.
[2020-11-10 21:17:31:582] ERROR [main]
[org.apache.servicecomb.core.SCBEngine init 224]: Failed to start ServiceComb
due to errors and close: null
[2020-11-10 21:17:31:582] INFO [main]
[org.apache.servicecomb.core.SCBEngine destroy 292]: ServiceComb is closing
now...
[2020-11-10 21:17:31:584] INFO [main]
[org.apache.servicecomb.core.SCBEngine safeTriggerEvent 169]: BootListener
org.apache.servicecomb.core.provider.producer.ProducerProviderManager succeed
to process BEFORE_CLOSE.
[2020-11-10 21:17:31:585] INFO [main]
[org.apache.servicecomb.core.SCBEngine safeTriggerEvent 169]: BootListener
org.apache.servicecomb.common.rest.RestEngineSchemaListener succeed to process
BEFORE_CLOSE.
[2020-11-10 21:17:31:586] INFO [main]
[org.apache.servicecomb.serviceregistry.registry.RemoteServiceRegistry
onShutdown 80]: service center task is shutdown.
[2020-11-10 21:17:31:587] INFO [main]
[org.apache.servicecomb.foundation.vertx.VertxUtils closeVertxByName 193]:
Closing vertx registry.
[2020-11-10 21:17:31:588] INFO [main]
[org.apache.servicecomb.foundation.vertx.VertxUtils closeVertxByName 197]:
Vertx registry not exist.
[2020-11-10 21:17:31:589] INFO [main]
[org.apache.servicecomb.foundation.vertx.VertxUtils closeVertxByName 193]:
Closing vertx config-center.
[2020-11-10 21:17:31:589] INFO [main]
[org.apache.servicecomb.foundation.vertx.VertxUtils closeVertxByName 197]:
Vertx config-center not exist.
[2020-11-10 21:17:31:589] INFO [main]
[org.apache.servicecomb.foundation.vertx.VertxUtils closeVertxByName 193]:
Closing vertx transport.
[2020-11-10 21:17:31:642] INFO [vert.x-eventloop-thread-8]
[org.apache.servicecomb.foundation.vertx.VertxUtils lambda$closeVertxByName$2
204]: Success to close vertx transport.
[2020-11-10 21:17:31:644] INFO [main]
[org.apache.servicecomb.core.SCBEngine safeTriggerEvent 169]: BootListener
org.apache.servicecomb.core.provider.producer.ProducerProviderManager succeed
to process AFTER_CLOSE.
[2020-11-10 21:17:31:644] INFO [main]
[org.apache.servicecomb.core.SCBEngine safeTriggerEvent 169]: BootListener
org.apache.servicecomb.common.rest.RestEngineSchemaListener succeed to process
AFTER_CLOSE.
[2020-11-10 21:17:31:644] INFO [main]
[org.apache.servicecomb.core.SCBEngine destroy 295]: ServiceComb had closed
[2020-11-10 21:17:31:645] INFO [main]
[org.apache.servicecomb.core.SCBEngine printServiceInfo 244]: Service
information is shown below:
service center: [http://127.0.0.1:30100]
config center: not exist
AppID: edgegallery
ServiceName: user-mgmt-be
Version: 1.0.0
Environment: production
ServiceID: null
InstanceID; null
[2020-11-10 21:17:31:648] ERROR [main]
[org.springframework.boot.SpringApplication reportFailure 826]: Application run
failed
java.lang.IllegalStateException: ServiceComb init failed.
at org.apache.servicecomb.core.SCBEngine.init(SCBEngine.java:231)
~[java-chassis-core-1.3.0.jar:1.3.0]
at
org.apache.servicecomb.core.CseApplicationListener.onApplicationEvent(CseApplicationListener.java:81)
~[java-chassis-core-1.3.0.jar:1.3.0]
at
org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE]
at
org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE]
at
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:404)
~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:361)
~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE]
at
org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:103)
~[spring-boot-2.2.9.RELEASE.jar:2.2.9.RELEASE]
at
org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:77)
~[spring-boot-2.2.9.RELEASE.jar:2.2.9.RELEASE]
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:330)
[spring-boot-2.2.9.RELEASE.jar:2.2.9.RELEASE]
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
[spring-boot-2.2.9.RELEASE.jar:2.2.9.RELEASE]
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
[spring-boot-2.2.9.RELEASE.jar:2.2.9.RELEASE]
at org.edgegallery.user.auth.MainServer.main(MainServer.java:63)
[classes/:?]
Caused by: java.lang.ExceptionInInitializerError
at
org.apache.servicecomb.foundation.common.log.LogMarkerLeakFixUtils.fix(LogMarkerLeakFixUtils.java:47)
~[foundation-common-1.3.0.jar:1.3.0]
at org.apache.servicecomb.core.SCBEngine.doInit(SCBEngine.java:252)
~[java-chassis-core-1.3.0.jar:1.3.0]
at org.apache.servicecomb.core.SCBEngine.init(SCBEngine.java:219)
~[java-chassis-core-1.3.0.jar:1.3.0]
... 12 more
Caused by: java.lang.NullPointerException: Cannot invoke
"java.lang.reflect.Field.setAccessible(boolean)" because
"org.apache.servicecomb.foundation.common.utils.ReflectUtils.MODIFIERS_FIELD"
is null
at
org.apache.servicecomb.foundation.common.utils.ReflectUtils.<clinit>(ReflectUtils.java:38)
~[foundation-common-1.3.0.jar:1.3.0]
at
org.apache.servicecomb.foundation.common.log.LogMarkerLeakFixUtils.fix(LogMarkerLeakFixUtils.java:47)
~[foundation-common-1.3.0.jar:1.3.0]
at org.apache.servicecomb.core.SCBEngine.doInit(SCBEngine.java:252)
~[java-chassis-core-1.3.0.jar:1.3.0]
at org.apache.servicecomb.core.SCBEngine.init(SCBEngine.java:219)
~[java-chassis-core-1.3.0.jar:1.3.0]
... 12 more
[2020-11-10 21:17:31:664] INFO [main]
[org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
shutdown 218]: Shutting down ExecutorService 'taskScheduler'
Nov 10, 2020 9:17:31 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8067"]
Nov 10, 2020 9:17:31 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Nov 10, 2020 9:17:31 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8067"]
Nov 10, 2020 9:17:31 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8067"]
----------------------------------------------------------------
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:
[email protected]