haibo-duan opened a new issue, #9755:
URL: https://github.com/apache/inlong/issues/9755

   ### What happened
   
    NPE exception when using default configuration to start 
inlong-sort-standalone:
   ```
   19:02:39.526 [sortsdk_multi_topic_manager_sid_es_v3_2024-02-29 19:02:29] 
WARN org.apache.inlong.sdk.sort.util.PeriodicTask - 
sortsdk_multi_topic_manager_sid_es_v3_2024-02-29 19:02:29 run error.
   java.lang.NullPointerException: null
           at 
org.apache.inlong.sdk.sort.util.TimeUtil.parseStartTime(TimeUtil.java:40)
           at 
org.apache.inlong.sdk.sort.interceptor.MsgTimeInterceptor.configure(MsgTimeInterceptor.java:57)
           at 
org.apache.inlong.sdk.sort.fetcher.pulsar.PulsarTopicFetcherBuilderImpl.subscribeMultiTopic(PulsarTopicFetcherBuilderImpl.java:75)
           at 
org.apache.inlong.sdk.sort.fetcher.pulsar.PulsarTopicFetcherBuilderImpl.subscribe(PulsarTopicFetcherBuilderImpl.java:53)
           at 
org.apache.inlong.sdk.sort.manager.InlongMultiTopicManager.updatePulsarFetcher(InlongMultiTopicManager.java:224)
           at java.util.HashMap.forEach(HashMap.java:1290)
           at 
org.apache.inlong.sdk.sort.manager.InlongMultiTopicManager.handleUpdatedConsumeConfig(InlongMultiTopicManager.java:179)
           at 
org.apache.inlong.sdk.sort.manager.InlongMultiTopicManager.access$700(InlongMultiTopicManager.java:63)
           at 
org.apache.inlong.sdk.sort.manager.InlongMultiTopicManager$UpdateMetaDataThread.doWork(InlongMultiTopicManager.java:284)
           at 
org.apache.inlong.sdk.sort.util.PeriodicTask.run(PeriodicTask.java:55)
           at java.lang.Thread.run(Thread.java:750)
   ```
   
   
![image](https://github.com/apache/inlong/assets/7974845/9da1f1f4-8d9f-4e2a-afeb-6f8fb95b6caa)
   
   
   ### What you expected to happen
   
   no exception
   
   ### How to reproduce
   
   decompress the archive file,copy three files in the directory "conf/es/" to 
the directory "conf/" and then execute the "bin/sort_start.sh" command.
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Sort
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to