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 2021/08/04 10:35:12 UTC

[GitHub] [skywalking] pzs-pzs opened a new issue #7410: 8.6.0 docker ui image error

pzs-pzs opened a new issue #7410:
URL: https://github.com/apache/skywalking/issues/7410


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   
   - [ ] Bug
   
   BUG
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   ```
   Docker version 20.10.6, build 370c289
   ```
   - Which company or project?
   - 
   - What happened?
   If possible, provide a way to reproduce the error. e.g. demo application, component version.
   
   After deployment through docker, a blank page will appear when accessing through the browser, and the errors reported on the console are as follows
   ```
   2021-08-04 09:59:52.545 ERROR 1 --- [           main] o.s.boot.SpringApplication               : Application startup failed
   
   org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans]: Factory method 'configurationPropertiesBeans' threw exception; nested exception is org.springframework.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null
   	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1177)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
   	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
   	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
   	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
   	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
   	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:237)
   	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:703)
   	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:528)
   	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
   	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
   	at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
   	at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:187)
   	at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:102)
   	at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:68)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:122)
   	at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
   	at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
   	at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:325)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:296)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
   	at org.apache.skywalking.apm.webapp.ApplicationStartUp.main(ApplicationStartUp.java:31)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
   	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
   	at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
   	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
   Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans]: Factory method 'configurationPropertiesBeans' threw exception; nested exception is org.springframework.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null
   	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
   	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
   	... 37 common frames omitted
   Caused by: org.springframework.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null
   	at org.springframework.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:345)
   	at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:93)
   	at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:91)
   	at org.springframework.cglib.core.internal.LoadingCache$2.call(LoadingCache.java:54)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at org.springframework.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:61)
   	at org.springframework.cglib.core.internal.LoadingCache.get(LoadingCache.java:34)
   	at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:116)
   	at org.springframework.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:291)
   	at org.springframework.cglib.reflect.FastClass$Generator.create(FastClass.java:65)
   	at org.springframework.cglib.proxy.MethodProxy.helper(MethodProxy.java:121)
   	at org.springframework.cglib.proxy.MethodProxy.init(MethodProxy.java:74)
   	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:226)
   	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
   	at org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$477f3d22.configurationPropertiesBeans(<generated>)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
   	... 38 common frames omitted
   Caused by: java.lang.reflect.InvocationTargetException: null
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.springframework.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:459)
   	at org.springframework.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:336)
   	... 57 common frames omitted
   Caused by: java.lang.ClassFormatError: Illegal class name "java/lang/Class[]" in class file org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration$$FastClassBySpringCGLIB$$72b81898
   	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
   	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
   	... 63 common frames omitted
   
   COLLECTOR_RIBBON_LISTOFSERVERS=skywalking:12800
   COLLECTOR_RIBBON_READTIMEOUT=20000
   ``` 
   The docker deployment script is as follows
   ```
   docker run --name skywalking -d -p 1234:1234 -p 11800:11800 -p 12800:12800 --restart always apache/skywalking-oap-server:8.6.0-es6
   docker run --name skywalking-ui -d -p 8080:8080 --link skywalking:skywalking -e SW_OAP_ADDRESS=skywalking:12800 --restart always apache/skywalking-ui:8.6.0
   ```
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   ```
   bug ? my docker deployment fault?
   ```


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892555133






-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #7410:
URL: https://github.com/apache/skywalking/issues/7410


   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] pzs-pzs commented on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
pzs-pzs commented on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892561352


   my mac is m1
   Darwin MacBook-Pro-de-puzhengsong.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021; root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #7410:
URL: https://github.com/apache/skywalking/issues/7410


   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892572182


   I don't have m1 chip, your error seems strange to me.


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] pzs-pzs edited a comment on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
pzs-pzs edited a comment on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892561352


   my mac is m1
   Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021; root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892555133


   We don't know what happens. This has been released months ago.


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] pzs-pzs edited a comment on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
pzs-pzs edited a comment on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892561352


   my mac is m1
   Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021; root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] pzs-pzs commented on issue #7410: 8.6.0 docker ui image error

Posted by GitBox <gi...@apache.org>.
pzs-pzs commented on issue #7410:
URL: https://github.com/apache/skywalking/issues/7410#issuecomment-892561352


   my mac is m1
   Darwin MacBook-Pro-de-puzhengsong.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021; root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org