You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/17 05:54:17 UTC

[GitHub] [shardingsphere-elasticjob] luchunfeng opened a new issue #1098: elasticjob-lite-console

luchunfeng opened a new issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098


   elasticjob-lite-console Error starting after packing
   Content of the error:[ERROR] 2020-07-17 13:45:08,402 --main-- [org.springframework.boot.SpringApplication] Application run failed 
   java.lang.NoClassDefFoundError: org/apache/shardingsphere/elasticjob/reg/exception/RegException
   	at java.lang.Class.getDeclaredConstructors0(Native Method)
   	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
   	at java.lang.Class.getDeclaredConstructors(Class.java:2020)
   	at org.springframework.boot.context.properties.ConfigurationPropertiesBindConstructorProvider.findConstructorBindingAnnotatedConstructor(ConfigurationPropertiesBindConstructorProvider.java:62)
   	at org.springframework.boot.context.properties.ConfigurationPropertiesBindConstructorProvider.getBindConstructor(ConfigurationPropertiesBindConstructorProvider.java:48)
   	at org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod.forType(ConfigurationPropertiesBean.java:311)
   	at org.springframework.boot.context.properties.ConfigurationPropertiesBeanDefinitionValidator.validate(ConfigurationPropertiesBeanDefinitionValidator.java:63)
   	at org.springframework.boot.context.properties.ConfigurationPropertiesBeanDefinitionValidator.postProcessBeanFactory(ConfigurationPropertiesBeanDefinitionValidator.java:45)
   	at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:291)
   	at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:175)
   	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:707)
   	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:533)
   	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
   	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
   	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
   	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
   	at org.apache.shardingsphere.elasticjob.lite.console.ConsoleBootstrap.main(ConsoleBootstrap.java:37)
   Caused by: java.lang.ClassNotFoundException: org.apache.shardingsphere.elasticjob.reg.exception.RegException
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   	... 20 common frames omitted
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] luchunfeng commented on issue #1098: console Project startup flash back error

Posted by GitBox <gi...@apache.org>.
luchunfeng commented on issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098#issuecomment-659968029


   Above is the flash back error 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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu edited a comment on issue #1098: console Project startup flash back error

Posted by GitBox <gi...@apache.org>.
terrymanu edited a comment on issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098#issuecomment-662209535


   Will close soon if no response


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu commented on issue #1098: elasticjob-lite-console

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098#issuecomment-659964827


   Can you change the title to make sense and for search friendly?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] luchunfeng commented on issue #1098: console Project startup flash back error

Posted by GitBox <gi...@apache.org>.
luchunfeng commented on issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098#issuecomment-659967742


   After the console project is packaged, it is run locally.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu commented on issue #1098: console Project startup flash back error

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098#issuecomment-662209535


   Will close soon


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu commented on issue #1098: console Project startup flash back error

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098#issuecomment-660017843


   What is your version?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu closed issue #1098: console Project startup flash back error

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #1098:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1098


   


----------------------------------------------------------------
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:
users@infra.apache.org