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 2021/06/07 13:06:06 UTC

[GitHub] [shardingsphere-elasticjob-ui] nanjinglex opened a new issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

nanjinglex opened a new issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117


   ![image](https://user-images.githubusercontent.com/44739893/121021613-243e7800-c7d4-11eb-8a69-e102a9ccc379.png)
   


-- 
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-ui] BertOnline commented on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
BertOnline commented on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-881234871


   @TeslaCN I also found this problem,this problem occurs when I use elastic-job 3.0 and elastic-job-ui 3.0RC1, but not when I use elastic-job 3.0RC1 and elastic-job-ui 3.0RC1, error log : Unable to find property 'staticSharding' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN closed issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

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


   


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] lovepoem commented on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
lovepoem commented on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-983571279


   When you use `elasticjob-client v3.1.0` ,  the new meta data `org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO` will be write to zk .  But now your web console refers `elasticjob-3.0.0-SNAPSHOT`,the Exception occured.   You should use new  web console  to instead


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-890535301


   I'm closing this since no response from author.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] lovepoem edited a comment on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
lovepoem edited a comment on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-983571279


   When you use `elasticjob-client v3.1.0` ,  the new meta data `org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO` will be write to zk .  But now your web console refers `elasticjob-3.0.0-SNAPSHOT`,the Exception occured.   You should use new  version web console   to instead


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-890534972


   > @TeslaCN I also found this problem,this problem occurs when I use elastic-job 3.0.0 and elastic-job-ui 3.0.0-RC1, but not when I use elastic-job 3.0.0-RC1 and elastic-job-ui 3.0.0-RC1, error log : Unable to find property 'staticSharding' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO
   
   @BertOnline Try the latest 3.0.0 GA.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-872377708


   Did you use the ElasticJob 2.x before?


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob-ui] BertOnline edited a comment on issue #117: Unable to find property 'jobClass' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO

Posted by GitBox <gi...@apache.org>.
BertOnline edited a comment on issue #117:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/117#issuecomment-881234871


   @TeslaCN I also found this problem,this problem occurs when I use elastic-job 3.0.0 and elastic-job-ui 3.0.0-RC1, but not when I use elastic-job 3.0.0-RC1 and elastic-job-ui 3.0.0-RC1, error log : Unable to find property 'staticSharding' on class: org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO


-- 
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@shardingsphere.apache.org

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