epm integration agent fail to execute null
I have a new instance in OCI with windows 2022, where I installed Java 21, Python 2.7.3, and EPM integration agent, but when initializing the agent, I get the following message,
What could I check to get more information on how to fix this error?
Agent EPMAGENTSCH started successfully on port:9093
java.lang.IllegalArgumentException
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:671)
at java.base/java.util.concurrent.Executors$DelegatedScheduledExecutorService.scheduleWithFixedDelay(Executors.java:873)
at oracle.epm.aif.agent.server.AgentContextListner.contextInitialized(AgentContextListner.java:30)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:1073)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:572)