Hi there,
I have freshly installed IG 3.7.3 on RHEL 8.9 with below versions.
VSN_ACTIVEMQ="6.0.0"
VSN_JDK="8.74.0.17-ca-jdk8.0.392"
VSN_TOMCAT="9.0.83"
When I am trying to login with igadmin the dasboard is not opening and always redirecting to login page
xxxxx:8080/.../app
Inside tomcat log below error is showing.
/opt/netiq/idm/apps/tomcat/logs/catalina.out
13-Dec-2023 13:42:23.150 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance. 13-Dec-2023 13:42:23.151 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"] 13-Dec-2023 13:42:23.155 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina] 13-Dec-2023 13:42:23.164 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"] 13-Dec-2023 13:42:23.167 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-808 0"] 2023-12-13 13:42:28 Full thread dump OpenJDK 64-Bit Server VM (25.392-b08 mixed mode): "osp-common-thread-10" #41 prio=5 os_prio=0 tid=0x00007f4f10001000 nid=0x1519e waiting on condition [0x00007f4fb2322000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007478f4018> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObj ect) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2044) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
Is there any miss match or any way I can identify the issue.