admin管理员组文章数量:1398757
From the datastage we have called a script which invokes a jar file, this jar files helps to connect to another application which has user details in it. After fetching all the user details, this jar file creates a JSON
file and is placed in the landing path of datastage, here I am getting a problem that, during the rest API call and reading users jar file writes into log file, at the end of reading all users, it's not creating the JSON
file. Instead it's throwing the following INFO message.
"INFO 2025-03-10 08:56:32,232 [main]
.springframework.context.support.ClassPathXmlApplicationContext - Closing
.springframework.context.support.ClassPathXmlApplicationContext@d4ba7925:
startup date [Mon Mar 10 08:45:23 GMT+08:00 2025]; root of context hierarchy"
What could have happened in this situation?
It's a daily schedule job that runs in the morning. With Control M, the job is scheduled. In the first run of the day, we are facing this issue. After receiving the above error, we rerun the job, and it's successful every time. Why is it only failing in the first time run of the day?
本文标签:
版权声明:本文标题:json - java .jar file throwing Closing org.springframework.context.support.ClassPathXmlApplicationContext - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744737432a2622414.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论