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 2022/12/05 03:36:42 UTC

[GitHub] [shardingsphere-elasticjob] huangyi81 commented on issue #2159: When I register a transient task, the result returned is "Name cannot be null."

huangyi81 commented on issue #2159:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2159#issuecomment-1336700759

   [org.apache.curator.framework.listen.MappingListenerManager] Listener (org.apache.shardingsphere.elasticjob.cloud.scheduler.config.job.CloudJobConfigurationListener@3d263a0f) threw an exception 
   java.lang.IllegalArgumentException: Name cannot be null.
   	at org.quartz.utils.Key.<init>(Key.java:62)
   	at org.quartz.JobKey.<init>(JobKey.java:66)
   	at org.quartz.JobKey.jobKey(JobKey.java:70)
   	at org.apache.shardingsphere.elasticjob.cloud.scheduler.producer.TransientProducerScheduler.buildJobKey(TransientProducerScheduler.java:125)
   	at org.apache.shardingsphere.elasticjob.cloud.scheduler.producer.TransientProducerScheduler.register(TransientProducerScheduler.java:90)
   	at org.apache.shardingsphere.elasticjob.cloud.scheduler.producer.ProducerManager.schedule(ProducerManager.java:145)
   	at org.apache.shardingsphere.elasticjob.cloud.scheduler.config.job.CloudJobConfigurationListener.event(CloudJobConfigurationListener.java:59)
   	at org.apache.curator.framework.recipes.cache.CuratorCacheImpl.lambda$putStorage$7(CuratorCacheImpl.java:279)
   	at org.apache.curator.framework.listen.MappingListenerManager.lambda$forEach$0(MappingListenerManager.java:92)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:750)


-- 
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