function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sumeet_ForceSumeet_Force 

Salesforce Identity Connect Start up Issue

I am trying to install and run Salesforce Identity on a Windows Server. The setup.sh file is running file. However the startup.sh is unable to find the launcher.jar file and even if we modify the sh file to point to correct jar file, it then results in below error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/osgi/framework/Bu
ndle
        at org.forgerock.commons.launcher.Main.main(Main.java:44)
Caused by: java.lang.ClassNotFoundException: org.osgi.framework.Bundle
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 1 more

Since forgerock is a seperate product, not very issue if this needs to be taken up with Salesforce or separately with forgerock for resolution. Any suggestions truly appreciated to help me move further on this.